fix merge

This commit is contained in:
mewhenthe
2026-04-18 19:51:01 +02:00
18 changed files with 198 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "neocomputers:block/redio"
}
}
}

View File

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

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

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