capacitor debug textures
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "neocomputers:block/capacitor"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "neocomputers:block/capacitor2"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "neocomputers:block/capacitor3"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "neocomputers:block/capacitor"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "neocomputers:block/capacitor2"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "neocomputers:block/capacitor3"
|
||||
}
|
||||
16
src/main/resources/assets/neocomputers/neocomputers.json5
Normal 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,
|
||||
},
|
||||
}
|
||||
|
After Width: | Height: | Size: 119 B |
|
After Width: | Height: | Size: 112 B |
|
After Width: | Height: | Size: 119 B |
|
After Width: | Height: | Size: 112 B |
|
After Width: | Height: | Size: 112 B |
|
After Width: | Height: | Size: 119 B |
|
After Width: | Height: | Size: 112 B |