1.14: Small Tree Cutter and Block Placer/Planter ported. Factory Hopper recipe added.
|
@ -18,7 +18,7 @@ logoFile="logo.png"
|
|||
[[dependencies.engineersdecor]]
|
||||
modId="forge"
|
||||
mandatory=true
|
||||
versionRange="[28.0.81,)"
|
||||
versionRange="[28.1.68,)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "engineersdecor:block/device/factory_placer_model"
|
||||
},
|
||||
"variants": {
|
||||
"facing": { "north":{"y":0}, "south":{"y":180}, "west":{"y":270}, "east":{"y":90}, "up": {"x":-90}, "down": {"x":90} }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": { "model": "engineersdecor:block/device/small_tree_cutter_model" },
|
||||
"variants": {
|
||||
"facing": { "north": {"y":0}, "south": {"y":180}, "west": {"y":-90}, "east": {"y":90} },
|
||||
"active": { "true":{ "model": "engineersdecor:block/device/small_tree_cutter_model_active" }, "false":{}}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,170 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"top": "engineersdecor:block/device/factory_placer_top",
|
||||
"bottom": "engineersdecor:block/device/factory_placer_bottom",
|
||||
"side": "engineersdecor:block/device/factory_placer_side",
|
||||
"particle": "engineersdecor:block/device/factory_placer_side"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 3],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#bottom"},
|
||||
"east": {"uv": [3, 0, 16, 16], "rotation": 180, "texture": "#side"},
|
||||
"south": {"uv": [0, 0, 16, 16], "texture": "#top"},
|
||||
"west": {"uv": [3, 0, 16, 16], "texture": "#side"},
|
||||
"up": {"uv": [3, 0, 16, 16], "rotation": 90, "texture": "#side"},
|
||||
"down": {"uv": [3, 0, 16, 16], "rotation": 270, "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 0, 0],
|
||||
"to": [16, 16, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 16], "texture": "#bottom"},
|
||||
"east": {"uv": [15, 0, 16, 16], "texture": "#side"},
|
||||
"south": {"uv": [14, 0, 16, 16], "texture": "#top"},
|
||||
"west": {"uv": [0, 0, 1, 16], "texture": "#side"},
|
||||
"up": {"uv": [14, 0, 15, 1], "rotation": 90, "texture": "#side"},
|
||||
"down": {"uv": [14, 15, 16, 16], "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 0, 2],
|
||||
"to": [16, 16, 3],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 11]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 16], "texture": "#bottom"},
|
||||
"east": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#side"},
|
||||
"south": {"uv": [15, 0, 16, 16], "texture": "#top"},
|
||||
"west": {"uv": [2, 0, 4, 16], "texture": "#side"},
|
||||
"up": {"uv": [15, 2, 16, 4], "rotation": 90, "texture": "#side"},
|
||||
"down": {"uv": [15, 12, 16, 14], "rotation": 270, "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [1, 16, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [15, 0, 16, 16], "texture": "#bottom"},
|
||||
"east": {"uv": [15, 0, 16, 16], "texture": "#side"},
|
||||
"south": {"uv": [0, 0, 2, 16], "texture": "#top"},
|
||||
"west": {"uv": [0, 0, 1, 16], "texture": "#side"},
|
||||
"up": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#side"},
|
||||
"down": {"uv": [0, 15, 2, 16], "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 2],
|
||||
"to": [1, 16, 3],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 11]},
|
||||
"faces": {
|
||||
"north": {"uv": [15, 0, 16, 16], "texture": "#bottom"},
|
||||
"east": {"uv": [2, 0, 3, 16], "texture": "#side"},
|
||||
"south": {"uv": [0, 0, 1, 16], "texture": "#top"},
|
||||
"west": {"uv": [2, 0, 3, 16], "texture": "#side"},
|
||||
"up": {"uv": [0, 2, 1, 3], "rotation": 90, "texture": "#side"},
|
||||
"down": {"uv": [0, 13, 1, 14], "rotation": 270, "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 15, 1],
|
||||
"to": [1, 16, 2],
|
||||
"faces": {
|
||||
"north": {"uv": [15, 0, 16, 1], "texture": "#bottom"},
|
||||
"east": {"uv": [14, 0, 15, 1], "texture": "#side"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#top"},
|
||||
"west": {"uv": [1, 0, 2, 1], "texture": "#side"},
|
||||
"up": {"uv": [1, 0, 2, 1], "rotation": 90, "texture": "#side"},
|
||||
"down": {"uv": [0, 14, 1, 15], "rotation": 270, "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 15, 1],
|
||||
"to": [16, 16, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [23, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#bottom"},
|
||||
"east": {"uv": [14, 0, 15, 1], "texture": "#side"},
|
||||
"south": {"uv": [15, 0, 16, 1], "texture": "#top"},
|
||||
"west": {"uv": [1, 0, 2, 1], "texture": "#side"},
|
||||
"up": {"uv": [15, 1, 16, 2], "rotation": 90, "texture": "#side"},
|
||||
"down": {"uv": [15, 14, 16, 15], "rotation": 270, "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 0, 1],
|
||||
"to": [16, 1, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [23, -7, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 15, 1, 16], "texture": "#bottom"},
|
||||
"east": {"uv": [14, 15, 15, 16], "texture": "#side"},
|
||||
"south": {"uv": [15, 15, 16, 16], "texture": "#top"},
|
||||
"west": {"uv": [1, 15, 2, 16], "texture": "#side"},
|
||||
"up": {"uv": [15, 1, 16, 2], "rotation": 90, "texture": "#side"},
|
||||
"down": {"uv": [15, 14, 16, 15], "rotation": 270, "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 1],
|
||||
"to": [1, 1, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, -7, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [15, 15, 16, 16], "texture": "#bottom"},
|
||||
"east": {"uv": [14, 15, 15, 16], "texture": "#side"},
|
||||
"south": {"uv": [0, 15, 1, 16], "texture": "#top"},
|
||||
"west": {"uv": [1, 15, 2, 16], "texture": "#side"},
|
||||
"up": {"uv": [0, 1, 1, 2], "rotation": 90, "texture": "#side"},
|
||||
"down": {"uv": [0, 14, 1, 15], "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 15, 2],
|
||||
"to": [15, 16, 3],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 11]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 0, 15, 1], "texture": "#bottom"},
|
||||
"east": {"uv": [12, 0, 14, 1], "texture": "#side"},
|
||||
"south": {"uv": [1, 0, 15, 1], "texture": "#top"},
|
||||
"west": {"uv": [2, 0, 4, 1], "texture": "#side"},
|
||||
"up": {"uv": [2, 1, 3, 15], "rotation": 90, "texture": "#side"},
|
||||
"down": {"uv": [2, 1, 3, 15], "rotation": 270, "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 0, 2],
|
||||
"to": [15, 1, 3],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 11]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 15, 15, 16], "texture": "#bottom"},
|
||||
"east": {"uv": [12, 15, 14, 16], "texture": "#side"},
|
||||
"south": {"uv": [1, 15, 15, 16], "texture": "#top"},
|
||||
"west": {"uv": [2, 15, 4, 16], "texture": "#side"},
|
||||
"up": {"uv": [2, 1, 3, 15], "rotation": 180, "texture": "#side"},
|
||||
"down": {"uv": [2, 1, 3, 15], "rotation": 270, "texture": "#side"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [85, 3, -10],
|
||||
"translation": [1.75, -0.75, -2.25],
|
||||
"scale": [0.35, 0.35, 0.35]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, -0.75, 0],
|
||||
"scale": [0.2, 0.2, 0.2]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 225, 0],
|
||||
"scale": [0.625, 0.625, 0.625]
|
||||
},
|
||||
"fixed": {
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,222 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"2": "engineersdecor:block/device/tree_cutter_side",
|
||||
"3": "engineersdecor:block/device/tree_cutter_top",
|
||||
"particle": "engineersdecor:block/device/tree_cutter_side",
|
||||
"b": "engineersdecor:block/device/tree_cutter_blade_off",
|
||||
"top": "engineersdecor:block/device/tree_cutter_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 3, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 13, 16, 16], "texture": "#2"},
|
||||
"east": {"uv": [0, 13, 16, 16], "texture": "#2"},
|
||||
"south": {"uv": [0, 13, 16, 16], "texture": "#2"},
|
||||
"west": {"uv": [0, 13, 16, 16], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 3, 0],
|
||||
"to": [3, 8, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [13, 0, 16, 5], "texture": "#2"},
|
||||
"east": {"uv": [0, 3, 16, 8], "texture": "#2"},
|
||||
"south": {"uv": [0, 8, 3, 13], "texture": "#2"},
|
||||
"west": {"uv": [0, 8, 16, 13], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 3, 16], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 3, 16], "texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3, 13],
|
||||
"to": [16, 8, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3, 13, 8], "texture": "#2"},
|
||||
"east": {"uv": [0, 8, 3, 13], "texture": "#2"},
|
||||
"south": {"uv": [3, 8, 16, 13], "texture": "#2"},
|
||||
"west": {"uv": [13, 8, 16, 13], "texture": "#b"},
|
||||
"up": {"uv": [3, 13, 16, 16], "texture": "#3"},
|
||||
"down": {"uv": [3, 0, 16, 3], "texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 3, 0],
|
||||
"to": [16, 6, 13],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 10, 1, 13], "texture": "#2"},
|
||||
"east": {"uv": [3, 10, 16, 13], "texture": "#2"},
|
||||
"south": {"uv": [15, 10, 16, 13], "texture": "#b"},
|
||||
"west": {"uv": [0, 0, 13, 3], "texture": "#2"},
|
||||
"up": {"uv": [15, 0, 16, 13], "texture": "#3"},
|
||||
"down": {"uv": [15, 3, 16, 16], "texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 7, 0],
|
||||
"to": [5, 8, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10, 13, 5]},
|
||||
"faces": {
|
||||
"north": {"uv": [11, 8, 13, 9], "texture": "#2"},
|
||||
"east": {"uv": [3, 8, 16, 9], "texture": "#2"},
|
||||
"south": {"uv": [3, 8, 5, 9], "texture": "#b"},
|
||||
"west": {"uv": [0, 8, 13, 9], "texture": "#b"},
|
||||
"up": {"uv": [3, 0, 5, 13], "texture": "#3"},
|
||||
"down": {"uv": [3, 3, 5, 16], "texture": "#b"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 6, 12],
|
||||
"to": [16, 8, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [11, 13, 5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 11, 2], "texture": "#2"},
|
||||
"east": {"uv": [3, 8, 4, 10], "texture": "#2"},
|
||||
"south": {"uv": [5, 8, 16, 10], "texture": "#b"},
|
||||
"west": {"uv": [12, 8, 13, 10], "texture": "#b"},
|
||||
"up": {"uv": [5, 12, 16, 13], "texture": "#3"},
|
||||
"down": {"uv": [5, 3, 16, 4], "texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4.5, 4],
|
||||
"to": [13, 5, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 11, 11, 11.5], "texture": "#b"},
|
||||
"east": {"uv": [4, 11, 12, 11.5], "texture": "#b"},
|
||||
"south": {"uv": [5, 11, 13, 11.5], "texture": "#b"},
|
||||
"west": {"uv": [4, 11, 12, 11.5], "texture": "#b"},
|
||||
"up": {"uv": [5, 4, 13, 12], "texture": "#b"},
|
||||
"down": {"uv": [5, 4, 13, 12], "texture": "#b"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 5, 7],
|
||||
"to": [10, 5.5, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [6, 10.5, 8, 11], "texture": "#2"},
|
||||
"east": {"uv": [7, 10.5, 9, 11], "texture": "#b"},
|
||||
"south": {"uv": [8, 10.5, 10, 11], "texture": "#b"},
|
||||
"west": {"uv": [7, 10.5, 9, 11], "texture": "#b"},
|
||||
"up": {"uv": [8, 7, 10, 9], "texture": "#b"},
|
||||
"down": {"uv": [8, 7, 10, 9], "texture": "#b"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 4, 7],
|
||||
"to": [10, 4.5, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [6, 11.5, 8, 12], "texture": "#b"},
|
||||
"east": {"uv": [7, 11.5, 9, 12], "texture": "#b"},
|
||||
"south": {"uv": [8, 11.5, 10, 12], "texture": "#b"},
|
||||
"west": {"uv": [7, 11.5, 9, 12], "texture": "#b"},
|
||||
"up": {"uv": [8, 7, 10, 9], "texture": "#b"},
|
||||
"down": {"uv": [8, 7, 10, 9], "texture": "#b"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3.5, 7],
|
||||
"to": [10, 4, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [8, 6, 15, 6.5], "texture": "#2"},
|
||||
"east": {"uv": [7, 12, 9, 12.5], "texture": "#2"},
|
||||
"south": {"uv": [3, 12, 10, 12.5], "texture": "#2"},
|
||||
"west": {"uv": [7, 12, 9, 12.5], "texture": "#2"},
|
||||
"up": {"uv": [3, 7, 10, 9], "texture": "#2"},
|
||||
"down": {"uv": [3, 7, 10, 9], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 5.5, 7],
|
||||
"to": [10, 6, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [6, 10, 13, 10.5], "texture": "#2"},
|
||||
"east": {"uv": [7, 10, 9, 10.5], "texture": "#2"},
|
||||
"south": {"uv": [3, 10, 10, 10.5], "texture": "#2"},
|
||||
"west": {"uv": [7, 10, 9, 10.5], "texture": "#2"},
|
||||
"up": {"uv": [9, 0, 16, 2], "texture": "#2"},
|
||||
"down": {"uv": [3, 7, 10, 9], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 4.5, 3],
|
||||
"to": [12, 5, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 11, 10, 11.5], "texture": "#b"},
|
||||
"east": {"uv": [12, 11, 13, 11.5], "texture": "#b"},
|
||||
"south": {"uv": [6, 11, 12, 11.5], "texture": "#b"},
|
||||
"west": {"uv": [3, 11, 4, 11.5], "texture": "#b"},
|
||||
"up": {"uv": [6, 3, 12, 4], "texture": "#b"},
|
||||
"down": {"uv": [6, 12, 12, 13], "texture": "#b"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4.5, 5],
|
||||
"to": [5, 5, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [11, 11, 12, 11.5], "texture": "#b"},
|
||||
"east": {"uv": [5, 11, 11, 11.5], "texture": "#b"},
|
||||
"south": {"uv": [4, 11, 5, 11.5], "texture": "#b"},
|
||||
"west": {"uv": [5, 11, 11, 11.5], "texture": "#b"},
|
||||
"up": {"uv": [4, 5, 5, 11], "texture": "#b"},
|
||||
"down": {"uv": [4, 5, 5, 11], "texture": "#b"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [13, 4.5, 5],
|
||||
"to": [14, 5, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [2, 11, 3, 11.5], "texture": "#b"},
|
||||
"east": {"uv": [5, 11, 11, 11.5], "texture": "#b"},
|
||||
"south": {"uv": [13, 11, 14, 11.5], "texture": "#b"},
|
||||
"west": {"uv": [5, 11, 11, 11.5], "texture": "#b"},
|
||||
"up": {"uv": [13, 5, 14, 11], "texture": "#b"},
|
||||
"down": {"uv": [13, 5, 14, 11], "texture": "#b"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 4.5, 12],
|
||||
"to": [12, 5, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 11, 10, 11.5], "texture": "#b"},
|
||||
"east": {"uv": [3, 11, 4, 11.5], "texture": "#b"},
|
||||
"south": {"uv": [6, 11, 12, 11.5], "texture": "#b"},
|
||||
"west": {"uv": [12, 11, 13, 11.5], "texture": "#b"},
|
||||
"up": {"uv": [6, 12, 12, 13], "texture": "#b"},
|
||||
"down": {"uv": [6, 3, 12, 4], "texture": "#b"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [85, 3, -10],
|
||||
"translation": [0.75, 0.25, 0.5],
|
||||
"scale": [0.35, 0.35, 0.35]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [18, 22, 0],
|
||||
"translation": [1.25, 0, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, -1.25, 0],
|
||||
"scale": [0.2, 0.2, 0.2]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 225, 0],
|
||||
"scale": [0.625, 0.625, 0.625]
|
||||
},
|
||||
"fixed": {
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,221 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"2": "engineersdecor:block/device/tree_cutter_side",
|
||||
"3": "engineersdecor:block/device/tree_cutter_top",
|
||||
"particle": "engineersdecor:block/device/tree_cutter_side",
|
||||
"b": "engineersdecor:block/device/tree_cutter_blade",
|
||||
"top": "engineersdecor:block/device/tree_cutter_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 3, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 13, 16, 16], "texture": "#2"},
|
||||
"east": {"uv": [0, 13, 16, 16], "texture": "#2"},
|
||||
"south": {"uv": [0, 13, 16, 16], "texture": "#2"},
|
||||
"west": {"uv": [0, 13, 16, 16], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 3, 0],
|
||||
"to": [3, 8, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [13, 0, 16, 5], "texture": "#2"},
|
||||
"east": {"uv": [0, 3, 16, 8], "texture": "#2"},
|
||||
"south": {"uv": [0, 8, 3, 13], "texture": "#2"},
|
||||
"west": {"uv": [0, 8, 16, 13], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 3, 16], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 3, 16], "texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3, 13],
|
||||
"to": [16, 8, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3, 13, 8], "texture": "#2"},
|
||||
"east": {"uv": [0, 8, 3, 13], "texture": "#2"},
|
||||
"south": {"uv": [3, 8, 16, 13], "texture": "#2"},
|
||||
"west": {"uv": [13, 8, 16, 13], "texture": "#b"},
|
||||
"up": {"uv": [3, 13, 16, 16], "texture": "#3"},
|
||||
"down": {"uv": [3, 0, 16, 3], "texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 3, 0],
|
||||
"to": [16, 6, 13],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 10, 1, 13], "texture": "#2"},
|
||||
"east": {"uv": [3, 10, 16, 13], "texture": "#2"},
|
||||
"south": {"uv": [15, 10, 16, 13], "texture": "#b"},
|
||||
"west": {"uv": [0, 0, 13, 3], "texture": "#2"},
|
||||
"up": {"uv": [15, 0, 16, 13], "texture": "#3"},
|
||||
"down": {"uv": [15, 3, 16, 16], "texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 7, 0],
|
||||
"to": [5, 8, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10, 13, 5]},
|
||||
"faces": {
|
||||
"north": {"uv": [11, 8, 13, 9], "texture": "#2"},
|
||||
"east": {"uv": [3, 8, 16, 9], "texture": "#2"},
|
||||
"south": {"uv": [3, 8, 5, 9], "texture": "#b"},
|
||||
"west": {"uv": [0, 8, 13, 9], "texture": "#b"},
|
||||
"up": {"uv": [3, 0, 5, 13], "texture": "#3"},
|
||||
"down": {"uv": [3, 3, 5, 16], "texture": "#b"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 6, 12],
|
||||
"to": [16, 8, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [11, 13, 5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 11, 2], "texture": "#2"},
|
||||
"east": {"uv": [3, 8, 4, 10], "texture": "#2"},
|
||||
"south": {"uv": [5, 8, 16, 10], "texture": "#b"},
|
||||
"west": {"uv": [12, 8, 13, 10], "texture": "#b"},
|
||||
"up": {"uv": [5, 12, 16, 13], "texture": "#3"},
|
||||
"down": {"uv": [5, 3, 16, 4], "texture": "#top"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4.5, -3],
|
||||
"to": [13, 5, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 1]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 13, 13, 13.5], "texture": "#b"},
|
||||
"east": {"uv": [11, 11, 16, 11.5], "texture": "#b"},
|
||||
"south": {"uv": [5, 11, 13, 11.5], "texture": "#b"},
|
||||
"west": {"uv": [0, 11, 5, 11.5], "texture": "#b"},
|
||||
"up": {"uv": [5, 4, 13, 12], "texture": "#b"},
|
||||
"down": {"uv": [5, 4, 13, 12], "texture": "#b"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 5, 0],
|
||||
"to": [10, 5.5, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 1]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 10.5, 8, 11], "texture": "#2"},
|
||||
"east": {"uv": [14, 10.5, 16, 11], "texture": "#b"},
|
||||
"south": {"uv": [8, 10.5, 10, 11], "texture": "#b"},
|
||||
"west": {"uv": [0, 10.5, 2, 11], "texture": "#b"},
|
||||
"up": {"uv": [8, 0, 10, 2], "texture": "#b"},
|
||||
"down": {"uv": [8, 14, 10, 16], "texture": "#b"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 4, 0],
|
||||
"to": [10, 4.5, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 1]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 11.5, 8, 12], "texture": "#b"},
|
||||
"east": {"uv": [14, 11.5, 16, 12], "texture": "#b"},
|
||||
"south": {"uv": [8, 11.5, 10, 12], "texture": "#b"},
|
||||
"west": {"uv": [0, 11.5, 2, 12], "texture": "#b"},
|
||||
"up": {"uv": [8, 0, 10, 2], "texture": "#b"},
|
||||
"down": {"uv": [8, 14, 10, 16], "texture": "#b"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3.5, 0],
|
||||
"to": [10, 4, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 1]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 6, 15, 6.5], "texture": "#2"},
|
||||
"east": {"uv": [7, 12, 9, 12.5], "texture": "#2"},
|
||||
"south": {"uv": [3, 12, 10, 12.5], "texture": "#2"},
|
||||
"west": {"uv": [7, 12, 9, 12.5], "texture": "#2"},
|
||||
"up": {"uv": [3, 7, 10, 9], "texture": "#2"},
|
||||
"down": {"uv": [3, 7, 10, 9], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 5.5, 0],
|
||||
"to": [10, 6, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 1]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 10, 13, 10.5], "texture": "#2"},
|
||||
"east": {"uv": [7, 10, 9, 10.5], "texture": "#2"},
|
||||
"south": {"uv": [3, 10, 10, 10.5], "texture": "#2"},
|
||||
"west": {"uv": [7, 10, 9, 10.5], "texture": "#2"},
|
||||
"up": {"uv": [9, 0, 16, 2], "texture": "#2"},
|
||||
"down": {"uv": [3, 7, 10, 9], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 4.5, -4],
|
||||
"to": [12, 5, -3],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 1]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 12, 13, 12.5], "texture": "#b"},
|
||||
"east": {"uv": [16, 11, 16, 11.5], "texture": "#b"},
|
||||
"south": {"uv": [6, 11, 12, 11.5], "texture": "#b"},
|
||||
"west": {"uv": [0, 11, 0, 11.5], "texture": "#b"},
|
||||
"up": {"uv": [6, 12, 12, 13], "texture": "#b"},
|
||||
"down": {"uv": [6, 3, 12, 4], "texture": "#b"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4.5, -2],
|
||||
"to": [5, 5, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 1]},
|
||||
"faces": {
|
||||
"north": {"uv": [11, 12, 12, 12.5], "texture": "#b"},
|
||||
"east": {"uv": [12, 11, 16, 11.5], "texture": "#b"},
|
||||
"south": {"uv": [4, 11, 5, 11.5], "texture": "#b"},
|
||||
"west": {"uv": [0, 11, 4, 11.5], "texture": "#b"},
|
||||
"up": {"uv": [4, 4, 5, 12], "texture": "#b"},
|
||||
"down": {"uv": [4, 5, 5, 11], "texture": "#b"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [13, 4.5, -2],
|
||||
"to": [14, 5, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 1]},
|
||||
"faces": {
|
||||
"north": {"uv": [2, 11, 3, 11.5], "texture": "#b"},
|
||||
"east": {"uv": [6, 12, 10, 12.5], "texture": "#b"},
|
||||
"south": {"uv": [13, 11, 14, 11.5], "texture": "#b"},
|
||||
"west": {"uv": [0, 11, 4, 11.5], "texture": "#b"},
|
||||
"up": {"uv": [13, 5, 14, 11], "texture": "#b"},
|
||||
"down": {"uv": [13, 5, 14, 11], "texture": "#b"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 4.5, 5],
|
||||
"to": [12, 5, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 1]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 11, 10, 11.5], "texture": "#b"},
|
||||
"east": {"uv": [10, 11, 11, 11.5], "texture": "#b"},
|
||||
"south": {"uv": [6, 11, 12, 11.5], "texture": "#b"},
|
||||
"west": {"uv": [5, 11, 6, 11.5], "texture": "#b"},
|
||||
"up": {"uv": [6, 12, 12, 13], "texture": "#b"},
|
||||
"down": {"uv": [6, 10, 12, 11], "texture": "#b"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [85, 3, -10],
|
||||
"translation": [1.75, -0.75, -2.25],
|
||||
"scale": [0.35, 0.35, 0.35]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, -0.75, 0],
|
||||
"scale": [0.2, 0.2, 0.2]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 225, 0],
|
||||
"scale": [0.625, 0.625, 0.625]
|
||||
},
|
||||
"fixed": {
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
{ "parent": "engineersdecor:block/device/factory_placer_model" }
|
|
@ -0,0 +1 @@
|
|||
{ "parent": "engineersdecor:block/device/small_tree_cutter_model" }
|
After Width: | Height: | Size: 478 B |
After Width: | Height: | Size: 652 B |
After Width: | Height: | Size: 527 B |
After Width: | Height: | Size: 637 B |
|
@ -0,0 +1 @@
|
|||
{ "animation":{ "frames": [0,1], "frametime":2, "interpolate":false }}
|
After Width: | Height: | Size: 395 B |
After Width: | Height: | Size: 527 B |
After Width: | Height: | Size: 368 B |
After Width: | Height: | Size: 499 B |
After Width: | Height: | Size: 15 KiB |
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "small_tree_cutter_dlt",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:copy_name",
|
||||
"source": "block_entity"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:copy_nbt",
|
||||
"source": "block_entity",
|
||||
"ops": []
|
||||
}
|
||||
],
|
||||
"name": "engineersdecor:small_tree_cutter"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:optional",
|
||||
"result": "engineersdecor:factory_hopper",
|
||||
"missing": ["immersiveengineering:material"]
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"WWW",
|
||||
"WHW",
|
||||
"WPW"
|
||||
],
|
||||
"key": {
|
||||
"H": { "item": "minecraft:hopper" },
|
||||
"P": { "item": "minecraft:iron_ingot" },
|
||||
"W": { "tag": "minecraft:planks" }
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:factory_hopper",
|
||||
"count": 1
|
||||
}
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:optional",
|
||||
"result": "engineersdecor:factory_placer",
|
||||
"missing": ["immersiveengineering:material"]
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"WWW",
|
||||
"WDP",
|
||||
"WWW"
|
||||
],
|
||||
"key": {
|
||||
"D": { "item": "minecraft:dispenser" },
|
||||
"P": { "item": "minecraft:iron_ingot" },
|
||||
"W": { "tag": "minecraft:planks" }
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:factory_placer",
|
||||
"count": 1
|
||||
}
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:optional",
|
||||
"result": "engineersdecor:small_solar_panel",
|
||||
"missing": ["immersiveengineering:metal_device1"]
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PPP",
|
||||
"PAO",
|
||||
"PRP"
|
||||
],
|
||||
"key": {
|
||||
"O": {
|
||||
"item": "minecraft:observer"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"A": {
|
||||
"item": "minecraft:iron_axe"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:small_tree_cutter",
|
||||
"count": 1
|
||||
}
|
||||
}
|