Add models for security manager / security card
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"defaults": {
|
||||
"model": "cube_all",
|
||||
"textures": {
|
||||
"all": "refinedstorage:blocks/casing"
|
||||
"all": "refinedstorage:blocks/machine_casing"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
|
||||
42
src/main/resources/assets/refinedstorage/blockstates/security_manager.json
Executable file
42
src/main/resources/assets/refinedstorage/blockstates/security_manager.json
Executable file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "cube_all",
|
||||
"textures": {
|
||||
"all": "refinedstorage:blocks/machine_casing"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"inventory": [
|
||||
{
|
||||
"transform": "forge:default-block"
|
||||
}
|
||||
],
|
||||
"connected": {
|
||||
"true": {
|
||||
},
|
||||
"false": {
|
||||
}
|
||||
},
|
||||
"direction": {
|
||||
"north": {
|
||||
"y": 0
|
||||
},
|
||||
"east": {
|
||||
"y": 90
|
||||
},
|
||||
"south": {
|
||||
"y": 180
|
||||
},
|
||||
"west": {
|
||||
"y": 270
|
||||
},
|
||||
"up": {
|
||||
"x": 270
|
||||
},
|
||||
"down": {
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
6
src/main/resources/assets/refinedstorage/models/item/security_card.json
Executable file
6
src/main/resources/assets/refinedstorage/models/item/security_card.json
Executable file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "refinedstorage:items/security_card"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
BIN
src/main/resources/assets/refinedstorage/textures/items/security_card.png
Executable file
BIN
src/main/resources/assets/refinedstorage/textures/items/security_card.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 231 B |
Reference in New Issue
Block a user