Added CTM integration for Crafting Monitor
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"connected": {
|
||||
"true": {
|
||||
"textures": {
|
||||
"north": "refinedstorage:blocks/crafting_monitor_connected_front"
|
||||
"north": "refinedstorage:blocks/crafting_monitor_front_connected"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "refinedstorage:cube_glow",
|
||||
"textures": {
|
||||
"particle": "refinedstorage:blocks/crafting_monitor_front",
|
||||
"north": "refinedstorage:blocks/crafting_monitor_front",
|
||||
"east": "refinedstorage:blocks/crafting_monitor_left",
|
||||
"south": "refinedstorage:blocks/crafting_monitor_back",
|
||||
"west": "refinedstorage:blocks/crafting_monitor_right",
|
||||
"up": "refinedstorage:blocks/crafting_monitor_top",
|
||||
"down": "refinedstorage:blocks/bottom",
|
||||
"glow": "refinedstorage:blocks/none"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"inventory": [
|
||||
{
|
||||
"transform": "forge:default-block",
|
||||
"y": 0
|
||||
}
|
||||
],
|
||||
"connected": {
|
||||
"true": {
|
||||
"textures": {
|
||||
"north": "refinedstorage:blocks/crafting_monitor_front_connected",
|
||||
"glow": "refinedstorage:blocks/crafting_monitor_front_connected_glow"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
}
|
||||
},
|
||||
"direction": {
|
||||
"north": {
|
||||
"y": 0
|
||||
},
|
||||
"east": {
|
||||
"y": 90
|
||||
},
|
||||
"south": {
|
||||
"y": 180
|
||||
},
|
||||
"west": {
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 553 B |
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ctm": {
|
||||
"ctm_version": 1,
|
||||
"layer": "CUTOUT",
|
||||
"extra": {
|
||||
"light": 15
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user