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,33 +17,13 @@
"side": "techreborn:blocks/machines/generators/watermill_side_off" "side": "techreborn:blocks/machines/generators/watermill_side_off"
} }
}, },
"facing": { "normal": {
"north": { "transform": "forge:default-block",
"y": 0 "model": "cube_bottom_top",
},
"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": { "textures": {
"side": "techreborn:blocks/machines/generators/watermill_side_off" "side": "techreborn:blocks/machines/generators/watermill_side_off"
} }
} }
} }
} }
}