Finish changing modid to 'ebwizardry'

- Fix up translations, resource IDs, paths etc.
- Where possible, the modid part in most strings now just reuses Wizardry.MODID
This commit is contained in:
Philipp Rustemeier
2018-03-15 14:41:00 +01:00
parent 612bbdb64d
commit b9d240799d
170 changed files with 3257 additions and 3258 deletions
@@ -1,13 +1,14 @@
{
"display": {
"title": {
"translate": "itemGroup.wizardry"
"translate": "itemGroup.ebwizardry"
},
"description": {
"translate": "itemGroup.wizardry"
"translate": "itemGroup.ebwizardry"
},
"show_toast": false,
"announce_to_chat": false,
"background": "minecraft:textures/gui/advancements/backgrounds/stone.png",
"icon": {
"item": "ebwizardry:wizard_handbook"
}
@@ -1,6 +1,6 @@
{
"forge_marker": 1,
"variants": {
"normal": { "model": "wizardry:arcane_workbench" }
"normal": { "model": "ebwizardry:arcane_workbench" }
}
}
@@ -1,6 +1,6 @@
{
"forge_marker": 1,
"variants": {
"normal": { "model": "wizardry:crystal_block" }
"normal": { "model": "ebwizardry:crystal_block" }
}
}
@@ -1,5 +1,5 @@
{
"variants": {
"normal": { "model": "wizardry:crystal_flower" }
"normal": { "model": "ebwizardry:crystal_flower" }
}
}
@@ -1,6 +1,6 @@
{
"forge_marker": 1,
"variants": {
"normal": { "model": "wizardry:crystal_ore" }
"normal": { "model": "ebwizardry:crystal_ore" }
}
}
@@ -1,6 +1,6 @@
{
"forge_marker": 1,
"variants": {
"normal": { "model": "wizardry:ice_statue" }
"normal": { "model": "ebwizardry:ice_statue" }
}
}
@@ -1,6 +1,6 @@
{
"forge_marker": 1,
"variants": {
"normal": { "model": "wizardry:magic_light" }
"normal": { "model": "ebwizardry:magic_light" }
}
}
@@ -1,6 +1,6 @@
{
"forge_marker": 1,
"variants": {
"normal": { "model": "wizardry:meteor" }
"normal": { "model": "ebwizardry:meteor" }
}
}
@@ -1,6 +1,6 @@
{
"forge_marker": 1,
"variants": {
"normal": { "model": "wizardry:petrified_stone" }
"normal": { "model": "ebwizardry:petrified_stone" }
}
}
@@ -1,6 +1,6 @@
{
"forge_marker": 1,
"variants": {
"normal": { "model": "wizardry:snare" }
"normal": { "model": "ebwizardry:snare" }
}
}
@@ -1,6 +1,6 @@
{
"forge_marker": 1,
"variants": {
"normal": { "model": "wizardry:spectral_block" }
"normal": { "model": "ebwizardry:spectral_block" }
}
}
@@ -1,6 +1,6 @@
{
"forge_marker": 1,
"variants": {
"normal": { "model": "wizardry:transportation_stone" }
"normal": { "model": "ebwizardry:transportation_stone" }
}
}
@@ -1,6 +1,6 @@
{
"forge_marker": 1,
"variants": {
"normal": { "model": "wizardry:vanishing_cobweb" }
"normal": { "model": "ebwizardry:vanishing_cobweb" }
}
}
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -9,27 +9,27 @@
"entries": [
{
"type": "loot_table",
"name": "wizardry:subsets/novice_wands",
"name": "ebwizardry:subsets/novice_wands",
"weight": 3
},
{
"type": "loot_table",
"name": "wizardry:subsets/wizard_armour",
"name": "ebwizardry:subsets/wizard_armour",
"weight": 6
},
{
"type": "loot_table",
"name": "wizardry:subsets/arcane_tomes",
"name": "ebwizardry:subsets/arcane_tomes",
"weight": 6
},
{
"type": "loot_table",
"name": "wizardry:subsets/wand_upgrades",
"name": "ebwizardry:subsets/wand_upgrades",
"weight": 2
},
{
"type": "item",
"name": "wizardry:magic_crystal",
"name": "ebwizardry:magic_crystal",
"weight": 5,
"functions": [
{
@@ -43,47 +43,47 @@
},
{
"type": "item",
"name": "wizardry:spell_book",
"name": "ebwizardry:spell_book",
"weight": 20,
"functions": [
{
"function": "wizardry:random_spell"
"function": "ebwizardry:random_spell"
}
]
},
{
"type": "item",
"name": "wizardry:scroll",
"name": "ebwizardry:scroll",
"weight": 10,
"functions": [
{
"function": "wizardry:random_spell"
"function": "ebwizardry:random_spell"
}
]
},
{
"type": "item",
"name": "wizardry:armour_upgrade",
"name": "ebwizardry:armour_upgrade",
"weight": 1
},
{
"type": "item",
"name": "wizardry:identification_scroll",
"name": "ebwizardry:identification_scroll",
"weight": 3
},
{
"type": "item",
"name": "wizardry:firebomb",
"name": "ebwizardry:firebomb",
"weight": 4
},
{
"type": "item",
"name": "wizardry:poison_bomb",
"name": "ebwizardry:poison_bomb",
"weight": 4
},
{
"type": "item",
"name": "wizardry:smoke_bomb",
"name": "ebwizardry:smoke_bomb",
"weight": 4
}
]
@@ -9,27 +9,27 @@
"entries": [
{
"type": "loot_table",
"name": "wizardry:subsets/novice_wands",
"name": "ebwizardry:subsets/novice_wands",
"weight": 3
},
{
"type": "loot_table",
"name": "wizardry:subsets/wizard_armour",
"name": "ebwizardry:subsets/wizard_armour",
"weight": 6
},
{
"type": "loot_table",
"name": "wizardry:subsets/arcane_tomes",
"name": "ebwizardry:subsets/arcane_tomes",
"weight": 6
},
{
"type": "loot_table",
"name": "wizardry:subsets/wand_upgrades",
"name": "ebwizardry:subsets/wand_upgrades",
"weight": 2
},
{
"type": "item",
"name": "wizardry:magic_crystal",
"name": "ebwizardry:magic_crystal",
"weight": 5,
"functions": [
{
@@ -43,32 +43,32 @@
},
{
"type": "item",
"name": "wizardry:spell_book",
"name": "ebwizardry:spell_book",
"weight": 20,
"functions": [
{
"function": "wizardry:random_spell"
"function": "ebwizardry:random_spell"
}
]
},
{
"type": "item",
"name": "wizardry:scroll",
"name": "ebwizardry:scroll",
"weight": 10,
"functions": [
{
"function": "wizardry:random_spell"
"function": "ebwizardry:random_spell"
}
]
},
{
"type": "item",
"name": "wizardry:armour_upgrade",
"name": "ebwizardry:armour_upgrade",
"weight": 1
},
{
"type": "item",
"name": "wizardry:identification_scroll",
"name": "ebwizardry:identification_scroll",
"weight": 3
}
]
@@ -6,7 +6,7 @@
"entries": [
{
"type": "item",
"name": "wizardry:magic_crystal",
"name": "ebwizardry:magic_crystal",
"weight": 1,
"functions": [
{
@@ -41,11 +41,11 @@
"entries": [
{
"type": "item",
"name": "wizardry:spell_book",
"name": "ebwizardry:spell_book",
"weight": 1,
"functions": [
{
"function": "wizardry:wizard_spell"
"function": "ebwizardry:wizard_spell"
}
]
}
@@ -15,11 +15,11 @@
"entries": [
{
"type": "item",
"name": "wizardry:spell_book",
"name": "ebwizardry:spell_book",
"weight": 1,
"functions": [
{
"function": "wizardry:random_spell"
"function": "ebwizardry:random_spell"
}
]
}
@@ -7,7 +7,7 @@
{
"type": "item",
"entryName": "apprentice_tome",
"name": "wizardry:arcane_tome",
"name": "ebwizardry:arcane_tome",
"weight": 3,
"functions": [
{
@@ -19,7 +19,7 @@
{
"type": "item",
"entryName": "advanced_tome",
"name": "wizardry:arcane_tome",
"name": "ebwizardry:arcane_tome",
"weight": 2,
"functions": [
{
@@ -31,7 +31,7 @@
{
"type": "item",
"entryName": "master_tome",
"name": "wizardry:arcane_tome",
"name": "ebwizardry:arcane_tome",
"weight": 1,
"functions": [
{
@@ -6,42 +6,42 @@
"entries": [
{
"type": "item",
"name": "wizardry:magic_wand",
"name": "ebwizardry:magic_wand",
"weight": 1
},
{
"type": "item",
"name": "wizardry:basic_fire_wand",
"name": "ebwizardry:basic_fire_wand",
"weight": 1
},
{
"type": "item",
"name": "wizardry:basic_ice_wand",
"name": "ebwizardry:basic_ice_wand",
"weight": 1
},
{
"type": "item",
"name": "wizardry:basic_lightning_wand",
"name": "ebwizardry:basic_lightning_wand",
"weight": 1
},
{
"type": "item",
"name": "wizardry:basic_necromancy_wand",
"name": "ebwizardry:basic_necromancy_wand",
"weight": 1
},
{
"type": "item",
"name": "wizardry:basic_earth_wand",
"name": "ebwizardry:basic_earth_wand",
"weight": 1
},
{
"type": "item",
"name": "wizardry:basic_sorcery_wand",
"name": "ebwizardry:basic_sorcery_wand",
"weight": 1
},
{
"type": "item",
"name": "wizardry:basic_healing_wand",
"name": "ebwizardry:basic_healing_wand",
"weight": 1
}
]
@@ -6,42 +6,42 @@
"entries": [
{
"type": "item",
"name": "wizardry:condenser_upgrade",
"name": "ebwizardry:condenser_upgrade",
"weight": 1
},
{
"type": "item",
"name": "wizardry:siphon_upgrade",
"name": "ebwizardry:siphon_upgrade",
"weight": 1
},
{
"type": "item",
"name": "wizardry:storage_upgrade",
"name": "ebwizardry:storage_upgrade",
"weight": 1
},
{
"type": "item",
"name": "wizardry:range_upgrade",
"name": "ebwizardry:range_upgrade",
"weight": 1
},
{
"type": "item",
"name": "wizardry:duration_upgrade",
"name": "ebwizardry:duration_upgrade",
"weight": 1
},
{
"type": "item",
"name": "wizardry:cooldown_upgrade",
"name": "ebwizardry:cooldown_upgrade",
"weight": 1
},
{
"type": "item",
"name": "wizardry:blast_upgrade",
"name": "ebwizardry:blast_upgrade",
"weight": 1
},
{
"type": "item",
"name": "wizardry:attunement_upgrade",
"name": "ebwizardry:attunement_upgrade",
"weight": 1
}
]
@@ -6,162 +6,162 @@
"entries": [
{
"type": "item",
"name": "wizardry:wizard_hat",
"name": "ebwizardry:wizard_hat",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_hat_fire",
"name": "ebwizardry:wizard_hat_fire",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_hat_ice",
"name": "ebwizardry:wizard_hat_ice",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_hat_lightning",
"name": "ebwizardry:wizard_hat_lightning",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_hat_necromancy",
"name": "ebwizardry:wizard_hat_necromancy",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_hat_earth",
"name": "ebwizardry:wizard_hat_earth",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_hat_sorcery",
"name": "ebwizardry:wizard_hat_sorcery",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_hat_healing",
"name": "ebwizardry:wizard_hat_healing",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_robe",
"name": "ebwizardry:wizard_robe",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_robe_fire",
"name": "ebwizardry:wizard_robe_fire",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_robe_ice",
"name": "ebwizardry:wizard_robe_ice",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_robe_lightning",
"name": "ebwizardry:wizard_robe_lightning",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_robe_necromancy",
"name": "ebwizardry:wizard_robe_necromancy",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_robe_earth",
"name": "ebwizardry:wizard_robe_earth",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_robe_sorcery",
"name": "ebwizardry:wizard_robe_sorcery",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_robe_healing",
"name": "ebwizardry:wizard_robe_healing",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_leggings",
"name": "ebwizardry:wizard_leggings",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_leggings_fire",
"name": "ebwizardry:wizard_leggings_fire",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_leggings_ice",
"name": "ebwizardry:wizard_leggings_ice",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_leggings_lightning",
"name": "ebwizardry:wizard_leggings_lightning",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_leggings_necromancy",
"name": "ebwizardry:wizard_leggings_necromancy",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_leggings_earth",
"name": "ebwizardry:wizard_leggings_earth",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_leggings_sorcery",
"name": "ebwizardry:wizard_leggings_sorcery",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_leggings_healing",
"name": "ebwizardry:wizard_leggings_healing",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_boots",
"name": "ebwizardry:wizard_boots",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_boots_fire",
"name": "ebwizardry:wizard_boots_fire",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_boots_ice",
"name": "ebwizardry:wizard_boots_ice",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_boots_lightning",
"name": "ebwizardry:wizard_boots_lightning",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_boots_necromancy",
"name": "ebwizardry:wizard_boots_necromancy",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_boots_earth",
"name": "ebwizardry:wizard_boots_earth",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_boots_sorcery",
"name": "ebwizardry:wizard_boots_sorcery",
"weight": 1
},
{
"type": "item",
"name": "wizardry:wizard_boots_healing",
"name": "ebwizardry:wizard_boots_healing",
"weight": 1
}
]
@@ -1,9 +1,9 @@
{ "parent": "block/block",
"textures": {
"particle": "wizardry:blocks/arcane_workbench_bottom",
"bottom": "wizardry:blocks/arcane_workbench_bottom",
"top": "wizardry:blocks/arcane_workbench_top",
"side": "wizardry:blocks/arcane_workbench_side"
"particle": "ebwizardry:blocks/arcane_workbench_bottom",
"bottom": "ebwizardry:blocks/arcane_workbench_bottom",
"top": "ebwizardry:blocks/arcane_workbench_top",
"side": "ebwizardry:blocks/arcane_workbench_side"
},
"elements": [
{ "from": [ 0, 0, 0 ],
@@ -1,6 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "wizardry:blocks/crystal_block"
"all": "ebwizardry:blocks/crystal_block"
}
}
@@ -1,6 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "wizardry:blocks/crystal_flower"
"cross": "ebwizardry:blocks/crystal_flower"
}
}
@@ -1,6 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "wizardry:blocks/crystal_ore"
"all": "ebwizardry:blocks/crystal_ore"
}
}
@@ -1,6 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "wizardry:blocks/meteor"
"all": "ebwizardry:blocks/meteor"
}
}
@@ -1,8 +1,8 @@
{
"ambientocclusion": false,
"textures": {
"particle": "wizardry:blocks/snare",
"texture": "wizardry:blocks/snare"
"particle": "ebwizardry:blocks/snare",
"texture": "ebwizardry:blocks/snare"
},
"elements": [
{ "from": [ 0, 0.25, 0 ],
@@ -1,6 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "wizardry:blocks/spectral_block"
"all": "ebwizardry:blocks/spectral_block"
}
}
@@ -1,8 +1,8 @@
{
"parent": "block/block",
"textures": {
"all": "wizardry:blocks/transportation_stone",
"particle": "wizardry:blocks/transportation_stone"
"all": "ebwizardry:blocks/transportation_stone",
"particle": "ebwizardry:blocks/transportation_stone"
},
"elements": [
{ "from": [ 5, 0, 5 ],
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_advanced_earth"
"layer0": "ebwizardry:items/wand_advanced_earth"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_advanced_fire"
"layer0": "ebwizardry:items/wand_advanced_fire"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_advanced_healing"
"layer0": "ebwizardry:items/wand_advanced_healing"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_advanced_ice"
"layer0": "ebwizardry:items/wand_advanced_ice"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_advanced_lightning"
"layer0": "ebwizardry:items/wand_advanced_lightning"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_advanced_necromancy"
"layer0": "ebwizardry:items/wand_advanced_necromancy"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_advanced_sorcery"
"layer0": "ebwizardry:items/wand_advanced_sorcery"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_advanced"
"layer0": "ebwizardry:items/wand_advanced"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_apprentice_earth"
"layer0": "ebwizardry:items/wand_apprentice_earth"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_apprentice_fire"
"layer0": "ebwizardry:items/wand_apprentice_fire"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_apprentice_healing"
"layer0": "ebwizardry:items/wand_apprentice_healing"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_apprentice_ice"
"layer0": "ebwizardry:items/wand_apprentice_ice"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_apprentice_lightning"
"layer0": "ebwizardry:items/wand_apprentice_lightning"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_apprentice_necromancy"
"layer0": "ebwizardry:items/wand_apprentice_necromancy"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_apprentice_sorcery"
"layer0": "ebwizardry:items/wand_apprentice_sorcery"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_apprentice"
"layer0": "ebwizardry:items/wand_apprentice"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "wizardry:items/arcane_tome"
"layer0": "ebwizardry:items/arcane_tome"
}
}
@@ -1,3 +1,3 @@
{
"parent": "wizardry:block/arcane_workbench"
"parent": "ebwizardry:block/arcane_workbench"
}
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "wizardry:items/armour_upgrade"
"layer0": "ebwizardry:items/armour_upgrade"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "wizardry:items/upgrade_attunement"
"layer0": "ebwizardry:items/upgrade_attunement"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_basic_earth"
"layer0": "ebwizardry:items/wand_basic_earth"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_basic_fire"
"layer0": "ebwizardry:items/wand_basic_fire"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_basic_healing"
"layer0": "ebwizardry:items/wand_basic_healing"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_basic_ice"
"layer0": "ebwizardry:items/wand_basic_ice"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_basic_lightning"
"layer0": "ebwizardry:items/wand_basic_lightning"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_basic_necromancy"
"layer0": "ebwizardry:items/wand_basic_necromancy"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_basic_sorcery"
"layer0": "ebwizardry:items/wand_basic_sorcery"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "wizardry:items/scroll"
"layer0": "ebwizardry:items/scroll"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "wizardry:items/upgrade_blast"
"layer0": "ebwizardry:items/upgrade_blast"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "wizardry:items/upgrade_condenser"
"layer0": "ebwizardry:items/upgrade_condenser"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "wizardry:items/upgrade_cooldown"
"layer0": "ebwizardry:items/upgrade_cooldown"
}
}
@@ -1,3 +1,3 @@
{
"parent": "wizardry:block/crystal_block"
"parent": "ebwizardry:block/crystal_block"
}
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "wizardry:blocks/crystal_flower"
"layer0": "ebwizardry:blocks/crystal_flower"
}
}
@@ -1,3 +1,3 @@
{
"parent": "wizardry:block/crystal_ore"
"parent": "ebwizardry:block/crystal_ore"
}
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "wizardry:items/upgrade_duration"
"layer0": "ebwizardry:items/upgrade_duration"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "wizardry:items/firebomb"
"layer0": "ebwizardry:items/firebomb"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/flaming_axe"
"layer0": "ebwizardry:items/flaming_axe"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/frost_axe"
"layer0": "ebwizardry:items/frost_axe"
}
}
@@ -1,3 +1,3 @@
{
"parent": "wizardry:block/ice_statue"
"parent": "ebwizardry:block/ice_statue"
}
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "wizardry:items/identification_scroll"
"layer0": "ebwizardry:items/identification_scroll"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "wizardry:items/magic_crystal"
"layer0": "ebwizardry:items/magic_crystal"
}
}
@@ -1,3 +1,3 @@
{
"parent": "wizardry:block/sea_lantern"
"parent": "ebwizardry:block/sea_lantern"
}
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "wizardry:items/magic_silk"
"layer0": "ebwizardry:items/magic_silk"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_basic"
"layer0": "ebwizardry:items/wand_basic"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "wizardry:items/mana_flask"
"layer0": "ebwizardry:items/mana_flask"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_master_earth"
"layer0": "ebwizardry:items/wand_master_earth"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_master_fire"
"layer0": "ebwizardry:items/wand_master_fire"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_master_healing"
"layer0": "ebwizardry:items/wand_master_healing"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_master_ice"
"layer0": "ebwizardry:items/wand_master_ice"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_master_lightning"
"layer0": "ebwizardry:items/wand_master_lightning"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_master_necromancy"
"layer0": "ebwizardry:items/wand_master_necromancy"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_master_sorcery"
"layer0": "ebwizardry:items/wand_master_sorcery"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "wizardry:items/wand_master"
"layer0": "ebwizardry:items/wand_master"
}
}
@@ -1,3 +1,3 @@
{
"parent": "wizardry:block/meteor"
"parent": "ebwizardry:block/meteor"
}
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "wizardry:items/poison_bomb"
"layer0": "ebwizardry:items/poison_bomb"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "wizardry:items/upgrade_range"
"layer0": "ebwizardry:items/upgrade_range"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "wizardry:items/scroll"
"layer0": "ebwizardry:items/scroll"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "wizardry:items/upgrade_siphon"
"layer0": "ebwizardry:items/upgrade_siphon"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "wizardry:items/smoke_bomb"
"layer0": "ebwizardry:items/smoke_bomb"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "wizardry:blocks/snare"
"layer0": "ebwizardry:blocks/snare"
}
}
@@ -1,3 +1,3 @@
{
"parent": "wizardry:block/spectral_block"
"parent": "ebwizardry:block/spectral_block"
}
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "wizardry:items/spectral_boots"
"layer0": "ebwizardry:items/spectral_boots"
}
}
@@ -1,7 +1,7 @@
{
"parent": "item/generated",
"textures": {
"layer0": "wizardry:items/spectral_bow_standby"
"layer0": "ebwizardry:items/spectral_bow_standby"
},
"display": {
"thirdperson_righthand": {
@@ -30,21 +30,21 @@
"predicate": {
"pulling": 1
},
"model": "wizardry:item/spectral_bow_pulling_0"
"model": "ebwizardry:item/spectral_bow_pulling_0"
},
{
"predicate": {
"pulling": 1,
"pull": 0.65
},
"model": "wizardry:item/spectral_bow_pulling_1"
"model": "ebwizardry:item/spectral_bow_pulling_1"
},
{
"predicate": {
"pulling": 1,
"pull": 0.9
},
"model": "wizardry:item/spectral_bow_pulling_2"
"model": "ebwizardry:item/spectral_bow_pulling_2"
}
]
}
@@ -1,6 +1,6 @@
{
"parent": "item/bow",
"textures": {
"layer0": "wizardry:items/spectral_bow_pulling_0"
"layer0": "ebwizardry:items/spectral_bow_pulling_0"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/bow",
"textures": {
"layer0": "wizardry:items/spectral_bow_pulling_1"
"layer0": "ebwizardry:items/spectral_bow_pulling_1"
}
}
@@ -1,6 +1,6 @@
{
"parent": "item/bow",
"textures": {
"layer0": "wizardry:items/spectral_bow_pulling_2"
"layer0": "ebwizardry:items/spectral_bow_pulling_2"
}
}

Some files were not shown because too many files have changed in this diff Show More