Fixed missing nuke textures

This commit is contained in:
drcrazy 2017-09-07 00:13:37 +03:00
parent 7a55995546
commit bc390fa0e0
2 changed files with 30 additions and 1 deletions

View file

@ -5,10 +5,30 @@
"model": "orientable",
"textures": {
"particle": "techreborn:blocks/nuke_side",
"bottom": "techreborn:blocks/nuke_bottom",
"bottom": "techreborn:blocks/nuke_top",
"top": "techreborn:blocks/nuke_top",
"front": "techreborn:blocks/nuke_front",
"side": "techreborn:blocks/nuke_side"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"textures": {
}
},
"normal": [
{}
],
"overlay": {
"true": {
"textures": {
}
},
"false": {
"textures": {
}
}
}
}
}