-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: re-add enchantments to worn notebook (#1562)
Co-authored-by: Bailey Hollingsworth <baileyholl@gmail.com>
- Loading branch information
1 parent
682dd1f
commit edd1cad
Showing
32 changed files
with
601 additions
and
9 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
...s/ars_nouveau/patchouli_books/worn_notebook/en_us/entries/enchantments/aqua_affinity.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"category": "ars_nouveau:enchantments", | ||
"icon": "minecraft:enchanted_book", | ||
"name": "enchantment.minecraft.aqua_affinity", | ||
"pages": [ | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:aqua_affinity_1" | ||
} | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
..._nouveau/patchouli_books/worn_notebook/en_us/entries/enchantments/bane_of_arthropods.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"category": "ars_nouveau:enchantments", | ||
"icon": "minecraft:enchanted_book", | ||
"name": "enchantment.minecraft.bane_of_arthropods", | ||
"pages": [ | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:bane_of_arthropods_1" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:bane_of_arthropods_2" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:bane_of_arthropods_3" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:bane_of_arthropods_4" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:bane_of_arthropods_5" | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
...rs_nouveau/patchouli_books/worn_notebook/en_us/entries/enchantments/blast_protection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"category": "ars_nouveau:enchantments", | ||
"icon": "minecraft:enchanted_book", | ||
"name": "enchantment.minecraft.blast_protection", | ||
"pages": [ | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:blast_protection_1" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:blast_protection_2" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:blast_protection_3" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:blast_protection_4" | ||
} | ||
] | ||
} |
19 changes: 19 additions & 0 deletions
19
...s/ars_nouveau/patchouli_books/worn_notebook/en_us/entries/enchantments/depth_strider.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"category": "ars_nouveau:enchantments", | ||
"icon": "minecraft:enchanted_book", | ||
"name": "enchantment.minecraft.depth_strider", | ||
"pages": [ | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:depth_strider_1" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:depth_strider_2" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:depth_strider_3" | ||
} | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
...sets/ars_nouveau/patchouli_books/worn_notebook/en_us/entries/enchantments/efficiency.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"category": "ars_nouveau:enchantments", | ||
"icon": "minecraft:enchanted_book", | ||
"name": "enchantment.minecraft.efficiency", | ||
"pages": [ | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:efficiency_1" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:efficiency_2" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:efficiency_3" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:efficiency_4" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:efficiency_5" | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
...ars_nouveau/patchouli_books/worn_notebook/en_us/entries/enchantments/feather_falling.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"category": "ars_nouveau:enchantments", | ||
"icon": "minecraft:enchanted_book", | ||
"name": "enchantment.minecraft.feather_falling", | ||
"pages": [ | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:feather_falling_1" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:feather_falling_2" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:feather_falling_3" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:feather_falling_4" | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
...ets/ars_nouveau/patchouli_books/worn_notebook/en_us/entries/enchantments/fire_aspect.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"category": "ars_nouveau:enchantments", | ||
"icon": "minecraft:enchanted_book", | ||
"name": "enchantment.minecraft.fire_aspect", | ||
"pages": [ | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:fire_aspect_1" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:fire_aspect_2" | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
...ars_nouveau/patchouli_books/worn_notebook/en_us/entries/enchantments/fire_protection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"category": "ars_nouveau:enchantments", | ||
"icon": "minecraft:enchanted_book", | ||
"name": "enchantment.minecraft.fire_protection", | ||
"pages": [ | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:fire_protection_1" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:fire_protection_2" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:fire_protection_3" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:fire_protection_4" | ||
} | ||
] | ||
} |
11 changes: 11 additions & 0 deletions
11
...es/assets/ars_nouveau/patchouli_books/worn_notebook/en_us/entries/enchantments/flame.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"category": "ars_nouveau:enchantments", | ||
"icon": "minecraft:enchanted_book", | ||
"name": "enchantment.minecraft.flame", | ||
"pages": [ | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:flame_1" | ||
} | ||
] | ||
} |
19 changes: 19 additions & 0 deletions
19
.../assets/ars_nouveau/patchouli_books/worn_notebook/en_us/entries/enchantments/fortune.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"category": "ars_nouveau:enchantments", | ||
"icon": "minecraft:enchanted_book", | ||
"name": "enchantment.minecraft.fortune", | ||
"pages": [ | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:fortune_1" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:fortune_2" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:fortune_3" | ||
} | ||
] | ||
} |
11 changes: 11 additions & 0 deletions
11
...assets/ars_nouveau/patchouli_books/worn_notebook/en_us/entries/enchantments/infinity.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"category": "ars_nouveau:enchantments", | ||
"icon": "minecraft:enchanted_book", | ||
"name": "enchantment.minecraft.infinity", | ||
"pages": [ | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:infinity_1" | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
...ssets/ars_nouveau/patchouli_books/worn_notebook/en_us/entries/enchantments/knockback.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"category": "ars_nouveau:enchantments", | ||
"icon": "minecraft:enchanted_book", | ||
"name": "enchantment.minecraft.knockback", | ||
"pages": [ | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:knockback_1" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:knockback_2" | ||
} | ||
] | ||
} |
19 changes: 19 additions & 0 deletions
19
.../assets/ars_nouveau/patchouli_books/worn_notebook/en_us/entries/enchantments/looting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"category": "ars_nouveau:enchantments", | ||
"icon": "minecraft:enchanted_book", | ||
"name": "enchantment.minecraft.looting", | ||
"pages": [ | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:looting_1" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:looting_2" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:looting_3" | ||
} | ||
] | ||
} |
19 changes: 19 additions & 0 deletions
19
...sets/ars_nouveau/patchouli_books/worn_notebook/en_us/entries/enchantments/mana_boost.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"category": "ars_nouveau:enchantments", | ||
"icon": "minecraft:enchanted_book", | ||
"name": "enchantment.ars_nouveau.mana_boost", | ||
"pages": [ | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:mana_boost_1" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:mana_boost_2" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:mana_boost_3" | ||
} | ||
] | ||
} |
19 changes: 19 additions & 0 deletions
19
...sets/ars_nouveau/patchouli_books/worn_notebook/en_us/entries/enchantments/mana_regen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"category": "ars_nouveau:enchantments", | ||
"icon": "minecraft:enchanted_book", | ||
"name": "enchantment.ars_nouveau.mana_regen", | ||
"pages": [ | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:mana_regen_1" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:mana_regen_2" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:mana_regen_3" | ||
} | ||
] | ||
} |
11 changes: 11 additions & 0 deletions
11
...ssets/ars_nouveau/patchouli_books/worn_notebook/en_us/entries/enchantments/multishot.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"category": "ars_nouveau:enchantments", | ||
"icon": "minecraft:enchanted_book", | ||
"name": "enchantment.minecraft.multishot", | ||
"pages": [ | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:multishot_1" | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
...assets/ars_nouveau/patchouli_books/worn_notebook/en_us/entries/enchantments/piercing.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"category": "ars_nouveau:enchantments", | ||
"icon": "minecraft:enchanted_book", | ||
"name": "enchantment.minecraft.piercing", | ||
"pages": [ | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:piercing_1" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:piercing_2" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:piercing_3" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:piercing_4" | ||
} | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
...es/assets/ars_nouveau/patchouli_books/worn_notebook/en_us/entries/enchantments/power.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"category": "ars_nouveau:enchantments", | ||
"icon": "minecraft:enchanted_book", | ||
"name": "enchantment.minecraft.power", | ||
"pages": [ | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:power_1" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:power_2" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:power_3" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:power_4" | ||
}, | ||
{ | ||
"type": "ars_nouveau:enchanting_recipe", | ||
"recipe": "ars_nouveau:power_5" | ||
} | ||
] | ||
} |
Oops, something went wrong.