Files
NeoComputers/src/main/resources/assets/neocomputers/neocomputers.json5
2026-04-16 18:14:42 +02:00

16 lines
455 B
Plaintext

{
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,
},
}