diff --git a/src/main/resources/assets/changed/models/ability/cobweb_rappel.json b/src/main/resources/assets/changed/models/ability/cobweb_rappel.json new file mode 100644 index 000000000..5cb0c7f3b --- /dev/null +++ b/src/main/resources/assets/changed/models/ability/cobweb_rappel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "changed:abilities/cobweb_rappel" + } +} diff --git a/src/main/resources/assets/changed/models/ability/create_honey.json b/src/main/resources/assets/changed/models/ability/create_honey.json new file mode 100644 index 000000000..1a40ac04f --- /dev/null +++ b/src/main/resources/assets/changed/models/ability/create_honey.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "changed:abilities/create_honey" + } +} diff --git a/src/main/resources/assets/changed/models/ability/excavate.json b/src/main/resources/assets/changed/models/ability/excavate.json new file mode 100644 index 000000000..b53e56e57 --- /dev/null +++ b/src/main/resources/assets/changed/models/ability/excavate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "changed:abilities/excavate" + } +} diff --git a/src/main/resources/assets/changed/models/ability/ink_smoke_screen.json b/src/main/resources/assets/changed/models/ability/ink_smoke_screen.json new file mode 100644 index 000000000..a7ed514f9 --- /dev/null +++ b/src/main/resources/assets/changed/models/ability/ink_smoke_screen.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "changed:abilities/ink_smoke_screen" + } +} diff --git a/src/main/resources/assets/changed/models/ability/mantle.json b/src/main/resources/assets/changed/models/ability/mantle.json new file mode 100644 index 000000000..7fcf08510 --- /dev/null +++ b/src/main/resources/assets/changed/models/ability/mantle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "changed:abilities/mantle" + } +} diff --git a/src/main/resources/assets/changed/models/ability/wall_climb.json b/src/main/resources/assets/changed/models/ability/wall_climb.json new file mode 100644 index 000000000..5b1795acc --- /dev/null +++ b/src/main/resources/assets/changed/models/ability/wall_climb.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "changed:abilities/wall_climb" + } +} diff --git a/src/main/resources/assets/changed/textures/abilities/cobweb_rappel.png b/src/main/resources/assets/changed/textures/abilities/cobweb_rappel.png new file mode 100644 index 000000000..56aafce9e Binary files /dev/null and b/src/main/resources/assets/changed/textures/abilities/cobweb_rappel.png differ diff --git a/src/main/resources/assets/changed/textures/abilities/create_honey.png b/src/main/resources/assets/changed/textures/abilities/create_honey.png new file mode 100644 index 000000000..8d6741438 Binary files /dev/null and b/src/main/resources/assets/changed/textures/abilities/create_honey.png differ diff --git a/src/main/resources/assets/changed/textures/abilities/excavate.png b/src/main/resources/assets/changed/textures/abilities/excavate.png new file mode 100644 index 000000000..d38b6c2fc Binary files /dev/null and b/src/main/resources/assets/changed/textures/abilities/excavate.png differ diff --git a/src/main/resources/assets/changed/textures/abilities/ink_smoke_screen.png b/src/main/resources/assets/changed/textures/abilities/ink_smoke_screen.png new file mode 100644 index 000000000..7b9fd8810 Binary files /dev/null and b/src/main/resources/assets/changed/textures/abilities/ink_smoke_screen.png differ diff --git a/src/main/resources/assets/changed/textures/abilities/mantle.png b/src/main/resources/assets/changed/textures/abilities/mantle.png new file mode 100644 index 000000000..915e29f1c Binary files /dev/null and b/src/main/resources/assets/changed/textures/abilities/mantle.png differ diff --git a/src/main/resources/assets/changed/textures/abilities/wall_climb.png b/src/main/resources/assets/changed/textures/abilities/wall_climb.png new file mode 100644 index 000000000..07c0346b8 Binary files /dev/null and b/src/main/resources/assets/changed/textures/abilities/wall_climb.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/depth_compression.png b/src/main/resources/assets/changed/textures/gui/nodes/depth_compression.png new file mode 100644 index 000000000..1f649bb22 Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/depth_compression.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/dive.png b/src/main/resources/assets/changed/textures/gui/nodes/dive.png new file mode 100644 index 000000000..f7aecc44b Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/dive.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/excavate.png b/src/main/resources/assets/changed/textures/gui/nodes/excavate.png new file mode 100644 index 000000000..a4d30f85b Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/excavate.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/fluid_stability.png b/src/main/resources/assets/changed/textures/gui/nodes/fluid_stability.png new file mode 100644 index 000000000..abecc548f Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/fluid_stability.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/ink_smoke_screen.png b/src/main/resources/assets/changed/textures/gui/nodes/ink_smoke_screen.png new file mode 100644 index 000000000..c6e96c26e Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/ink_smoke_screen.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/mantle.png b/src/main/resources/assets/changed/textures/gui/nodes/mantle.png new file mode 100644 index 000000000..373d5c4b4 Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/mantle.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/stability2.png b/src/main/resources/assets/changed/textures/gui/nodes/stability2.png new file mode 100644 index 000000000..427531c27 Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/stability2.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/tentacle_practice.png b/src/main/resources/assets/changed/textures/gui/nodes/tentacle_practice.png new file mode 100644 index 000000000..1a19a734e Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/tentacle_practice.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/wall_climb.png b/src/main/resources/assets/changed/textures/gui/nodes/wall_climb.png new file mode 100644 index 000000000..5ba6e4ac0 Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/wall_climb.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/wing_flap_adv.png b/src/main/resources/assets/changed/textures/gui/nodes/wing_flap_adv.png new file mode 100644 index 000000000..4b3b0c5f0 Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/wing_flap_adv.png differ diff --git a/src/main/resources/data/changed/ability/nodes/aquatic/aqua_affinity.json b/src/main/resources/data/changed/ability/nodes/aquatic/aqua_affinity.json index f76feccbb..b668bdf27 100644 --- a/src/main/resources/data/changed/ability/nodes/aquatic/aqua_affinity.json +++ b/src/main/resources/data/changed/ability/nodes/aquatic/aqua_affinity.json @@ -2,6 +2,10 @@ "parent": "changed:aquatic/practice1", "titleId": "changed.ability_tree.aquatic.aqua_affinity", "flavorId": "changed.ability_tree.aquatic.aqua_affinity.flavor", + "display": { + "icon": "minecraft:textures/mob_effect/haste.png", "iconWidth": 18, "iconHeight": 18, + "frame": "strong" + }, "price": { "levels": 1, "groupDiscountLevels": -1 @@ -15,4 +19,4 @@ "level": 1 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/aquatic/depth_compression.json b/src/main/resources/data/changed/ability/nodes/aquatic/depth_compression.json index 4760ed97c..c64d92c17 100644 --- a/src/main/resources/data/changed/ability/nodes/aquatic/depth_compression.json +++ b/src/main/resources/data/changed/ability/nodes/aquatic/depth_compression.json @@ -2,6 +2,10 @@ "parent": "changed:aquatic/practice2", "titleId": "changed.ability_tree.aquatic.depth_compression", "flavorId": "changed.ability_tree.aquatic.depth_compression.flavor", + "display": { + "icon": "changed:textures/gui/nodes/depth_compression.png", + "frame": "strong" + }, "price": { "levels": 1, "groupDiscountLevels": -1 @@ -16,4 +20,4 @@ "feature": "changed:aquatic/depth_compression" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/aquatic/no_sinking.json b/src/main/resources/data/changed/ability/nodes/aquatic/no_sinking.json index 00f940d97..97c64fd68 100644 --- a/src/main/resources/data/changed/ability/nodes/aquatic/no_sinking.json +++ b/src/main/resources/data/changed/ability/nodes/aquatic/no_sinking.json @@ -2,6 +2,10 @@ "parent": "changed:aquatic/practice1", "titleId": "changed.ability_tree.aquatic.no_sinking", "flavorId": "changed.ability_tree.aquatic.no_sinking.flavor", + "display": { + "icon": "changed:textures/gui/nodes/fluid_stability.png", + "frame": "strong" + }, "price": { "levels": 1, "groupDiscountLevels": -1 @@ -13,4 +17,4 @@ "feature": "changed:aquatic/prevent_sinking" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/aquatic/practice1.json b/src/main/resources/data/changed/ability/nodes/aquatic/practice1.json index f2567babd..6ee4f26f7 100644 --- a/src/main/resources/data/changed/ability/nodes/aquatic/practice1.json +++ b/src/main/resources/data/changed/ability/nodes/aquatic/practice1.json @@ -2,6 +2,12 @@ "parent": { "tree": "changed:aquatic" }, "titleId": "changed.ability_tree.practice1", "flavorId": "changed.ability_tree.aquatic.practice1", + "display": { + "icon": { + "item": "changed:wetsuit" + }, + "numeral": 1 + }, "price": { "levels": 1, "groupDiscountLevels": -1 @@ -30,4 +36,4 @@ "feature": "changed:breathe/accept_water" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/aquatic/practice2.json b/src/main/resources/data/changed/ability/nodes/aquatic/practice2.json index 1092bb186..92099f258 100644 --- a/src/main/resources/data/changed/ability/nodes/aquatic/practice2.json +++ b/src/main/resources/data/changed/ability/nodes/aquatic/practice2.json @@ -2,6 +2,12 @@ "parent": "changed:aquatic/practice1", "titleId": "changed.ability_tree.practice2", "flavorId": "changed.ability_tree.aquatic.practice2", + "display": { + "icon": { + "item": "changed:wetsuit" + }, + "numeral": 2 + }, "price": { "levels": 1, "groupDiscountLevels": -1 @@ -27,4 +33,4 @@ "factor": 1.5 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/arachnidae/rappel.json b/src/main/resources/data/changed/ability/nodes/arachnidae/rappel.json index c3cd47bc7..daaa5e28e 100644 --- a/src/main/resources/data/changed/ability/nodes/arachnidae/rappel.json +++ b/src/main/resources/data/changed/ability/nodes/arachnidae/rappel.json @@ -2,6 +2,10 @@ "parent": "changed:arachnidae/spinneret_practice3", "titleId": "changed.ability_tree.arachnidae.rappel", "flavorId": "changed.ability_tree.arachnidae.rappel.flavor", + "display": { + "icon": "changed:textures/abilities/cobweb_rappel.png", + "frame": "strong" + }, "price": { "levels": 1, "groupDiscountLevels": -1 @@ -14,4 +18,4 @@ "ability": "changed:cobweb_rappel" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/arachnidae/wall_climb.json b/src/main/resources/data/changed/ability/nodes/arachnidae/wall_climb.json index ec500b6b6..f48f7ba7a 100644 --- a/src/main/resources/data/changed/ability/nodes/arachnidae/wall_climb.json +++ b/src/main/resources/data/changed/ability/nodes/arachnidae/wall_climb.json @@ -2,6 +2,7 @@ "parent": { "tree": "changed:arachnidae" }, "titleId": "changed.ability_tree.arachnidae.wall_climb", "flavorId": "changed.ability_tree.arachnidae.wall_climb.flavor", + "display": { "icon": "changed:textures/gui/nodes/wall_climb.png" }, "price": { "levels": 0 }, @@ -12,4 +13,4 @@ "ability": "changed:wall_climb" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/back_wing/autonomous_landing.json b/src/main/resources/data/changed/ability/nodes/back_wing/autonomous_landing.json index 3e8916d8a..5dea4af1a 100644 --- a/src/main/resources/data/changed/ability/nodes/back_wing/autonomous_landing.json +++ b/src/main/resources/data/changed/ability/nodes/back_wing/autonomous_landing.json @@ -2,6 +2,12 @@ "parent": "changed:back_wing/strong_wings", "titleId": "changed.ability_tree.back_wing.autonomous_landing", "flavorId": "changed.ability_tree.back_wing.autonomous_landing.flavor", + "display": { + "icon": "minecraft:textures/mob_effect/slow_falling.png", + "image_height": 18, + "image_width": 18, + "frame": "ultimate" + }, "price": 1, "acquiredEffects": [ @@ -10,4 +16,4 @@ "feature": "changed:wing_flap/autonomous_landing" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/back_wing/sky_dive2.json b/src/main/resources/data/changed/ability/nodes/back_wing/sky_dive2.json index f37107579..9bef815a1 100644 --- a/src/main/resources/data/changed/ability/nodes/back_wing/sky_dive2.json +++ b/src/main/resources/data/changed/ability/nodes/back_wing/sky_dive2.json @@ -3,7 +3,7 @@ "titleId": "changed.ability_tree.back_wing.sky_dive2", "flavorId": "changed.ability_tree.back_wing.sky_dive2.flavor", "display": { - "icon": "changed:textures/abilities/dive.png", + "icon": "changed:textures/gui/nodes/dive.png", "frame": "ultimate", "numeral": 2 }, diff --git a/src/main/resources/data/changed/ability/nodes/back_wing/strong_wings.json b/src/main/resources/data/changed/ability/nodes/back_wing/strong_wings.json index 3b3ab7e1a..4a141fb52 100644 --- a/src/main/resources/data/changed/ability/nodes/back_wing/strong_wings.json +++ b/src/main/resources/data/changed/ability/nodes/back_wing/strong_wings.json @@ -2,6 +2,10 @@ "parent": "changed:back_wing/wing_flap2", "titleId": "changed.ability_tree.back_wing.strong_wings", "flavorId": "changed.ability_tree.back_wing.strong_wings.flavor", + "display": { + "icon": "changed:textures/gui/nodes/wing_flap_adv.png", + "frame": "strong" + }, "price": 1, "comment": "Wing Flap and Gale Force Wind push harder", @@ -17,4 +21,4 @@ "factor": 0.25 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/coleoidae/smoke_screen.json b/src/main/resources/data/changed/ability/nodes/coleoidae/smoke_screen.json index 6c225b210..b980df5c2 100644 --- a/src/main/resources/data/changed/ability/nodes/coleoidae/smoke_screen.json +++ b/src/main/resources/data/changed/ability/nodes/coleoidae/smoke_screen.json @@ -2,6 +2,10 @@ "parent": "changed:coleoidae/ink_sac3", "titleId": "changed.ability_tree.coleoidae.smoke_screen", "flavorId": "changed.ability_tree.coleoidae.smoke_screen.flavor", + "display": { + "icon": "changed:textures/gui/nodes/ink_smoke_screen.png", + "frame": "strong" + }, "price": { "levels": 2, "groupDiscountLevels": -1 @@ -15,4 +19,4 @@ "ability": "changed:ink_smoke_screen" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/coleoidae/tentacle_practice1.json b/src/main/resources/data/changed/ability/nodes/coleoidae/tentacle_practice1.json index 015f32ede..ab2e72b51 100644 --- a/src/main/resources/data/changed/ability/nodes/coleoidae/tentacle_practice1.json +++ b/src/main/resources/data/changed/ability/nodes/coleoidae/tentacle_practice1.json @@ -2,6 +2,10 @@ "parent": { "tree": "changed:coleoidae" }, "titleId": "changed.ability_tree.coleoidae.tentacle_practice1", "flavorId": "changed.ability_tree.coleoidae.tentacle_practice1.flavor", + "display": { + "icon": "changed:textures/gui/nodes/tentacle_practice.png", + "numeral": 1 + }, "price": 2, "acquiredEffects": [ @@ -16,4 +20,4 @@ "factor": 0.05 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/coleoidae/tentacle_practice2.json b/src/main/resources/data/changed/ability/nodes/coleoidae/tentacle_practice2.json index 0952893dd..e3d918d4e 100644 --- a/src/main/resources/data/changed/ability/nodes/coleoidae/tentacle_practice2.json +++ b/src/main/resources/data/changed/ability/nodes/coleoidae/tentacle_practice2.json @@ -2,6 +2,10 @@ "parent": "changed:coleoidae/tentacle_practice1", "titleId": "changed.ability_tree.coleoidae.tentacle_practice2", "flavorId": "changed.ability_tree.coleoidae.tentacle_practice2.flavor", + "display": { + "icon": "changed:textures/gui/nodes/tentacle_practice.png", + "numeral": 2 + }, "price": 2, "acquiredEffects": [ @@ -16,4 +20,4 @@ "factor": 0.05 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/latex/stability1.json b/src/main/resources/data/changed/ability/nodes/latex/stability1.json index a5f8e2db1..9244bdcb6 100644 --- a/src/main/resources/data/changed/ability/nodes/latex/stability1.json +++ b/src/main/resources/data/changed/ability/nodes/latex/stability1.json @@ -2,6 +2,10 @@ "parent": { "tree": "changed:latex" }, "titleId": "changed.ability_tree.latex.stability1", "flavorId": "changed.ability_tree.latex.stability1.flavor", + "display": { + "icon": "changed:textures/gui/nodes/healthy3.png", + "numeral": 1 + }, "price": 1, "missingEffects": [ @@ -23,4 +27,4 @@ "factor": -0.1 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/latex/stability2.json b/src/main/resources/data/changed/ability/nodes/latex/stability2.json index a9c4c3caf..1cef2437b 100644 --- a/src/main/resources/data/changed/ability/nodes/latex/stability2.json +++ b/src/main/resources/data/changed/ability/nodes/latex/stability2.json @@ -2,6 +2,10 @@ "parent": "changed:latex/stability1", "titleId": "changed.ability_tree.latex.stability2", "flavorId": "changed.ability_tree.latex.stability2.flavor", + "display": { + "icon": "changed:textures/gui/nodes/stability2.png", + "numeral": 2 + }, "price": 1, "missingEffects": [ @@ -23,4 +27,4 @@ "factor": -0.1 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/mer_mobility/swim_faster.json b/src/main/resources/data/changed/ability/nodes/mer_mobility/swim_faster.json index 513a98c39..c6cfd7aef 100644 --- a/src/main/resources/data/changed/ability/nodes/mer_mobility/swim_faster.json +++ b/src/main/resources/data/changed/ability/nodes/mer_mobility/swim_faster.json @@ -2,6 +2,12 @@ "parent": "changed:mer_mobility/practice3", "titleId": "changed.ability_tree.movement.swim_faster", "flavorId": "changed.ability_tree.mer_mobility.swim_faster.flavor", + "display": { "icon": "minecraft:textures/mob_effect/dolphins_grace.png", + "iconWidth": 18, + "iconHeight": 18, + "frame": "strong" + + }, "price": { "levels": 2, "groupDiscountLevels": -1 @@ -14,4 +20,4 @@ "factor": 0.10 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/multi_arm/dexterity1.json b/src/main/resources/data/changed/ability/nodes/multi_arm/dexterity1.json index acbbfdf53..e92590bdf 100644 --- a/src/main/resources/data/changed/ability/nodes/multi_arm/dexterity1.json +++ b/src/main/resources/data/changed/ability/nodes/multi_arm/dexterity1.json @@ -2,6 +2,12 @@ "parent": { "tree": "changed:multi_arm" }, "titleId": "changed.ability_tree.multi_arm.dexterity1", "flavorId": "changed.ability_tree.multi_arm.dexterity1.flavor", + "display": { + "icon": { + "item": "minecraft:iron_pickaxe" + }, + "numeral": 1 + }, "price": 1, "acquiredEffects": [ @@ -10,4 +16,4 @@ "ability": "changed:switch_hands" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/multi_arm/dexterity2.json b/src/main/resources/data/changed/ability/nodes/multi_arm/dexterity2.json index 7b4e72804..19e3a9a08 100644 --- a/src/main/resources/data/changed/ability/nodes/multi_arm/dexterity2.json +++ b/src/main/resources/data/changed/ability/nodes/multi_arm/dexterity2.json @@ -2,6 +2,12 @@ "parent": "changed:multi_arm/dexterity1", "titleId": "changed.ability_tree.multi_arm.dexterity2", "flavorId": "changed.ability_tree.multi_arm.dexterity2.flavor", + "display": { + "icon": { + "item": "minecraft:diamond_pickaxe" + }, + "numeral": 2 + }, "price": 1, "missingEffects": [ @@ -16,4 +22,4 @@ "factor": -0.05 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/multi_arm/dexterity3.json b/src/main/resources/data/changed/ability/nodes/multi_arm/dexterity3.json index 7cf1e66ab..c3a923877 100644 --- a/src/main/resources/data/changed/ability/nodes/multi_arm/dexterity3.json +++ b/src/main/resources/data/changed/ability/nodes/multi_arm/dexterity3.json @@ -1,6 +1,13 @@ { "parent": "changed:multi_arm/dexterity2", "titleId": "changed.ability_tree.multi_arm.dexterity3", + "display": { + "icon": { + "item": "minecraft:netherite_pickaxe" + }, + "frame": "strong", + "numeral": 3 + }, "flavorId": "changed.ability_tree.multi_arm.dexterity3.flavor", "price": 1, @@ -23,4 +30,4 @@ "factor": 0.1 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/multi_arm/excavation.json b/src/main/resources/data/changed/ability/nodes/multi_arm/excavation.json index f3c61a40c..4503a14b7 100644 --- a/src/main/resources/data/changed/ability/nodes/multi_arm/excavation.json +++ b/src/main/resources/data/changed/ability/nodes/multi_arm/excavation.json @@ -2,6 +2,10 @@ "parent": "changed:multi_arm/dexterity3", "titleId": "changed.ability_tree.multi_arm.excavation", "flavorId": "changed.ability_tree.multi_arm.excavation.flavor", + "display": { + "icon": "changed:textures/gui/nodes/excavate.png", + "frame": "ultimate" + }, "price": 1, "acquiredEffects": [ @@ -10,4 +14,4 @@ "ability": "changed:excavate" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/multi_arm/mantle.json b/src/main/resources/data/changed/ability/nodes/multi_arm/mantle.json index 0b3bdeef7..d338ace70 100644 --- a/src/main/resources/data/changed/ability/nodes/multi_arm/mantle.json +++ b/src/main/resources/data/changed/ability/nodes/multi_arm/mantle.json @@ -2,6 +2,10 @@ "parent": "changed:multi_arm/dexterity2", "titleId": "changed.ability_tree.multi_arm.mantle", "flavorId": "changed.ability_tree.multi_arm.mantle.flavor", + "display": { + "icon": "changed:textures/gui/nodes/mantle.png", + "frame": "strong" + }, "price": 1, "comment": "Player grabs the ledge at head height, and pulls themself up to stand (or crawl)", @@ -11,4 +15,4 @@ "ability": "changed:mantle" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/taur_mobility/extra_inventory.json b/src/main/resources/data/changed/ability/nodes/taur_mobility/extra_inventory.json index 22e39038e..7a76f0d68 100644 --- a/src/main/resources/data/changed/ability/nodes/taur_mobility/extra_inventory.json +++ b/src/main/resources/data/changed/ability/nodes/taur_mobility/extra_inventory.json @@ -2,6 +2,12 @@ "parent": { "tree": "changed:taur_mobility" }, "titleId": "changed.ability_tree.taur_mobility.extra_inventory", "flavorId": "changed.ability_tree.taur_mobility.extra_inventory.flavor", + "display": { "icon": { "item": "minecraft:chest" } , + "iconWidth": 18, + "iconHeight": 18, + "frame": "strong" + + }, "price": 0, "acquiredEffects": [ @@ -10,4 +16,4 @@ "ability": "changed:access_chest" } ] -} \ No newline at end of file +}