bunch of cards
@@ -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",
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/cbus0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/cbus1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/cbus2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/cbus_creative"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/cpu0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/cpu1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/cpu2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/data0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/data1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/data2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/gpu0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/gpu1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/gpu2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/hdd0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/hdd1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/hdd2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/inet"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/lan"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/tunnel"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/wlan0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "neocomputers:item/wlan1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 112 B After Width: | Height: | Size: 494 B |
|
Before Width: | Height: | Size: 119 B After Width: | Height: | Size: 623 B |
|
Before Width: | Height: | Size: 112 B After Width: | Height: | Size: 551 B |
BIN
src/main/resources/assets/neocomputers/textures/item/cbus0.png
Normal file
|
After Width: | Height: | Size: 462 B |
BIN
src/main/resources/assets/neocomputers/textures/item/cbus1.png
Normal file
|
After Width: | Height: | Size: 478 B |
BIN
src/main/resources/assets/neocomputers/textures/item/cbus2.png
Normal file
|
After Width: | Height: | Size: 456 B |
|
After Width: | Height: | Size: 3.1 KiB |
BIN
src/main/resources/assets/neocomputers/textures/item/cpu0.png
Normal file
|
After Width: | Height: | Size: 320 B |
BIN
src/main/resources/assets/neocomputers/textures/item/cpu1.png
Normal file
|
After Width: | Height: | Size: 352 B |
BIN
src/main/resources/assets/neocomputers/textures/item/cpu2.png
Normal file
|
After Width: | Height: | Size: 360 B |
BIN
src/main/resources/assets/neocomputers/textures/item/data0.png
Normal file
|
After Width: | Height: | Size: 489 B |
@@ -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 }
|
||||
]
|
||||
}
|
||||
}
|
||||
BIN
src/main/resources/assets/neocomputers/textures/item/data1.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
@@ -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 }
|
||||
]
|
||||
}
|
||||
}
|
||||
BIN
src/main/resources/assets/neocomputers/textures/item/data2.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
@@ -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 }
|
||||
]
|
||||
}
|
||||
}
|
||||
BIN
src/main/resources/assets/neocomputers/textures/item/gpu0.png
Normal file
|
After Width: | Height: | Size: 400 B |
BIN
src/main/resources/assets/neocomputers/textures/item/gpu1.png
Normal file
|
After Width: | Height: | Size: 390 B |
BIN
src/main/resources/assets/neocomputers/textures/item/gpu2.png
Normal file
|
After Width: | Height: | Size: 390 B |
BIN
src/main/resources/assets/neocomputers/textures/item/hdd0.png
Normal file
|
After Width: | Height: | Size: 425 B |
BIN
src/main/resources/assets/neocomputers/textures/item/hdd1.png
Normal file
|
After Width: | Height: | Size: 429 B |
BIN
src/main/resources/assets/neocomputers/textures/item/hdd2.png
Normal file
|
After Width: | Height: | Size: 429 B |
BIN
src/main/resources/assets/neocomputers/textures/item/inet.png
Normal file
|
After Width: | Height: | Size: 428 B |
@@ -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 }
|
||||
]
|
||||
}
|
||||
}
|
||||
BIN
src/main/resources/assets/neocomputers/textures/item/lan.png
Normal file
|
After Width: | Height: | Size: 351 B |
BIN
src/main/resources/assets/neocomputers/textures/item/red0.png
Normal file
|
After Width: | Height: | Size: 394 B |
BIN
src/main/resources/assets/neocomputers/textures/item/red1.png
Normal file
|
After Width: | Height: | Size: 417 B |
BIN
src/main/resources/assets/neocomputers/textures/item/tunnel.png
Normal file
|
After Width: | Height: | Size: 655 B |
@@ -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 }
|
||||
]
|
||||
}
|
||||
}
|
||||
BIN
src/main/resources/assets/neocomputers/textures/item/wlan0.png
Normal file
|
After Width: | Height: | Size: 473 B |
BIN
src/main/resources/assets/neocomputers/textures/item/wlan1.png
Normal file
|
After Width: | Height: | Size: 472 B |