Fix Watermill missing texture, closes #841

This commit is contained in:
modmuss50 2016-12-17 14:54:32 +00:00
parent 97192ee3f4
commit cb69f10c88
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82

View file

@ -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"
}
}
}