Fixed missing nuke textures
This commit is contained in:
parent
7a55995546
commit
bc390fa0e0
2 changed files with 30 additions and 1 deletions
|
@ -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": {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue