redstone I/O

This commit is contained in:
2026-04-18 19:43:35 +02:00
parent 7d4ee8593c
commit df86086d10
14 changed files with 176 additions and 7 deletions

View File

@@ -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"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "neocomputers:block/redio"
}