capacitor debug textures
This commit is contained in:
16
src/main/resources/assets/neocomputers/neocomputers.json5
Normal file
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,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user