redstone I/O
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "neocomputers:block/redio"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"neocomputers.confirm": "Confirm",
|
||||
"neocomputers.cancel": "Cancel",
|
||||
"block.neocomputers.combustgen": "Combustion Generator"
|
||||
"block.neocomputers.combustgen": "Combustion Generator",
|
||||
"block.neocomputers.redio": "Redstone I/O"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"up": "neocomputers:block/redio_top",
|
||||
"down": "neocomputers:block/redio_bottom",
|
||||
"north": "neocomputers:block/redio_north",
|
||||
"south": "neocomputers:block/redio_south",
|
||||
"west": "neocomputers:block/redio_west",
|
||||
"east": "neocomputers:block/redio_east",
|
||||
"particle": "minecraft:block/redstone_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "neocomputers:block/redio"
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 415 B |
Binary file not shown.
|
After Width: | Height: | Size: 552 B |
Binary file not shown.
|
After Width: | Height: | Size: 534 B |
Binary file not shown.
|
After Width: | Height: | Size: 539 B |
Binary file not shown.
|
After Width: | Height: | Size: 331 B |
Binary file not shown.
|
After Width: | Height: | Size: 546 B |
Reference in New Issue
Block a user