Redstone cards

This commit is contained in:
2026-04-19 21:34:18 +02:00
parent 0416ddd4a5
commit f9e33f9f05
8 changed files with 61 additions and 0 deletions

View File

@@ -3,6 +3,8 @@
"neocomputers.cancel": "Cancel",
"block.neocomputers.combustgen": "Combustion Generator",
"block.neocomputers.redio": "Redstone I/O",
"item.neocomputers.redio0": "Redstone Card (Tier 1)",
"item.neocomputers.redio1": "Redstone Card (Tier 2)",
"block.neocomputers.solargen": "Solar Generator",
"block.neocomputers.screen": "Screen (Untiered)",
"block.neocomputers.capacitor": "Small Capacitor",

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "neocomputers:item/redio0"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "neocomputers:item/redio1"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 B