Add models for all new blocks and items (crappy textures are temporary)
36
src/main/resources/assets/refinedstorage/blockstates/crafting_cpu.json
Executable file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "cube_all",
|
||||
"transform": "forge:default-block"
|
||||
},
|
||||
"variants": {
|
||||
"type": {
|
||||
"1k": {
|
||||
"textures": {
|
||||
"all": "refinedstorage:blocks/1k_crafting_cpu"
|
||||
}
|
||||
},
|
||||
"4k": {
|
||||
"textures": {
|
||||
"all": "refinedstorage:blocks/4k_crafting_cpu"
|
||||
}
|
||||
},
|
||||
"16k": {
|
||||
"textures": {
|
||||
"all": "refinedstorage:blocks/16k_crafting_cpu"
|
||||
}
|
||||
},
|
||||
"64k": {
|
||||
"textures": {
|
||||
"all": "refinedstorage:blocks/64k_crafting_cpu"
|
||||
}
|
||||
},
|
||||
"creative": {
|
||||
"textures": {
|
||||
"all": "refinedstorage:blocks/creative_crafting_cpu"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
53
src/main/resources/assets/refinedstorage/blockstates/crafting_monitor.json
Executable file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"side": "refinedstorage:blocks/side",
|
||||
"top": "refinedstorage:blocks/side"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"inventory": [
|
||||
{
|
||||
"textures": {
|
||||
"front": "refinedstorage:blocks/crafting_monitor_disconnected"
|
||||
},
|
||||
"transform": "forge:default-block",
|
||||
"y": 0
|
||||
}
|
||||
],
|
||||
"connected": {
|
||||
"true": {
|
||||
"textures": {
|
||||
"front": "refinedstorage:blocks/crafting_monitor_connected"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"textures": {
|
||||
"front": "refinedstorage:blocks/crafting_monitor_disconnected"
|
||||
}
|
||||
}
|
||||
},
|
||||
"direction": {
|
||||
"north": {
|
||||
"y": 0
|
||||
},
|
||||
"east": {
|
||||
"y": 90
|
||||
},
|
||||
"south": {
|
||||
"y": 180
|
||||
},
|
||||
"west": {
|
||||
"y": 270
|
||||
},
|
||||
"up": {
|
||||
"x": 270
|
||||
},
|
||||
"down": {
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"side": "refinedstorage:blocks/side",
|
||||
"top": "refinedstorage:blocks/side"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"inventory": [
|
||||
{
|
||||
"textures": {
|
||||
"front": "refinedstorage:blocks/wireless_transmitter_disconnected"
|
||||
},
|
||||
"transform": "forge:default-block",
|
||||
"y": 0
|
||||
}
|
||||
],
|
||||
"connected": {
|
||||
"true": {
|
||||
"textures": {
|
||||
"front": "refinedstorage:blocks/wireless_transmitter_connected"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"textures": {
|
||||
"front": "refinedstorage:blocks/wireless_transmitter_disconnected"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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/range_upgrade.json
Executable file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "refinedstorage:items/range_upgrade"
|
||||
}
|
||||
}
|
||||
6
src/main/resources/assets/refinedstorage/models/item/speed_upgrade.json
Executable file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "refinedstorage:items/speed_upgrade"
|
||||
}
|
||||
}
|
||||
BIN
src/main/resources/assets/refinedstorage/textures/blocks/16k_crafting_cpu.png
Executable file
|
After Width: | Height: | Size: 265 B |
BIN
src/main/resources/assets/refinedstorage/textures/blocks/1k_crafting_cpu.png
Executable file
|
After Width: | Height: | Size: 255 B |
BIN
src/main/resources/assets/refinedstorage/textures/blocks/4k_crafting_cpu.png
Executable file
|
After Width: | Height: | Size: 257 B |
BIN
src/main/resources/assets/refinedstorage/textures/blocks/64k_crafting_cpu.png
Executable file
|
After Width: | Height: | Size: 255 B |
|
After Width: | Height: | Size: 201 B |
|
After Width: | Height: | Size: 197 B |
|
After Width: | Height: | Size: 250 B |
|
After Width: | Height: | Size: 224 B |
|
After Width: | Height: | Size: 244 B |
BIN
src/main/resources/assets/refinedstorage/textures/items/range_upgrade.png
Executable file
|
After Width: | Height: | Size: 235 B |
BIN
src/main/resources/assets/refinedstorage/textures/items/speed_upgrade.png
Executable file
|
After Width: | Height: | Size: 214 B |