diff --git a/src/main/resources/assets/changed/models/ability/autotool.json b/src/main/resources/assets/changed/models/ability/autotool.json new file mode 100644 index 000000000..fc4db898e --- /dev/null +++ b/src/main/resources/assets/changed/models/ability/autotool.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "changed:abilities/autotool" + } +} diff --git a/src/main/resources/assets/changed/models/ability/create_string.json b/src/main/resources/assets/changed/models/ability/create_string.json new file mode 100644 index 000000000..663f3489b --- /dev/null +++ b/src/main/resources/assets/changed/models/ability/create_string.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "changed:abilities/create_string" + } +} diff --git a/src/main/resources/assets/changed/models/ability/gale_force_winds.json b/src/main/resources/assets/changed/models/ability/gale_force_winds.json new file mode 100644 index 000000000..b0d00ec26 --- /dev/null +++ b/src/main/resources/assets/changed/models/ability/gale_force_winds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "changed:abilities/gale_force_winds" + } +} diff --git a/src/main/resources/assets/changed/textures/abilities/autotool.png b/src/main/resources/assets/changed/textures/abilities/autotool.png new file mode 100644 index 000000000..2b781f8f9 Binary files /dev/null and b/src/main/resources/assets/changed/textures/abilities/autotool.png differ diff --git a/src/main/resources/assets/changed/textures/abilities/create_string.png b/src/main/resources/assets/changed/textures/abilities/create_string.png new file mode 100644 index 000000000..76252d118 Binary files /dev/null and b/src/main/resources/assets/changed/textures/abilities/create_string.png differ diff --git a/src/main/resources/assets/changed/textures/abilities/gale_force_winds.png b/src/main/resources/assets/changed/textures/abilities/gale_force_winds.png new file mode 100644 index 000000000..aef34c9d1 Binary files /dev/null and b/src/main/resources/assets/changed/textures/abilities/gale_force_winds.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/apidae_wing_practice.png b/src/main/resources/assets/changed/textures/gui/nodes/apidae_wing_practice.png new file mode 100644 index 000000000..54aaf1b25 Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/apidae_wing_practice.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/autotool.png b/src/main/resources/assets/changed/textures/gui/nodes/autotool.png new file mode 100644 index 000000000..293bc77e9 Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/autotool.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/healthy3.png b/src/main/resources/assets/changed/textures/gui/nodes/healthy3.png new file mode 100644 index 000000000..21fa37e6e Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/healthy3.png differ diff --git a/src/main/resources/data/changed/ability/nodes/apidae/honey_making.json b/src/main/resources/data/changed/ability/nodes/apidae/honey_making.json index 796d13e88..ca00264ff 100644 --- a/src/main/resources/data/changed/ability/nodes/apidae/honey_making.json +++ b/src/main/resources/data/changed/ability/nodes/apidae/honey_making.json @@ -2,7 +2,10 @@ "parent": "changed:apidae/honeycomb_making2", "titleId": "changed.ability_tree.apidae.honey_making", "flavorId": "changed.ability_tree.apidae.honey_making.flavor", - "display": { "icon": { "item": "minecraft:honey_bottle" } }, + "display": { + "icon": { "item": "minecraft:honey_bottle" }, + "frame": "strong" + }, "price": 1, "comment": "When surrounded by 3 flowers, fill empty bottle with honey", @@ -12,4 +15,4 @@ "ability": "changed:create_honey" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/apidae/wing_practice1.json b/src/main/resources/data/changed/ability/nodes/apidae/wing_practice1.json index ff314ce82..ff18799c9 100644 --- a/src/main/resources/data/changed/ability/nodes/apidae/wing_practice1.json +++ b/src/main/resources/data/changed/ability/nodes/apidae/wing_practice1.json @@ -2,7 +2,8 @@ "parent": { "tree": "changed:apidae" }, "titleId": "changed.ability_tree.apidae.wing_practice1", "flavorId": "changed.ability_tree.apidae.wing_practice1.flavor", + "display": { "icon": "changed:textures/gui/nodes/apidae_wing_practice.png", "numeral": 1 }, "price": 1, "comment": "Bonus jumps +1" -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/apidae/wing_practice2.json b/src/main/resources/data/changed/ability/nodes/apidae/wing_practice2.json index 130c1c9b7..d579fe058 100644 --- a/src/main/resources/data/changed/ability/nodes/apidae/wing_practice2.json +++ b/src/main/resources/data/changed/ability/nodes/apidae/wing_practice2.json @@ -2,7 +2,8 @@ "parent": "changed:apidae/wing_practice1", "titleId": "changed.ability_tree.apidae.wing_practice2", "flavorId": "changed.ability_tree.apidae.wing_practice2.flavor", + "display": { "icon": "changed:textures/gui/nodes/apidae_wing_practice.png", "numeral": 2 }, "price": 1, "comment": "Bonus jumps +1" -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/apidae/wing_practice3.json b/src/main/resources/data/changed/ability/nodes/apidae/wing_practice3.json index 321b0a00b..b18a455e5 100644 --- a/src/main/resources/data/changed/ability/nodes/apidae/wing_practice3.json +++ b/src/main/resources/data/changed/ability/nodes/apidae/wing_practice3.json @@ -2,7 +2,8 @@ "parent": "changed:apidae/wing_practice2", "titleId": "changed.ability_tree.apidae.wing_practice3", "flavorId": "changed.ability_tree.apidae.wing_practice3.flavor", + "display": { "icon": "changed:textures/gui/nodes/apidae_wing_practice.png", "numeral": 3, "frame": "strong" }, "price": 2, "comment": "Bonus jumps +2" -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/back_wing/gale_force_winds.json b/src/main/resources/data/changed/ability/nodes/back_wing/gale_force_winds.json index 61fe8fca1..52195d01b 100644 --- a/src/main/resources/data/changed/ability/nodes/back_wing/gale_force_winds.json +++ b/src/main/resources/data/changed/ability/nodes/back_wing/gale_force_winds.json @@ -2,6 +2,10 @@ "parent": "changed:back_wing/wing_flap2", "titleId": "changed.ability_tree.back_wing.gale_force_winds", "flavorId": "changed.ability_tree.back_wing.gale_force_winds.flavor", + "display": { + "icon": "changed:textures/abilities/gale_force_winds.png", + "frame": "strong" + }, "price": { "levels": 1, "groupDiscountLevels": -1 @@ -13,4 +17,4 @@ "ability": "changed:gale_force_winds" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/back_wing/sky_dive1.json b/src/main/resources/data/changed/ability/nodes/back_wing/sky_dive1.json index 7903cedfe..8660e31a4 100644 --- a/src/main/resources/data/changed/ability/nodes/back_wing/sky_dive1.json +++ b/src/main/resources/data/changed/ability/nodes/back_wing/sky_dive1.json @@ -2,6 +2,11 @@ "parent": "changed:back_wing/creative_flight", "titleId": "changed.ability_tree.back_wing.sky_dive1", "flavorId": "changed.ability_tree.back_wing.sky_dive1.flavor", + "display": { + "icon": "changed:textures/abilities/dive.png", + "frame": "strong", + "numeral": 1 + }, "price": { "levels": 1, "groupDiscountLevels": -1 @@ -18,4 +23,4 @@ "factor": 0.3 } ] -} \ 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 369786313..f37107579 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 @@ -2,6 +2,11 @@ "parent": "changed:back_wing/sky_dive1", "titleId": "changed.ability_tree.back_wing.sky_dive2", "flavorId": "changed.ability_tree.back_wing.sky_dive2.flavor", + "display": { + "icon": "changed:textures/abilities/dive.png", + "frame": "ultimate", + "numeral": 2 + }, "price": 1, "acquiredEffects": [ @@ -16,4 +21,4 @@ "factor": 0.6 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/digitigrade_mobility/swim_faster.json b/src/main/resources/data/changed/ability/nodes/digitigrade_mobility/swim_faster.json index 16af218c9..992238039 100644 --- a/src/main/resources/data/changed/ability/nodes/digitigrade_mobility/swim_faster.json +++ b/src/main/resources/data/changed/ability/nodes/digitigrade_mobility/swim_faster.json @@ -2,6 +2,13 @@ "parent": "changed:digitigrade_mobility/practice3", "titleId": "changed.ability_tree.movement.swim_faster", "flavorId": "changed.ability_tree.digitigrade_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 +21,4 @@ "factor": 0.10 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/latex/charisma.json b/src/main/resources/data/changed/ability/nodes/latex/charisma.json index 6b52f105f..f55646c32 100644 --- a/src/main/resources/data/changed/ability/nodes/latex/charisma.json +++ b/src/main/resources/data/changed/ability/nodes/latex/charisma.json @@ -2,6 +2,10 @@ "parent": "changed:latex/like_a_tank", "titleId": "changed.ability_tree.latex.charisma", "flavorId": "changed.ability_tree.latex.charisma.flavor", + "display": { + "icon": "minecraft:textures/mob_effect/hero_of_the_village.png", "iconWidth": 18, "iconHeight": 18, + "frame": "strong" + }, "price": 100, "missingEffects": [ @@ -10,4 +14,4 @@ "feature": "changed:scare_villagers" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/multi_arm/autotool.json b/src/main/resources/data/changed/ability/nodes/multi_arm/autotool.json index b31d5adfa..922981018 100644 --- a/src/main/resources/data/changed/ability/nodes/multi_arm/autotool.json +++ b/src/main/resources/data/changed/ability/nodes/multi_arm/autotool.json @@ -2,6 +2,10 @@ "parent": "changed:multi_arm/dexterity3", "titleId": "changed.ability_tree.multi_arm.autotool", "flavorId": "changed.ability_tree.multi_arm.autotool.flavor", + "display": { + "icon": "changed:textures/gui/nodes/autotool.png", + "frame": "ultimate" + }, "price": 1, "acquiredEffects": [ @@ -10,4 +14,4 @@ "ability": "changed:autotool" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/nonlatex/charisma.json b/src/main/resources/data/changed/ability/nodes/nonlatex/charisma.json index 65975163a..10e0cf9f5 100644 --- a/src/main/resources/data/changed/ability/nodes/nonlatex/charisma.json +++ b/src/main/resources/data/changed/ability/nodes/nonlatex/charisma.json @@ -2,6 +2,11 @@ "parent": "changed:nonlatex/healthy1", "titleId": "changed.ability_tree.nonlatex.charisma", "flavorId": "changed.ability_tree.nonlatex.charisma.flavor", + "display": { + "icon": "minecraft:textures/mob_effect/hero_of_the_village.png", "iconWidth": 18, "iconHeight": 18, + "frame": "strong" + }, + "price": 10, "missingEffects": [ @@ -10,4 +15,4 @@ "feature": "changed:scare_villagers" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/nonlatex/healthy1.json b/src/main/resources/data/changed/ability/nodes/nonlatex/healthy1.json index e33d7c005..66174afd7 100644 --- a/src/main/resources/data/changed/ability/nodes/nonlatex/healthy1.json +++ b/src/main/resources/data/changed/ability/nodes/nonlatex/healthy1.json @@ -2,6 +2,13 @@ "parent": { "tree": "changed:nonlatex" }, "titleId": "changed.ability_tree.nonlatex.healthy1", "flavorId": "changed.ability_tree.nonlatex.healthy1.flavor", + "display": { + "icon": "minecraft:textures/mob_effect/instant_health.png", + "icon_width": 18, + "icon_height": 18, + "numeral": 1 + }, + "price": { "levels": 10, "groupDiscountLevels": -1 @@ -21,4 +28,4 @@ "factor": 1.0 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/nonlatex/healthy2.json b/src/main/resources/data/changed/ability/nodes/nonlatex/healthy2.json index c8b7a06fb..e585a07e0 100644 --- a/src/main/resources/data/changed/ability/nodes/nonlatex/healthy2.json +++ b/src/main/resources/data/changed/ability/nodes/nonlatex/healthy2.json @@ -2,6 +2,12 @@ "parent": "changed:nonlatex/healthy1", "titleId": "changed.ability_tree.nonlatex.healthy2", "flavorId": "changed.ability_tree.nonlatex.healthy2.flavor", + "display": { + "icon": "minecraft:textures/mob_effect/speed.png", + "icon_width": 18, + "icon_height": 18, + "numeral": 2 + }, "price": { "levels": 10, "groupDiscountLevels": -1 @@ -19,4 +25,4 @@ "factor": 1.0 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/nonlatex/healthy3.json b/src/main/resources/data/changed/ability/nodes/nonlatex/healthy3.json index 5a3f9a5dd..a3f7bf3f1 100644 --- a/src/main/resources/data/changed/ability/nodes/nonlatex/healthy3.json +++ b/src/main/resources/data/changed/ability/nodes/nonlatex/healthy3.json @@ -2,6 +2,11 @@ "parent": "changed:nonlatex/healthy2", "titleId": "changed.ability_tree.nonlatex.healthy3", "flavorId": "changed.ability_tree.nonlatex.healthy3.flavor", + "display": { + "icon": "changed:textures/gui/nodes/healthy3.png", + "numeral": 3 + }, + "price": { "levels": 10, "groupDiscountLevels": -1 @@ -25,4 +30,4 @@ "factor": 0.02 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/nonlatex/overdrive_attack.json b/src/main/resources/data/changed/ability/nodes/nonlatex/overdrive_attack.json index 58871c71d..34ea432b9 100644 --- a/src/main/resources/data/changed/ability/nodes/nonlatex/overdrive_attack.json +++ b/src/main/resources/data/changed/ability/nodes/nonlatex/overdrive_attack.json @@ -2,6 +2,11 @@ "parent": "changed:nonlatex/healthy3", "titleId": "changed.ability_tree.nonlatex.overdrive_attack", "flavorId": "changed.ability_tree.nonlatex.overdrive_attack.flavor", + "display": { "icon": "minecraft:textures/mob_effect/strength.png", + "icon_width": 18, + "icon_height": 18, + "frame": "strong" + }, "price": 20, "acquiredEffects": [ @@ -12,4 +17,4 @@ "factor": 2.0 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/nonlatex/overdrive_health.json b/src/main/resources/data/changed/ability/nodes/nonlatex/overdrive_health.json index 9e1ef158a..a29b6827f 100644 --- a/src/main/resources/data/changed/ability/nodes/nonlatex/overdrive_health.json +++ b/src/main/resources/data/changed/ability/nodes/nonlatex/overdrive_health.json @@ -2,6 +2,10 @@ "parent": "changed:nonlatex/healthy3", "titleId": "changed.ability_tree.nonlatex.overdrive_health", "flavorId": "changed.ability_tree.nonlatex.overdrive_health.flavor", + "display": { "icon": "minecraft:textures/mob_effect/health_boost.png", + "icon_width": 18, + "icon_height": 18, + "frame": "strong" }, "price": 20, "acquiredEffects": [ @@ -12,4 +16,4 @@ "factor": 2.0 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/nonlatex/overdrive_movement.json b/src/main/resources/data/changed/ability/nodes/nonlatex/overdrive_movement.json index 0c19053dd..88f2e3158 100644 --- a/src/main/resources/data/changed/ability/nodes/nonlatex/overdrive_movement.json +++ b/src/main/resources/data/changed/ability/nodes/nonlatex/overdrive_movement.json @@ -2,6 +2,10 @@ "parent": "changed:nonlatex/healthy3", "titleId": "changed.ability_tree.nonlatex.overdrive_attack", "flavorId": "changed.ability_tree.nonlatex.overdrive_attack.flavor", + "display": { "icon": "minecraft:textures/mob_effect/speed.png", + "icon_width": 18, + "icon_height": 18, + "frame": "strong" }, "price": 20, "acquiredEffects": [ @@ -11,4 +15,4 @@ "factor": 0.02 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/nonlatex/regeneration.json b/src/main/resources/data/changed/ability/nodes/nonlatex/regeneration.json index f72d7b818..047286aa3 100644 --- a/src/main/resources/data/changed/ability/nodes/nonlatex/regeneration.json +++ b/src/main/resources/data/changed/ability/nodes/nonlatex/regeneration.json @@ -2,6 +2,10 @@ "parent": "changed:nonlatex/overdrive_health", "titleId": "changed.ability_tree.nonlatex.regeneration", "flavorId": "changed.ability_tree.nonlatex.regeneration.flavor", + "display": { "icon": "minecraft:textures/mob_effect/regeneration.png", + "icon_width": 18, + "icon_height": 18, + "frame": "ultimate" }, "price": 20, "acquiredEffects": [ @@ -20,4 +24,4 @@ } } ] -} \ No newline at end of file +}