capacitor debug textures

This commit is contained in:
2026-04-16 18:14:42 +02:00
parent 8dc774e5ab
commit 834a9c7ed8
21 changed files with 123 additions and 15 deletions

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"up": "neocomputers:block/capacitor_top",
"down": "neocomputers:block/capacitor_bottom",
"north": "neocomputers:block/capacitor_side",
"south": "neocomputers:block/capacitor_side",
"east": "neocomputers:block/capacitor_side",
"west": "neocomputers:block/capacitor_side",
"particle": "neocomputers:block/capacitor_top"
}
}

View File

@@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"up": "neocomputers:block/capacitor2_top",
"down": "neocomputers:block/capacitor_bottom",
"north": "neocomputers:block/capacitor2_side",
"south": "neocomputers:block/capacitor2_side",
"east": "neocomputers:block/capacitor2_side",
"west": "neocomputers:block/capacitor2_side",
"particle": "neocomputers:block/capacitor2_top"
}
}

View File

@@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"up": "neocomputers:block/capacitor3_top",
"down": "neocomputers:block/capacitor_bottom",
"north": "neocomputers:block/capacitor3_side",
"south": "neocomputers:block/capacitor3_side",
"east": "neocomputers:block/capacitor3_side",
"west": "neocomputers:block/capacitor3_side",
"particle": "neocomputers:block/capacitor3_top"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "neocomputers:block/capacitor"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "neocomputers:block/capacitor2"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "neocomputers:block/capacitor3"
}

View File

@@ -0,0 +1,16 @@
{
power: {
// amount of energy the different capacitor tiers can store
capacitors: [20000, 50000, 100000],
// how much energy combustion generators make per tick
combustionGeneration: 50,
// the energy capacity of the combustion generator
combustionMaxPower: 50000,
// how much energy solar generators make per tick
solarGeneration: 50,
// the energy capacity of the solar generator
solarMaxPower: 10000,
},
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 B