texture for machine casing
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "orientable",
|
||||
"transform": "forge:default-block",
|
||||
"textures": {
|
||||
"side": "storagecraft:blocks/side",
|
||||
"top": "storagecraft:blocks/side"
|
||||
|
||||
29
src/main/resources/assets/storagecraft/blockstates/machine_casing.json
Executable file
29
src/main/resources/assets/storagecraft/blockstates/machine_casing.json
Executable file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "cube_all",
|
||||
"textures": {
|
||||
"all": "storagecraft:blocks/side"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"inventory": [
|
||||
{
|
||||
}
|
||||
],
|
||||
"direction": {
|
||||
"north": {
|
||||
},
|
||||
"east": {
|
||||
},
|
||||
"south": {
|
||||
},
|
||||
"west": {
|
||||
},
|
||||
"up": {
|
||||
},
|
||||
"down": {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user