bunch of cards

This commit is contained in:
2026-04-19 21:22:12 +02:00
parent b025159791
commit 0416ddd4a5
69 changed files with 668 additions and 27 deletions

View File

@@ -3,7 +3,44 @@
"neocomputers.cancel": "Cancel",
"block.neocomputers.combustgen": "Combustion Generator",
"block.neocomputers.redio": "Redstone I/O",
"block.neocomputers.solargen": "Solar Generator",
"block.neocomputers.screen": "Screen (Untiered)",
"block.neocomputers.capacitor": "Small Capacitor",
"block.neocomputers.capacitor2": "Medium Capacitor",
"block.neocomputers.capacitor3": "Large Capacitor",
"item.neocomputers.eeprom0": "EEPROM (Tier 1)",
"item.neocomputers.cpu0": "CPU (Tier 1)",
"item.neocomputers.cpu1": "CPU (Tier 2)",
"item.neocomputers.cpu2": "CPU (Tier 3)",
"item.neocomputers.cbus0": "Component Bus (Tier 1)",
"item.neocomputers.cbus1": "Component Bus (Tier 2)",
"item.neocomputers.cbus2": "Component Bus (Tier 3)",
"item.neocomputers.cbus_creative": "Component Bus (Creative)",
"item.neocomputers.memory0": "Memory (Tier 1)",
"item.neocomputers.memory1": "Memory (Tier 1.5)",
"item.neocomputers.memory2": "Memory (Tier 2)",
"item.neocomputers.memory3": "Memory (Tier 2.5)",
"item.neocomputers.memory4": "Memory (Tier 3)",
"item.neocomputers.memory5": "Memory (Tier 3.5)",
"item.neocomputers.inet": "Internet Card",
"item.neocomputers.lan": "Wired Network Card",
"item.neocomputers.wlan0": "Wireless Network Card (Tier 1)",
"item.neocomputers.wlan1": "Wireless Network Card (Tier 2)",
"item.neocomputers.data0": "Data Card (Tier 1)",
"item.neocomputers.data1": "Data Card (Tier 2)",
"item.neocomputers.data2": "Data Card (Tier 3)",
"item.neocomputers.gpu0": "Graphics Card (Tier 1)",
"item.neocomputers.gpu1": "Graphics Card (Tier 2)",
"item.neocomputers.gpu2": "Graphics Card (Tier 3)",
"item.neocomputers.hdd0": "Hard Disk Drive (Tier 1)",
"item.neocomputers.hdd1": "Hard Disk Drive (Tier 2)",
"item.neocomputers.hdd2": "Hard Disk Drive (Tier 3)",
"neocomputers.wlan.range": "Range: %1$s blocks",
"neocomputers.data.limit": "Memory: %1$s",
"neocomputers.gpu.vram": "Video Memory: %1$spx",
"neocomputers.disk.spaceused": "Space Used: %1$s / %2$s",
"neocomputers.readonly": "Read-Only",
"neocomputers.readwrite": "Read-Write",
"neocomputers.noaddr": "No address assigned",
"neocomputers.memory.capacity": "Capacity: %1$s",
"neocomputers.eeprom.codeused": "Code Storage: %1$s / %2$s",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 B

After

Width:  |  Height:  |  Size: 494 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 B

After

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 B

After

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 489 B

View File

@@ -0,0 +1,15 @@
{
"animation": {
"frametime": 1,
"frames": [
{ "index": 0, "time": 4 },
{ "index": 1, "time": 4 },
{ "index": 2, "time": 4 },
{ "index": 3, "time": 4 },
{ "index": 4, "time": 4 },
{ "index": 5, "time": 4 },
{ "index": 6, "time": 4 },
{ "index": 7, "time": 4 }
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1,15 @@
{
"animation": {
"frametime": 1,
"frames": [
{ "index": 0, "time": 4 },
{ "index": 1, "time": 4 },
{ "index": 2, "time": 4 },
{ "index": 3, "time": 4 },
{ "index": 4, "time": 4 },
{ "index": 5, "time": 4 },
{ "index": 6, "time": 4 },
{ "index": 7, "time": 4 }
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,15 @@
{
"animation": {
"frametime": 1,
"frames": [
{ "index": 0, "time": 4 },
{ "index": 1, "time": 4 },
{ "index": 2, "time": 4 },
{ "index": 3, "time": 4 },
{ "index": 4, "time": 4 },
{ "index": 5, "time": 4 },
{ "index": 6, "time": 4 },
{ "index": 7, "time": 4 }
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 B

View File

@@ -0,0 +1,17 @@
{
"animation": {
"frametime": 1,
"frames": [
{ "index": 0, "time": 2 },
{ "index": 1, "time": 7 },
{ "index": 0, "time": 5 },
{ "index": 1, "time": 4 },
{ "index": 0, "time": 7 },
{ "index": 1, "time": 2 },
{ "index": 0, "time": 8 },
{ "index": 1, "time": 9 },
{ "index": 0, "time": 6 },
{ "index": 1, "time": 4 }
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 B

View File

@@ -0,0 +1,13 @@
{
"animation": {
"frametime": 1,
"frames": [
{ "index": 0, "time": 3 },
{ "index": 1, "time": 3 },
{ "index": 2, "time": 3 },
{ "index": 3, "time": 3 },
{ "index": 4, "time": 3 },
{ "index": 5, "time": 3 }
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 B