More luv to computer cube block
This commit is contained in:
parent
bc390fa0e0
commit
015fd889f2
3 changed files with 79 additions and 1 deletions
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier2_machines/computer_cube_front",
|
||||
"top": "techreborn:blocks/machines/tier2_machines/machine_top",
|
||||
"down": "techreborn:blocks/machines/tier2_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machines/tier2_machines/computer_cube_side"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"normal": [{}],
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier0_machines/computer_cube_front"
|
||||
}
|
||||
},
|
||||
"facing": {
|
||||
"north": {
|
||||
},
|
||||
"east": {
|
||||
"y": 90
|
||||
},
|
||||
"south": {
|
||||
"y": 180
|
||||
},
|
||||
"west": {
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
"active": {
|
||||
"true": {
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier2_machines/computer_cube_front"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier2_machines/computer_cube_front"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue