From 5fb7ef909306f1b3f98b52ff7c6e329d0f57f2b6 Mon Sep 17 00:00:00 2001 From: GameStar <56610486+BlueBoat29@users.noreply.github.com> Date: Mon, 25 Aug 2025 15:18:46 -0500 Subject: [PATCH] more mars entity stuff (#1697) * stuff * Create wraptor.json * Update tags.js * fix wool * eggs * Update constants.js * more recipe stuff * doing tooltips the correct way * oops Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> --------- Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> --- .../tfg/blockstates/large_nest_box.json | 341 ++++++++++------- .../blockstates/large_nest_box_warped.json | 342 +++++++++++------- kubejs/assets/tfg/lang/en_us.json | 13 +- .../large_nest_box_warped_wraptor_0.json | 88 +++++ .../large_nest_box_warped_wraptor_1.json | 88 +++++ .../large_nest_box_warped_wraptor_2.json | 88 +++++ .../large_nest_box_warped_wraptor_3.json | 88 +++++ .../large_nest_box_wraptor_0.json | 88 +++++ .../large_nest_box_wraptor_1.json | 88 +++++ .../large_nest_box_wraptor_2.json | 88 +++++ .../large_nest_box_wraptor_3.json | 88 +++++ .../tfg/models/item/spawn_egg/wraptor.json | 6 + .../assets/tfg/models/item/wraptor_egg.json | 6 + .../assets/tfg/models/item/wraptor_sugar.json | 6 + .../assets/tfg/models/item/wraptor_wool.json | 6 + .../block/large_nest/large_nest_sniffer_0.png | Bin 3882 -> 8867 bytes .../large_nest_warped_sniffer_0.png | Bin 8139 -> 9250 bytes .../tfg/textures/item/wraptor_sugar.png | Bin 0 -> 788 bytes .../assets/tfg/textures/item/wraptor_wool.png | Bin 0 -> 897 bytes kubejs/client_scripts/tooltips.js | 24 ++ kubejs/server_scripts/ad_astra/tags.js | 2 +- kubejs/server_scripts/main_server_script.js | 1 + kubejs/server_scripts/species/data.js | 10 + kubejs/server_scripts/species/recipes.js | 14 + .../tfg/recipes.miscellaneous.js | 9 +- kubejs/server_scripts/tfg/tags.js | 2 + kubejs/startup_scripts/species/constants.js | 1 - kubejs/startup_scripts/tfg/items.js | 9 +- 28 files changed, 1217 insertions(+), 279 deletions(-) create mode 100644 kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_wraptor_0.json create mode 100644 kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_wraptor_1.json create mode 100644 kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_wraptor_2.json create mode 100644 kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_wraptor_3.json create mode 100644 kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_wraptor_0.json create mode 100644 kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_wraptor_1.json create mode 100644 kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_wraptor_2.json create mode 100644 kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_wraptor_3.json create mode 100644 kubejs/assets/tfg/models/item/spawn_egg/wraptor.json create mode 100644 kubejs/assets/tfg/models/item/wraptor_egg.json create mode 100644 kubejs/assets/tfg/models/item/wraptor_sugar.json create mode 100644 kubejs/assets/tfg/models/item/wraptor_wool.json create mode 100644 kubejs/assets/tfg/textures/item/wraptor_sugar.png create mode 100644 kubejs/assets/tfg/textures/item/wraptor_wool.png create mode 100644 kubejs/server_scripts/species/data.js diff --git a/kubejs/assets/tfg/blockstates/large_nest_box.json b/kubejs/assets/tfg/blockstates/large_nest_box.json index 52b03f4c9..350cb2cc4 100644 --- a/kubejs/assets/tfg/blockstates/large_nest_box.json +++ b/kubejs/assets/tfg/blockstates/large_nest_box.json @@ -1,138 +1,209 @@ { - "variants": { - "facing=north,has_egg_type=0,nest_part=0": { - "model": "tfg:block/large_nest_box/large_nest_box_empty" - }, - "facing=north,has_egg_type=0,nest_part=1": { - "model": "tfg:block/large_nest_box/large_nest_box_empty", - "y": 90 - }, - "facing=north,has_egg_type=0,nest_part=2": { - "model": "tfg:block/large_nest_box/large_nest_box_empty", - "y": 270 - }, - "facing=north,has_egg_type=0,nest_part=3": { - "model": "tfg:block/large_nest_box/large_nest_box_empty", - "y": 180 - }, + "variants": { + "facing=north,has_egg_type=0,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_empty" + }, + "facing=north,has_egg_type=0,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 90 + }, + "facing=north,has_egg_type=0,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 270 + }, + "facing=north,has_egg_type=0,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 180 + }, + + + "facing=south,has_egg_type=0,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 180 + }, + "facing=south,has_egg_type=0,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 270 + }, + "facing=south,has_egg_type=0,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 90 + }, + "facing=south,has_egg_type=0,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_empty" + }, + + + "facing=east,has_egg_type=0,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 90 + }, + "facing=east,has_egg_type=0,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 180 + }, + "facing=east,has_egg_type=0,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_empty" + }, + "facing=east,has_egg_type=0,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 270 + }, + + + "facing=west,has_egg_type=0,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 270 + }, + "facing=west,has_egg_type=0,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_empty" + + }, + "facing=west,has_egg_type=0,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 180 + }, + "facing=west,has_egg_type=0,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 90 + + }, + + + "facing=north,has_egg_type=1,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_0" + }, + "facing=north,has_egg_type=1,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_1", + "y": 90 + }, + "facing=north,has_egg_type=1,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_2", + "y": 270 + }, + "facing=north,has_egg_type=1,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_3", + "y": 180 + }, + + "facing=south,has_egg_type=1,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_0", + "y": 180 + }, + "facing=south,has_egg_type=1,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_1", + "y": 270 + }, + "facing=south,has_egg_type=1,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_2", + "y": 90 + }, + "facing=south,has_egg_type=1,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_3" + }, + + "facing=east,has_egg_type=1,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_0", + "y": 90 + }, + "facing=east,has_egg_type=1,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_1", + "y": 180 + }, + "facing=east,has_egg_type=1,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_2" + }, + "facing=east,has_egg_type=1,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_3", + "y": 270 + }, + + "facing=west,has_egg_type=1,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_0", + "y": 270 + }, + "facing=west,has_egg_type=1,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_1" + + }, + "facing=west,has_egg_type=1,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_2", + "y": 180 + }, + "facing=west,has_egg_type=1,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_3", + "y": 90 + + }, + + + + "facing=north,has_egg_type=2,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_wraptor_0" + }, + "facing=north,has_egg_type=2,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_wraptor_1", + "y": 90 + }, + "facing=north,has_egg_type=2,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_wraptor_2", + "y": 270 + }, + "facing=north,has_egg_type=2,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_wraptor_3", + "y": 180 + }, + + "facing=south,has_egg_type=2,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_wraptor_0", + "y": 180 + }, + "facing=south,has_egg_type=2,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_wraptor_1", + "y": 270 + }, + "facing=south,has_egg_type=2,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_wraptor_2", + "y": 90 + }, + "facing=south,has_egg_type=2,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_wraptor_3" + }, + + "facing=east,has_egg_type=2,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_wraptor_0", + "y": 90 + }, + "facing=east,has_egg_type=2,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_wraptor_1", + "y": 180 + }, + "facing=east,has_egg_type=2,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_wraptor_2" + }, + "facing=east,has_egg_type=2,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_wraptor_3", + "y": 270 + }, + + "facing=west,has_egg_type=2,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_wraptor_0", + "y": 270 + }, + "facing=west,has_egg_type=2,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_wraptor_1" + + }, + "facing=west,has_egg_type=2,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_wraptor_2", + "y": 180 + }, + "facing=west,has_egg_type=2,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_wraptor_3", + "y": 90 + + } + + } - - "facing=south,has_egg_type=0,nest_part=0": { - "model": "tfg:block/large_nest_box/large_nest_box_empty", - "y": 180 - }, - "facing=south,has_egg_type=0,nest_part=1": { - "model": "tfg:block/large_nest_box/large_nest_box_empty", - "y": 270 - }, - "facing=south,has_egg_type=0,nest_part=2": { - "model": "tfg:block/large_nest_box/large_nest_box_empty", - "y": 90 - }, - "facing=south,has_egg_type=0,nest_part=3": { - "model": "tfg:block/large_nest_box/large_nest_box_empty" - }, - - - "facing=east,has_egg_type=0,nest_part=0": { - "model": "tfg:block/large_nest_box/large_nest_box_empty", - "y": 90 - }, - "facing=east,has_egg_type=0,nest_part=1": { - "model": "tfg:block/large_nest_box/large_nest_box_empty", - "y": 180 - }, - "facing=east,has_egg_type=0,nest_part=2": { - "model": "tfg:block/large_nest_box/large_nest_box_empty" - }, - "facing=east,has_egg_type=0,nest_part=3": { - "model": "tfg:block/large_nest_box/large_nest_box_empty", - "y": 270 - }, - - - "facing=west,has_egg_type=0,nest_part=0": { - "model": "tfg:block/large_nest_box/large_nest_box_empty", - "y": 270 - }, - "facing=west,has_egg_type=0,nest_part=1": { - "model": "tfg:block/large_nest_box/large_nest_box_empty" - - }, - "facing=west,has_egg_type=0,nest_part=2": { - "model": "tfg:block/large_nest_box/large_nest_box_empty", - "y": 180 - }, - "facing=west,has_egg_type=0,nest_part=3": { - "model": "tfg:block/large_nest_box/large_nest_box_empty", - "y": 90 - - }, - - - "facing=north,has_egg_type=1,nest_part=0": { - "model": "tfg:block/large_nest_box/large_nest_box_sniffer_0" - }, - "facing=north,has_egg_type=1,nest_part=1": { - "model": "tfg:block/large_nest_box/large_nest_box_sniffer_1", - "y": 90 - }, - "facing=north,has_egg_type=1,nest_part=2": { - "model": "tfg:block/large_nest_box/large_nest_box_sniffer_2", - "y": 270 - }, - "facing=north,has_egg_type=1,nest_part=3": { - "model": "tfg:block/large_nest_box/large_nest_box_sniffer_3", - "y": 180 - }, - - "facing=south,has_egg_type=1,nest_part=0": { - "model": "tfg:block/large_nest_box/large_nest_box_sniffer_0", - "y": 180 - }, - "facing=south,has_egg_type=1,nest_part=1": { - "model": "tfg:block/large_nest_box/large_nest_box_sniffer_1", - "y": 270 - }, - "facing=south,has_egg_type=1,nest_part=2": { - "model": "tfg:block/large_nest_box/large_nest_box_sniffer_2", - "y": 90 - }, - "facing=south,has_egg_type=1,nest_part=3": { - "model": "tfg:block/large_nest_box/large_nest_box_sniffer_3" - }, - - "facing=east,has_egg_type=1,nest_part=0": { - "model": "tfg:block/large_nest_box/large_nest_box_sniffer_0", - "y": 90 - }, - "facing=east,has_egg_type=1,nest_part=1": { - "model": "tfg:block/large_nest_box/large_nest_box_sniffer_1", - "y": 180 - }, - "facing=east,has_egg_type=1,nest_part=2": { - "model": "tfg:block/large_nest_box/large_nest_box_sniffer_2" - }, - "facing=east,has_egg_type=1,nest_part=3": { - "model": "tfg:block/large_nest_box/large_nest_box_sniffer_3", - "y": 270 - }, - - "facing=west,has_egg_type=1,nest_part=0": { - "model": "tfg:block/large_nest_box/large_nest_box_sniffer_0", - "y": 270 - }, - "facing=west,has_egg_type=1,nest_part=1": { - "model": "tfg:block/large_nest_box/large_nest_box_sniffer_1" - - }, - "facing=west,has_egg_type=1,nest_part=2": { - "model": "tfg:block/large_nest_box/large_nest_box_sniffer_2", - "y": 180 - }, - "facing=west,has_egg_type=1,nest_part=3": { - "model": "tfg:block/large_nest_box/large_nest_box_sniffer_3", - "y": 90 - } - } } \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/large_nest_box_warped.json b/kubejs/assets/tfg/blockstates/large_nest_box_warped.json index b5894ba69..3ce30bae1 100644 --- a/kubejs/assets/tfg/blockstates/large_nest_box_warped.json +++ b/kubejs/assets/tfg/blockstates/large_nest_box_warped.json @@ -1,140 +1,206 @@ { - "variants": { - "facing=north,has_egg_type=0,nest_part=0": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_empty" - }, - "facing=north,has_egg_type=0,nest_part=1": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", - "y": 90 - }, - "facing=north,has_egg_type=0,nest_part=2": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", - "y": 270 - }, - "facing=north,has_egg_type=0,nest_part=3": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", - "y": 180 - }, - - - "facing=south,has_egg_type=0,nest_part=0": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", - "y": 180 - }, - "facing=south,has_egg_type=0,nest_part=1": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", - "y": 270 - }, - "facing=south,has_egg_type=0,nest_part=2": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", - "y": 90 - }, - "facing=south,has_egg_type=0,nest_part=3": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_empty" - }, - - - "facing=east,has_egg_type=0,nest_part=0": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", - "y": 90 - }, - "facing=east,has_egg_type=0,nest_part=1": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", - "y": 180 - }, - "facing=east,has_egg_type=0,nest_part=2": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_empty" - }, - "facing=east,has_egg_type=0,nest_part=3": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", - "y": 270 - }, - - - "facing=west,has_egg_type=0,nest_part=0": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", - "y": 270 - }, - "facing=west,has_egg_type=0,nest_part=1": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_empty" - - }, - "facing=west,has_egg_type=0,nest_part=2": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", - "y": 180 - }, - "facing=west,has_egg_type=0,nest_part=3": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", - "y": 90 - - }, - - - "facing=north,has_egg_type=1,nest_part=0": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_0" - }, - "facing=north,has_egg_type=1,nest_part=1": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_1", - "y": 90 - }, - "facing=north,has_egg_type=1,nest_part=2": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_2", - "y": 270 - }, - "facing=north,has_egg_type=1,nest_part=3": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_3", - "y": 180 - }, - - "facing=south,has_egg_type=1,nest_part=0": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_0", - "y": 180 - }, - "facing=south,has_egg_type=1,nest_part=1": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_1", - "y": 270 - }, - "facing=south,has_egg_type=1,nest_part=2": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_2", - "y": 90 - }, - "facing=south,has_egg_type=1,nest_part=3": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_3" - }, - - "facing=east,has_egg_type=1,nest_part=0": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_0", - "y": 90 - }, - "facing=east,has_egg_type=1,nest_part=1": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_1", - "y": 180 - }, - "facing=east,has_egg_type=1,nest_part=2": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_2" - }, - "facing=east,has_egg_type=1,nest_part=3": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_3", - "y": 270 - }, - - "facing=west,has_egg_type=1,nest_part=0": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_0", - "y": 270 - }, - "facing=west,has_egg_type=1,nest_part=1": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_1" - - }, - "facing=west,has_egg_type=1,nest_part=2": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_2", - "y": 180 - }, - "facing=west,has_egg_type=1,nest_part=3": { - "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_3", - "y": 90 - - } - - } + "variants": { + "facing=north,has_egg_type=0,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty" + }, + "facing=north,has_egg_type=0,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 90 + }, + "facing=north,has_egg_type=0,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 270 + }, + "facing=north,has_egg_type=0,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 180 + }, + + + "facing=south,has_egg_type=0,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 180 + }, + "facing=south,has_egg_type=0,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 270 + }, + "facing=south,has_egg_type=0,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 90 + }, + "facing=south,has_egg_type=0,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty" + }, + + + "facing=east,has_egg_type=0,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 90 + }, + "facing=east,has_egg_type=0,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 180 + }, + "facing=east,has_egg_type=0,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty" + }, + "facing=east,has_egg_type=0,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 270 + }, + + + "facing=west,has_egg_type=0,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 270 + }, + "facing=west,has_egg_type=0,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty" + + }, + "facing=west,has_egg_type=0,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 180 + }, + "facing=west,has_egg_type=0,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 90 + + }, + + + "facing=north,has_egg_type=1,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_0" + }, + "facing=north,has_egg_type=1,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_1", + "y": 90 + }, + "facing=north,has_egg_type=1,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_2", + "y": 270 + }, + "facing=north,has_egg_type=1,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_3", + "y": 180 + }, + + "facing=south,has_egg_type=1,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_0", + "y": 180 + }, + "facing=south,has_egg_type=1,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_1", + "y": 270 + }, + "facing=south,has_egg_type=1,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_2", + "y": 90 + }, + "facing=south,has_egg_type=1,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_3" + }, + + "facing=east,has_egg_type=1,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_0", + "y": 90 + }, + "facing=east,has_egg_type=1,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_1", + "y": 180 + }, + "facing=east,has_egg_type=1,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_2" + }, + "facing=east,has_egg_type=1,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_3", + "y": 270 + }, + + "facing=west,has_egg_type=1,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_0", + "y": 270 + }, + "facing=west,has_egg_type=1,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_1" + + }, + "facing=west,has_egg_type=1,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_2", + "y": 180 + }, + "facing=west,has_egg_type=1,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_3", + "y": 90 + + }, + + + "facing=north,has_egg_type=2,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_wraptor_0" + }, + "facing=north,has_egg_type=2,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_wraptor_1", + "y": 90 + }, + "facing=north,has_egg_type=2,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_wraptor_2", + "y": 270 + }, + "facing=north,has_egg_type=2,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_wraptor_3", + "y": 180 + }, + + "facing=south,has_egg_type=2,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_wraptor_0", + "y": 180 + }, + "facing=south,has_egg_type=2,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_wraptor_1", + "y": 270 + }, + "facing=south,has_egg_type=2,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_wraptor_2", + "y": 90 + }, + "facing=south,has_egg_type=2,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_wraptor_3" + }, + + "facing=east,has_egg_type=2,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_wraptor_0", + "y": 90 + }, + "facing=east,has_egg_type=2,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_wraptor_1", + "y": 180 + }, + "facing=east,has_egg_type=2,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_wraptor_2" + }, + "facing=east,has_egg_type=2,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_wraptor_3", + "y": 270 + }, + + "facing=west,has_egg_type=2,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_wraptor_0", + "y": 270 + }, + "facing=west,has_egg_type=2,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_wraptor_1" + + }, + "facing=west,has_egg_type=2,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_wraptor_2", + "y": 180 + }, + "facing=west,has_egg_type=2,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_wraptor_3", + "y": 90 + + } + } } \ No newline at end of file diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index c8ed0b797..8f358c3ec 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -560,6 +560,10 @@ "item.tfg.wood.lumber.glacian": "Glacian Lumber", "item.tfg.glacian_wool": "Glacian Ram Wool", "item.tfg.sniffer_wool": "Mineral Rich Tufts", + "item.tfg.sniffer_egg": "Sniffer Egg", + "item.tfg.wraptor_wool": "Mineral Rich Down Feathers", + "item.tfg.wraptor_egg": "Wraptor Egg", + "item.tfg.wraptor_sugar": "Wraptor Sugar", "item.tfg.aes_polyurethane": "Bio-AES Reinforced R-Polyurethane Foam", "item.tfg.mli_shielding": "Multi-Layer Insulated Shielding", "item.tfg.rocket_cone_t3": "Advanced Rocket Nose Cone", @@ -798,6 +802,9 @@ "entity.tfg.sniffer.male": "Sniffer", "entity.tfg.sniffer.female": "Sniffer", "tfg.tooltip.attribution.sniffer": "§9§oCredit: Minecraft", + "entity.tfg.wraptor.male": "Wraptor", + "entity.tfg.wraptor.female": "Wraptor", + "tfg.tooltip.attribution.wraptor": "§9§oCredit: Species", "item.treetap.tap": "Deprecated Item, Craft to Upgrade", "item.gtceu.zinc_ingot": "Deprecated Item, Craft to Upgrade", "item.gtceu.brass_ingot": "Deprecated Item, Craft to Upgrade", @@ -970,6 +977,10 @@ "tfg.tooltip.solar_panel.large_tier2": "Massive structure producing from §64096 to 16384 EU/t§r on the §6moon§r during the §6day§r", "tfg.tooltip.solar_panel.large_tier3": "Massive structure producing from §616384 to 65536 EU/t§r on the §6moon§r during the §6day§r", "tfg.tooltip.petrified_egg": "§7Requires Magma to Incubate", + "tfg.tooltip.large_egg": "§7Can only be incubated in a §oLarge Nest", + "tfg.tooltip.sniffer_wool": "§7Harvested from the back of a Sniffer", + "tfg.tooltip.wraptor_wool": "§7Harvested from the feathers of a Wraptor", + "tfg.tooltip.wraptor_sugar": "§7Don't think about it too much", "tfg.tooltip.obsolete.depreciated": "§cDeprecated, cannot be crafted any more", "tfc.jei.flint_knapping": "Flint Knapping", "tfc.recipe.barrel.tfg.barrel.dyeing.decorative_vase.black": "Dyeing", @@ -3508,4 +3519,4 @@ "quests.tfg_tips.tools_tips.harvest_basket.subtitle": "For competitive pie bakers.", "quests.tfg_tips.tools_tips.harvest_basket.task": "Any #tfg:harvester", "quests.tfg_tips.tools_tips.harvest_basket.desc": "&l&2Harvest Baskets&r&r are a new tool made just for &5TFG&r! These baskets can be used to harvest whole trees and bushes of fruit in one right-click! A regular &6Harvest Basket&r has a base durability of &n128&r. But an &3Aluminium Harvest Basket&r takes no damage on use." -} \ No newline at end of file +} diff --git a/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_wraptor_0.json b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_wraptor_0.json new file mode 100644 index 000000000..dfb6ea81d --- /dev/null +++ b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_wraptor_0.json @@ -0,0 +1,88 @@ +{ + "parent": "minecraft:block/block", + "credit": "made with BlockBench", + "textures": { + "texture": "tfg:block/large_nest/large_nest_warped_sniffer_0", + "particle": "tfg:block/large_nest/large_nest_warped_sniffer_0" + }, + "elements": [ + { + "from": [4, 1, 12], + "to": [16, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 2, 13]}, + "faces": { + "north": {"uv": [0.25, 6.875, 1.75, 7.125], "texture": "texture"}, + "east": {"uv": [0, 6.875, 0.25, 7.125], "texture": "texture"}, + "south": {"uv": [2, 6.875, 3.5, 7.125], "texture": "texture"}, + "west": {"uv": [1.75, 6.875, 2, 7.125], "texture": "texture"}, + "up": {"uv": [1.75, 6.875, 0.25, 6.625], "texture": "texture"}, + "down": {"uv": [3.25, 6.625, 1.75, 6.875], "texture": "texture"} + } + }, + { + "from": [3, 0, 0], + "to": [16, 1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 0.5, 6.5]}, + "faces": { + "north": {"uv": [1.625, 4.75, 3.25, 4.875], "texture": "texture"}, + "east": {"uv": [0, 4.75, 1.625, 4.875], "texture": "texture"}, + "south": {"uv": [4.875, 4.75, 6.5, 4.875], "texture": "texture"}, + "west": {"uv": [3.25, 4.75, 4.875, 4.875], "texture": "texture"}, + "up": {"uv": [3.25, 4.75, 1.625, 3.125], "texture": "texture"}, + "down": {"uv": [4.875, 3.125, 3.25, 4.75], "texture": "texture"} + } + }, + { + "from": [3, 3, 13], + "to": [16, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]}, + "faces": { + "north": {"uv": [0.5, 6.5, 2.125, 6.625], "texture": "texture"}, + "east": {"uv": [0.25, 6.5, 0.5, 6.625], "texture": "texture"}, + "south": {"uv": [2.375, 6.5, 4, 6.625], "texture": "texture"}, + "west": {"uv": [2.125, 6.5, 2.375, 6.625], "texture": "texture"}, + "up": {"uv": [2.125, 6.5, 0.5, 6.25], "texture": "texture"}, + "down": {"uv": [3.75, 6.25, 2.125, 6.5], "texture": "texture"} + } + }, + { + "from": [1, 3, 0], + "to": [3, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 3.5, 7.5]}, + "faces": { + "north": {"uv": [1.875, 6.125, 2.125, 6.25], "texture": "texture"}, + "east": {"uv": [0, 6.125, 1.875, 6.25], "texture": "texture"}, + "south": {"uv": [4, 6.125, 4.25, 6.25], "texture": "texture"}, + "west": {"uv": [2.125, 6.125, 4, 6.25], "texture": "texture"}, + "up": {"uv": [2.125, 6.125, 1.875, 4.25], "texture": "texture"}, + "down": {"uv": [2.375, 4.25, 2.125, 6.125], "texture": "texture"} + } + }, + { + "from": [2, 1, 0], + "to": [4, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]}, + "faces": { + "north": {"uv": [5.25, 6.875, 5.5, 7.125], "texture": "texture"}, + "east": {"uv": [3.5, 6.875, 5.25, 7.125], "texture": "texture"}, + "south": {"uv": [7.25, 6.875, 7.5, 7.125], "texture": "texture"}, + "west": {"uv": [5.5, 6.875, 7.25, 7.125], "texture": "texture"}, + "up": {"uv": [5.5, 6.875, 5.25, 5.125], "texture": "texture"}, + "down": {"uv": [5.75, 5.125, 5.5, 6.875], "texture": "texture"} + } + }, + { + "from": [6, 1, 1], + "to": [14, 11, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 1, 5]}, + "faces": { + "north": {"uv": [6.375, 1.5, 7.375, 2.75], "texture": "texture"}, + "east": {"uv": [5.25, 1.5, 6.25, 2.75], "texture": "texture"}, + "south": {"uv": [8.75, 1.5, 9.75, 2.75], "texture": "texture"}, + "west": {"uv": [7.5, 1.5, 8.5, 2.75], "texture": "texture"}, + "up": {"uv": [7.5, 1.375, 6.5, 0.375], "texture": "texture"}, + "down": {"uv": [8.75, 0.25, 7.75, 1.25], "texture": "texture"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_wraptor_1.json b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_wraptor_1.json new file mode 100644 index 000000000..7ad994634 --- /dev/null +++ b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_wraptor_1.json @@ -0,0 +1,88 @@ +{ + "parent": "minecraft:block/block", + "credit": "made with BlockBench", + "textures": { + "texture": "tfg:block/large_nest/large_nest_warped_sniffer_0", + "particle": "tfg:block/large_nest/large_nest_warped_sniffer_0" + }, + "elements": [ + { + "from": [4, 1, 12], + "to": [16, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 2, 13]}, + "faces": { + "north": {"uv": [0.25, 6.5, 1.75, 6.75], "texture": "texture"}, + "east": {"uv": [0, 6.5, 0.25, 6.75], "texture": "texture"}, + "south": {"uv": [2, 6.5, 3.5, 6.75], "texture": "texture"}, + "west": {"uv": [1.75, 6.5, 2, 6.75], "texture": "texture"}, + "up": {"uv": [1.75, 6.5, 0.25, 6.25], "texture": "texture"}, + "down": {"uv": [3.25, 6.25, 1.75, 6.5], "texture": "texture"} + } + }, + { + "from": [3, 0, 0], + "to": [16, 1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 0.5, 6.5]}, + "faces": { + "north": {"uv": [1.625, 4.75, 3.25, 4.875], "texture": "texture"}, + "east": {"uv": [0, 4.75, 1.625, 4.875], "texture": "texture"}, + "south": {"uv": [4.875, 4.75, 6.5, 4.875], "texture": "texture"}, + "west": {"uv": [3.25, 4.75, 4.875, 4.875], "texture": "texture"}, + "up": {"uv": [3.25, 4.75, 1.625, 3.125], "texture": "texture"}, + "down": {"uv": [4.875, 3.125, 3.25, 4.75], "texture": "texture"} + } + }, + { + "from": [3, 3, 13], + "to": [16, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]}, + "faces": { + "north": {"uv": [0.375, 5.625, 2, 5.75], "texture": "texture"}, + "east": {"uv": [0.125, 5.625, 0.375, 5.75], "texture": "texture"}, + "south": {"uv": [2.25, 5.625, 3.875, 5.75], "texture": "texture"}, + "west": {"uv": [2, 5.625, 2.25, 5.75], "texture": "texture"}, + "up": {"uv": [2, 5.625, 0.375, 5.375], "texture": "texture"}, + "down": {"uv": [3.625, 5.375, 2, 5.625], "texture": "texture"} + } + }, + { + "from": [1, 3, 0], + "to": [3, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 3.5, 7.5]}, + "faces": { + "north": {"uv": [3.625, 6.375, 3.875, 6.5], "texture": "texture"}, + "east": {"uv": [1.75, 6.375, 3.625, 6.5], "texture": "texture"}, + "south": {"uv": [5.75, 6.375, 6, 6.5], "texture": "texture"}, + "west": {"uv": [3.875, 6.375, 5.75, 6.5], "texture": "texture"}, + "up": {"uv": [3.875, 6.375, 3.625, 4.5], "texture": "texture"}, + "down": {"uv": [4.125, 4.5, 3.875, 6.375], "texture": "texture"} + } + }, + { + "from": [2, 1, 0], + "to": [4, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]}, + "faces": { + "north": {"uv": [4.375, 5.125, 4.625, 5.375], "texture": "texture"}, + "east": {"uv": [2.625, 5.125, 4.375, 5.375], "texture": "texture"}, + "south": {"uv": [6.375, 5.125, 6.625, 5.375], "texture": "texture"}, + "west": {"uv": [4.625, 5.125, 6.375, 5.375], "texture": "texture"}, + "up": {"uv": [4.625, 5.125, 4.375, 3.375], "texture": "texture"}, + "down": {"uv": [4.875, 3.375, 4.625, 5.125], "texture": "texture"} + } + }, + { + "from": [8, 1, 2], + "to": [15, 10, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [17, 1, 6]}, + "faces": { + "north": {"uv": [6.75, 1.75, 7.625, 2.875], "texture": "texture"}, + "east": {"uv": [5.875, 1.75, 6.75, 2.875], "texture": "texture"}, + "south": {"uv": [8.5, 1.75, 9.375, 2.875], "texture": "texture"}, + "west": {"uv": [7.625, 1.75, 8.5, 2.875], "texture": "texture"}, + "up": {"uv": [7.5, 1.25, 6.625, 0.375], "texture": "texture"}, + "down": {"uv": [8.625, 0.25, 7.75, 1.125], "texture": "texture"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_wraptor_2.json b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_wraptor_2.json new file mode 100644 index 000000000..774605ee8 --- /dev/null +++ b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_wraptor_2.json @@ -0,0 +1,88 @@ +{ + "parent": "minecraft:block/block", + "credit": "made with BlockBench", + "textures": { + "texture": "tfg:block/large_nest/large_nest_warped_sniffer_0", + "particle": "tfg:block/large_nest/large_nest_warped_sniffer_0" + }, + "elements": [ + { + "from": [4, 1, 12], + "to": [16, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 2, 13]}, + "faces": { + "north": {"uv": [0.5, 6.125, 2, 6.375], "texture": "texture"}, + "east": {"uv": [0.25, 6.125, 0.5, 6.375], "texture": "texture"}, + "south": {"uv": [2.25, 6.125, 3.75, 6.375], "texture": "texture"}, + "west": {"uv": [2, 6.125, 2.25, 6.375], "texture": "texture"}, + "up": {"uv": [2, 6.125, 0.5, 5.875], "texture": "texture"}, + "down": {"uv": [3.5, 5.875, 2, 6.125], "texture": "texture"} + } + }, + { + "from": [3, 0, 0], + "to": [16, 1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 0.5, 6.5]}, + "faces": { + "north": {"uv": [1.625, 4.75, 3.25, 4.875], "texture": "texture"}, + "east": {"uv": [0, 4.75, 1.625, 4.875], "texture": "texture"}, + "south": {"uv": [4.875, 4.75, 6.5, 4.875], "texture": "texture"}, + "west": {"uv": [3.25, 4.75, 4.875, 4.875], "texture": "texture"}, + "up": {"uv": [3.25, 4.75, 1.625, 3.125], "texture": "texture"}, + "down": {"uv": [4.875, 3.125, 3.25, 4.75], "texture": "texture"} + } + }, + { + "from": [3, 3, 13], + "to": [16, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]}, + "faces": { + "north": {"uv": [0.5, 5.5, 2.125, 5.625], "texture": "texture"}, + "east": {"uv": [0.25, 5.5, 0.5, 5.625], "texture": "texture"}, + "south": {"uv": [2.375, 5.5, 4, 5.625], "texture": "texture"}, + "west": {"uv": [2.125, 5.5, 2.375, 5.625], "texture": "texture"}, + "up": {"uv": [2.125, 5.5, 0.5, 5.25], "texture": "texture"}, + "down": {"uv": [3.75, 5.25, 2.125, 5.5], "texture": "texture"} + } + }, + { + "from": [1, 3, 0], + "to": [3, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 3.5, 7.5]}, + "faces": { + "north": {"uv": [5.625, 5.125, 5.875, 5.25], "texture": "texture"}, + "east": {"uv": [3.75, 5.125, 5.625, 5.25], "texture": "texture"}, + "south": {"uv": [7.75, 5.125, 8, 5.25], "texture": "texture"}, + "west": {"uv": [5.875, 5.125, 7.75, 5.25], "texture": "texture"}, + "up": {"uv": [5.875, 5.125, 5.625, 3.25], "texture": "texture"}, + "down": {"uv": [6.125, 3.25, 5.875, 5.125], "texture": "texture"} + } + }, + { + "from": [2, 1, 0], + "to": [4, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]}, + "faces": { + "north": {"uv": [5.5, 6.125, 5.75, 6.375], "texture": "texture"}, + "east": {"uv": [3.75, 6.125, 5.5, 6.375], "texture": "texture"}, + "south": {"uv": [7.5, 6.125, 7.75, 6.375], "texture": "texture"}, + "west": {"uv": [5.75, 6.125, 7.5, 6.375], "texture": "texture"}, + "up": {"uv": [5.75, 6.125, 5.5, 4.375], "texture": "texture"}, + "down": {"uv": [6, 4.375, 5.75, 6.125], "texture": "texture"} + } + }, + { + "from": [9, 1, 0], + "to": [15, 9, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [17, 1, 4]}, + "faces": { + "north": {"uv": [6.875, 1.625, 7.625, 2.625], "texture": "texture"}, + "east": {"uv": [6.125, 1.625, 6.875, 2.625], "texture": "texture"}, + "south": {"uv": [8.375, 1.625, 9.125, 2.625], "texture": "texture"}, + "west": {"uv": [7.625, 1.625, 8.375, 2.625], "texture": "texture"}, + "up": {"uv": [7.375, 1.125, 6.625, 0.375], "texture": "texture"}, + "down": {"uv": [8.375, 0.5, 7.625, 1.25], "texture": "texture"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_wraptor_3.json b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_wraptor_3.json new file mode 100644 index 000000000..7958f0d07 --- /dev/null +++ b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_wraptor_3.json @@ -0,0 +1,88 @@ +{ + "parent": "minecraft:block/block", + "credit": "made with BlockBench", + "textures": { + "texture": "tfg:block/large_nest/large_nest_warped_sniffer_0", + "particle": "tfg:block/large_nest/large_nest_warped_sniffer_0" + }, + "elements": [ + { + "from": [4, 1, 12], + "to": [16, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 2, 13]}, + "faces": { + "north": {"uv": [1.375, 5.375, 2.875, 5.625], "texture": "texture"}, + "east": {"uv": [1.125, 5.375, 1.375, 5.625], "texture": "texture"}, + "south": {"uv": [3.125, 5.375, 4.625, 5.625], "texture": "texture"}, + "west": {"uv": [2.875, 5.375, 3.125, 5.625], "texture": "texture"}, + "up": {"uv": [2.875, 5.375, 1.375, 5.125], "texture": "texture"}, + "down": {"uv": [4.375, 5.125, 2.875, 5.375], "texture": "texture"} + } + }, + { + "from": [3, 0, 0], + "to": [16, 1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 0.5, 6.5]}, + "faces": { + "north": {"uv": [1.75, 4.75, 3.375, 4.875], "texture": "texture"}, + "east": {"uv": [0.125, 4.75, 1.75, 4.875], "texture": "texture"}, + "south": {"uv": [5, 4.75, 6.625, 4.875], "texture": "texture"}, + "west": {"uv": [3.375, 4.75, 5, 4.875], "texture": "texture"}, + "up": {"uv": [3.375, 4.75, 1.75, 3.125], "texture": "texture"}, + "down": {"uv": [5, 3.125, 3.375, 4.75], "texture": "texture"} + } + }, + { + "from": [3, 3, 13], + "to": [16, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]}, + "faces": { + "north": {"uv": [2.875, 5.875, 4.5, 6], "texture": "texture"}, + "east": {"uv": [2.625, 5.875, 2.875, 6], "texture": "texture"}, + "south": {"uv": [4.75, 5.875, 6.375, 6], "texture": "texture"}, + "west": {"uv": [4.5, 5.875, 4.75, 6], "texture": "texture"}, + "up": {"uv": [4.5, 5.875, 2.875, 5.625], "texture": "texture"}, + "down": {"uv": [6.125, 5.625, 4.5, 5.875], "texture": "texture"} + } + }, + { + "from": [1, 3, 0], + "to": [3, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 3.5, 7.5]}, + "faces": { + "north": {"uv": [1.875, 6.625, 2.125, 6.75], "texture": "texture"}, + "east": {"uv": [0, 6.625, 1.875, 6.75], "texture": "texture"}, + "south": {"uv": [4, 6.625, 4.25, 6.75], "texture": "texture"}, + "west": {"uv": [2.125, 6.625, 4, 6.75], "texture": "texture"}, + "up": {"uv": [2.125, 6.625, 1.875, 4.75], "texture": "texture"}, + "down": {"uv": [2.375, 4.75, 2.125, 6.625], "texture": "texture"} + } + }, + { + "from": [2, 1, 0], + "to": [4, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]}, + "faces": { + "north": {"uv": [5.25, 6.375, 5.5, 6.625], "texture": "texture"}, + "east": {"uv": [3.5, 6.375, 5.25, 6.625], "texture": "texture"}, + "south": {"uv": [7.25, 6.375, 7.5, 6.625], "texture": "texture"}, + "west": {"uv": [5.5, 6.375, 7.25, 6.625], "texture": "texture"}, + "up": {"uv": [5.5, 6.375, 5.25, 4.625], "texture": "texture"}, + "down": {"uv": [5.75, 4.625, 5.5, 6.375], "texture": "texture"} + } + }, + { + "from": [7, 1, 1], + "to": [14, 11, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 5]}, + "faces": { + "north": {"uv": [7, 1.5, 7.875, 2.75], "texture": "texture"}, + "east": {"uv": [6.125, 1.5, 7, 2.75], "texture": "texture"}, + "south": {"uv": [8.75, 1.625, 9.625, 2.875], "texture": "texture"}, + "west": {"uv": [7.875, 1.5, 8.75, 2.75], "texture": "texture"}, + "up": {"uv": [7.5, 1.125, 6.625, 0.25], "texture": "texture"}, + "down": {"uv": [8.75, 0.25, 7.875, 1.125], "texture": "texture", "cullface": "down"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_wraptor_0.json b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_wraptor_0.json new file mode 100644 index 000000000..ee4ab4867 --- /dev/null +++ b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_wraptor_0.json @@ -0,0 +1,88 @@ +{ + "parent": "minecraft:block/block", + "credit": "made with BlockBench", + "textures": { + "texture": "tfg:block/large_nest/large_nest_sniffer_0", + "particle": "tfg:block/large_nest/large_nest_sniffer_0" + }, + "elements": [ + { + "from": [4, 1, 12], + "to": [16, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 2, 13]}, + "faces": { + "north": {"uv": [0.25, 6.875, 1.75, 7.125], "texture": "texture"}, + "east": {"uv": [0, 6.875, 0.25, 7.125], "texture": "texture"}, + "south": {"uv": [2, 6.875, 3.5, 7.125], "texture": "texture"}, + "west": {"uv": [1.75, 6.875, 2, 7.125], "texture": "texture"}, + "up": {"uv": [1.75, 6.875, 0.25, 6.625], "texture": "texture"}, + "down": {"uv": [3.25, 6.625, 1.75, 6.875], "texture": "texture"} + } + }, + { + "from": [3, 0, 0], + "to": [16, 1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 0.5, 6.5]}, + "faces": { + "north": {"uv": [1.625, 4.75, 3.25, 4.875], "texture": "texture"}, + "east": {"uv": [0, 4.75, 1.625, 4.875], "texture": "texture"}, + "south": {"uv": [4.875, 4.75, 6.5, 4.875], "texture": "texture"}, + "west": {"uv": [3.25, 4.75, 4.875, 4.875], "texture": "texture"}, + "up": {"uv": [3.25, 4.75, 1.625, 3.125], "texture": "texture"}, + "down": {"uv": [4.875, 3.125, 3.25, 4.75], "texture": "texture"} + } + }, + { + "from": [3, 3, 13], + "to": [16, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]}, + "faces": { + "north": {"uv": [0.5, 6.5, 2.125, 6.625], "texture": "texture"}, + "east": {"uv": [0.25, 6.5, 0.5, 6.625], "texture": "texture"}, + "south": {"uv": [2.375, 6.5, 4, 6.625], "texture": "texture"}, + "west": {"uv": [2.125, 6.5, 2.375, 6.625], "texture": "texture"}, + "up": {"uv": [2.125, 6.5, 0.5, 6.25], "texture": "texture"}, + "down": {"uv": [3.75, 6.25, 2.125, 6.5], "texture": "texture"} + } + }, + { + "from": [1, 3, 0], + "to": [3, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 3.5, 7.5]}, + "faces": { + "north": {"uv": [1.875, 6.125, 2.125, 6.25], "texture": "texture"}, + "east": {"uv": [0, 6.125, 1.875, 6.25], "texture": "texture"}, + "south": {"uv": [4, 6.125, 4.25, 6.25], "texture": "texture"}, + "west": {"uv": [2.125, 6.125, 4, 6.25], "texture": "texture"}, + "up": {"uv": [2.125, 6.125, 1.875, 4.25], "texture": "texture"}, + "down": {"uv": [2.375, 4.25, 2.125, 6.125], "texture": "texture"} + } + }, + { + "from": [2, 1, 0], + "to": [4, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]}, + "faces": { + "north": {"uv": [5.25, 6.875, 5.5, 7.125], "texture": "texture"}, + "east": {"uv": [3.5, 6.875, 5.25, 7.125], "texture": "texture"}, + "south": {"uv": [7.25, 6.875, 7.5, 7.125], "texture": "texture"}, + "west": {"uv": [5.5, 6.875, 7.25, 7.125], "texture": "texture"}, + "up": {"uv": [5.5, 6.875, 5.25, 5.125], "texture": "texture"}, + "down": {"uv": [5.75, 5.125, 5.5, 6.875], "texture": "texture"} + } + }, + { + "from": [6, 1, 1], + "to": [14, 11, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 1, 5]}, + "faces": { + "north": {"uv": [6.375, 1.5, 7.375, 2.75], "texture": "texture"}, + "east": {"uv": [5.25, 1.5, 6.25, 2.75], "texture": "texture"}, + "south": {"uv": [8.75, 1.5, 9.75, 2.75], "texture": "texture"}, + "west": {"uv": [7.5, 1.5, 8.5, 2.75], "texture": "texture"}, + "up": {"uv": [7.5, 1.375, 6.5, 0.375], "texture": "texture"}, + "down": {"uv": [8.75, 0.25, 7.75, 1.25], "texture": "texture"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_wraptor_1.json b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_wraptor_1.json new file mode 100644 index 000000000..923132c0e --- /dev/null +++ b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_wraptor_1.json @@ -0,0 +1,88 @@ +{ + "parent": "minecraft:block/block", + "credit": "made with BlockBench", + "textures": { + "texture": "tfg:block/large_nest/large_nest_sniffer_0", + "particle": "tfg:block/large_nest/large_nest_sniffer_0" + }, + "elements": [ + { + "from": [4, 1, 12], + "to": [16, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 2, 13]}, + "faces": { + "north": {"uv": [0.25, 6.5, 1.75, 6.75], "texture": "texture"}, + "east": {"uv": [0, 6.5, 0.25, 6.75], "texture": "texture"}, + "south": {"uv": [2, 6.5, 3.5, 6.75], "texture": "texture"}, + "west": {"uv": [1.75, 6.5, 2, 6.75], "texture": "texture"}, + "up": {"uv": [1.75, 6.5, 0.25, 6.25], "texture": "texture"}, + "down": {"uv": [3.25, 6.25, 1.75, 6.5], "texture": "texture"} + } + }, + { + "from": [3, 0, 0], + "to": [16, 1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 0.5, 6.5]}, + "faces": { + "north": {"uv": [1.625, 4.75, 3.25, 4.875], "texture": "texture"}, + "east": {"uv": [0, 4.75, 1.625, 4.875], "texture": "texture"}, + "south": {"uv": [4.875, 4.75, 6.5, 4.875], "texture": "texture"}, + "west": {"uv": [3.25, 4.75, 4.875, 4.875], "texture": "texture"}, + "up": {"uv": [3.25, 4.75, 1.625, 3.125], "texture": "texture"}, + "down": {"uv": [4.875, 3.125, 3.25, 4.75], "texture": "texture"} + } + }, + { + "from": [3, 3, 13], + "to": [16, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]}, + "faces": { + "north": {"uv": [0.375, 5.625, 2, 5.75], "texture": "texture"}, + "east": {"uv": [0.125, 5.625, 0.375, 5.75], "texture": "texture"}, + "south": {"uv": [2.25, 5.625, 3.875, 5.75], "texture": "texture"}, + "west": {"uv": [2, 5.625, 2.25, 5.75], "texture": "texture"}, + "up": {"uv": [2, 5.625, 0.375, 5.375], "texture": "texture"}, + "down": {"uv": [3.625, 5.375, 2, 5.625], "texture": "texture"} + } + }, + { + "from": [1, 3, 0], + "to": [3, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 3.5, 7.5]}, + "faces": { + "north": {"uv": [3.625, 6.375, 3.875, 6.5], "texture": "texture"}, + "east": {"uv": [1.75, 6.375, 3.625, 6.5], "texture": "texture"}, + "south": {"uv": [5.75, 6.375, 6, 6.5], "texture": "texture"}, + "west": {"uv": [3.875, 6.375, 5.75, 6.5], "texture": "texture"}, + "up": {"uv": [3.875, 6.375, 3.625, 4.5], "texture": "texture"}, + "down": {"uv": [4.125, 4.5, 3.875, 6.375], "texture": "texture"} + } + }, + { + "from": [2, 1, 0], + "to": [4, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]}, + "faces": { + "north": {"uv": [4.375, 5.125, 4.625, 5.375], "texture": "texture"}, + "east": {"uv": [2.625, 5.125, 4.375, 5.375], "texture": "texture"}, + "south": {"uv": [6.375, 5.125, 6.625, 5.375], "texture": "texture"}, + "west": {"uv": [4.625, 5.125, 6.375, 5.375], "texture": "texture"}, + "up": {"uv": [4.625, 5.125, 4.375, 3.375], "texture": "texture"}, + "down": {"uv": [4.875, 3.375, 4.625, 5.125], "texture": "texture"} + } + }, + { + "from": [8, 1, 2], + "to": [15, 10, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [17, 1, 6]}, + "faces": { + "north": {"uv": [6.75, 1.75, 7.625, 2.875], "texture": "texture"}, + "east": {"uv": [5.875, 1.75, 6.75, 2.875], "texture": "texture"}, + "south": {"uv": [8.5, 1.75, 9.375, 2.875], "texture": "texture"}, + "west": {"uv": [7.625, 1.75, 8.5, 2.875], "texture": "texture"}, + "up": {"uv": [7.5, 1.25, 6.625, 0.375], "texture": "texture"}, + "down": {"uv": [8.625, 0.25, 7.75, 1.125], "texture": "texture"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_wraptor_2.json b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_wraptor_2.json new file mode 100644 index 000000000..623dbc70e --- /dev/null +++ b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_wraptor_2.json @@ -0,0 +1,88 @@ +{ + "parent": "minecraft:block/block", + "credit": "made with BlockBench", + "textures": { + "texture": "tfg:block/large_nest/large_nest_sniffer_0", + "particle": "tfg:block/large_nest/large_nest_sniffer_0" + }, + "elements": [ + { + "from": [4, 1, 12], + "to": [16, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 2, 13]}, + "faces": { + "north": {"uv": [0.5, 6.125, 2, 6.375], "texture": "texture"}, + "east": {"uv": [0.25, 6.125, 0.5, 6.375], "texture": "texture"}, + "south": {"uv": [2.25, 6.125, 3.75, 6.375], "texture": "texture"}, + "west": {"uv": [2, 6.125, 2.25, 6.375], "texture": "texture"}, + "up": {"uv": [2, 6.125, 0.5, 5.875], "texture": "texture"}, + "down": {"uv": [3.5, 5.875, 2, 6.125], "texture": "texture"} + } + }, + { + "from": [3, 0, 0], + "to": [16, 1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 0.5, 6.5]}, + "faces": { + "north": {"uv": [1.625, 4.75, 3.25, 4.875], "texture": "texture"}, + "east": {"uv": [0, 4.75, 1.625, 4.875], "texture": "texture"}, + "south": {"uv": [4.875, 4.75, 6.5, 4.875], "texture": "texture"}, + "west": {"uv": [3.25, 4.75, 4.875, 4.875], "texture": "texture"}, + "up": {"uv": [3.25, 4.75, 1.625, 3.125], "texture": "texture"}, + "down": {"uv": [4.875, 3.125, 3.25, 4.75], "texture": "texture"} + } + }, + { + "from": [3, 3, 13], + "to": [16, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]}, + "faces": { + "north": {"uv": [0.5, 5.5, 2.125, 5.625], "texture": "texture"}, + "east": {"uv": [0.25, 5.5, 0.5, 5.625], "texture": "texture"}, + "south": {"uv": [2.375, 5.5, 4, 5.625], "texture": "texture"}, + "west": {"uv": [2.125, 5.5, 2.375, 5.625], "texture": "texture"}, + "up": {"uv": [2.125, 5.5, 0.5, 5.25], "texture": "texture"}, + "down": {"uv": [3.75, 5.25, 2.125, 5.5], "texture": "texture"} + } + }, + { + "from": [1, 3, 0], + "to": [3, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 3.5, 7.5]}, + "faces": { + "north": {"uv": [5.625, 5.125, 5.875, 5.25], "texture": "texture"}, + "east": {"uv": [3.75, 5.125, 5.625, 5.25], "texture": "texture"}, + "south": {"uv": [7.75, 5.125, 8, 5.25], "texture": "texture"}, + "west": {"uv": [5.875, 5.125, 7.75, 5.25], "texture": "texture"}, + "up": {"uv": [5.875, 5.125, 5.625, 3.25], "texture": "texture"}, + "down": {"uv": [6.125, 3.25, 5.875, 5.125], "texture": "texture"} + } + }, + { + "from": [2, 1, 0], + "to": [4, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]}, + "faces": { + "north": {"uv": [5.5, 6.125, 5.75, 6.375], "texture": "texture"}, + "east": {"uv": [3.75, 6.125, 5.5, 6.375], "texture": "texture"}, + "south": {"uv": [7.5, 6.125, 7.75, 6.375], "texture": "texture"}, + "west": {"uv": [5.75, 6.125, 7.5, 6.375], "texture": "texture"}, + "up": {"uv": [5.75, 6.125, 5.5, 4.375], "texture": "texture"}, + "down": {"uv": [6, 4.375, 5.75, 6.125], "texture": "texture"} + } + }, + { + "from": [9, 1, 0], + "to": [15, 9, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [17, 1, 4]}, + "faces": { + "north": {"uv": [6.875, 1.625, 7.625, 2.625], "texture": "texture"}, + "east": {"uv": [6.125, 1.625, 6.875, 2.625], "texture": "texture"}, + "south": {"uv": [8.375, 1.625, 9.125, 2.625], "texture": "texture"}, + "west": {"uv": [7.625, 1.625, 8.375, 2.625], "texture": "texture"}, + "up": {"uv": [7.375, 1.125, 6.625, 0.375], "texture": "texture"}, + "down": {"uv": [8.375, 0.5, 7.625, 1.25], "texture": "texture"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_wraptor_3.json b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_wraptor_3.json new file mode 100644 index 000000000..80d3c0646 --- /dev/null +++ b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_wraptor_3.json @@ -0,0 +1,88 @@ +{ + "parent": "minecraft:block/block", + "credit": "made with BlockBench", + "textures": { + "texture": "tfg:block/large_nest/large_nest_sniffer_0", + "particle": "tfg:block/large_nest/large_nest_sniffer_0" + }, + "elements": [ + { + "from": [4, 1, 12], + "to": [16, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 2, 13]}, + "faces": { + "north": {"uv": [1.375, 5.375, 2.875, 5.625], "texture": "texture"}, + "east": {"uv": [1.125, 5.375, 1.375, 5.625], "texture": "texture"}, + "south": {"uv": [3.125, 5.375, 4.625, 5.625], "texture": "texture"}, + "west": {"uv": [2.875, 5.375, 3.125, 5.625], "texture": "texture"}, + "up": {"uv": [2.875, 5.375, 1.375, 5.125], "texture": "texture"}, + "down": {"uv": [4.375, 5.125, 2.875, 5.375], "texture": "texture"} + } + }, + { + "from": [3, 0, 0], + "to": [16, 1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 0.5, 6.5]}, + "faces": { + "north": {"uv": [1.75, 4.75, 3.375, 4.875], "texture": "texture"}, + "east": {"uv": [0.125, 4.75, 1.75, 4.875], "texture": "texture"}, + "south": {"uv": [5, 4.75, 6.625, 4.875], "texture": "texture"}, + "west": {"uv": [3.375, 4.75, 5, 4.875], "texture": "texture"}, + "up": {"uv": [3.375, 4.75, 1.75, 3.125], "texture": "texture"}, + "down": {"uv": [5, 3.125, 3.375, 4.75], "texture": "texture"} + } + }, + { + "from": [3, 3, 13], + "to": [16, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]}, + "faces": { + "north": {"uv": [2.875, 5.875, 4.5, 6], "texture": "texture"}, + "east": {"uv": [2.625, 5.875, 2.875, 6], "texture": "texture"}, + "south": {"uv": [4.75, 5.875, 6.375, 6], "texture": "texture"}, + "west": {"uv": [4.5, 5.875, 4.75, 6], "texture": "texture"}, + "up": {"uv": [4.5, 5.875, 2.875, 5.625], "texture": "texture"}, + "down": {"uv": [6.125, 5.625, 4.5, 5.875], "texture": "texture"} + } + }, + { + "from": [1, 3, 0], + "to": [3, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 3.5, 7.5]}, + "faces": { + "north": {"uv": [1.875, 6.625, 2.125, 6.75], "texture": "texture"}, + "east": {"uv": [0, 6.625, 1.875, 6.75], "texture": "texture"}, + "south": {"uv": [4, 6.625, 4.25, 6.75], "texture": "texture"}, + "west": {"uv": [2.125, 6.625, 4, 6.75], "texture": "texture"}, + "up": {"uv": [2.125, 6.625, 1.875, 4.75], "texture": "texture"}, + "down": {"uv": [2.375, 4.75, 2.125, 6.625], "texture": "texture"} + } + }, + { + "from": [2, 1, 0], + "to": [4, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]}, + "faces": { + "north": {"uv": [5.25, 6.375, 5.5, 6.625], "texture": "texture"}, + "east": {"uv": [3.5, 6.375, 5.25, 6.625], "texture": "texture"}, + "south": {"uv": [7.25, 6.375, 7.5, 6.625], "texture": "texture"}, + "west": {"uv": [5.5, 6.375, 7.25, 6.625], "texture": "texture"}, + "up": {"uv": [5.5, 6.375, 5.25, 4.625], "texture": "texture"}, + "down": {"uv": [5.75, 4.625, 5.5, 6.375], "texture": "texture"} + } + }, + { + "from": [7, 1, 1], + "to": [14, 11, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 5]}, + "faces": { + "north": {"uv": [7, 1.5, 7.875, 2.75], "texture": "texture"}, + "east": {"uv": [6.125, 1.5, 7, 2.75], "texture": "texture"}, + "south": {"uv": [8.75, 1.625, 9.625, 2.875], "texture": "texture"}, + "west": {"uv": [7.875, 1.5, 8.75, 2.75], "texture": "texture"}, + "up": {"uv": [7.5, 1.125, 6.625, 0.25], "texture": "texture"}, + "down": {"uv": [8.75, 0.25, 7.875, 1.125], "texture": "texture", "cullface": "down"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/spawn_egg/wraptor.json b/kubejs/assets/tfg/models/item/spawn_egg/wraptor.json new file mode 100644 index 000000000..185724546 --- /dev/null +++ b/kubejs/assets/tfg/models/item/spawn_egg/wraptor.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/spawn_egg/moon_rabbit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/wraptor_egg.json b/kubejs/assets/tfg/models/item/wraptor_egg.json new file mode 100644 index 000000000..787da8b8a --- /dev/null +++ b/kubejs/assets/tfg/models/item/wraptor_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "species:item/wraptor_egg" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/wraptor_sugar.json b/kubejs/assets/tfg/models/item/wraptor_sugar.json new file mode 100644 index 000000000..9d9b5a455 --- /dev/null +++ b/kubejs/assets/tfg/models/item/wraptor_sugar.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "tfg:item/wraptor_sugar" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/wraptor_wool.json b/kubejs/assets/tfg/models/item/wraptor_wool.json new file mode 100644 index 000000000..bad6819a2 --- /dev/null +++ b/kubejs/assets/tfg/models/item/wraptor_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "tfg:item/wraptor_wool" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/block/large_nest/large_nest_sniffer_0.png b/kubejs/assets/tfg/textures/block/large_nest/large_nest_sniffer_0.png index b8f371f0e19252e7ef1d1ed3896253beb4536f59..da5bc52a1bdcd2902cf6d1f9868519a83840d0a9 100644 GIT binary patch literal 8867 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 literal 3882 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 diff --git a/kubejs/assets/tfg/textures/block/large_nest/large_nest_warped_sniffer_0.png b/kubejs/assets/tfg/textures/block/large_nest/large_nest_warped_sniffer_0.png index 0b01dc332c69b29025ae11d9738eddcf3871a2c7..2e017a4d7570ee39ab528c138cc7dedea4cbf018 100644 GIT binary patch delta 5677 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 B0+;{* delta 4726 zcmZ4FaoT=@3gf|vs`B-YLWdPN_I&QLb7bVTId1aOr~blo@z#{2%X14I!@^mtNw$X-7Nt<0JE#^Jf$<8k`>Fsi>IZRQVIzcfj3jeKme))j&<~1?B^Ay)? zULf=DQ*w*kit;O;b$d*DIATvEUicHea+S_?{WaCI6!$FsZC>2h5 z+2*>((Pnq%%Q@dWo!6*n9(jI5m@Rg~kBP50oz9=r&BtwHoRSjs`G{iD#v2EV*f&pF zC{%x5pj|X{agE~ZO@}JGH%G19c+K`FcXMT~>e#Wk-|LnHC zea88qmTldZZToLAJhSs$zkTZmL4ysvF)`asEBSZaabj$nUvhGS%t`NH4UvZL#=n-y z7?f~-S+{fV)^CNs7*bZOek%Rofq;a5(6_4T^0UCC==X>4d| zZf%s zF!IDKn;A1U@E=t8t)jEZ9w(;fo z?~C(7=UP1vk$ZLT_T9%Tw2$muS6f%`Fs$@y{ZI3+|84#kzv8;b@c!o&_S@aZ5APL} z|MBJeMK8vLxy%o)K7J(L_m%(hN`(*E&HqyM%T+3G)yk{b{JlB-g4f5V{dd(QRrvQlU-XH2zoOs+ z=K24A{i@cnu3sN7dGyuq^FjYsUu)C&kk-q<;9vhum7!{4)boG)fBmTs6c@dGm{b1O z9qogk@3-t(*!0G@|Nfp3mUTP|(>7$>**RTa-2OU)+;uCF#{6p>3@T4I z-ss;QiMqgz;)njv-odux^PS08T#pt+e)xO&{+?{vPx3unjz9M|*0XI`^<{axaKqM5 z@qdo|UYTxsQsH53{r|1=gDO_A*Et6{*sfmL%@saJ`~SIO|F~bjuiO3G*Irfk;a~h` zjt}$vYd6H2S9EpR*Z#ZxWwBpo{EyS+rCj?Ajz+is+O=Xuch+5bh9B?l|2?_O{e!`p z;+iz|eEq)7uaxdpzVn>qxT(*m{{PRD_1s4vE%su(e3)}xgZ=MAJ3lS7X49Ly`P|3z z^?zBkMb|4epW6Lc-0l|(C={mmBrJUrdaB~rX8pvu(ec4QzfGDLYqILV`Wp;)nBV@c zES|T0|ED*)lWd;y+yCWlYvx#cu9{)>?~uB6HQ_dQUWdP26j$}Vdw#|LT`QMNWy-JD zmkjn5HTkTO%@BQK>vrZDht?HW#fI$p@$t4#`q^8P=U4qp4g0>c>8tzG*eel|C--dJ z^WmcUwU&$LuP~IXGi;63{(rRp{yvdOjQf7Q*(u1wF6eLj z-^glz%!9Qe>2s@B6iv2CEnJ^exc-s$`Fo2#J^x$3bospc%3O~|_Y8(@8?yW3BoDf( z{?S>wrYAv^)9%mF@E;$<;}xeS&Ara}s``1d-n-E0$4py~TDfbn7OvCp6|XSq@PGGi z8-LZW^N&|Pk5@Zqx>97i&5!ht>(AfWwd6|Zl?YAiIJx!5q9q?L@9R6H^C0jnQyACW zbF)4_ddsMPWoP}qlDwrg!4Z#Q){FjKP$Vz&{83?z;a8o0{dwFrO(GjU9hmBro2ajO z^6Xt_-a{f{!4dClio5H7elCywb$jko!x@J@ec805qzDd9zb7r)|LaZezF%+N zzN^R#Xml54)T?;l6}YP2u06bVYuKIO_+Mg2K1LOm&)d0m-@iqTFY050rJaS2Gt@lz zeBWmNWBv0p5B&?-we$0twdX9HSSm^c59my-&*3?KY|YgDpKeV3G&^&;Tvqb6`BNKh zbfWhBnD{+zSKhuqXL=&*!`wD^S>?Uk@%hZ!t%huJjw}{t)8)UvJzqb0`oBl~*N$r+ z{eN+Pefv*l^YtS8j9R)cCN2HK9$D{M{Zsk9?R(Xj9mmhg^8fR1j4u@Yq2OQlGCKdo zGxhynboYHc{$5SWZTgfQMziK0Kl=Lq3)@Bq1%V&+xh#8s=i6WD%X=3jGj~!hZ$P2X ztnU`KJG`f;SiFAmKCkf4;s2>SwmX~Z3kF@fEoHE?y2YILT;!&Q6Eu83oKu>*WTn)p zm-SODPD{LvU7Q=eBy7t$V{5B}*8ag|@5OV1{+0jx*s6WE;8NhU2R*Ec6QhF9d*`Hn zxVDfjw)29HSBlWZUt)@?R-FNXM;?9YF*zR?bU8#caGJpPDj&XgWvp>`3;w>{fA{I1 zT?=QOGfZvu6I$eQ@wU_ki`ls$|EB6QEuCcXx?___eYE5nLzTUZrJ5hsEsdMPF|)Dw zghtb;3B2qkp}l=c>-PWMz9OwSMCS3Dqt`?O^$%OS>-Sn#|CRHcHHoL_QJkBZRKOg+ zm1(S7vrj(QE#8}b#np4)+(nBeG{skV2rj={=P>n%hw8*t-7|7u zUo1TGu|IyfX7-YLkrgJ(zUq2ucTEn?+xIzl#g5(gquZ|ph^q#1eVQwHFKUv_{S|+- z^BJ5xAL$%5owj3o(y6X3_g{0duo!iH@O7@Q_A#CNc#gAIW8WgZ@5`7k)oqj8@HN5r z@VVsQ94j@{jaOAN=6YMbS)Al+s{di1>dW+;sDD$<8S-Td?>TFA3e-=^vQn4kYskxW zI4;;*yu!lCP3pEu#N`E#ITTqs-YpD2n)G*?=N<2vd+J>FJ-*=Sv(HrFT=5d28@DFq z^KLjc>6z`UTR9$nLSB?-j-M1kDSyVB9?e;qh z)@fBa+&W*lPPI?fiDS>!E3U3nmU^u9Xur#LpvugBIp^fv?l(@ASXy*?vRkg($f4=+ z%eF^P=4^?>B*Wl!TvmuPzP?fd;VZ&gaxB%8z6+N$;~$c@gazkK0} z>E^}4Y2W<|dY^vyyk5Q%v+~ zPM@(@y6o&}^-q-@%w&?fShsxmRsVm&+~eOg`}{8!x>(NClV74N{Y5jqSWI1bljHoK z7d0Or|F*HTIbUkdR+DQ+&D3Icz$uYG!oTK| z&y##l@BbvYU}e^z@0Mzx3z3S$+KRm-21bimUeDsgCeVzp*Rv@~8EC7^hs;^varJ__}>_ z)`W`tNw3>1dJXGST_=4vJi2K08Sm!J(++OU4G|GeHQbWWd(@QoYR5|-@`ACqm3Rlnp_Kj-{ACy{+_ulsSq&yRyI z)yW4-E)lq~>+_bAca>8_Cg$f~yf3$S(u}|NYppZqJ@!4k>}mW@4uf4APk)QfzZ6pX zeZ%66x!SL9&dHfj{OcBD^XuL9D>R&rOR>aqN4$X~I z7iwy^OyFSkjSN2f>_XG$X&-xMLvm-KnX~%EBF47Tbu1m5rW}61-^=X9@yC{>)aYyH>-Sex+YB8_LW01AWC_0hefAF?OTS0BA2U=ANd=%eO7qblD$1eR)?>~ zZZzAq^Yq7T_9wTK8D_15r0z5Q=K`Vv^}QaMIO?q~5LI6iwD7V-^tCIgM?d`HI~Nsm z`Rjw*uCBMMe(g@~i?dGnGtG9^s%3NP&jv;<+}yI((a$#i!5Zb0#h^;ar{8a-xazsc zmMPLx<)s{>7AEu%luzqh>L+vMFjQFRgAE3#iDF$O6-edT+9 zTm9`xs<-lz+wub^x~D1G(ce7G19FO)k)$N$JyL_^ZYgVtZ>AmKlrbjt` zW>OQD++Egt@t$d#yE-H(?x}D7`BBp9+6xs|b*cAJK7k27-J92GAK9|VVy@oR%U@rg zO>!(OI(9FkVfpPwrfUy~e7=Qay0`8%h^#^rd|vMi5jz0*Y3F1@{N>#e2Qs{1xtT)yyYUDNf6Y%D>X zmlEf1`&#kZpnKB2Zyn%7{h&wjovO#p+(|vvnx5<1ubh_eGB7>9Ue;j8w#&JDr!j?> zT3Xbfnv_?#G;_jfHy^7P#`bn^%O0EY=5G1pdE?e1rQXO8mC80vZ6ou9%byMxeYnZv zGTnc(&0$lqm5GH$i`VU%U;28PZ&S_%=c9&R<)^p5TyXy2_qv9NT}#V#@0Gs(k;1ub z)oyX?J%_J}9=+LP;j7`d{Dn$lS;?i?-Ht!Q>r4&q%hpfk+qL%ET{tE;Lrm4`<-G@%);msr`7oo}{)gZ;Lzhe^%ekdq8BzhUU*~<<^e$BIep0XN zaYL)#>z}LN+korC15dsxFVb<;I+^ia%BfUZJNo%dnS1W)ca^-SxXn1qw9+JSR*>Iv zjioPpw-@*}udUy`M|;VE>%4*bi{s{$hAk8QJ9n+#ed)`4MWnK4J)Y$mnIBT8Ai%-G m1Zs2AfU+QD_I{TC>{sh5^?99xcQP=c78LAsOd#8zQE|87?{^7${y;Ga-od0Y2>uJ+LhJFW`LdV~d}-O5KxPPd-RLpL8~Ep5&#?FDoAjYz%mnw6Z%gGQ4AXr}Cyn zLHo>~Z#Yxgy*X&@=5Mw?xtm!_RS%cWQuavT^jxCg;3O*=lBndh+N-P4EMQ|@^p^d9^ZmP0M^}2PYf7+J#p}FI7Wwd=X>D6-t$cLYYnBhT%;8zb z*1HUC}gXJXlu>QI>=iaT~ z7PSnUu3Y`ZTTsB!GgYJd?$f)C@9zDxz5MPyyJch1w=}E9UAbt1 zfq{Xuz$3Dlfk96hgc&QA+LtjfFtC?+`ns~eEZzkx!g~f#J2Mi(`nz>AMp)W*s&VaqaKukC74H$2%O@|CWY};t8gW=|eI>DL>b{q}R?lC?{kR`I{l=~% z=k|6!dvG*rVejpF)fL`vf}<{Mm-UQWz$^3Z@}w7nJPUXuij_`s&x>ECs?@TzF?H38 z+kE=FWVDlBw#2{RaQE&`jWaUd0!GOj!(#eGAGE~nxz$r|)b-$CcCccK+a&Rb;zyfb zGQ7CWmn&EDp|Gs7^-S9vxwvInFI1)(%gTJaaoxOig5>pOQVjK`)81Y9&gXJt)%oqW m{;(wS_;Wc;oG=c78LAsOd#8zQE|87?{^7${y;Ga-od0Y2>uJ+LhJFW`LdV~d}-O5KxPPd-RLpL8~Ep5&#?FDoAjYz%mnw6Z%gGQ4AXr}Cyn zLHo>~Z#Yxgy*X&@=5Mw?xtm!_RS%cWQuavT^jxCg;3O*=lBndh+N-P4EMQ|@^p^d9^ZmP0M^}2PYf7+J#p}FI7Wwd=X>D6-t$cLYYnBhT%;8zb z*1HUC}gXJXlu>QI>=iaT~ z7PSnUu3Y`ZTTsB!GgYJd?$f)C@9zDxz5MPyyJch1w=}E9UAbt1 zfq{Xuz$3Dlfk96hgc&QA+LtjfFtC?+`ns~eEZzkx!g~fic3<#WBR<^wmjwy`2Ijj@2KpW_6vknp1S4 z!o8hKS1xmCTDHvY*@6|C0)K>Mn!^r1@Z+uZX)>`4cxUNZ66Xe zZ$#+J@X5@(|J$bhd#ioy!knnSOC5ntJEjKuev*!6QrNUhiE-8Pbf=!C-H)y0`}1GD zefo*(_*13>c6Ng668#Fbm481BI~(s_0H4$1eIEUm)dX*u3G<#D`>O{R9ELeyU8odHX7 zt+lGo%R0P2nrC~ng1N1UL2G-e)Kaa@-rZBUU0dEAGkz*9ldRu(|3mP~yUZ8n7+x&C zz9pBv|KV|IvkPzZ_^W>>y^uSyw&%=suNm8pRc~IY)PCqP1DDBU&Yzo4Ztq$)=~6`e vZ8_n{n>owb|UB7i#nvvq~_x}UuOENAzpwj5I4-|8ru6{1-oD!M { event.addAdvanced(['species:petrified_egg'], (item, advanced, text) => { text.add(1, Text.translate('tfg.tooltip.petrified_egg')) }) + + event.addAdvanced(['tfg:sniffer_egg'], (item, advanced, text) => { + text.add(1, Text.translate('tfg.tooltip.attribution.sniffer')), + text.add(2, Text.translate('tfg.tooltip.large_egg') + + }) + + event.addAdvanced(['tfg:wraptor_egg'], (item, advanced, text) => { + text.add(1, Text.translate('tfg.tooltip.attribution.wraptor')), + text.add(2, Text.translate('tfg.tooltip.large_egg')) + }) + + event.addAdvanced(['tfg:sniffer_wool'], (item, advanced, text) => { + text.add(1, Text.translate('tfg.tooltip.sniffer_wool')) + }) + + event.addAdvanced(['tfg:wraptor_wool'], (item, advanced, text) => { + text.add(1, Text.translate('tfg.tooltip.wraptor_wool')) + }) + + event.addAdvanced(['tfg:wraptor_sugar'], (item, advanced, text) => { + text.add(1, Text.translate('tfg.tooltip.wraptor_sugar')) + }) + //#region Deprecated Items event.addAdvanced(['#megacells:mega_interface'], (item, advanced, text) => { diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js index 112add8c1..c1742fdac 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -352,7 +352,7 @@ const registerAdAstraEntityTypeTags = (event) => { 'tfg:sniffer', 'tfg:glacian_ram', - 'species:wraptor', + 'tfg:wraptor', 'species:goober', 'species:cruncher', 'species:springling', diff --git a/kubejs/server_scripts/main_server_script.js b/kubejs/server_scripts/main_server_script.js index 46f6bc168..dc005716b 100644 --- a/kubejs/server_scripts/main_server_script.js +++ b/kubejs/server_scripts/main_server_script.js @@ -163,6 +163,7 @@ TFCEvents.data(event => { registerTFCDataForTFG(event) registerTFCDataForWaterFlasks(event) registerWABFoodData(event) + registerSpeciesFoodData(event) }) /** diff --git a/kubejs/server_scripts/species/data.js b/kubejs/server_scripts/species/data.js new file mode 100644 index 000000000..5510e5f0c --- /dev/null +++ b/kubejs/server_scripts/species/data.js @@ -0,0 +1,10 @@ +const registerSpeciesFoodData = (event) => { + + event.foodItem('species:cracked_wraptor_egg', food => { + food.hunger(4) + food.saturation(1) + food.water(5) + food.decayModifier(3) + }) + +} \ No newline at end of file diff --git a/kubejs/server_scripts/species/recipes.js b/kubejs/server_scripts/species/recipes.js index 2f3a5fa2e..6b4a2181c 100644 --- a/kubejs/server_scripts/species/recipes.js +++ b/kubejs/server_scripts/species/recipes.js @@ -69,4 +69,18 @@ function registerSpeciesRecipes(event) { generateGreenHouseRecipe(event, '8x tfg:saplings/alphacene', 'tfg:semiheavy_ammoniacal_water', 16000, '64x species:alphacene_mushroom_block', 'tfg:green_house/alphacene_mushroom', 'ad_astra:mars', 8, '8x minecraft:mushroom_stem', GTValues.VA[GTValues.MV]) + + event.shapeless('species:cracked_wraptor_egg', ['tfg:wraptor_egg', '#forge:tools/hammers']).id('tfg:shapeless/crack_egg') + event.shapeless('2x tfg:wraptor_sugar', ['species:cracked_wraptor_egg']).id('tfg:shapeless/juice_egg') + + event.recipes.gtceu.extractor('tfg:juice_egg_mv') + .itemInputs('species:cracked_wraptor_egg') + .itemOutputs('4x tfg:wraptor_sugar') + .duration(100) + .EUt(GTValues.VA[GTValues.MV]) + event.recipes.gtceu.extractor('tfg:juice_egg_full') + .itemInputs('tfg:wraptor_egg') + .itemOutputs('4x tfg:wraptor_sugar') + .duration(200) + .EUt(GTValues.VA[GTValues.MV]) } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.miscellaneous.js b/kubejs/server_scripts/tfg/recipes.miscellaneous.js index 17ea21a87..9e87f0aab 100644 --- a/kubejs/server_scripts/tfg/recipes.miscellaneous.js +++ b/kubejs/server_scripts/tfg/recipes.miscellaneous.js @@ -1005,6 +1005,14 @@ function registerTFGMiscellaneousRecipes(event) { .duration(80) .blastFurnaceTemp(3400) .EUt(GTValues.VA[GTValues.EV]) + event.recipes.gtceu.electric_blast_furnace('smelt_wraptor_wool') + .itemInputs('tfg:wraptor_wool') + .chancedOutput('gtceu:ash_dust', 5000, 0) + .outputFluids(Fluid.of('tfg:molten_aes', 100)) + .circuit(8) + .duration(60) + .blastFurnaceTemp(3400) + .EUt(GTValues.VA[GTValues.EV]) //endregion @@ -1338,7 +1346,6 @@ function registerTFGMiscellaneousRecipes(event) { event.replaceInput({ id: "minecraft:jukebox"}, 'minecraft:diamond', 'tfg:etching_diamond_tip'); - //Large Nest event.shaped('tfg:large_nest_box', [ diff --git a/kubejs/server_scripts/tfg/tags.js b/kubejs/server_scripts/tfg/tags.js index 8001e35f1..b272df7de 100644 --- a/kubejs/server_scripts/tfg/tags.js +++ b/kubejs/server_scripts/tfg/tags.js @@ -322,6 +322,7 @@ const registerTFGItemTags = (event) => { //Mars animal region event.add('tfg:martian_eggs', 'tfg:sniffer_egg') + event.add('tfg:martian_eggs', 'tfg:wraptor_egg') event.add('tfg:martian_animal_foods', 'betterend:amber_root_product') event.add('tfg:martian_animal_foods', 'betterend:blossom_berry_product') @@ -332,6 +333,7 @@ const registerTFGItemTags = (event) => { event.add('tfg:glacian_ram_food', '#tfg:martian_animal_foods') event.add('tfg:sniffer_food', '#tfg:martian_animal_foods') + event.add('tfg:wraptor_food', '#tfg:martian_animal_foods') //#endregion diff --git a/kubejs/startup_scripts/species/constants.js b/kubejs/startup_scripts/species/constants.js index 711a5db52..d37c205d2 100644 --- a/kubejs/startup_scripts/species/constants.js +++ b/kubejs/startup_scripts/species/constants.js @@ -34,7 +34,6 @@ global.SPECIES_DISABLED_ITEMS = [ 'species:ricoshield', 'species:smoke_bomb', 'species:wicked_dope', - 'species:cracked_wraptor_egg', 'species:monster_meal', 'species:wicked_treat', 'species:ghoul_tongue', diff --git a/kubejs/startup_scripts/tfg/items.js b/kubejs/startup_scripts/tfg/items.js index b314a0370..40901917a 100644 --- a/kubejs/startup_scripts/tfg/items.js +++ b/kubejs/startup_scripts/tfg/items.js @@ -367,7 +367,6 @@ const registerTFGItems = (event) => { event.create('tfg:elite_power_thruster') event.create('tfg:better_space_suit_fabric') - event.create('tfg:glacian_wool') //endregion //#region Universal compost items @@ -388,7 +387,13 @@ const registerTFGItems = (event) => { event.create('tfg:photo_cell_t1') .translationKey("item.tfg.basic.photovoltaic.cell") .texture('tfg:item/photo_cell_t1') - + //#endregion + + //#region Mars Animals + event.create('tfg:wraptor_sugar') + .tag('tfg:sugars') + .tag('tfg:haste_ingredients') + .tag('tfc:sweetener') //#endregion }