stuff for core pr (#1612)
* Add files via upload Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Add files via upload Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Add files via upload Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Add files via upload Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Add files via upload Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Add files via upload Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Add files via upload Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Add files via upload Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Add files via upload Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Update items.food.js Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Update constants.js Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Update data.js Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Update recipes.food.js Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> --------- Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
parent
60727603a6
commit
9e9b5bfb55
29 changed files with 1917 additions and 3 deletions
140
kubejs/assets/tfg/blockstates/large_nest_box.json
Normal file
140
kubejs/assets/tfg/blockstates/large_nest_box.json
Normal file
|
|
@ -0,0 +1,140 @@
|
|||
{
|
||||
"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
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
140
kubejs/assets/tfg/blockstates/large_nest_box_warped.json
Normal file
140
kubejs/assets/tfg/blockstates/large_nest_box_warped.json
Normal file
|
|
@ -0,0 +1,140 @@
|
|||
{
|
||||
"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
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,75 @@
|
|||
{
|
||||
"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": [3.5, 6.25, 5, 6.5], "texture": "texture"},
|
||||
"east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "texture"},
|
||||
"south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "texture"},
|
||||
"west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "texture"},
|
||||
"up": {"uv": [5, 6.25, 3.5, 6], "texture": "texture"},
|
||||
"down": {"uv": [6.5, 6, 5, 6.25], "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": [3.375, 5, 5, 5.125], "texture": "texture"},
|
||||
"east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "texture"},
|
||||
"south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "texture"},
|
||||
"west": {"uv": [5, 5, 6.625, 5.125], "texture": "texture"},
|
||||
"up": {"uv": [5, 5, 3.375, 3.375], "texture": "texture"},
|
||||
"down": {"uv": [6.625, 3.375, 5, 5], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3, 13],
|
||||
"to": [16, 4, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]},
|
||||
"faces": {
|
||||
"north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "texture"},
|
||||
"east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "texture"},
|
||||
"south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "texture"},
|
||||
"west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "texture"},
|
||||
"up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [7.75, 5.125, 6.125, 5.375], "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, 7, 2.125, 7.125], "texture": "texture"},
|
||||
"east": {"uv": [0, 7, 1.875, 7.125], "texture": "texture"},
|
||||
"south": {"uv": [4, 7, 4.25, 7.125], "texture": "texture"},
|
||||
"west": {"uv": [2.125, 7, 4, 7.125], "texture": "texture"},
|
||||
"up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 1, 0],
|
||||
"to": [4, 3, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "texture"},
|
||||
"east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "texture"},
|
||||
"south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "texture"},
|
||||
"west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "texture"},
|
||||
"up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "texture"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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": [3.5, 6.25, 5, 6.5], "texture": "texture"},
|
||||
"east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "texture"},
|
||||
"south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "texture"},
|
||||
"west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "texture"},
|
||||
"up": {"uv": [5, 6.25, 3.5, 6], "texture": "texture"},
|
||||
"down": {"uv": [6.5, 6, 5, 6.25], "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": [3.375, 5, 5, 5.125], "texture": "texture"},
|
||||
"east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "texture"},
|
||||
"south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "texture"},
|
||||
"west": {"uv": [5, 5, 6.625, 5.125], "texture": "texture"},
|
||||
"up": {"uv": [5, 5, 3.375, 3.375], "texture": "texture"},
|
||||
"down": {"uv": [6.625, 3.375, 5, 5], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3, 13],
|
||||
"to": [16, 4, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]},
|
||||
"faces": {
|
||||
"north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "texture"},
|
||||
"east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "texture"},
|
||||
"south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "texture"},
|
||||
"west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "texture"},
|
||||
"up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [7.75, 5.125, 6.125, 5.375], "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, 7, 2.125, 7.125], "texture": "texture"},
|
||||
"east": {"uv": [0, 7, 1.875, 7.125], "texture": "texture"},
|
||||
"south": {"uv": [4, 7, 4.25, 7.125], "texture": "texture"},
|
||||
"west": {"uv": [2.125, 7, 4, 7.125], "texture": "texture"},
|
||||
"up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 1, 0],
|
||||
"to": [4, 3, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "texture"},
|
||||
"east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "texture"},
|
||||
"south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "texture"},
|
||||
"west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "texture"},
|
||||
"up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 1, 1],
|
||||
"to": [15, 14, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 1, 5]},
|
||||
"faces": {
|
||||
"north": {"uv": [1.25, 1.25, 2.375, 2.875], "texture": "texture"},
|
||||
"east": {"uv": [0, 1.25, 1.25, 2.875], "texture": "texture"},
|
||||
"south": {"uv": [3.625, 1.25, 4.75, 2.875], "texture": "texture"},
|
||||
"west": {"uv": [2.375, 1.25, 3.625, 2.875], "texture": "texture"},
|
||||
"up": {"uv": [2.375, 1.25, 1.25, 0], "texture": "texture"},
|
||||
"down": {"uv": [3.5, 0, 2.375, 1.25], "texture": "texture"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,90 @@
|
|||
{
|
||||
"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": [3.5, 6.25, 5, 6.5], "texture": "texture"},
|
||||
"east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "texture"},
|
||||
"south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "texture"},
|
||||
"west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "texture"},
|
||||
"up": {"uv": [5, 6.25, 3.5, 6], "texture": "texture"},
|
||||
"down": {"uv": [6.5, 6, 5, 6.25], "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": [3.375, 5, 5, 5.125], "texture": "texture"},
|
||||
"east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "texture"},
|
||||
"south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "texture"},
|
||||
"west": {"uv": [5, 5, 6.625, 5.125], "texture": "texture"},
|
||||
"up": {"uv": [5, 5, 3.375, 3.375], "texture": "texture"},
|
||||
"down": {"uv": [6.625, 3.375, 5, 5], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3, 13],
|
||||
"to": [16, 4, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]},
|
||||
"faces": {
|
||||
"north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "texture"},
|
||||
"east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "texture"},
|
||||
"south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "texture"},
|
||||
"west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "texture"},
|
||||
"up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [7.75, 5.125, 6.125, 5.375], "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, 7, 2.125, 7.125], "texture": "texture"},
|
||||
"east": {"uv": [0, 7, 1.875, 7.125], "texture": "texture"},
|
||||
"south": {"uv": [4, 7, 4.25, 7.125], "texture": "texture"},
|
||||
"west": {"uv": [2.125, 7, 4, 7.125], "texture": "texture"},
|
||||
"up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 1, 0],
|
||||
"to": [4, 3, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "texture"},
|
||||
"east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "texture"},
|
||||
"south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "texture"},
|
||||
"west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "texture"},
|
||||
"up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "texture"}
|
||||
}
|
||||
}
|
||||
|
||||
,
|
||||
{
|
||||
"from": [9, 1, 2],
|
||||
"to": [16, 12, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [18, 1, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [1.25, 1.25, 2.125, 2.625], "texture": "texture"},
|
||||
"east": {"uv": [0.125, 1.25, 1.25, 2.625], "texture": "texture"},
|
||||
"south": {"uv": [3.25, 1.25, 4.125, 2.625], "texture": "texture"},
|
||||
"west": {"uv": [2.125, 1.25, 3.25, 2.625], "texture": "texture"},
|
||||
"up": {"uv": [2.125, 1.25, 1.25, 0.125], "texture": "texture"},
|
||||
"down": {"uv": [3, 0.125, 2.125, 1.25], "texture": "texture"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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": [3.5, 6.25, 5, 6.5], "texture": "texture"},
|
||||
"east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "texture"},
|
||||
"south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "texture"},
|
||||
"west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "texture"},
|
||||
"up": {"uv": [5, 6.25, 3.5, 6], "texture": "texture"},
|
||||
"down": {"uv": [6.5, 6, 5, 6.25], "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": [3.375, 5, 5, 5.125], "texture": "texture"},
|
||||
"east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "texture"},
|
||||
"south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "texture"},
|
||||
"west": {"uv": [5, 5, 6.625, 5.125], "texture": "texture"},
|
||||
"up": {"uv": [5, 5, 3.375, 3.375], "texture": "texture"},
|
||||
"down": {"uv": [6.625, 3.375, 5, 5], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3, 13],
|
||||
"to": [16, 4, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]},
|
||||
"faces": {
|
||||
"north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "texture"},
|
||||
"east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "texture"},
|
||||
"south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "texture"},
|
||||
"west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "texture"},
|
||||
"up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [7.75, 5.125, 6.125, 5.375], "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, 7, 2.125, 7.125], "texture": "texture"},
|
||||
"east": {"uv": [0, 7, 1.875, 7.125], "texture": "texture"},
|
||||
"south": {"uv": [4, 7, 4.25, 7.125], "texture": "texture"},
|
||||
"west": {"uv": [2.125, 7, 4, 7.125], "texture": "texture"},
|
||||
"up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 1, 0],
|
||||
"to": [4, 3, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "texture"},
|
||||
"east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "texture"},
|
||||
"south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "texture"},
|
||||
"west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "texture"},
|
||||
"up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 1, 0],
|
||||
"to": [16, 13, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [1.25, 1.25, 2.375, 2.75], "texture": "texture"},
|
||||
"east": {"uv": [0.25, 1.25, 1.25, 2.75], "texture": "texture"},
|
||||
"south": {"uv": [3.375, 1.25, 4.5, 2.75], "texture": "texture"},
|
||||
"west": {"uv": [2.375, 1.25, 3.375, 2.75], "texture": "texture"},
|
||||
"up": {"uv": [2.375, 1.25, 1.25, 0.25], "texture": "texture"},
|
||||
"down": {"uv": [3.5, 0.25, 2.375, 1.25], "texture": "texture"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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": [3.5, 6.25, 5, 6.5], "texture": "texture"},
|
||||
"east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "texture"},
|
||||
"south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "texture"},
|
||||
"west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "texture"},
|
||||
"up": {"uv": [5, 6.25, 3.5, 6], "texture": "texture"},
|
||||
"down": {"uv": [6.5, 6, 5, 6.25], "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": [3.375, 5, 5, 5.125], "texture": "texture"},
|
||||
"east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "texture"},
|
||||
"south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "texture"},
|
||||
"west": {"uv": [5, 5, 6.625, 5.125], "texture": "texture"},
|
||||
"up": {"uv": [5, 5, 3.375, 3.375], "texture": "texture"},
|
||||
"down": {"uv": [6.625, 3.375, 5, 5], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3, 13],
|
||||
"to": [16, 4, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]},
|
||||
"faces": {
|
||||
"north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "texture"},
|
||||
"east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "texture"},
|
||||
"south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "texture"},
|
||||
"west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "texture"},
|
||||
"up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [7.75, 5.125, 6.125, 5.375], "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, 7, 2.125, 7.125], "texture": "texture"},
|
||||
"east": {"uv": [0, 7, 1.875, 7.125], "texture": "texture"},
|
||||
"south": {"uv": [4, 7, 4.25, 7.125], "texture": "texture"},
|
||||
"west": {"uv": [2.125, 7, 4, 7.125], "texture": "texture"},
|
||||
"up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 1, 0],
|
||||
"to": [4, 3, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "texture"},
|
||||
"east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "texture"},
|
||||
"south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "texture"},
|
||||
"west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "texture"},
|
||||
"up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 1, 1],
|
||||
"to": [16, 14, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 1, 5]},
|
||||
"faces": {
|
||||
"north": {"uv": [1.125, 1.25, 2.375, 2.875], "texture": "texture"},
|
||||
"east": {"uv": [0, 1.25, 1.125, 2.875], "texture": "texture"},
|
||||
"south": {"uv": [3.5, 1.25, 4.75, 2.875], "texture": "texture"},
|
||||
"west": {"uv": [2.375, 1.25, 3.5, 2.875], "texture": "texture"},
|
||||
"up": {"uv": [2.375, 1.25, 1.125, 0.125], "texture": "texture"},
|
||||
"down": {"uv": [3.625, 0.125, 2.375, 1.25], "texture": "texture"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,75 @@
|
|||
{
|
||||
"parent": "tfg:block/large_nest/large_nest_box_empty",
|
||||
"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": [3.5, 6.25, 5, 6.5], "texture": "texture"},
|
||||
"east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "texture"},
|
||||
"south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "texture"},
|
||||
"west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "texture"},
|
||||
"up": {"uv": [5, 6.25, 3.5, 6], "texture": "texture"},
|
||||
"down": {"uv": [6.5, 6, 5, 6.25], "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": [3.375, 5, 5, 5.125], "texture": "texture"},
|
||||
"east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "texture"},
|
||||
"south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "texture"},
|
||||
"west": {"uv": [5, 5, 6.625, 5.125], "texture": "texture"},
|
||||
"up": {"uv": [5, 5, 3.375, 3.375], "texture": "texture"},
|
||||
"down": {"uv": [6.625, 3.375, 5, 5], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3, 13],
|
||||
"to": [16, 4, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]},
|
||||
"faces": {
|
||||
"north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "texture"},
|
||||
"east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "texture"},
|
||||
"south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "texture"},
|
||||
"west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "texture"},
|
||||
"up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [7.75, 5.125, 6.125, 5.375], "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, 7, 2.125, 7.125], "texture": "texture"},
|
||||
"east": {"uv": [0, 7, 1.875, 7.125], "texture": "texture"},
|
||||
"south": {"uv": [4, 7, 4.25, 7.125], "texture": "texture"},
|
||||
"west": {"uv": [2.125, 7, 4, 7.125], "texture": "texture"},
|
||||
"up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 1, 0],
|
||||
"to": [4, 3, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "texture"},
|
||||
"east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "texture"},
|
||||
"south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "texture"},
|
||||
"west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "texture"},
|
||||
"up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "texture"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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": [3.5, 6.25, 5, 6.5], "texture": "texture"},
|
||||
"east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "texture"},
|
||||
"south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "texture"},
|
||||
"west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "texture"},
|
||||
"up": {"uv": [5, 6.25, 3.5, 6], "texture": "texture"},
|
||||
"down": {"uv": [6.5, 6, 5, 6.25], "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": [3.375, 5, 5, 5.125], "texture": "texture"},
|
||||
"east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "texture"},
|
||||
"south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "texture"},
|
||||
"west": {"uv": [5, 5, 6.625, 5.125], "texture": "texture"},
|
||||
"up": {"uv": [5, 5, 3.375, 3.375], "texture": "texture"},
|
||||
"down": {"uv": [6.625, 3.375, 5, 5], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3, 13],
|
||||
"to": [16, 4, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]},
|
||||
"faces": {
|
||||
"north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "texture"},
|
||||
"east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "texture"},
|
||||
"south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "texture"},
|
||||
"west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "texture"},
|
||||
"up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [7.75, 5.125, 6.125, 5.375], "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, 7, 2.125, 7.125], "texture": "texture"},
|
||||
"east": {"uv": [0, 7, 1.875, 7.125], "texture": "texture"},
|
||||
"south": {"uv": [4, 7, 4.25, 7.125], "texture": "texture"},
|
||||
"west": {"uv": [2.125, 7, 4, 7.125], "texture": "texture"},
|
||||
"up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 1, 0],
|
||||
"to": [4, 3, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "texture"},
|
||||
"east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "texture"},
|
||||
"south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "texture"},
|
||||
"west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "texture"},
|
||||
"up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 1, 1],
|
||||
"to": [15, 14, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 1, 5]},
|
||||
"faces": {
|
||||
"north": {"uv": [1.25, 1.25, 2.375, 2.875], "texture": "texture"},
|
||||
"east": {"uv": [0, 1.25, 1.25, 2.875], "texture": "texture"},
|
||||
"south": {"uv": [3.625, 1.25, 4.75, 2.875], "texture": "texture"},
|
||||
"west": {"uv": [2.375, 1.25, 3.625, 2.875], "texture": "texture"},
|
||||
"up": {"uv": [2.375, 1.25, 1.25, 0], "texture": "texture"},
|
||||
"down": {"uv": [3.5, 0, 2.375, 1.25], "texture": "texture"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,90 @@
|
|||
{
|
||||
"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": [3.5, 6.25, 5, 6.5], "texture": "texture"},
|
||||
"east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "texture"},
|
||||
"south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "texture"},
|
||||
"west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "texture"},
|
||||
"up": {"uv": [5, 6.25, 3.5, 6], "texture": "texture"},
|
||||
"down": {"uv": [6.5, 6, 5, 6.25], "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": [3.375, 5, 5, 5.125], "texture": "texture"},
|
||||
"east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "texture"},
|
||||
"south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "texture"},
|
||||
"west": {"uv": [5, 5, 6.625, 5.125], "texture": "texture"},
|
||||
"up": {"uv": [5, 5, 3.375, 3.375], "texture": "texture"},
|
||||
"down": {"uv": [6.625, 3.375, 5, 5], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3, 13],
|
||||
"to": [16, 4, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]},
|
||||
"faces": {
|
||||
"north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "texture"},
|
||||
"east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "texture"},
|
||||
"south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "texture"},
|
||||
"west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "texture"},
|
||||
"up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [7.75, 5.125, 6.125, 5.375], "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, 7, 2.125, 7.125], "texture": "texture"},
|
||||
"east": {"uv": [0, 7, 1.875, 7.125], "texture": "texture"},
|
||||
"south": {"uv": [4, 7, 4.25, 7.125], "texture": "texture"},
|
||||
"west": {"uv": [2.125, 7, 4, 7.125], "texture": "texture"},
|
||||
"up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 1, 0],
|
||||
"to": [4, 3, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "texture"},
|
||||
"east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "texture"},
|
||||
"south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "texture"},
|
||||
"west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "texture"},
|
||||
"up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "texture"}
|
||||
}
|
||||
}
|
||||
|
||||
,
|
||||
{
|
||||
"from": [9, 1, 2],
|
||||
"to": [16, 12, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [18, 1, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [1.25, 1.25, 2.125, 2.625], "texture": "texture"},
|
||||
"east": {"uv": [0.125, 1.25, 1.25, 2.625], "texture": "texture"},
|
||||
"south": {"uv": [3.25, 1.25, 4.125, 2.625], "texture": "texture"},
|
||||
"west": {"uv": [2.125, 1.25, 3.25, 2.625], "texture": "texture"},
|
||||
"up": {"uv": [2.125, 1.25, 1.25, 0.125], "texture": "texture"},
|
||||
"down": {"uv": [3, 0.125, 2.125, 1.25], "texture": "texture"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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": [3.5, 6.25, 5, 6.5], "texture": "texture"},
|
||||
"east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "texture"},
|
||||
"south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "texture"},
|
||||
"west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "texture"},
|
||||
"up": {"uv": [5, 6.25, 3.5, 6], "texture": "texture"},
|
||||
"down": {"uv": [6.5, 6, 5, 6.25], "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": [3.375, 5, 5, 5.125], "texture": "texture"},
|
||||
"east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "texture"},
|
||||
"south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "texture"},
|
||||
"west": {"uv": [5, 5, 6.625, 5.125], "texture": "texture"},
|
||||
"up": {"uv": [5, 5, 3.375, 3.375], "texture": "texture"},
|
||||
"down": {"uv": [6.625, 3.375, 5, 5], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3, 13],
|
||||
"to": [16, 4, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]},
|
||||
"faces": {
|
||||
"north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "texture"},
|
||||
"east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "texture"},
|
||||
"south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "texture"},
|
||||
"west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "texture"},
|
||||
"up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [7.75, 5.125, 6.125, 5.375], "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, 7, 2.125, 7.125], "texture": "texture"},
|
||||
"east": {"uv": [0, 7, 1.875, 7.125], "texture": "texture"},
|
||||
"south": {"uv": [4, 7, 4.25, 7.125], "texture": "texture"},
|
||||
"west": {"uv": [2.125, 7, 4, 7.125], "texture": "texture"},
|
||||
"up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 1, 0],
|
||||
"to": [4, 3, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "texture"},
|
||||
"east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "texture"},
|
||||
"south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "texture"},
|
||||
"west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "texture"},
|
||||
"up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 1, 0],
|
||||
"to": [16, 13, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [1.25, 1.25, 2.375, 2.75], "texture": "texture"},
|
||||
"east": {"uv": [0.25, 1.25, 1.25, 2.75], "texture": "texture"},
|
||||
"south": {"uv": [3.375, 1.25, 4.5, 2.75], "texture": "texture"},
|
||||
"west": {"uv": [2.375, 1.25, 3.375, 2.75], "texture": "texture"},
|
||||
"up": {"uv": [2.375, 1.25, 1.25, 0.25], "texture": "texture"},
|
||||
"down": {"uv": [3.5, 0.25, 2.375, 1.25], "texture": "texture"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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": [3.5, 6.25, 5, 6.5], "texture": "texture"},
|
||||
"east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "texture"},
|
||||
"south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "texture"},
|
||||
"west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "texture"},
|
||||
"up": {"uv": [5, 6.25, 3.5, 6], "texture": "texture"},
|
||||
"down": {"uv": [6.5, 6, 5, 6.25], "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": [3.375, 5, 5, 5.125], "texture": "texture"},
|
||||
"east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "texture"},
|
||||
"south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "texture"},
|
||||
"west": {"uv": [5, 5, 6.625, 5.125], "texture": "texture"},
|
||||
"up": {"uv": [5, 5, 3.375, 3.375], "texture": "texture"},
|
||||
"down": {"uv": [6.625, 3.375, 5, 5], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3, 13],
|
||||
"to": [16, 4, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]},
|
||||
"faces": {
|
||||
"north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "texture"},
|
||||
"east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "texture"},
|
||||
"south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "texture"},
|
||||
"west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "texture"},
|
||||
"up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [7.75, 5.125, 6.125, 5.375], "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, 7, 2.125, 7.125], "texture": "texture"},
|
||||
"east": {"uv": [0, 7, 1.875, 7.125], "texture": "texture"},
|
||||
"south": {"uv": [4, 7, 4.25, 7.125], "texture": "texture"},
|
||||
"west": {"uv": [2.125, 7, 4, 7.125], "texture": "texture"},
|
||||
"up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 1, 0],
|
||||
"to": [4, 3, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "texture"},
|
||||
"east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "texture"},
|
||||
"south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "texture"},
|
||||
"west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "texture"},
|
||||
"up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "texture"},
|
||||
"down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 1, 1],
|
||||
"to": [16, 14, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 1, 5]},
|
||||
"faces": {
|
||||
"north": {"uv": [1.125, 1.25, 2.375, 2.875], "texture": "texture"},
|
||||
"east": {"uv": [0, 1.25, 1.125, 2.875], "texture": "texture"},
|
||||
"south": {"uv": [3.5, 1.25, 4.75, 2.875], "texture": "texture"},
|
||||
"west": {"uv": [2.375, 1.25, 3.5, 2.875], "texture": "texture"},
|
||||
"up": {"uv": [2.375, 1.25, 1.125, 0.125], "texture": "texture"},
|
||||
"down": {"uv": [3.625, 0.125, 2.375, 1.25], "texture": "texture"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
287
kubejs/assets/tfg/models/item/large_nest_box.json
Normal file
287
kubejs/assets/tfg/models/item/large_nest_box.json
Normal file
|
|
@ -0,0 +1,287 @@
|
|||
{
|
||||
"format_version": "1.9.0",
|
||||
"parent": "block/block",
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [128, 128],
|
||||
"textures": {
|
||||
"2": "tfg:block/large_nest/large_nest_sniffer_0",
|
||||
"particle": "tfg:block/large_nest/large_nest_sniffer_0"
|
||||
},
|
||||
"display": {
|
||||
"firstperson_righthand": {
|
||||
"rotation": [ 0, 0 ,0],
|
||||
"translation": [ 0, 8, 0],
|
||||
"scale": [ 1, 1, 1 ]
|
||||
}
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [8, 1, 1.5125],
|
||||
"to": [14.5, 1.5, 8.0125],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 2, 2.8875]},
|
||||
"faces": {
|
||||
"north": {"uv": [6.625, 5, 8.25, 5.125], "texture": "#2"},
|
||||
"east": {"uv": [5, 5, 6.625, 5.125], "texture": "#2"},
|
||||
"south": {"uv": [3.375, 5, 5, 5.125], "texture": "#2"},
|
||||
"west": {"uv": [1.75, 5, 3.375, 5.125], "texture": "#2"},
|
||||
"up": {"uv": [5, 5, 3.375, 3.375], "rotation": 180, "texture": "#2"},
|
||||
"down": {"uv": [6.625, 3.375, 5, 5], "rotation": 180, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 1.5, 1.0125],
|
||||
"to": [14, 2.5, 2.0125],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 2, 2.8875]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "#2"},
|
||||
"east": {"uv": [5, 6.25, 5.25, 6.5], "texture": "#2"},
|
||||
"south": {"uv": [3.5, 6.25, 5, 6.5], "texture": "#2"},
|
||||
"west": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "#2"},
|
||||
"up": {"uv": [5, 6.25, 3.5, 6], "rotation": 180, "texture": "#2"},
|
||||
"down": {"uv": [6.5, 6, 5, 6.25], "rotation": 180, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 2.5, 0.5125],
|
||||
"to": [14.5, 3, 1.5125],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 2, 2.8875]},
|
||||
"faces": {
|
||||
"north": {"uv": [6.375, 5.375, 8, 5.5], "texture": "#2"},
|
||||
"east": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "#2"},
|
||||
"south": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "#2"},
|
||||
"west": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "#2"},
|
||||
"up": {"uv": [6.125, 5.375, 4.5, 5.125], "rotation": 180, "texture": "#2"},
|
||||
"down": {"uv": [7.75, 5.125, 6.125, 5.375], "rotation": 180, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14, 1.5, 1.0125],
|
||||
"to": [15, 2.5, 8.0125],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 2, 2.8875]},
|
||||
"faces": {
|
||||
"north": {"uv": [7.75, 6.875, 8, 7.125], "texture": "#2"},
|
||||
"east": {"uv": [6, 6.875, 7.75, 7.125], "texture": "#2"},
|
||||
"south": {"uv": [5.75, 6.875, 6, 7.125], "texture": "#2"},
|
||||
"west": {"uv": [4, 6.875, 5.75, 7.125], "texture": "#2"},
|
||||
"up": {"uv": [6, 6.875, 5.75, 5.125], "rotation": 180, "texture": "#2"},
|
||||
"down": {"uv": [6.25, 5.125, 6, 6.875], "rotation": 180, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14.5, 2.5, 0.5125],
|
||||
"to": [15.5, 3, 8.0125],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 2, 2.8875]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 7, 4.25, 7.125], "texture": "#2"},
|
||||
"east": {"uv": [2.125, 7, 4, 7.125], "texture": "#2"},
|
||||
"south": {"uv": [1.875, 7, 2.125, 7.125], "texture": "#2"},
|
||||
"west": {"uv": [0, 7, 1.875, 7.125], "texture": "#2"},
|
||||
"up": {"uv": [2.125, 7, 1.875, 5.125], "rotation": 180, "texture": "#2"},
|
||||
"down": {"uv": [2.375, 5.125, 2.125, 7], "rotation": 180, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 1.5, 14],
|
||||
"to": [8, 2.5, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [5, 2, 14.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [3.5, 6.25, 5, 6.5], "texture": "#2"},
|
||||
"east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "#2"},
|
||||
"south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "#2"},
|
||||
"west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "#2"},
|
||||
"up": {"uv": [5, 6.25, 3.5, 6], "texture": "#2"},
|
||||
"down": {"uv": [6.5, 6, 5, 6.25], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1.5, 1, 8],
|
||||
"to": [8, 1.5, 14.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [4.75, 1.25, 11.25]},
|
||||
"faces": {
|
||||
"north": {"uv": [3.375, 5, 5, 5.125], "texture": "#2"},
|
||||
"east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "#2"},
|
||||
"south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "#2"},
|
||||
"west": {"uv": [5, 5, 6.625, 5.125], "texture": "#2"},
|
||||
"up": {"uv": [5, 5, 3.375, 3.375], "texture": "#2"},
|
||||
"down": {"uv": [6.625, 3.375, 5, 5], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1.5, 2.5, 14.5],
|
||||
"to": [8, 3, 15.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [4.75, 2.75, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "#2"},
|
||||
"east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "#2"},
|
||||
"south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "#2"},
|
||||
"west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "#2"},
|
||||
"up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "#2"},
|
||||
"down": {"uv": [7.75, 5.125, 6.125, 5.375], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.5, 2.5, 8],
|
||||
"to": [1.5, 3, 15.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [1, 2.75, 11.75]},
|
||||
"faces": {
|
||||
"north": {"uv": [1.875, 7, 2.125, 7.125], "texture": "#2"},
|
||||
"east": {"uv": [0, 7, 1.875, 7.125], "texture": "#2"},
|
||||
"south": {"uv": [4, 7, 4.25, 7.125], "texture": "#2"},
|
||||
"west": {"uv": [2.125, 7, 4, 7.125], "texture": "#2"},
|
||||
"up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "#2"},
|
||||
"down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 1.5, 8],
|
||||
"to": [2, 2.5, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [1.5, 2, 11.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "#2"},
|
||||
"east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "#2"},
|
||||
"south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "#2"},
|
||||
"west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "#2"},
|
||||
"up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "#2"},
|
||||
"down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14, 1.5, 8],
|
||||
"to": [15, 2.5, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13.125, 2, 13.45]},
|
||||
"faces": {
|
||||
"north": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "#2"},
|
||||
"east": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "#2"},
|
||||
"south": {"uv": [5, 6.25, 5.25, 6.5], "texture": "#2"},
|
||||
"west": {"uv": [3.5, 6.25, 5, 6.5], "texture": "#2"},
|
||||
"up": {"uv": [5, 6.25, 3.5, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [6.5, 6, 5, 6.25], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 1, 8],
|
||||
"to": [14.5, 1.5, 14.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13.125, 2, 13.45]},
|
||||
"faces": {
|
||||
"north": {"uv": [1.75, 5, 3.375, 5.125], "texture": "#2"},
|
||||
"east": {"uv": [6.625, 5, 8.25, 5.125], "texture": "#2"},
|
||||
"south": {"uv": [5, 5, 6.625, 5.125], "texture": "#2"},
|
||||
"west": {"uv": [3.375, 5, 5, 5.125], "texture": "#2"},
|
||||
"up": {"uv": [5, 5, 3.375, 3.375], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [6.625, 3.375, 5, 5], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14.5, 2.5, 8],
|
||||
"to": [15.5, 3, 14.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13.125, 2, 13.45]},
|
||||
"faces": {
|
||||
"north": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "#2"},
|
||||
"east": {"uv": [6.375, 5.375, 8, 5.5], "texture": "#2"},
|
||||
"south": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "#2"},
|
||||
"west": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "#2"},
|
||||
"up": {"uv": [6.125, 5.375, 4.5, 5.125], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [7.75, 5.125, 6.125, 5.375], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 2.5, 14.5],
|
||||
"to": [15.5, 3, 15.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13.125, 2, 13.45]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 7, 1.875, 7.125], "texture": "#2"},
|
||||
"east": {"uv": [4, 7, 4.25, 7.125], "texture": "#2"},
|
||||
"south": {"uv": [2.125, 7, 4, 7.125], "texture": "#2"},
|
||||
"west": {"uv": [1.875, 7, 2.125, 7.125], "texture": "#2"},
|
||||
"up": {"uv": [2.125, 7, 1.875, 5.125], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [2.375, 5.125, 2.125, 7], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 1.5, 14],
|
||||
"to": [15, 2.5, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13.125, 2, 13.45]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 6.875, 5.75, 7.125], "texture": "#2"},
|
||||
"east": {"uv": [7.75, 6.875, 8, 7.125], "texture": "#2"},
|
||||
"south": {"uv": [6, 6.875, 7.75, 7.125], "texture": "#2"},
|
||||
"west": {"uv": [5.75, 6.875, 6, 7.125], "texture": "#2"},
|
||||
"up": {"uv": [6, 6.875, 5.75, 5.125], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [6.25, 5.125, 6, 6.875], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 1.5, 2],
|
||||
"to": [2, 2.5, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2.875, 2, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 6.25, 5.25, 6.5], "texture": "#2"},
|
||||
"east": {"uv": [3.5, 6.25, 5, 6.5], "texture": "#2"},
|
||||
"south": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "#2"},
|
||||
"west": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "#2"},
|
||||
"up": {"uv": [5, 6.25, 3.5, 6], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [6.5, 6, 5, 6.25], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1.5, 1, 1.5],
|
||||
"to": [8, 1.5, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2.875, 2, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 5, 6.625, 5.125], "texture": "#2"},
|
||||
"east": {"uv": [3.375, 5, 5, 5.125], "texture": "#2"},
|
||||
"south": {"uv": [1.75, 5, 3.375, 5.125], "texture": "#2"},
|
||||
"west": {"uv": [6.625, 5, 8.25, 5.125], "texture": "#2"},
|
||||
"up": {"uv": [5, 5, 3.375, 3.375], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [6.625, 3.375, 5, 5], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.5, 2.5, 1.5],
|
||||
"to": [1.5, 3, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2.875, 2, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "#2"},
|
||||
"east": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "#2"},
|
||||
"south": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "#2"},
|
||||
"west": {"uv": [6.375, 5.375, 8, 5.5], "texture": "#2"},
|
||||
"up": {"uv": [6.125, 5.375, 4.5, 5.125], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [7.75, 5.125, 6.125, 5.375], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.5, 2.5, 0.5],
|
||||
"to": [8, 3, 1.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2.875, 2, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [2.125, 7, 4, 7.125], "texture": "#2"},
|
||||
"east": {"uv": [1.875, 7, 2.125, 7.125], "texture": "#2"},
|
||||
"south": {"uv": [0, 7, 1.875, 7.125], "texture": "#2"},
|
||||
"west": {"uv": [4, 7, 4.25, 7.125], "texture": "#2"},
|
||||
"up": {"uv": [2.125, 7, 1.875, 5.125], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [2.375, 5.125, 2.125, 7], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 1.5, 1],
|
||||
"to": [8, 2.5, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2.875, 2, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 6.875, 7.75, 7.125], "texture": "#2"},
|
||||
"east": {"uv": [5.75, 6.875, 6, 7.125], "texture": "#2"},
|
||||
"south": {"uv": [4, 6.875, 5.75, 7.125], "texture": "#2"},
|
||||
"west": {"uv": [7.75, 6.875, 8, 7.125], "texture": "#2"},
|
||||
"up": {"uv": [6, 6.875, 5.75, 5.125], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [6.25, 5.125, 6, 6.875], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"groups": [
|
||||
{
|
||||
"name": "group",
|
||||
"origin": [25.925, 2, -10.3625],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]
|
||||
}
|
||||
]
|
||||
}
|
||||
287
kubejs/assets/tfg/models/item/large_nest_box_warped.json
Normal file
287
kubejs/assets/tfg/models/item/large_nest_box_warped.json
Normal file
|
|
@ -0,0 +1,287 @@
|
|||
{
|
||||
"format_version": "1.9.0",
|
||||
"parent": "block/block",
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [128, 128],
|
||||
"textures": {
|
||||
"2": "tfg:block/large_nest/large_nest_warped_sniffer_0",
|
||||
"particle": "tfg:block/large_nest/large_nest_warped_sniffer_0"
|
||||
},
|
||||
"display": {
|
||||
"firstperson_righthand": {
|
||||
"rotation": [ 0, 0 ,0],
|
||||
"translation": [ 0, 8, 0],
|
||||
"scale": [ 1, 1, 1 ]
|
||||
}
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [8, 1, 1.5125],
|
||||
"to": [14.5, 1.5, 8.0125],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 2, 2.8875]},
|
||||
"faces": {
|
||||
"north": {"uv": [6.625, 5, 8.25, 5.125], "texture": "#2"},
|
||||
"east": {"uv": [5, 5, 6.625, 5.125], "texture": "#2"},
|
||||
"south": {"uv": [3.375, 5, 5, 5.125], "texture": "#2"},
|
||||
"west": {"uv": [1.75, 5, 3.375, 5.125], "texture": "#2"},
|
||||
"up": {"uv": [5, 5, 3.375, 3.375], "rotation": 180, "texture": "#2"},
|
||||
"down": {"uv": [6.625, 3.375, 5, 5], "rotation": 180, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 1.5, 1.0125],
|
||||
"to": [14, 2.5, 2.0125],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 2, 2.8875]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "#2"},
|
||||
"east": {"uv": [5, 6.25, 5.25, 6.5], "texture": "#2"},
|
||||
"south": {"uv": [3.5, 6.25, 5, 6.5], "texture": "#2"},
|
||||
"west": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "#2"},
|
||||
"up": {"uv": [5, 6.25, 3.5, 6], "rotation": 180, "texture": "#2"},
|
||||
"down": {"uv": [6.5, 6, 5, 6.25], "rotation": 180, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 2.5, 0.5125],
|
||||
"to": [14.5, 3, 1.5125],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 2, 2.8875]},
|
||||
"faces": {
|
||||
"north": {"uv": [6.375, 5.375, 8, 5.5], "texture": "#2"},
|
||||
"east": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "#2"},
|
||||
"south": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "#2"},
|
||||
"west": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "#2"},
|
||||
"up": {"uv": [6.125, 5.375, 4.5, 5.125], "rotation": 180, "texture": "#2"},
|
||||
"down": {"uv": [7.75, 5.125, 6.125, 5.375], "rotation": 180, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14, 1.5, 1.0125],
|
||||
"to": [15, 2.5, 8.0125],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 2, 2.8875]},
|
||||
"faces": {
|
||||
"north": {"uv": [7.75, 6.875, 8, 7.125], "texture": "#2"},
|
||||
"east": {"uv": [6, 6.875, 7.75, 7.125], "texture": "#2"},
|
||||
"south": {"uv": [5.75, 6.875, 6, 7.125], "texture": "#2"},
|
||||
"west": {"uv": [4, 6.875, 5.75, 7.125], "texture": "#2"},
|
||||
"up": {"uv": [6, 6.875, 5.75, 5.125], "rotation": 180, "texture": "#2"},
|
||||
"down": {"uv": [6.25, 5.125, 6, 6.875], "rotation": 180, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14.5, 2.5, 0.5125],
|
||||
"to": [15.5, 3, 8.0125],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 2, 2.8875]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 7, 4.25, 7.125], "texture": "#2"},
|
||||
"east": {"uv": [2.125, 7, 4, 7.125], "texture": "#2"},
|
||||
"south": {"uv": [1.875, 7, 2.125, 7.125], "texture": "#2"},
|
||||
"west": {"uv": [0, 7, 1.875, 7.125], "texture": "#2"},
|
||||
"up": {"uv": [2.125, 7, 1.875, 5.125], "rotation": 180, "texture": "#2"},
|
||||
"down": {"uv": [2.375, 5.125, 2.125, 7], "rotation": 180, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 1.5, 14],
|
||||
"to": [8, 2.5, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [5, 2, 14.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [3.5, 6.25, 5, 6.5], "texture": "#2"},
|
||||
"east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "#2"},
|
||||
"south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "#2"},
|
||||
"west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "#2"},
|
||||
"up": {"uv": [5, 6.25, 3.5, 6], "texture": "#2"},
|
||||
"down": {"uv": [6.5, 6, 5, 6.25], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1.5, 1, 8],
|
||||
"to": [8, 1.5, 14.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [4.75, 1.25, 11.25]},
|
||||
"faces": {
|
||||
"north": {"uv": [3.375, 5, 5, 5.125], "texture": "#2"},
|
||||
"east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "#2"},
|
||||
"south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "#2"},
|
||||
"west": {"uv": [5, 5, 6.625, 5.125], "texture": "#2"},
|
||||
"up": {"uv": [5, 5, 3.375, 3.375], "texture": "#2"},
|
||||
"down": {"uv": [6.625, 3.375, 5, 5], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1.5, 2.5, 14.5],
|
||||
"to": [8, 3, 15.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [4.75, 2.75, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "#2"},
|
||||
"east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "#2"},
|
||||
"south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "#2"},
|
||||
"west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "#2"},
|
||||
"up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "#2"},
|
||||
"down": {"uv": [7.75, 5.125, 6.125, 5.375], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.5, 2.5, 8],
|
||||
"to": [1.5, 3, 15.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [1, 2.75, 11.75]},
|
||||
"faces": {
|
||||
"north": {"uv": [1.875, 7, 2.125, 7.125], "texture": "#2"},
|
||||
"east": {"uv": [0, 7, 1.875, 7.125], "texture": "#2"},
|
||||
"south": {"uv": [4, 7, 4.25, 7.125], "texture": "#2"},
|
||||
"west": {"uv": [2.125, 7, 4, 7.125], "texture": "#2"},
|
||||
"up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "#2"},
|
||||
"down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 1.5, 8],
|
||||
"to": [2, 2.5, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [1.5, 2, 11.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "#2"},
|
||||
"east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "#2"},
|
||||
"south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "#2"},
|
||||
"west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "#2"},
|
||||
"up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "#2"},
|
||||
"down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14, 1.5, 8],
|
||||
"to": [15, 2.5, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13.125, 2, 13.45]},
|
||||
"faces": {
|
||||
"north": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "#2"},
|
||||
"east": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "#2"},
|
||||
"south": {"uv": [5, 6.25, 5.25, 6.5], "texture": "#2"},
|
||||
"west": {"uv": [3.5, 6.25, 5, 6.5], "texture": "#2"},
|
||||
"up": {"uv": [5, 6.25, 3.5, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [6.5, 6, 5, 6.25], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 1, 8],
|
||||
"to": [14.5, 1.5, 14.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13.125, 2, 13.45]},
|
||||
"faces": {
|
||||
"north": {"uv": [1.75, 5, 3.375, 5.125], "texture": "#2"},
|
||||
"east": {"uv": [6.625, 5, 8.25, 5.125], "texture": "#2"},
|
||||
"south": {"uv": [5, 5, 6.625, 5.125], "texture": "#2"},
|
||||
"west": {"uv": [3.375, 5, 5, 5.125], "texture": "#2"},
|
||||
"up": {"uv": [5, 5, 3.375, 3.375], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [6.625, 3.375, 5, 5], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14.5, 2.5, 8],
|
||||
"to": [15.5, 3, 14.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13.125, 2, 13.45]},
|
||||
"faces": {
|
||||
"north": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "#2"},
|
||||
"east": {"uv": [6.375, 5.375, 8, 5.5], "texture": "#2"},
|
||||
"south": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "#2"},
|
||||
"west": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "#2"},
|
||||
"up": {"uv": [6.125, 5.375, 4.5, 5.125], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [7.75, 5.125, 6.125, 5.375], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 2.5, 14.5],
|
||||
"to": [15.5, 3, 15.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13.125, 2, 13.45]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 7, 1.875, 7.125], "texture": "#2"},
|
||||
"east": {"uv": [4, 7, 4.25, 7.125], "texture": "#2"},
|
||||
"south": {"uv": [2.125, 7, 4, 7.125], "texture": "#2"},
|
||||
"west": {"uv": [1.875, 7, 2.125, 7.125], "texture": "#2"},
|
||||
"up": {"uv": [2.125, 7, 1.875, 5.125], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [2.375, 5.125, 2.125, 7], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 1.5, 14],
|
||||
"to": [15, 2.5, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13.125, 2, 13.45]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 6.875, 5.75, 7.125], "texture": "#2"},
|
||||
"east": {"uv": [7.75, 6.875, 8, 7.125], "texture": "#2"},
|
||||
"south": {"uv": [6, 6.875, 7.75, 7.125], "texture": "#2"},
|
||||
"west": {"uv": [5.75, 6.875, 6, 7.125], "texture": "#2"},
|
||||
"up": {"uv": [6, 6.875, 5.75, 5.125], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [6.25, 5.125, 6, 6.875], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 1.5, 2],
|
||||
"to": [2, 2.5, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2.875, 2, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 6.25, 5.25, 6.5], "texture": "#2"},
|
||||
"east": {"uv": [3.5, 6.25, 5, 6.5], "texture": "#2"},
|
||||
"south": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "#2"},
|
||||
"west": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "#2"},
|
||||
"up": {"uv": [5, 6.25, 3.5, 6], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [6.5, 6, 5, 6.25], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1.5, 1, 1.5],
|
||||
"to": [8, 1.5, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2.875, 2, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 5, 6.625, 5.125], "texture": "#2"},
|
||||
"east": {"uv": [3.375, 5, 5, 5.125], "texture": "#2"},
|
||||
"south": {"uv": [1.75, 5, 3.375, 5.125], "texture": "#2"},
|
||||
"west": {"uv": [6.625, 5, 8.25, 5.125], "texture": "#2"},
|
||||
"up": {"uv": [5, 5, 3.375, 3.375], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [6.625, 3.375, 5, 5], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.5, 2.5, 1.5],
|
||||
"to": [1.5, 3, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2.875, 2, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "#2"},
|
||||
"east": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "#2"},
|
||||
"south": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "#2"},
|
||||
"west": {"uv": [6.375, 5.375, 8, 5.5], "texture": "#2"},
|
||||
"up": {"uv": [6.125, 5.375, 4.5, 5.125], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [7.75, 5.125, 6.125, 5.375], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.5, 2.5, 0.5],
|
||||
"to": [8, 3, 1.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2.875, 2, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [2.125, 7, 4, 7.125], "texture": "#2"},
|
||||
"east": {"uv": [1.875, 7, 2.125, 7.125], "texture": "#2"},
|
||||
"south": {"uv": [0, 7, 1.875, 7.125], "texture": "#2"},
|
||||
"west": {"uv": [4, 7, 4.25, 7.125], "texture": "#2"},
|
||||
"up": {"uv": [2.125, 7, 1.875, 5.125], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [2.375, 5.125, 2.125, 7], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 1.5, 1],
|
||||
"to": [8, 2.5, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2.875, 2, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 6.875, 7.75, 7.125], "texture": "#2"},
|
||||
"east": {"uv": [5.75, 6.875, 6, 7.125], "texture": "#2"},
|
||||
"south": {"uv": [4, 6.875, 5.75, 7.125], "texture": "#2"},
|
||||
"west": {"uv": [7.75, 6.875, 8, 7.125], "texture": "#2"},
|
||||
"up": {"uv": [6, 6.875, 5.75, 5.125], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [6.25, 5.125, 6, 6.875], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"groups": [
|
||||
{
|
||||
"name": "group",
|
||||
"origin": [25.925, 2, -10.3625],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]
|
||||
}
|
||||
]
|
||||
}
|
||||
6
kubejs/assets/tfg/models/item/sniffer_egg.json
Normal file
6
kubejs/assets/tfg/models/item/sniffer_egg.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "minecraft:item/sniffer_egg"
|
||||
}
|
||||
}
|
||||
6
kubejs/assets/tfg/models/item/spawn_egg/glacian_ram.json
Normal file
6
kubejs/assets/tfg/models/item/spawn_egg/glacian_ram.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "tfg:item/spawn_egg/moon_rabbit"
|
||||
}
|
||||
}
|
||||
6
kubejs/assets/tfg/models/item/spawn_egg/sniffer.json
Normal file
6
kubejs/assets/tfg/models/item/spawn_egg/sniffer.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "tfg:item/spawn_egg/moon_rabbit"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.9 KiB |
BIN
kubejs/assets/tfg/textures/item/food/cooked_glacian_mutton.png
Normal file
BIN
kubejs/assets/tfg/textures/item/food/cooked_glacian_mutton.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 887 B |
BIN
kubejs/assets/tfg/textures/item/food/cooked_sniffer_beef.png
Normal file
BIN
kubejs/assets/tfg/textures/item/food/cooked_sniffer_beef.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 952 B |
BIN
kubejs/assets/tfg/textures/item/food/raw_glacian_mutton.png
Normal file
BIN
kubejs/assets/tfg/textures/item/food/raw_glacian_mutton.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 897 B |
BIN
kubejs/assets/tfg/textures/item/food/raw_sniffer_beef.png
Normal file
BIN
kubejs/assets/tfg/textures/item/food/raw_sniffer_beef.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 977 B |
60
kubejs/data/tfg/loot_tables/entities/glacian_ram.json
Normal file
60
kubejs/data/tfg/loot_tables/entities/glacian_ram.json
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"name": "loot_pool",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfg:food/raw_glacian_mutton",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "tfc:animal_yield",
|
||||
"min": 4,
|
||||
"max": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 12,
|
||||
"max": 18
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "loot_pool",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:bone",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 3,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "loot_pool",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfc:small_raw_hide"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
60
kubejs/data/tfg/loot_tables/entities/sniffer.json
Normal file
60
kubejs/data/tfg/loot_tables/entities/sniffer.json
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"name": "loot_pool",
|
||||
"rolls": 2,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfg:food/raw_sniffer_beef",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "tfc:animal_yield",
|
||||
"min": 4,
|
||||
"max": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 12,
|
||||
"max": 18
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "loot_pool",
|
||||
"rolls": 2,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:bone",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 3,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "loot_pool",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfc:large_raw_hide"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -140,6 +140,32 @@ const registerTFGFoodData = (event) => {
|
|||
food.decayModifier(2.25)
|
||||
})
|
||||
|
||||
event.foodItem('tfg:food/raw_glacian_mutton', food => {
|
||||
food.hunger(4)
|
||||
food.protein(2.0)
|
||||
food.decayModifier(3)
|
||||
})
|
||||
|
||||
event.foodItem('tfg:food/cooked_glacian_mutton', food => {
|
||||
food.hunger(6)
|
||||
food.saturation(3)
|
||||
food.protein(5)
|
||||
food.decayModifier(1.5)
|
||||
})
|
||||
|
||||
event.foodItem('tfg:food/raw_sniffer_beef', food => {
|
||||
food.hunger(4)
|
||||
food.protein(2.0)
|
||||
food.decayModifier(3)
|
||||
})
|
||||
|
||||
event.foodItem('tfg:food/cooked_sniffer_beef', food => {
|
||||
food.hunger(6)
|
||||
food.saturation(4)
|
||||
food.protein(7)
|
||||
food.decayModifier(1.5)
|
||||
})
|
||||
|
||||
// high-tech food
|
||||
|
||||
global.FOOD_FRUIT.forEach(fruit => {
|
||||
|
|
@ -512,4 +538,4 @@ const registerTFGFLPlanters = (event) => {
|
|||
],
|
||||
null
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -910,6 +910,12 @@ function registerTFGFoodRecipes(event) {
|
|||
event.recipes.tfc.heating('betterend:cave_pumpkin_pie_raw', 200)
|
||||
.resultItem(TFC.isp.of('betterend:cave_pumpkin_pie').copyFood())
|
||||
|
||||
event.recipes.tfc.heating('tfg:food/raw_glacian_mutton', 200)
|
||||
.resultItem(TFC.isp.of('tfg:food/cooked_glacian_mutton').copyFood())
|
||||
|
||||
event.recipes.tfc.heating('tfg:food/raw_sniffer_beef', 200)
|
||||
.resultItem(TFC.isp.of('tfg:food/cooked_sniffer_beef').copyFood())
|
||||
|
||||
event.recipes.tfc.advanced_shapeless_crafting(
|
||||
TFC.itemStackProvider.of('4x betterend:cave_pumpkin_chunks').copyFood(),
|
||||
[TFC.ingredient.notRotten('betterend:cave_pumpkin'), '#forge:tools/hammers'], 'betterend:cave_pumpkin')
|
||||
|
|
|
|||
|
|
@ -916,7 +916,9 @@ global.TFC_MEAT_RECIPE_COMPONENTS = [
|
|||
{ input: 'betterend:bolux_mushroom_product', output: 'betterend:bolux_mushroom_cooked', name: 'bolux_mushroom' },
|
||||
{ input: 'betterend:chorus_mushroom_product', output: 'betterend:chorus_mushroom_cooked', name: 'chorus_mushroom' },
|
||||
{ input: 'betterend:shadow_berry_product', output: 'betterend:shadow_berry_cooked', name: 'shadow_berry' },
|
||||
{ input: 'betterend:cave_pumpkin_pie_raw', output: 'betterend:cave_pumpkin_pie', name: 'cave_pumpkin_pie' }
|
||||
{ input: 'betterend:cave_pumpkin_pie_raw', output: 'betterend:cave_pumpkin_pie', name: 'cave_pumpkin_pie' },
|
||||
{ input: 'tfg:food/raw_glacian_mutton', output: 'tfg:food/cooked_glacian_mutton', name: 'cooked_glacian_mutton' },
|
||||
{ input: 'tfg:food/raw_sniffer_beef', output: 'tfg:food/cooked_sniffer_beef', name: 'cooked_sniffer_beef' }
|
||||
];
|
||||
|
||||
global.TFC_QUERN_POWDER_RECIPE_COMPONENTS = [
|
||||
|
|
|
|||
|
|
@ -90,6 +90,36 @@ function registerTFGFoodItems(event) {
|
|||
.tag('tfc:foods/meats')
|
||||
.tag('tfc:foods/raw_meats')
|
||||
|
||||
event.create('tfg:food/raw_glacian_mutton')
|
||||
.translationKey('item.tfg.food.raw_glacian_mutton')
|
||||
.texture('tfg:item/food/raw_glacian_mutton')
|
||||
.food(food => food.hunger(2).saturation(2)
|
||||
.effect('minecraft:hunger', 100, 0, 1))
|
||||
.tag('tfc:foods/meats')
|
||||
.tag('tfc:foods/raw_meats')
|
||||
|
||||
event.create('tfg:food/cooked_glacian_mutton')
|
||||
.translationKey('item.tfg.food.cooked_glacian_mutton')
|
||||
.texture('tfg:item/food/cooked_glacian_mutton')
|
||||
.food(food => food.hunger(6).saturation(10))
|
||||
.tag('tfc:foods/meats')
|
||||
.tag('tfc:foods/cooked_meats')
|
||||
|
||||
event.create('tfg:food/raw_sniffer_beef')
|
||||
.translationKey('item.tfg.food.raw_sniffer_beef')
|
||||
.texture('tfg:item/food/raw_sniffer_beef')
|
||||
.food(food => food.hunger(3).saturation(2)
|
||||
.effect('minecraft:hunger', 100, 0, 1))
|
||||
.tag('tfc:foods/meats')
|
||||
.tag('tfc:foods/raw_meats')
|
||||
|
||||
event.create('tfg:food/cooked_sniffer_beef')
|
||||
.translationKey('item.tfg.food.cooked_sniffer_beef')
|
||||
.texture('tfg:item/food/cooked_sniffer_beef')
|
||||
.food(food => food.hunger(8).saturation(10))
|
||||
.tag('tfc:foods/meats')
|
||||
.tag('tfc:foods/cooked_meats')
|
||||
|
||||
event.create('tfg:food/ice_soup')
|
||||
.translationKey('item.tfg.food.ice_soup')
|
||||
.texture('tfg:item/food/ice_soup')
|
||||
|
|
@ -97,4 +127,4 @@ function registerTFGFoodItems(event) {
|
|||
ctx.player.give('tfc:ceramic/bowl')
|
||||
}))
|
||||
// intentionally not tagged as food
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue