The big green PR (#2694)
* blocks * more textures * more textures more textures * blocks * more textures * more textures more textures * blocks * more textures * more textures more textures * blocks * more textures * more textures more textures * firmalife gh stuff * chloroplasts and brick regex * gh recipes * pisciculture fishery * I am going insane * more casings = more gooder * rotten voiding cover * greenhouse glory * Is this it chat * not needed Signed-off-by: Redeix <redeix.m@gmail.com> * missed in conflicts Signed-off-by: Redeix <redeix.m@gmail.com> * consumerism * re-add tag import * remove unused object map * id normalizer function --------- Signed-off-by: Redeix <redeix.m@gmail.com>
29
kubejs/assets/tfg/blockstates/cultivation_monitor.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"variants": {
|
||||
"active=false,facing=north": [
|
||||
{ "model": "tfg:block/machines/cultivation_monitor/cultivation_monitor_inactive"}
|
||||
],
|
||||
"active=false,facing=south": [
|
||||
{ "model": "tfg:block/machines/cultivation_monitor/cultivation_monitor_inactive", "y": 180 }
|
||||
],
|
||||
"active=false,facing=west": [
|
||||
{ "model": "tfg:block/machines/cultivation_monitor/cultivation_monitor_inactive", "y": 270 }
|
||||
],
|
||||
"active=false,facing=east": [
|
||||
{ "model": "tfg:block/machines/cultivation_monitor/cultivation_monitor_inactive", "y": 90 }
|
||||
],
|
||||
|
||||
"active=true,facing=north": [
|
||||
{ "model": "tfg:block/machines/cultivation_monitor/cultivation_monitor_active" }
|
||||
],
|
||||
"active=true,facing=south": [
|
||||
{ "model": "tfg:block/machines/cultivation_monitor/cultivation_monitor_active", "y": 180 }
|
||||
],
|
||||
"active=true,facing=west": [
|
||||
{ "model": "tfg:block/machines/cultivation_monitor/cultivation_monitor_active", "y": 270 }
|
||||
],
|
||||
"active=true,facing=east": [
|
||||
{ "model": "tfg:block/machines/cultivation_monitor/cultivation_monitor_active", "y": 90 }
|
||||
]
|
||||
}
|
||||
}
|
||||
29
kubejs/assets/tfg/blockstates/egh_planter.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"variants": {
|
||||
"active=false,facing=north": [
|
||||
{ "model": "tfg:block/machines/egh_planter/egh_planter_inactive", "y": 180 }
|
||||
],
|
||||
"active=false,facing=south": [
|
||||
{ "model": "tfg:block/machines/egh_planter/egh_planter_inactive" }
|
||||
],
|
||||
"active=false,facing=west": [
|
||||
{ "model": "tfg:block/machines/egh_planter/egh_planter_inactive", "y": 90 }
|
||||
],
|
||||
"active=false,facing=east": [
|
||||
{ "model": "tfg:block/machines/egh_planter/egh_planter_inactive", "y": 270 }
|
||||
],
|
||||
|
||||
"active=true,facing=north": [
|
||||
{ "model": "tfg:block/machines/egh_planter/egh_planter_active", "y": 180 }
|
||||
],
|
||||
"active=true,facing=south": [
|
||||
{ "model": "tfg:block/machines/egh_planter/egh_planter_active" }
|
||||
],
|
||||
"active=true,facing=west": [
|
||||
{ "model": "tfg:block/machines/egh_planter/egh_planter_active", "y": 90 }
|
||||
],
|
||||
"active=true,facing=east": [
|
||||
{ "model": "tfg:block/machines/egh_planter/egh_planter_active", "y": 270 }
|
||||
]
|
||||
}
|
||||
}
|
||||
29
kubejs/assets/tfg/blockstates/grow_light.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"variants": {
|
||||
"active=false,facing=north": [
|
||||
{ "model": "tfg:block/machines/egh_planter/grow_light_inactive", "y": 180 }
|
||||
],
|
||||
"active=false,facing=south": [
|
||||
{ "model": "tfg:block/machines/egh_planter/grow_light_inactive" }
|
||||
],
|
||||
"active=false,facing=west": [
|
||||
{ "model": "tfg:block/machines/egh_planter/grow_light_inactive", "y": 90 }
|
||||
],
|
||||
"active=false,facing=east": [
|
||||
{ "model": "tfg:block/machines/egh_planter/grow_light_inactive", "y": 270 }
|
||||
],
|
||||
|
||||
"active=true,facing=north": [
|
||||
{ "model": "tfg:block/machines/egh_planter/grow_light_active", "y": 180 }
|
||||
],
|
||||
"active=true,facing=south": [
|
||||
{ "model": "tfg:block/machines/egh_planter/grow_light_active" }
|
||||
],
|
||||
"active=true,facing=west": [
|
||||
{ "model": "tfg:block/machines/egh_planter/grow_light_active", "y": 90 }
|
||||
],
|
||||
"active=true,facing=east": [
|
||||
{ "model": "tfg:block/machines/egh_planter/grow_light_active", "y": 270 }
|
||||
]
|
||||
}
|
||||
}
|
||||
19
kubejs/assets/tfg/blockstates/hydroponics_facility.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=east": {
|
||||
"model": "tfg:block/machines/hydroponics_facility",
|
||||
"y": 90
|
||||
},
|
||||
"facing=north": {
|
||||
"model": "tfg:block/machines/hydroponics_facility"
|
||||
},
|
||||
"facing=south": {
|
||||
"model": "tfg:block/machines/hydroponics_facility",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west": {
|
||||
"model": "tfg:block/machines/hydroponics_facility",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
||||
28
kubejs/assets/tfg/blockstates/pisciculture_core.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"variants": {
|
||||
"active=false,facing=north": [
|
||||
{ "model": "tfg:block/casings/pisciculture_core" }
|
||||
],
|
||||
"active=false,facing=south": [
|
||||
{ "model": "tfg:block/casings/pisciculture_core", "y": 180 }
|
||||
],
|
||||
"active=false,facing=west": [
|
||||
{ "model": "tfg:block/casings/pisciculture_core", "y": 270 }
|
||||
],
|
||||
"active=false,facing=east": [
|
||||
{ "model": "tfg:block/casings/pisciculture_core", "y": 90 }
|
||||
],
|
||||
"active=true,facing=north": [
|
||||
{ "model": "tfg:block/casings/pisciculture_core_active" }
|
||||
],
|
||||
"active=true,facing=south": [
|
||||
{ "model": "tfg:block/casings/pisciculture_core_active", "y": 180 }
|
||||
],
|
||||
"active=true,facing=west": [
|
||||
{ "model": "tfg:block/casings/pisciculture_core_active", "y": 270 }
|
||||
],
|
||||
"active=true,facing=east": [
|
||||
{ "model": "tfg:block/casings/pisciculture_core_active", "y": 90 }
|
||||
]
|
||||
}
|
||||
}
|
||||
19
kubejs/assets/tfg/blockstates/pisciculture_fishery.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=east": {
|
||||
"model": "tfg:block/machines/pisciculture_fishery",
|
||||
"y": 90
|
||||
},
|
||||
"facing=north": {
|
||||
"model": "tfg:block/machines/pisciculture_fishery"
|
||||
},
|
||||
"facing=south": {
|
||||
"model": "tfg:block/machines/pisciculture_fishery",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west": {
|
||||
"model": "tfg:block/machines/pisciculture_fishery",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
{"parent":"minecraft:block/cube_all","textures":{"all":"tfg:block/casings/machine_casing_egh_inactive"}}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "tfg:block/casings/active_casing",
|
||||
"textures": {
|
||||
"active": "tfg:block/casings/machine_casing_egh_active",
|
||||
"active_overlay": "tfg:block/casings/machine_casing_egh_active_emissive"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,55 @@
|
|||
{
|
||||
"format_version": "1.21.6",
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"0": "tfg:block/casings/pisciculture_core_side",
|
||||
"1": "tfg:block/casings/pisciculture_core_top",
|
||||
"particle": "tfg:block/casings/pisciculture_core_top"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "pisciculture_core",
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [16, 0, 0, 16], "texture": "#0"},
|
||||
"east": {"uv": [16, 0, 0, 16], "texture": "#0"},
|
||||
"south": {"uv": [16, 0, 0, 16], "texture": "#0"},
|
||||
"west": {"uv": [16, 0, 0, 16], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#1"},
|
||||
"down": {"uv": [16, 0, 0, 16], "texture": "#1"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [75, 45, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [75, 45, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, 45, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -135, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 3, 0],
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -135, 0],
|
||||
"scale": [0.625, 0.625, 0.625]
|
||||
},
|
||||
"fixed": {
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,73 @@
|
|||
{
|
||||
"format_version": "1.21.6",
|
||||
"credit": "Made with Blockbench",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"0": "tfg:block/casings/pisciculture_core_side_active",
|
||||
"1": "tfg:block/casings/pisciculture_core_top_active",
|
||||
"2": "tfg:block/casings/pisciculture_core_active_emissive",
|
||||
"particle": "tfg:block/casings/pisciculture_core_side_active"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "rotor",
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [16, 0, 0, 16], "texture": "#0"},
|
||||
"east": {"uv": [16, 0, 0, 16], "texture": "#0"},
|
||||
"south": {"uv": [16, 0, 0, 16], "texture": "#0"},
|
||||
"west": {"uv": [16, 0, 0, 16], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#1"},
|
||||
"down": {"uv": [16, 0, 0, 16], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "emissive",
|
||||
"from": [-0.05, -0.05, -0.05],
|
||||
"to": [16.05, 16.05, 16.05],
|
||||
"forge_data": { "block_light": 13, "sky_light": 13 },
|
||||
"shade": false,
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15.8, 1, 12.8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 16, 16], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 16, 16], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 16, 16], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#2"},
|
||||
"down": {"uv": [16, 0, 0, 16], "texture": "#2"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [75, 45, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [75, 45, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, 45, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -135, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 3, 0],
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -135, 0],
|
||||
"scale": [0.625, 0.625, 0.625]
|
||||
},
|
||||
"fixed": {
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,95 @@
|
|||
{
|
||||
"format_version": "1.9.0",
|
||||
"credit": "Made with Blockbench",
|
||||
"ambientocclusion": false,
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"3": "tfg:block/machines/cultivation_monitor/cultivation_monitor_display_active",
|
||||
"4": "tfg:block/machines/cultivation_monitor/cultivation_monitor",
|
||||
"particle": "tfg:block/machines/cultivation_monitor/cultivation_monitor"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "arm",
|
||||
"from": [7, 6, 12.5],
|
||||
"to": [9, 10, 23.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 22.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [3.66667, 0, 3, 0.33333], "rotation": 90, "texture": "#4"},
|
||||
"east": {"uv": [3.66667, 0, 3, 1.5], "rotation": 90, "texture": "#4"},
|
||||
"south": {"uv": [3.66667, 1.5, 3, 1.83333], "rotation": 90, "texture": "#4"},
|
||||
"west": {"uv": [3, 0, 3.66667, 1.83333], "rotation": 270, "texture": "#4"},
|
||||
"up": {"uv": [3.5, 0, 3.83333, 1.83333], "texture": "#4"},
|
||||
"down": {"uv": [2.83333, 0, 3.16667, 1.83333], "rotation": 180, "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "monitor",
|
||||
"from": [-9, -10, 12.10896],
|
||||
"to": [25, 24, 13.10896],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7.5, 14.06147, 15.10896]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.66667, 7.49167, 0, 1.84167], "rotation": 180, "texture": "#4"},
|
||||
"east": {"uv": [0, 1.83333, 0.16667, 7.5], "texture": "#4"},
|
||||
"south": {"uv": [5.66667, 1.83333, 11.33333, 7.5], "texture": "#4"},
|
||||
"west": {"uv": [5.5, 1.83333, 5.66667, 7.5], "texture": "#4"},
|
||||
"up": {"uv": [0, 1.83333, 5.66667, 2], "texture": "#4"},
|
||||
"down": {"uv": [5.66667, 7.33333, 11.33333, 7.5], "rotation": 180, "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "screen",
|
||||
"from": [-8, -9, 12.00896],
|
||||
"to": [24, 23, 12.00896],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14.5, 11.06147, 15.10896]},
|
||||
"faces": {
|
||||
"north": {"uv": [16, 16, 0, 0], "rotation": 180, "texture": "#3"},
|
||||
"east": {"uv": [0, 0, 10, 0], "rotation": 90, "texture": "#missing"},
|
||||
"south": {"uv": [0, 0, 16, 16], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 10, 0], "rotation": 270, "texture": "#missing"},
|
||||
"up": {"uv": [0, 0, 15.33333, 0], "texture": "#missing"},
|
||||
"down": {"uv": [0, 0, 15.33333, 0], "rotation": 180, "texture": "#missing"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [75, 0, 0],
|
||||
"translation": [0, 1.5, 0],
|
||||
"scale": [0.3, 0.3, 0.3]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [75, 0, 0],
|
||||
"translation": [0, 1.5, 0],
|
||||
"scale": [0.3, 0.3, 0.3]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [-3, 28, -8],
|
||||
"translation": [-1.25, 0, 0.5],
|
||||
"scale": [0.3, 0.3, 0.3]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [-3, 28, -8],
|
||||
"translation": [-1.25, 0, 0.5],
|
||||
"scale": [0.3, 0.3, 0.3]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 3, 0],
|
||||
"scale": [0.2, 0.2, 0.2]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [27, 136, 0],
|
||||
"translation": [-1.25, 0, 0],
|
||||
"scale": [0.35, 0.35, 0.35]
|
||||
},
|
||||
"head": {
|
||||
"translation": [0, 0, -9.75],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [0, 0, -2],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,96 @@
|
|||
{
|
||||
"format_version": "1.9.0",
|
||||
"credit": "Made with Blockbench",
|
||||
"ambientocclusion": false,
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"2": "tfg:block/machines/cultivation_monitor/cultivation_monitor_display_inactive",
|
||||
"4": "tfg:block/machines/cultivation_monitor/cultivation_monitor",
|
||||
"particle": "tfg:block/machines/cultivation_monitor/cultivation_monitor"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "arm",
|
||||
"from": [7, 6, 12.4],
|
||||
"to": [9, 10, 23.4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 22.4]},
|
||||
"faces": {
|
||||
"north": {"uv": [3.66667, 0, 3, 0.33333], "rotation": 90, "texture": "#4"},
|
||||
"east": {"uv": [3.66667, 0, 3, 1.5], "rotation": 90, "texture": "#4"},
|
||||
"south": {"uv": [3.66667, 1.5, 3, 1.83333], "rotation": 90, "texture": "#4"},
|
||||
"west": {"uv": [3, 0, 3.66667, 1.83333], "rotation": 270, "texture": "#4"},
|
||||
"up": {"uv": [3.5, 0, 3.83333, 1.83333], "texture": "#4"},
|
||||
"down": {"uv": [2.83333, 0, 3.16667, 1.83333], "rotation": 180, "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "monitor",
|
||||
"from": [-9, -10, 12.00896],
|
||||
"to": [25, 24, 13.00896],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7.5, 14.06147, 15.00896]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.66667, 7.49167, 0, 1.84167], "rotation": 180, "texture": "#4"},
|
||||
"east": {"uv": [0, 1.83333, 0.16667, 7.5], "texture": "#4"},
|
||||
"south": {"uv": [5.66667, 1.83333, 11.33333, 7.5], "texture": "#4"},
|
||||
"west": {"uv": [5.5, 1.83333, 5.66667, 7.5], "texture": "#4"},
|
||||
"up": {"uv": [0, 1.83333, 5.66667, 2], "texture": "#4"},
|
||||
"down": {"uv": [5.66667, 7.33333, 11.33333, 7.5], "rotation": 180, "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "screen",
|
||||
"from": [-8, -9, 11.90896],
|
||||
"to": [24, 23, 11.90896],
|
||||
"forge_data": { "block_light": 13, "sky_light": 13 },
|
||||
"shade": false,
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14.5, 11.06147, 15.00896]},
|
||||
"faces": {
|
||||
"north": {"uv": [16, 16, 0, 0], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 10, 0], "rotation": 90, "texture": "#missing"},
|
||||
"south": {"uv": [0, 0, 16, 16], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 10, 0], "rotation": 270, "texture": "#missing"},
|
||||
"up": {"uv": [0, 0, 15.33333, 0], "texture": "#missing"},
|
||||
"down": {"uv": [0, 0, 15.33333, 0], "rotation": 180, "texture": "#missing"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [75, 0, 0],
|
||||
"translation": [0, 1.5, 0],
|
||||
"scale": [0.3, 0.3, 0.3]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [75, 0, 0],
|
||||
"translation": [0, 1.5, 0],
|
||||
"scale": [0.3, 0.3, 0.3]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [-3, 28, -8],
|
||||
"translation": [-1.25, 0, 0.5],
|
||||
"scale": [0.3, 0.3, 0.3]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [-3, 28, -8],
|
||||
"translation": [-1.25, 0, 0.5],
|
||||
"scale": [0.3, 0.3, 0.3]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 3, 0],
|
||||
"scale": [0.2, 0.2, 0.2]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [27, 141, 0],
|
||||
"translation": [0.5, 1, 0],
|
||||
"scale": [0.3, 0.3, 0.3]
|
||||
},
|
||||
"head": {
|
||||
"translation": [0, 0, -2.5],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [0, 0, 2.5],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,313 @@
|
|||
{
|
||||
"format_version": "1.9.0",
|
||||
"credit": "Made with Blockbench",
|
||||
"ambientocclusion": false,
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"0": "tfg:block/machines/egh_planter/egh_planter",
|
||||
"particle": "tfg:block/machines/egh_planter/egh_planter"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "lamps1",
|
||||
"from": [10.4, 1, 1],
|
||||
"to": [15.4, 1, 15],
|
||||
"forge_data": { "block_light": 13, "sky_light": 13 },
|
||||
"shade": false,
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [8.4, 0, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [3.5, 0.5, 5.25, 0.75], "texture": "#0"},
|
||||
"east": {"uv": [3.5, 0, 7.5, 0.25], "texture": "#0"},
|
||||
"south": {"uv": [3.5, 0.75, 5.25, 1], "texture": "#0"},
|
||||
"west": {"uv": [3.5, 0.25, 7.5, 0.5], "texture": "#0"},
|
||||
"up": {"uv": [4.5, 3.5, 3.25, 0], "texture": "#0"},
|
||||
"down": {"uv": [4.5, 0, 3.25, 3.5], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "grow_light1",
|
||||
"from": [9, 1, 0],
|
||||
"to": [16, 2, 16],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 1, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3.75, 1.75, 4], "texture": "#0"},
|
||||
"east": {"uv": [0, 4, 0.25, 0], "rotation": 90, "texture": "#0"},
|
||||
"south": {"uv": [1.75, 0, 0, 0.25], "texture": "#0"},
|
||||
"west": {"uv": [1.5, 0, 1.75, 4], "rotation": 90, "texture": "#0"},
|
||||
"up": {"uv": [1.75, 4, 0, 0], "texture": "#0"},
|
||||
"down": {"uv": [1.75, 0, 0, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "lamps2",
|
||||
"from": [0.6, 1, 1],
|
||||
"to": [5.6, 1, 15],
|
||||
"forge_data": { "block_light": 13, "sky_light": 13 },
|
||||
"shade": false,
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [7.6, 0, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.25, 0.5, 3.5, 0.75], "texture": "#0"},
|
||||
"east": {"uv": [7.5, 0.25, 3.5, 0.5], "texture": "#0"},
|
||||
"south": {"uv": [5.25, 0.75, 3.5, 1], "texture": "#0"},
|
||||
"west": {"uv": [7.5, 0, 3.5, 0.25], "texture": "#0"},
|
||||
"up": {"uv": [3.25, 3.5, 4.5, 0], "texture": "#0"},
|
||||
"down": {"uv": [3.25, 0, 4.5, 3.5], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "grow_light2",
|
||||
"from": [0, 1, 0],
|
||||
"to": [7, 2, 16],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 1, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [1.75, 3.75, 0, 4], "texture": "#0"},
|
||||
"east": {"uv": [1.5, 4, 1.75, 0], "rotation": 90, "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1.75, 0.25], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 0.25, 4], "rotation": 90, "texture": "#0"},
|
||||
"up": {"uv": [0, 4, 1.75, 0], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1.75, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "top",
|
||||
"from": [0, 10, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [5.5, 0, 9.5, 1.5], "texture": "#0"},
|
||||
"east": {"uv": [5.5, 0, 9.5, 1.5], "texture": "#0"},
|
||||
"south": {"uv": [5.5, 0, 9.5, 1.5], "texture": "#0"},
|
||||
"west": {"uv": [5.5, 0, 9.5, 1.5], "texture": "#0"},
|
||||
"up": {"uv": [9.5, 1.5, 13.5, 5.5], "texture": "#0"},
|
||||
"down": {"uv": [5.5, 1.5, 9.5, 5.5], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "mid",
|
||||
"from": [2, 4, 3],
|
||||
"to": [14, 10, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 8, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 4, 3, 5.5], "texture": "#0"},
|
||||
"east": {"uv": [0, 4, 2.5, 5.5], "texture": "#0"},
|
||||
"south": {"uv": [0, 4, 3, 5.5], "texture": "#0"},
|
||||
"west": {"uv": [0, 4, 2.5, 5.5], "texture": "#0"},
|
||||
"up": {"uv": [0, 5.5, 3, 8], "texture": "#0"},
|
||||
"down": {"uv": [0, 5.5, 3, 8], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "water",
|
||||
"from": [6, 2, 0.1],
|
||||
"to": [10, 10, 15.9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 6, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 4, 4, 6], "texture": "#0"},
|
||||
"east": {"uv": [3, 6, 7, 8], "texture": "#0"},
|
||||
"south": {"uv": [3, 4, 4, 6], "texture": "#0"},
|
||||
"west": {"uv": [3, 6, 7, 8], "texture": "#0"},
|
||||
"up": {"uv": [4.5, 0, 5.5, 4], "texture": "#0"},
|
||||
"down": {"uv": [4.5, 0, 5.5, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "vegetation1",
|
||||
"from": [0, 9, 0],
|
||||
"to": [16, 16, 0],
|
||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [0, 16, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [9.5, 5.75, 13.5, 7.5], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 0, 2], "texture": "#0"},
|
||||
"south": {"uv": [9.5, 5.5, 13.5, 7.5], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 0, 2], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 0], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 0], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "vegetation2",
|
||||
"from": [0, 11, 0],
|
||||
"to": [16, 16, 0],
|
||||
"rotation": {"angle": 45, "axis": "x", "origin": [0, 16, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [13.5, 6.25, 9.5, 7.5], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 0, 1.5], "texture": "#0"},
|
||||
"south": {"uv": [13.5, 6, 9.5, 7.5], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 0, 1.5], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 0], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 0], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "vegetation2",
|
||||
"from": [16, 9, 0],
|
||||
"to": [16, 16, 16],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [16, 16, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 2], "texture": "#0"},
|
||||
"east": {"uv": [9.5, 5.75, 13.5, 7.5], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 0, 2], "texture": "#0"},
|
||||
"west": {"uv": [9.5, 5.5, 13.5, 7.5], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 0], "rotation": 90, "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 0], "rotation": 270, "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "vegetation3",
|
||||
"from": [16, 11, 0],
|
||||
"to": [16, 16, 16],
|
||||
"rotation": {"angle": 45, "axis": "z", "origin": [16, 16, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 1.5], "texture": "#0"},
|
||||
"east": {"uv": [13.5, 6.25, 9.5, 7.5], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 0, 1.5], "texture": "#0"},
|
||||
"west": {"uv": [13.5, 6, 9.5, 7.5], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 0], "rotation": 90, "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 0], "rotation": 270, "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "vegetation3",
|
||||
"from": [0, 9, 0],
|
||||
"to": [0, 16, 16],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [0, 16, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 2], "texture": "#0"},
|
||||
"east": {"uv": [9.5, 5.5, 13.5, 7.5], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 0, 2], "texture": "#0"},
|
||||
"west": {"uv": [9.5, 5.75, 13.5, 7.5], "texture": "#0"},
|
||||
"up": {"uv": [4, 0, 0, 0], "rotation": 90, "texture": "#0"},
|
||||
"down": {"uv": [4, 0, 0, 0], "rotation": 270, "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "vegetation4",
|
||||
"from": [0, 11, 0],
|
||||
"to": [0, 16, 16],
|
||||
"rotation": {"angle": -45, "axis": "z", "origin": [0, 16, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 1.5], "texture": "#0"},
|
||||
"east": {"uv": [13.5, 6, 9.5, 7.5], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 0, 1.5], "texture": "#0"},
|
||||
"west": {"uv": [13.5, 6.25, 9.5, 7.5], "texture": "#0"},
|
||||
"up": {"uv": [4, 0, 0, 0], "rotation": 90, "texture": "#0"},
|
||||
"down": {"uv": [4, 0, 0, 0], "rotation": 270, "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "vegetation4",
|
||||
"from": [0, 9, 16],
|
||||
"to": [16, 16, 16],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [0, 16, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [9.5, 5.5, 13.5, 7.5], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 0, 2], "texture": "#0"},
|
||||
"south": {"uv": [9.5, 5.75, 13.5, 7.5], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 0, 2], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 0], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 0], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "vegetation5",
|
||||
"from": [0, 11, 16],
|
||||
"to": [16, 16, 16],
|
||||
"rotation": {"angle": -45, "axis": "x", "origin": [0, 16, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [13.5, 6, 9.5, 7.5], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 0, 1.5], "texture": "#0"},
|
||||
"south": {"uv": [13.5, 6.25, 9.5, 7.5], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 0, 1.5], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 0], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 0], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "nozzel",
|
||||
"from": [6, 1, 6],
|
||||
"to": [10, 2, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 1, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4.75, 5, 5], "texture": "#0"},
|
||||
"east": {"uv": [4, 4.75, 5, 5], "texture": "#0"},
|
||||
"south": {"uv": [4, 4.75, 5, 5], "texture": "#0"},
|
||||
"west": {"uv": [4, 4.75, 5, 5], "texture": "#0"},
|
||||
"up": {"uv": [4, 5, 5, 6], "texture": "#0"},
|
||||
"down": {"uv": [4, 5, 5, 6], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [75, 45, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [75, 45, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, 45, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -135, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 3, 0],
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -30, 0],
|
||||
"translation": [0, -0.75, 0],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"fixed": {
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "growth_lamp1",
|
||||
"origin": [8.4, 0, 0],
|
||||
"color": 0,
|
||||
"children": [0, 1]
|
||||
},
|
||||
{
|
||||
"name": "growth_lamp2",
|
||||
"origin": [8.4, 0, 0],
|
||||
"color": 0,
|
||||
"children": [2, 3]
|
||||
},
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
{
|
||||
"name": "vegetation_group1",
|
||||
"origin": [0, 16, 0],
|
||||
"color": 0,
|
||||
"children": [7, 8]
|
||||
},
|
||||
{
|
||||
"name": "vegetation_group2",
|
||||
"origin": [0, 16, 0],
|
||||
"color": 0,
|
||||
"children": [9, 10]
|
||||
},
|
||||
{
|
||||
"name": "vegetation_group3",
|
||||
"origin": [0, 16, 0],
|
||||
"color": 0,
|
||||
"children": [11, 12]
|
||||
},
|
||||
{
|
||||
"name": "vegetation_group4",
|
||||
"origin": [0, 16, 0],
|
||||
"color": 0,
|
||||
"children": [13, 14]
|
||||
},
|
||||
15
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,309 @@
|
|||
{
|
||||
"format_version": "1.9.0",
|
||||
"credit": "Made with Blockbench",
|
||||
"ambientocclusion": false,
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"0": "tfg:block/machines/egh_planter/egh_planter",
|
||||
"particle": "tfg:block/machines/egh_planter/egh_planter"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "lamps1",
|
||||
"from": [10.4, 1, 1],
|
||||
"to": [15.4, 1, 15],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [8.4, 0, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [3.5, 0.5, 5.25, 0.75], "texture": "#0"},
|
||||
"east": {"uv": [3.5, 0, 7.5, 0.25], "texture": "#0"},
|
||||
"south": {"uv": [3.5, 0.75, 5.25, 1], "texture": "#0"},
|
||||
"west": {"uv": [3.5, 0.25, 7.5, 0.5], "texture": "#0"},
|
||||
"up": {"uv": [3, 3.5, 1.75, 0], "texture": "#0"},
|
||||
"down": {"uv": [3, 0, 1.75, 3.5], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "grow_light1",
|
||||
"from": [9, 1, 0],
|
||||
"to": [16, 2, 16],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 1, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3.75, 1.75, 4], "texture": "#0"},
|
||||
"east": {"uv": [0, 4, 0.25, 0], "rotation": 90, "texture": "#0"},
|
||||
"south": {"uv": [1.75, 0, 0, 0.25], "texture": "#0"},
|
||||
"west": {"uv": [1.5, 0, 1.75, 4], "rotation": 90, "texture": "#0"},
|
||||
"up": {"uv": [1.75, 4, 0, 0], "texture": "#0"},
|
||||
"down": {"uv": [1.75, 0, 0, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "lamps2",
|
||||
"from": [0.6, 1, 1],
|
||||
"to": [5.6, 1, 15],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [7.6, 0, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.25, 0.5, 3.5, 0.75], "texture": "#0"},
|
||||
"east": {"uv": [7.5, 0.25, 3.5, 0.5], "texture": "#0"},
|
||||
"south": {"uv": [5.25, 0.75, 3.5, 1], "texture": "#0"},
|
||||
"west": {"uv": [7.5, 0, 3.5, 0.25], "texture": "#0"},
|
||||
"up": {"uv": [1.75, 3.5, 3, 0], "texture": "#0"},
|
||||
"down": {"uv": [1.75, 0, 3, 3.5], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "grow_light2",
|
||||
"from": [0, 1, 0],
|
||||
"to": [7, 2, 16],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 1, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [1.75, 3.75, 0, 4], "texture": "#0"},
|
||||
"east": {"uv": [1.5, 4, 1.75, 0], "rotation": 90, "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1.75, 0.25], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 0.25, 4], "rotation": 90, "texture": "#0"},
|
||||
"up": {"uv": [0, 4, 1.75, 0], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1.75, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "top",
|
||||
"from": [0, 10, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [5.5, 0, 9.5, 1.5], "texture": "#0"},
|
||||
"east": {"uv": [5.5, 0, 9.5, 1.5], "texture": "#0"},
|
||||
"south": {"uv": [5.5, 0, 9.5, 1.5], "texture": "#0"},
|
||||
"west": {"uv": [5.5, 0, 9.5, 1.5], "texture": "#0"},
|
||||
"up": {"uv": [9.5, 1.5, 13.5, 5.5], "texture": "#0"},
|
||||
"down": {"uv": [5.5, 1.5, 9.5, 5.5], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "mid",
|
||||
"from": [2, 4, 3],
|
||||
"to": [14, 10, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 8, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 4, 3, 5.5], "texture": "#0"},
|
||||
"east": {"uv": [0, 4, 2.5, 5.5], "texture": "#0"},
|
||||
"south": {"uv": [0, 4, 3, 5.5], "texture": "#0"},
|
||||
"west": {"uv": [0, 4, 2.5, 5.5], "texture": "#0"},
|
||||
"up": {"uv": [0, 5.5, 3, 8], "texture": "#0"},
|
||||
"down": {"uv": [0, 5.5, 3, 8], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "water",
|
||||
"from": [6, 2, 0.1],
|
||||
"to": [10, 10, 15.9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 6, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 4, 4, 6], "texture": "#0"},
|
||||
"east": {"uv": [3, 6, 7, 8], "texture": "#0"},
|
||||
"south": {"uv": [3, 4, 4, 6], "texture": "#0"},
|
||||
"west": {"uv": [3, 6, 7, 8], "texture": "#0"},
|
||||
"up": {"uv": [4.5, 0, 5.5, 4], "texture": "#0"},
|
||||
"down": {"uv": [4.5, 0, 5.5, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "vegetation1",
|
||||
"from": [0, 9, 0],
|
||||
"to": [16, 16, 0],
|
||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [0, 16, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [9.5, 5.75, 13.5, 7.5], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 0, 2], "texture": "#0"},
|
||||
"south": {"uv": [9.5, 5.5, 13.5, 7.5], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 0, 2], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 0], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 0], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "vegetation2",
|
||||
"from": [0, 11, 0],
|
||||
"to": [16, 16, 0],
|
||||
"rotation": {"angle": 45, "axis": "x", "origin": [0, 16, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [13.5, 6.25, 9.5, 7.5], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 0, 1.5], "texture": "#0"},
|
||||
"south": {"uv": [13.5, 6, 9.5, 7.5], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 0, 1.5], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 0], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 0], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "vegetation2",
|
||||
"from": [16, 9, 0],
|
||||
"to": [16, 16, 16],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [16, 16, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 2], "texture": "#0"},
|
||||
"east": {"uv": [9.5, 5.75, 13.5, 7.5], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 0, 2], "texture": "#0"},
|
||||
"west": {"uv": [9.5, 5.5, 13.5, 7.5], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 0], "rotation": 90, "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 0], "rotation": 270, "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "vegetation3",
|
||||
"from": [16, 11, 0],
|
||||
"to": [16, 16, 16],
|
||||
"rotation": {"angle": 45, "axis": "z", "origin": [16, 16, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 1.5], "texture": "#0"},
|
||||
"east": {"uv": [13.5, 6.25, 9.5, 7.5], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 0, 1.5], "texture": "#0"},
|
||||
"west": {"uv": [13.5, 6, 9.5, 7.5], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 0], "rotation": 90, "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 0], "rotation": 270, "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "vegetation3",
|
||||
"from": [0, 9, 0],
|
||||
"to": [0, 16, 16],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [0, 16, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 2], "texture": "#0"},
|
||||
"east": {"uv": [9.5, 5.5, 13.5, 7.5], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 0, 2], "texture": "#0"},
|
||||
"west": {"uv": [9.5, 5.75, 13.5, 7.5], "texture": "#0"},
|
||||
"up": {"uv": [4, 0, 0, 0], "rotation": 90, "texture": "#0"},
|
||||
"down": {"uv": [4, 0, 0, 0], "rotation": 270, "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "vegetation4",
|
||||
"from": [0, 11, 0],
|
||||
"to": [0, 16, 16],
|
||||
"rotation": {"angle": -45, "axis": "z", "origin": [0, 16, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 1.5], "texture": "#0"},
|
||||
"east": {"uv": [13.5, 6, 9.5, 7.5], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 0, 1.5], "texture": "#0"},
|
||||
"west": {"uv": [13.5, 6.25, 9.5, 7.5], "texture": "#0"},
|
||||
"up": {"uv": [4, 0, 0, 0], "rotation": 90, "texture": "#0"},
|
||||
"down": {"uv": [4, 0, 0, 0], "rotation": 270, "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "vegetation4",
|
||||
"from": [0, 9, 16],
|
||||
"to": [16, 16, 16],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [0, 16, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [9.5, 5.5, 13.5, 7.5], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 0, 2], "texture": "#0"},
|
||||
"south": {"uv": [9.5, 5.75, 13.5, 7.5], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 0, 2], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 0], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 0], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "vegetation5",
|
||||
"from": [0, 11, 16],
|
||||
"to": [16, 16, 16],
|
||||
"rotation": {"angle": -45, "axis": "x", "origin": [0, 16, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [13.5, 6, 9.5, 7.5], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 0, 1.5], "texture": "#0"},
|
||||
"south": {"uv": [13.5, 6.25, 9.5, 7.5], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 0, 1.5], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 0], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 0], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "nozzel",
|
||||
"from": [6, 1, 6],
|
||||
"to": [10, 2, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 1, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4.75, 5, 5], "texture": "#0"},
|
||||
"east": {"uv": [4, 4.75, 5, 5], "texture": "#0"},
|
||||
"south": {"uv": [4, 4.75, 5, 5], "texture": "#0"},
|
||||
"west": {"uv": [4, 4.75, 5, 5], "texture": "#0"},
|
||||
"up": {"uv": [4, 5, 5, 6], "texture": "#0"},
|
||||
"down": {"uv": [4, 5, 5, 6], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [75, 45, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [75, 45, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, 45, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -135, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 3, 0],
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -30, 0],
|
||||
"translation": [0, -0.75, 0],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"fixed": {
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "growth_lamp1",
|
||||
"origin": [8.4, 0, 0],
|
||||
"color": 0,
|
||||
"children": [0, 1]
|
||||
},
|
||||
{
|
||||
"name": "growth_lamp2",
|
||||
"origin": [8.4, 0, 0],
|
||||
"color": 0,
|
||||
"children": [2, 3]
|
||||
},
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
{
|
||||
"name": "vegetation_group1",
|
||||
"origin": [0, 16, 0],
|
||||
"color": 0,
|
||||
"children": [7, 8]
|
||||
},
|
||||
{
|
||||
"name": "vegetation_group2",
|
||||
"origin": [0, 16, 0],
|
||||
"color": 0,
|
||||
"children": [9, 10]
|
||||
},
|
||||
{
|
||||
"name": "vegetation_group3",
|
||||
"origin": [0, 16, 0],
|
||||
"color": 0,
|
||||
"children": [11, 12]
|
||||
},
|
||||
{
|
||||
"name": "vegetation_group4",
|
||||
"origin": [0, 16, 0],
|
||||
"color": 0,
|
||||
"children": [13, 14]
|
||||
},
|
||||
15
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,170 @@
|
|||
{
|
||||
"format_version": "1.9.0",
|
||||
"credit": "Made with Blockbench",
|
||||
"ambientocclusion": false,
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"0": "tfg:block/machines/egh_planter/egh_planter",
|
||||
"particle": "tfg:block/machines/egh_planter/egh_planter"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "lamps1",
|
||||
"from": [10.4, 12, 1.1],
|
||||
"to": [15.4, 12, 14.9],
|
||||
"forge_data": { "block_light": 13, "sky_light": 13 },
|
||||
"shade": false,
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [8.4, 11, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [3.5, 0.5, 5.25, 0.75], "texture": "#0"},
|
||||
"east": {"uv": [3.5, 0, 7.5, 0.25], "texture": "#0"},
|
||||
"south": {"uv": [3.5, 0.75, 5.25, 1], "texture": "#0"},
|
||||
"west": {"uv": [3.5, 0.25, 7.5, 0.5], "texture": "#0"},
|
||||
"up": {"uv": [1.75, 4, 0, 0], "texture": "#0"},
|
||||
"down": {"uv": [4.5, 0, 3.25, 3.5], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "grow_light1",
|
||||
"from": [9, 12, 0.1],
|
||||
"to": [16, 13, 15.9],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 12, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3.75, 1.75, 4], "texture": "#0"},
|
||||
"east": {"uv": [0, 4, 0.25, 0], "rotation": 90, "texture": "#0"},
|
||||
"south": {"uv": [1.75, 0, 0, 0.25], "texture": "#0"},
|
||||
"west": {"uv": [1.5, 0, 1.75, 4], "rotation": 90, "texture": "#0"},
|
||||
"up": {"uv": [1.75, 4, 0, 0], "texture": "#0"},
|
||||
"down": {"uv": [1.75, 0, 0, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "lamps2",
|
||||
"from": [0.6, 12, 1.1],
|
||||
"to": [5.6, 12, 14.9],
|
||||
"forge_data": { "block_light": 13, "sky_light": 13 },
|
||||
"shade": false,
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [7.6, 11, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.25, 0.5, 3.5, 0.75], "texture": "#0"},
|
||||
"east": {"uv": [7.5, 0.25, 3.5, 0.5], "texture": "#0"},
|
||||
"south": {"uv": [5.25, 0.75, 3.5, 1], "texture": "#0"},
|
||||
"west": {"uv": [7.5, 0, 3.5, 0.25], "texture": "#0"},
|
||||
"up": {"uv": [0, 4, 1.75, 0], "texture": "#0"},
|
||||
"down": {"uv": [3.25, 0, 4.5, 3.5], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "grow_light2",
|
||||
"from": [0, 12, 0.1],
|
||||
"to": [7, 13, 15.9],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 12, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [1.75, 3.75, 0, 4], "texture": "#0"},
|
||||
"east": {"uv": [1.5, 4, 1.75, 0], "rotation": 90, "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1.75, 0.25], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 0.25, 4], "rotation": 90, "texture": "#0"},
|
||||
"up": {"uv": [0, 4, 1.75, 0], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1.75, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "top",
|
||||
"from": [0, 15, 0],
|
||||
"to": [16, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.5, 1, 9.5, 1.25], "texture": "#0"},
|
||||
"east": {"uv": [5.5, 1, 9.5, 1.25], "texture": "#0"},
|
||||
"south": {"uv": [5.5, 1, 9.5, 1.25], "texture": "#0"},
|
||||
"west": {"uv": [5.5, 1, 9.5, 1.25], "texture": "#0"},
|
||||
"up": {"uv": [5.5, 1.5, 9.5, 5.5], "texture": "#0"},
|
||||
"down": {"uv": [5.5, 1.5, 9.5, 5.5], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "mid",
|
||||
"from": [6, 13, 2],
|
||||
"to": [10, 15, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [5, 17, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 5, 1, 5.5], "texture": "#0"},
|
||||
"east": {"uv": [0, 5, 3, 5.5], "texture": "#0"},
|
||||
"south": {"uv": [0, 5, 1, 5.5], "texture": "#0"},
|
||||
"west": {"uv": [0, 5, 3, 5.5], "texture": "#0"},
|
||||
"up": {"uv": [0, 6.25, 3, 7.25], "rotation": 90, "texture": "#0"},
|
||||
"down": {"uv": [0, 6.25, 3, 7.25], "rotation": 90, "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "nozzel",
|
||||
"from": [6, 12, 6],
|
||||
"to": [10, 13, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 12, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4.75, 5, 5], "texture": "#0"},
|
||||
"east": {"uv": [4, 4.75, 5, 5], "texture": "#0"},
|
||||
"south": {"uv": [4, 4.75, 5, 5], "texture": "#0"},
|
||||
"west": {"uv": [4, 4.75, 5, 5], "texture": "#0"},
|
||||
"up": {"uv": [4, 5, 5, 6], "texture": "#0"},
|
||||
"down": {"uv": [4, 5, 5, 6], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [75, 45, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [75, 45, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [90, 60, -137],
|
||||
"translation": [0, 0, 1.75],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [90, 60, -137],
|
||||
"translation": [0, 0, 1.75],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"ground": {
|
||||
"rotation": [0, 0, 180],
|
||||
"translation": [0, 3, 0],
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [142, 31, -160],
|
||||
"translation": [-1.5, -3.25, 0],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 0, 180],
|
||||
"translation": [0, 15, 0]
|
||||
},
|
||||
"fixed": {
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "growth_lamp1",
|
||||
"origin": [8.4, 0, 0],
|
||||
"color": 0,
|
||||
"children": [0, 1]
|
||||
},
|
||||
{
|
||||
"name": "growth_lamp2",
|
||||
"origin": [8.4, 0, 0],
|
||||
"color": 0,
|
||||
"children": [2, 3]
|
||||
},
|
||||
4,
|
||||
5,
|
||||
6
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,165 @@
|
|||
{
|
||||
"format_version": "1.9.0",
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"0": "tfg:block/machines/egh_planter/egh_planter",
|
||||
"particle": "tfg:block/machines/egh_planter/egh_planter"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "lamps1",
|
||||
"from": [10.4, 12, 1.1],
|
||||
"to": [15.4, 12, 14.9],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [8.4, 11, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [3.5, 0.5, 5.25, 0.75], "texture": "#0"},
|
||||
"east": {"uv": [3.5, 0, 7.5, 0.25], "texture": "#0"},
|
||||
"south": {"uv": [3.5, 0.75, 5.25, 1], "texture": "#0"},
|
||||
"west": {"uv": [3.5, 0.25, 7.5, 0.5], "texture": "#0"},
|
||||
"up": {"uv": [1.75, 4, 0, 0], "texture": "#0"},
|
||||
"down": {"uv": [3, 0, 1.75, 3.5], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "grow_light1",
|
||||
"from": [9, 12, 0.1],
|
||||
"to": [16, 13, 15.9],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 12, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3.75, 1.75, 4], "texture": "#0"},
|
||||
"east": {"uv": [0, 4, 0.25, 0], "rotation": 90, "texture": "#0"},
|
||||
"south": {"uv": [1.75, 0, 0, 0.25], "texture": "#0"},
|
||||
"west": {"uv": [1.5, 0, 1.75, 4], "rotation": 90, "texture": "#0"},
|
||||
"up": {"uv": [1.75, 4, 0, 0], "texture": "#0"},
|
||||
"down": {"uv": [1.75, 0, 0, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "lamps2",
|
||||
"from": [0.6, 12, 1.1],
|
||||
"to": [5.6, 12, 14.9],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [7.6, 11, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.25, 0.5, 3.5, 0.75], "texture": "#0"},
|
||||
"east": {"uv": [7.5, 0.25, 3.5, 0.5], "texture": "#0"},
|
||||
"south": {"uv": [5.25, 0.75, 3.5, 1], "texture": "#0"},
|
||||
"west": {"uv": [7.5, 0, 3.5, 0.25], "texture": "#0"},
|
||||
"up": {"uv": [0, 4, 1.75, 0], "texture": "#0"},
|
||||
"down": {"uv": [1.75, 0, 3, 3.5], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "grow_light2",
|
||||
"from": [0, 12, 0.1],
|
||||
"to": [7, 13, 15.9],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 12, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [1.75, 3.75, 0, 4], "texture": "#0"},
|
||||
"east": {"uv": [1.5, 4, 1.75, 0], "rotation": 90, "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1.75, 0.25], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 0.25, 4], "rotation": 90, "texture": "#0"},
|
||||
"up": {"uv": [0, 4, 1.75, 0], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1.75, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "top",
|
||||
"from": [0, 15, 0],
|
||||
"to": [16, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.5, 1, 9.5, 1.25], "texture": "#0"},
|
||||
"east": {"uv": [5.5, 1, 9.5, 1.25], "texture": "#0"},
|
||||
"south": {"uv": [5.5, 1, 9.5, 1.25], "texture": "#0"},
|
||||
"west": {"uv": [5.5, 1, 9.5, 1.25], "texture": "#0"},
|
||||
"up": {"uv": [5.5, 1.5, 9.5, 5.5], "texture": "#0"},
|
||||
"down": {"uv": [5.5, 1.5, 9.5, 5.5], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "mid",
|
||||
"from": [6, 13, 2],
|
||||
"to": [10, 15, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [5, 17, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 5, 1, 5.5], "texture": "#0"},
|
||||
"east": {"uv": [0, 5, 3, 5.5], "texture": "#0"},
|
||||
"south": {"uv": [0, 5, 1, 5.5], "texture": "#0"},
|
||||
"west": {"uv": [0, 5, 3, 5.5], "texture": "#0"},
|
||||
"up": {"uv": [0, 6.25, 3, 7.25], "rotation": 90, "texture": "#0"},
|
||||
"down": {"uv": [0, 6.25, 3, 7.25], "rotation": 90, "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "nozzel",
|
||||
"from": [6, 12, 6],
|
||||
"to": [10, 13, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 12, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4.75, 5, 5], "texture": "#0"},
|
||||
"east": {"uv": [4, 4.75, 5, 5], "texture": "#0"},
|
||||
"south": {"uv": [4, 4.75, 5, 5], "texture": "#0"},
|
||||
"west": {"uv": [4, 4.75, 5, 5], "texture": "#0"},
|
||||
"up": {"uv": [4, 5, 5, 6], "texture": "#0"},
|
||||
"down": {"uv": [4, 5, 5, 6], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [75, 45, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [75, 45, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [90, 60, -137],
|
||||
"translation": [0, 0, 1.75],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [90, 60, -137],
|
||||
"translation": [0, 0, 1.75],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"ground": {
|
||||
"rotation": [0, 0, 180],
|
||||
"translation": [0, 3, 0],
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [142, 31, -160],
|
||||
"translation": [-1.5, -3.25, 0],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 0, 180],
|
||||
"translation": [0, 15, 0]
|
||||
},
|
||||
"fixed": {
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "growth_lamp1",
|
||||
"origin": [8.4, 0, 0],
|
||||
"color": 0,
|
||||
"children": [0, 1]
|
||||
},
|
||||
{
|
||||
"name": "growth_lamp2",
|
||||
"origin": [8.4, 0, 0],
|
||||
"color": 0,
|
||||
"children": [2, 3]
|
||||
},
|
||||
4,
|
||||
5,
|
||||
6
|
||||
]
|
||||
}
|
||||
|
|
@ -11,8 +11,8 @@
|
|||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/steam/steel/side",
|
||||
"overlay_front": "gtceu:block/multiblock/implosion_compressor/overlay_front",
|
||||
"overlay_front_emissive": "gtceu:block/multiblock/implosion_compressor/overlay_front_emissive"
|
||||
"overlay_front": "tfg:block/machines/electric_greenhouse/overlay_front",
|
||||
"overlay_front_emissive": "tfg:block/machines/electric_greenhouse/overlay_front_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -21,8 +21,8 @@
|
|||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/steam/steel/side",
|
||||
"overlay_front": "gtceu:block/multiblock/implosion_compressor/overlay_front_paused",
|
||||
"overlay_front_emissive": "gtceu:block/multiblock/implosion_compressor/overlay_front_paused_emissive"
|
||||
"overlay_front": "tfg:block/machines/electric_greenhouse/overlay_front",
|
||||
"overlay_front_emissive": "tfg:block/machines/electric_greenhouse/overlay_front_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -31,8 +31,8 @@
|
|||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/steam/steel/side",
|
||||
"overlay_front": "gtceu:block/multiblock/implosion_compressor/overlay_front_active",
|
||||
"overlay_front_emissive": "gtceu:block/multiblock/implosion_compressor/overlay_front_active_emissive"
|
||||
"overlay_front": "tfg:block/machines/electric_greenhouse/overlay_front_active",
|
||||
"overlay_front_emissive": "tfg:block/machines/electric_greenhouse/overlay_front_active_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -41,8 +41,8 @@
|
|||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/steam/steel/side",
|
||||
"overlay_front": "gtceu:block/multiblock/implosion_compressor/overlay_front_active",
|
||||
"overlay_front_emissive": "gtceu:block/multiblock/implosion_compressor/overlay_front_active_emissive"
|
||||
"overlay_front": "tfg:block/machines/electric_greenhouse/overlay_front_active",
|
||||
"overlay_front_emissive": "tfg:block/machines/electric_greenhouse/overlay_front_active_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -51,8 +51,8 @@
|
|||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/steam/steel/side",
|
||||
"overlay_front": "gtceu:block/multiblock/implosion_compressor/overlay_front",
|
||||
"overlay_front_emissive": "gtceu:block/multiblock/implosion_compressor/overlay_front_emissive"
|
||||
"overlay_front": "tfg:block/machines/electric_greenhouse/overlay_front",
|
||||
"overlay_front_emissive": "tfg:block/machines/electric_greenhouse/overlay_front_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -61,8 +61,8 @@
|
|||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/steam/steel/side",
|
||||
"overlay_front": "gtceu:block/multiblock/implosion_compressor/overlay_front_paused",
|
||||
"overlay_front_emissive": "gtceu:block/multiblock/implosion_compressor/overlay_front_paused_emissive"
|
||||
"overlay_front": "tfg:block/machines/electric_greenhouse/overlay_front",
|
||||
"overlay_front_emissive": "tfg:block/machines/electric_greenhouse/overlay_front_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -71,8 +71,8 @@
|
|||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/steam/steel/side",
|
||||
"overlay_front": "gtceu:block/multiblock/implosion_compressor/overlay_front_active",
|
||||
"overlay_front_emissive": "gtceu:block/multiblock/implosion_compressor/overlay_front_active_emissive"
|
||||
"overlay_front": "tfg:block/machines/electric_greenhouse/overlay_front_active",
|
||||
"overlay_front_emissive": "tfg:block/machines/electric_greenhouse/overlay_front_active_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -81,8 +81,8 @@
|
|||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/steam/steel/side",
|
||||
"overlay_front": "gtceu:block/multiblock/implosion_compressor/overlay_front_active",
|
||||
"overlay_front_emissive": "gtceu:block/multiblock/implosion_compressor/overlay_front_active_emissive"
|
||||
"overlay_front": "tfg:block/machines/electric_greenhouse/overlay_front_active",
|
||||
"overlay_front_emissive": "tfg:block/machines/electric_greenhouse/overlay_front_active_emissive"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -91,129 +91,54 @@
|
|||
{
|
||||
"type": "gtceu:growing_plant",
|
||||
"offsets": [
|
||||
[
|
||||
-2.0,
|
||||
1.0,
|
||||
-1.0
|
||||
],
|
||||
[
|
||||
-1.0,
|
||||
1.0,
|
||||
-1.0
|
||||
],
|
||||
[
|
||||
0.0,
|
||||
1.0,
|
||||
1.4,
|
||||
-1.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
1.0,
|
||||
1.4,
|
||||
-1.0
|
||||
],
|
||||
[
|
||||
2.0,
|
||||
1.0,
|
||||
-1.0
|
||||
-1.0,
|
||||
1.4,
|
||||
-2.0
|
||||
],
|
||||
[
|
||||
-2.0,
|
||||
1.0,
|
||||
1.4,
|
||||
-2.0
|
||||
],
|
||||
[
|
||||
-1.0,
|
||||
1.0,
|
||||
-2.0
|
||||
],
|
||||
[
|
||||
0.0,
|
||||
1.0,
|
||||
-2.0
|
||||
1.4,
|
||||
-3.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
1.0,
|
||||
-2.0
|
||||
],
|
||||
[
|
||||
2.0,
|
||||
1.0,
|
||||
-2.0
|
||||
],
|
||||
[
|
||||
-2.0,
|
||||
1.0,
|
||||
1.4,
|
||||
-3.0
|
||||
],
|
||||
[
|
||||
-1.0,
|
||||
1.0,
|
||||
-3.0
|
||||
],
|
||||
[
|
||||
0.0,
|
||||
1.0,
|
||||
-3.0
|
||||
1.4,
|
||||
-4.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
1.0,
|
||||
-3.0
|
||||
],
|
||||
[
|
||||
2.0,
|
||||
1.0,
|
||||
-3.0
|
||||
],
|
||||
[
|
||||
-2.0,
|
||||
1.0,
|
||||
1.4,
|
||||
-4.0
|
||||
],
|
||||
[
|
||||
-1.0,
|
||||
1.0,
|
||||
-4.0
|
||||
],
|
||||
[
|
||||
0.0,
|
||||
1.0,
|
||||
-4.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
1.0,
|
||||
-4.0
|
||||
],
|
||||
[
|
||||
2.0,
|
||||
1.0,
|
||||
-4.0
|
||||
],
|
||||
[
|
||||
-2.0,
|
||||
1.0,
|
||||
-5.0
|
||||
],
|
||||
[
|
||||
-1.0,
|
||||
1.0,
|
||||
-5.0
|
||||
],
|
||||
[
|
||||
0.0,
|
||||
1.0,
|
||||
1.4,
|
||||
-5.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
1.0,
|
||||
-5.0
|
||||
],
|
||||
[
|
||||
2.0,
|
||||
1.0,
|
||||
1.4,
|
||||
-5.0
|
||||
]
|
||||
]
|
||||
|
|
|
|||
|
|
@ -0,0 +1,279 @@
|
|||
{
|
||||
"parent": "minecraft:block/block",
|
||||
"loader": "gtceu:machine",
|
||||
"machine": "tfg:hydroponics_facility",
|
||||
"texture_overrides": {
|
||||
"all": "tfg:block/casings/machine_casing_egh_inactive"
|
||||
},
|
||||
"variants": {
|
||||
"is_formed=false,recipe_logic_status=idle": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:block/casings/machine_casing_egh_inactive",
|
||||
"overlay_front": "tfg:block/machines/hydroponics_facility/overlay_front",
|
||||
"overlay_front_emissive": "tfg:block/machines/hydroponics_facility/overlay_front_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=false,recipe_logic_status=suspend": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:block/casings/machine_casing_egh_inactive",
|
||||
"overlay_front": "tfg:block/machines/hydroponics_facility/overlay_front",
|
||||
"overlay_front_emissive": "tfg:block/machines/hydroponics_facility/overlay_front_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=false,recipe_logic_status=waiting": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:block/casings/machine_casing_egh_inactive",
|
||||
"overlay_front": "tfg:block/machines/hydroponics_facility/overlay_front_active",
|
||||
"overlay_front_emissive": "tfg:block/machines/hydroponics_facility/overlay_front_active_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=false,recipe_logic_status=working": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:block/casings/machine_casing_egh_inactive",
|
||||
"overlay_front": "tfg:block/machines/hydroponics_facility/overlay_front_active",
|
||||
"overlay_front_emissive": "tfg:block/machines/hydroponics_facility/overlay_front_active_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,recipe_logic_status=idle": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:block/casings/machine_casing_egh_inactive",
|
||||
"overlay_front": "tfg:block/machines/hydroponics_facility/overlay_front",
|
||||
"overlay_front_emissive": "tfg:block/machines/hydroponics_facility/overlay_front_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,recipe_logic_status=suspend": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:block/casings/machine_casing_egh_inactive",
|
||||
"overlay_front": "tfg:block/machines/hydroponics_facility/overlay_front",
|
||||
"overlay_front_emissive": "tfg:block/machines/hydroponics_facility/overlay_front_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,recipe_logic_status=waiting": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:block/casings/machine_casing_egh_inactive",
|
||||
"overlay_front": "tfg:block/machines/hydroponics_facility/overlay_front_active",
|
||||
"overlay_front_emissive": "tfg:block/machines/hydroponics_facility/overlay_front_active_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,recipe_logic_status=working": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:block/casings/machine_casing_egh_inactive",
|
||||
"overlay_front": "tfg:block/machines/hydroponics_facility/overlay_front_active",
|
||||
"overlay_front_emissive": "tfg:block/machines/hydroponics_facility/overlay_front_active_emissive"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"dynamic_renders": [
|
||||
{
|
||||
"type": "gtceu:growing_plant",
|
||||
"offsets": [
|
||||
[
|
||||
-1.0,
|
||||
0.0,
|
||||
-5.0
|
||||
],
|
||||
[
|
||||
-1.0,
|
||||
0.0,
|
||||
-6.0
|
||||
],
|
||||
[
|
||||
-1.0,
|
||||
0.0,
|
||||
-7.0
|
||||
],
|
||||
[
|
||||
-1.0,
|
||||
0.0,
|
||||
-8.0
|
||||
],
|
||||
[
|
||||
-1.0,
|
||||
0.0,
|
||||
-9.0
|
||||
],
|
||||
[
|
||||
-1.0,
|
||||
0.0,
|
||||
-10.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
0.0,
|
||||
-5.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
0.0,
|
||||
-6.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
0.0,
|
||||
-7.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
0.0,
|
||||
-8.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
0.0,
|
||||
-9.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
0.0,
|
||||
-10.0
|
||||
],
|
||||
|
||||
[
|
||||
-1.0,
|
||||
3.0,
|
||||
-5.0
|
||||
],
|
||||
[
|
||||
-1.0,
|
||||
3.0,
|
||||
-6.0
|
||||
],
|
||||
[
|
||||
-1.0,
|
||||
3.0,
|
||||
-7.0
|
||||
],
|
||||
[
|
||||
-1.0,
|
||||
3.0,
|
||||
-8.0
|
||||
],
|
||||
[
|
||||
-1.0,
|
||||
3.0,
|
||||
-9.0
|
||||
],
|
||||
[
|
||||
-1.0,
|
||||
3.0,
|
||||
-10.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
3.0,
|
||||
-5.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
3.0,
|
||||
-6.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
3.0,
|
||||
-7.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
3.0,
|
||||
-8.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
3.0,
|
||||
-9.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
3.0,
|
||||
-10.0
|
||||
],
|
||||
|
||||
[
|
||||
-1.0,
|
||||
6.0,
|
||||
-5.0
|
||||
],
|
||||
[
|
||||
-1.0,
|
||||
6.0,
|
||||
-6.0
|
||||
],
|
||||
[
|
||||
-1.0,
|
||||
6.0,
|
||||
-7.0
|
||||
],
|
||||
[
|
||||
-1.0,
|
||||
6.0,
|
||||
-8.0
|
||||
],
|
||||
[
|
||||
-1.0,
|
||||
6.0,
|
||||
-9.0
|
||||
],
|
||||
[
|
||||
-1.0,
|
||||
6.0,
|
||||
-10.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
6.0,
|
||||
-5.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
6.0,
|
||||
-6.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
6.0,
|
||||
-7.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
6.0,
|
||||
-8.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
6.0,
|
||||
-9.0
|
||||
],
|
||||
[
|
||||
1.0,
|
||||
6.0,
|
||||
-10.0
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,106 @@
|
|||
{
|
||||
"parent": "minecraft:block/block",
|
||||
"loader": "gtceu:machine",
|
||||
"machine": "tfg:pisciculture_fishery",
|
||||
"texture_overrides": {
|
||||
"all": "tfg:block/casings/machine_casing_aluminium_plated_steel"
|
||||
},
|
||||
"variants": {
|
||||
"is_formed=false,recipe_logic_status=idle": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:block/casings/machine_casing_aluminium_plated_steel",
|
||||
"overlay_front": "tfg:block/machines/pisciculture_fishery/overlay_front",
|
||||
"overlay_front_emissive": "tfg:block/machines/pisciculture_fishery/overlay_front_emissive",
|
||||
"overlay_top": "tfg:block/machines/pisciculture_fishery/overlay_top",
|
||||
"overlay_top_emissive": "tfg:block/machines/pisciculture_fishery/overlay_top_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=false,recipe_logic_status=suspend": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:block/casings/machine_casing_aluminium_plated_steel",
|
||||
"overlay_front": "tfg:block/machines/pisciculture_fishery/overlay_front",
|
||||
"overlay_front_emissive": "tfg:block/machines/pisciculture_fishery/overlay_front_emissive",
|
||||
"overlay_top": "tfg:block/machines/pisciculture_fishery/overlay_top",
|
||||
"overlay_top_emissive": "tfg:block/machines/pisciculture_fishery/overlay_top_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=false,recipe_logic_status=waiting": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:block/casings/machine_casing_aluminium_plated_steel",
|
||||
"overlay_front": "tfg:block/machines/pisciculture_fishery/overlay_front_active",
|
||||
"overlay_front_emissive": "tfg:block/machines/pisciculture_fishery/overlay_front_active_emissive",
|
||||
"overlay_top": "tfg:block/machines/pisciculture_fishery/overlay_top_active",
|
||||
"overlay_top_emissive": "tfg:block/machines/pisciculture_fishery/overlay_top_active_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=false,recipe_logic_status=working": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:block/casings/machine_casing_aluminium_plated_steel",
|
||||
"overlay_front": "tfg:block/machines/pisciculture_fishery/overlay_front_active",
|
||||
"overlay_front_emissive": "tfg:block/machines/pisciculture_fishery/overlay_front_active_emissive",
|
||||
"overlay_top": "tfg:block/machines/pisciculture_fishery/overlay_top_active",
|
||||
"overlay_top_emissive": "tfg:block/machines/pisciculture_fishery/overlay_top_active_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,recipe_logic_status=idle": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:block/casings/machine_casing_aluminium_plated_steel",
|
||||
"overlay_front": "tfg:block/machines/pisciculture_fishery/overlay_front",
|
||||
"overlay_front_emissive": "tfg:block/machines/pisciculture_fishery/overlay_front_emissive",
|
||||
"overlay_top": "tfg:block/machines/pisciculture_fishery/overlay_top",
|
||||
"overlay_top_emissive": "tfg:block/machines/pisciculture_fishery/overlay_top_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,recipe_logic_status=suspend": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:block/casings/machine_casing_aluminium_plated_steel",
|
||||
"overlay_front": "tfg:block/machines/pisciculture_fishery/overlay_front",
|
||||
"overlay_front_emissive": "tfg:block/machines/pisciculture_fishery/overlay_front_emissive",
|
||||
"overlay_top": "tfg:block/machines/pisciculture_fishery/overlay_top",
|
||||
"overlay_top_emissive": "tfg:block/machines/pisciculture_fishery/overlay_top_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,recipe_logic_status=waiting": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:block/casings/machine_casing_aluminium_plated_steel",
|
||||
"overlay_front": "tfg:block/machines/pisciculture_fishery/overlay_front_active",
|
||||
"overlay_front_emissive": "tfg:block/machines/pisciculture_fishery/overlay_front_active_emissive",
|
||||
"overlay_top": "tfg:block/machines/pisciculture_fishery/overlay_top_active",
|
||||
"overlay_top_emissive": "tfg:block/machines/pisciculture_fishery/overlay_top_active_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,recipe_logic_status=working": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:block/casings/machine_casing_aluminium_plated_steel",
|
||||
"overlay_front": "tfg:block/machines/pisciculture_fishery/overlay_front_active",
|
||||
"overlay_front_emissive": "tfg:block/machines/pisciculture_fishery/overlay_front_active_emissive",
|
||||
"overlay_top": "tfg:block/machines/pisciculture_fishery/overlay_top_active",
|
||||
"overlay_top_emissive": "tfg:block/machines/pisciculture_fishery/overlay_top_active_emissive"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
78
kubejs/assets/tfg/models/item/cultivation_monitor.json
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
{
|
||||
"format_version": "1.9.0",
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"4": "tfg:block/machines/cultivation_monitor/cultivation_monitor",
|
||||
"particle": "tfg:block/machines/cultivation_monitor/cultivation_monitor"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "arm",
|
||||
"from": [7, 6, 12.4],
|
||||
"to": [9, 10, 23.4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 22.4]},
|
||||
"faces": {
|
||||
"north": {"uv": [3.66667, 0, 3, 0.33333], "rotation": 90, "texture": "#4"},
|
||||
"east": {"uv": [3.66667, 0, 3, 1.5], "rotation": 90, "texture": "#4"},
|
||||
"south": {"uv": [3.66667, 1.5, 3, 1.83333], "rotation": 90, "texture": "#4"},
|
||||
"west": {"uv": [3, 0, 3.66667, 1.83333], "rotation": 270, "texture": "#4"},
|
||||
"up": {"uv": [3.5, 0, 3.83333, 1.83333], "texture": "#4"},
|
||||
"down": {"uv": [2.83333, 0, 3.16667, 1.83333], "rotation": 180, "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "monitor",
|
||||
"from": [-9, -10, 12.00896],
|
||||
"to": [25, 24, 13.00896],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7.5, 14.06147, 15.00896]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.66667, 7.49167, 0, 1.84167], "rotation": 180, "texture": "#4"},
|
||||
"east": {"uv": [0, 1.83333, 0.16667, 7.5], "texture": "#4"},
|
||||
"south": {"uv": [5.66667, 1.83333, 11.33333, 7.5], "texture": "#4"},
|
||||
"west": {"uv": [5.5, 1.83333, 5.66667, 7.5], "texture": "#4"},
|
||||
"up": {"uv": [0, 1.83333, 5.66667, 2], "texture": "#4"},
|
||||
"down": {"uv": [5.66667, 7.33333, 11.33333, 7.5], "rotation": 180, "texture": "#4"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [75, 0, 0],
|
||||
"translation": [0, 1.5, 0],
|
||||
"scale": [0.3, 0.3, 0.3]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [75, 0, 0],
|
||||
"translation": [0, 1.5, 0],
|
||||
"scale": [0.3, 0.3, 0.3]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [-3, 28, -8],
|
||||
"translation": [-1.25, 0, 0.5],
|
||||
"scale": [0.3, 0.3, 0.3]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [-3, 28, -8],
|
||||
"translation": [-1.25, 0, 0.5],
|
||||
"scale": [0.3, 0.3, 0.3]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 3, 0],
|
||||
"scale": [0.2, 0.2, 0.2]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [27, 136, 0],
|
||||
"translation": [-1.25, 0, 0],
|
||||
"scale": [0.35, 0.35, 0.35]
|
||||
},
|
||||
"head": {
|
||||
"translation": [0, 0, -9.75],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [0, 0, -2],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
}
|
||||
}
|
||||
}
|
||||
3
kubejs/assets/tfg/models/item/egh_planter.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfg:block/machines/egh_planter/egh_planter_inactive"
|
||||
}
|
||||
9
kubejs/assets/tfg/models/item/fish_roe.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "tfg:item/fish_roe_0",
|
||||
"layer1": "tfg:item/fish_roe_0",
|
||||
"layer2": "tfg:item/fish_roe_1",
|
||||
"layer3": "tfg:item/fish_roe_2"
|
||||
}
|
||||
}
|
||||
3
kubejs/assets/tfg/models/item/grow_light.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfg:block/machines/egh_planter/grow_light_inactive"
|
||||
}
|
||||
3
kubejs/assets/tfg/models/item/hydroponics_facility.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfg:block/machines/hydroponics_facility"
|
||||
}
|
||||
3
kubejs/assets/tfg/models/item/machine_casing_egh.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfg:block/casings/machine_casing_egh"
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfg:block/casings/machine_casing_egh_active"
|
||||
}
|
||||
3
kubejs/assets/tfg/models/item/pisciculture_core.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfg:block/casings/pisciculture_core"
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfg:block/casings/pisciculture_core_active"
|
||||
}
|
||||
3
kubejs/assets/tfg/models/item/pisciculture_fishery.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfg:block/machines/pisciculture_fishery"
|
||||
}
|
||||
6
kubejs/assets/tfg/models/item/rotten_voiding_cover.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "tfg:item/rotten_voiding_cover"
|
||||
}
|
||||
}
|
||||
13
kubejs/assets/tfg/particles/fish_school.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"textures": [
|
||||
"tfg:bluegill",
|
||||
"tfg:cod",
|
||||
"tfg:crappie",
|
||||
"tfg:lake_trout",
|
||||
"tfg:largemouth_bass",
|
||||
"tfg:rainbow_trout",
|
||||
"tfg:salmon",
|
||||
"tfg:smallmouth_bass",
|
||||
"tfg:tropical_fish"
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 308 B |
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"ldlib": {
|
||||
"connection": "tfg:block/casings/greenhouse/copper_greenhouse_casing_0_ctm"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 364 B |
|
After Width: | Height: | Size: 104 B |
|
After Width: | Height: | Size: 142 B |
|
After Width: | Height: | Size: 86 B |
|
After Width: | Height: | Size: 104 B |
|
After Width: | Height: | Size: 308 B |
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"ldlib": {
|
||||
"connection": "tfg:block/casings/greenhouse/copper_greenhouse_casing_1_ctm"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 463 B |
|
After Width: | Height: | Size: 104 B |
|
After Width: | Height: | Size: 140 B |
|
After Width: | Height: | Size: 86 B |
|
After Width: | Height: | Size: 104 B |
|
After Width: | Height: | Size: 308 B |
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"ldlib": {
|
||||
"connection": "tfg:block/casings/greenhouse/copper_greenhouse_casing_2_ctm"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 463 B |
|
After Width: | Height: | Size: 104 B |
|
After Width: | Height: | Size: 137 B |
|
After Width: | Height: | Size: 86 B |
|
After Width: | Height: | Size: 104 B |
|
After Width: | Height: | Size: 402 B |
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"ldlib": {
|
||||
"connection": "tfg:block/casings/greenhouse/copper_greenhouse_casing_3_ctm"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 1,002 B |
|
After Width: | Height: | Size: 288 B |
|
After Width: | Height: | Size: 142 B |
|
After Width: | Height: | Size: 162 B |
|
After Width: | Height: | Size: 104 B |
|
After Width: | Height: | Size: 605 B |
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"ldlib": {
|
||||
"connection": "tfg:block/casings/greenhouse/copper_greenhouse_casing_4_ctm"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 1 KiB |
|
After Width: | Height: | Size: 849 B |
|
After Width: | Height: | Size: 252 B |
|
After Width: | Height: | Size: 537 B |
|
After Width: | Height: | Size: 162 B |
|
After Width: | Height: | Size: 276 B |
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"ldlib": {
|
||||
"connection": "tfg:block/casings/greenhouse/iron_greenhouse_casing_0_ctm"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 307 B |
|
After Width: | Height: | Size: 104 B |
|
After Width: | Height: | Size: 142 B |
|
After Width: | Height: | Size: 86 B |
|
After Width: | Height: | Size: 104 B |
|
After Width: | Height: | Size: 276 B |
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"ldlib": {
|
||||
"connection": "tfg:block/casings/greenhouse/iron_greenhouse_casing_1_ctm"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 416 B |
|
After Width: | Height: | Size: 104 B |
|
After Width: | Height: | Size: 140 B |
|
After Width: | Height: | Size: 86 B |
|
After Width: | Height: | Size: 104 B |
|
After Width: | Height: | Size: 276 B |
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"ldlib": {
|
||||
"connection": "tfg:block/casings/greenhouse/iron_greenhouse_casing_2_ctm"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 404 B |
|
After Width: | Height: | Size: 104 B |
|
After Width: | Height: | Size: 137 B |
|
After Width: | Height: | Size: 86 B |
|
After Width: | Height: | Size: 104 B |
|
After Width: | Height: | Size: 375 B |
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"ldlib": {
|
||||
"connection": "tfg:block/casings/greenhouse/iron_greenhouse_casing_3_ctm"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 974 B |
|
After Width: | Height: | Size: 288 B |
|
After Width: | Height: | Size: 142 B |
|
After Width: | Height: | Size: 162 B |
|
After Width: | Height: | Size: 104 B |
|
After Width: | Height: | Size: 545 B |
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"ldlib": {
|
||||
"connection": "tfg:block/casings/greenhouse/iron_greenhouse_casing_4_ctm"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 960 B |
|
After Width: | Height: | Size: 849 B |
|
After Width: | Height: | Size: 252 B |
|
After Width: | Height: | Size: 537 B |