Manual added. Hopper resets NBT when broken and empty (for stacking). E-Furnace model polished. Solar Panel curve tuned. Right-click overlay UI added for Solar Panel, Block Breaker, Tree Cutter.
This commit is contained in:
parent
cb9932ca1b
commit
6e8ecbff19
15 changed files with 147 additions and 23 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"top": "engineersdecor:block/furnace/small_electrical_furnace_top",
|
||||
"particle": "engineersdecor:block/furnace/small_electrical_furnace_top",
|
||||
"top": "engineersdecor:block/furnace/small_electrical_furnace_top",
|
||||
"bottom": "engineersdecor:block/furnace/small_electrical_furnace_bottom",
|
||||
"left": "engineersdecor:block/furnace/small_electrical_furnace_left",
|
||||
"right": "engineersdecor:block/furnace/small_electrical_furnace_right",
|
||||
|
@ -81,12 +81,57 @@
|
|||
},
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 2, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 14, 16, 16], "texture": "#front"},
|
||||
"east": {"uv": [0, 14, 16, 16], "texture": "#right"},
|
||||
"south": {"uv": [0, 14, 16, 16], "texture": "#back"},
|
||||
"west": {"uv": [0, 14, 16, 16], "texture": "#left"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#bottom"},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 2, 0.5],
|
||||
"to": [13, 8, 15.5],
|
||||
"faces": {
|
||||
"north": {"uv": [3, 8, 13, 14], "texture": "#front"},
|
||||
"south": {"uv": [3, 8, 13, 14], "texture": "#back"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [13, 2, 0],
|
||||
"to": [16, 8, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8, 3, 14], "texture": "#front"},
|
||||
"east": {"uv": [0, 8, 16, 14], "texture": "#right"},
|
||||
"south": {"uv": [13, 8, 16, 14], "texture": "#back"},
|
||||
"west": {"uv": [0, 8, 16, 14], "texture": "#left"},
|
||||
"up": {"uv": [13, 0, 16, 16], "texture": "#top"},
|
||||
"down": {"uv": [13, 0, 16, 16], "texture": "#bottom"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 2, 0],
|
||||
"to": [3, 8, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-5, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [13, 8, 16, 14], "texture": "#front"},
|
||||
"east": {"uv": [0, 8, 16, 14], "texture": "#right"},
|
||||
"south": {"uv": [0, 8, 3, 14], "texture": "#back"},
|
||||
"west": {"uv": [0, 8, 16, 14], "texture": "#left"},
|
||||
"up": {"uv": [0, 0, 3, 16], "texture": "#top"},
|
||||
"down": {"uv": [0, 0, 3, 16], "texture": "#bottom"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 8, 0],
|
||||
"to": [16, 11, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 5, 16, 16], "texture": "#front"},
|
||||
"east": {"uv": [0, 5, 16, 16], "texture": "#right"},
|
||||
"south": {"uv": [0, 5, 16, 16], "texture": "#back"},
|
||||
"west": {"uv": [0, 5, 16, 16], "texture": "#left"},
|
||||
"north": {"uv": [0, 5, 16, 8], "texture": "#front"},
|
||||
"east": {"uv": [0, 5, 16, 8], "texture": "#right"},
|
||||
"south": {"uv": [0, 5, 16, 8], "texture": "#back"},
|
||||
"west": {"uv": [0, 5, 16, 8], "texture": "#left"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#top"},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
|
||||
}
|
||||
|
@ -94,7 +139,7 @@
|
|||
],
|
||||
"display": {
|
||||
"ground": {
|
||||
"translation": [0, 1.75, 0],
|
||||
"translation": [0, 1.75, 0],
|
||||
"scale": [0.2, 0.2, 0.2]
|
||||
},
|
||||
"gui": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue