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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 Xp>W+f>(S}$e@E$Sn`jkjxJ3LHmHIsH delta 3768 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 z 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 diff --git a/kubejs/assets/tfg/textures/item/wraptor_sugar.png b/kubejs/assets/tfg/textures/item/wraptor_sugar.png new file mode 100644 index 0000000000000000000000000000000000000000..837e58dd4c8e517668531cbc93acc849e10842bc GIT binary patch literal 788 zcmV+v1MB>WP)EX>4Tx04R}tkv&MmKpe$iTct%R4pu1QkfDl$T~tJzN)?M>p|llRbuhW~3z{?} zDK3tJYr(;f#j1mgv#t)Vf*|+-;x0HTx=4xtOA0MwJUH&hyL*qjcYwE9Ws1=g0~FQN z(}}o{%dZOlR|F8o5XLblGDAyd7PD|2U-$6v^)AY@+|T_v`sISb0FOW%W14OfZxGLH zni}VQ;t(r~GVwX_giaSEe&o93@Ehln&0d}v(zEG#;t;V=>SC#jSy@+zr->u7qEfy$ z=djFqi?dR#v-Umt3xfr9CBt=^BS>HgNu(e^LLC)UVIoSaN{WFr?Z;jG!?r&~E{R+f zFmf!Q1_h$+2mgcL-5SNINhc{72YO#D>tht~?*grcWqlu8R_g@tJp)&2$6sp#v!A3l zI$Goi7}y3bt~;8v2VCv|;U`VhMO*UG^cIW2`x$*x9vHj@`qrG@+WR_CX>@2HM@dakSAh-}0002%Nkl5z}g zXXH=(6Is1_4a5Y~$0bEXQIlw(Dx2R*s9OB+WZ7z3{MI|k)II!J97gasc;{6 SF??eH0000EX>4Tx04R}tkv&MmKpe$iTct%R4pu1QkfDl$T~tJzN)?M>p|llRbuhW~3z{?} zDK3tJYr(;f#j1mgv#t)Vf*|+-;x0HTx=4xtOA0MwJUH&hyL*qjcYwE9Ws1=g0~FQN z(}}o{%dZOlR|F8o5XLblGDAyd7PD|2U-$6v^)AY@+|T_v`sISb0FOW%W14OfZxGLH zni}VQ;t(r~GVwX_giaSEe&o93@Ehln&0d}v(zEG#;t;V=>SC#jSy@+zr->u7qEfy$ z=djFqi?dR#v-Umt3xfr9CBt=^BS>HgNu(e^LLC)UVIoSaN{WFr?Z;jG!?r&~E{R+f zFmf!Q1_h$+2mgcL-5SNINhc{72YO#D>tht~?*grcWqlu8R_g@tJp)&2$6sp#v!A3l zI$Goi7}y3bt~;8v2VCv|;U`VhMO*UG^cIW2`x$*x9vHj@`qrG@+WR_CX>@2HM@dakSAh-}00044NklR;<4Sh_4G&xoZEhR!h83;l_=H*)Gpqz&AU@6#GFB}dWp5OaC zhxdg)U7>7Rj?#!xg1D7YP4XLC0wA)wA_1zWXF`mEyW=_^k8kSj<4gingAN)cO0u%_~4H!z}iv_vMUGRKxC;;?OHZ5P5cf>;0lHDPo z%k9P+8AGdgxEb%#IXYMFDnZ=JNXK>t9DT7MTD?QLP^4`;DtgZyK<~wFJ=u5zhJpYp zw`CfoDzi(AlnX_K?#46a8ysUVf#2{`soew6oH5aJ*R*X1kKxA~Hqh)Y4}1G!=pMwa zjLg?cn6}1yv#BD7!qWf>G?NMWv&pxLrjpWFUz3yDn=+b8evLM@D}S}RW-=lB@BdMs X83CcdB!No400000NkvXXu0mjft5 { 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 }