Redstone cards
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/redio0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/redio1"
|
||||
}
|
||||
}
|
||||
BIN
src/main/resources/assets/neocomputers/textures/item/redio0.png
Normal file
BIN
src/main/resources/assets/neocomputers/textures/item/redio0.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 394 B |
BIN
src/main/resources/assets/neocomputers/textures/item/redio1.png
Normal file
BIN
src/main/resources/assets/neocomputers/textures/item/redio1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 417 B |
Reference in New Issue
Block a user