Fix Watermill missing texture, closes #841
This commit is contained in:
parent
97192ee3f4
commit
cb69f10c88
1 changed files with 5 additions and 25 deletions
|
@ -17,31 +17,11 @@
|
|||
"side": "techreborn:blocks/machines/generators/watermill_side_off"
|
||||
}
|
||||
},
|
||||
"facing": {
|
||||
"north": {
|
||||
"y": 0
|
||||
},
|
||||
"east": {
|
||||
"y": 90
|
||||
},
|
||||
"south": {
|
||||
"y": 180
|
||||
},
|
||||
"west": {
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
"active": {
|
||||
"true": {
|
||||
"textures": {
|
||||
"side": "techreborn:blocks/machines/generators/watermill_side_on",
|
||||
"top": "techreborn:blocks/machines/generators/watermill_top_on"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"textures": {
|
||||
"side": "techreborn:blocks/machines/generators/watermill_side_off"
|
||||
}
|
||||
"normal": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "cube_bottom_top",
|
||||
"textures": {
|
||||
"side": "techreborn:blocks/machines/generators/watermill_side_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue