move saltpeter chem reactor to a circuit
This commit is contained in:
parent
8fba57695e
commit
8d17dca5c6
4 changed files with 13 additions and 4 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"ingredient": "firmalife:dessert_wine",
|
||||
"thirst": 15,
|
||||
"thirst": 10,
|
||||
"intoxication": 4000,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "species:iron_will",
|
||||
|
|
|
|||
|
|
@ -438,7 +438,10 @@ global.ADD_CIRCUIT = /** @type {const} */ ([
|
|||
{ recipeId: "gtceu:large_chemical_reactor/acetic_acid_from_methanol", circuitNumber: 1 },
|
||||
|
||||
{ recipeId: "gtceu:chemical_reactor/butraldehyde", circuitNumber: 5 },
|
||||
{ recipeId: "gtceu:large_chemical_reactor/butraldehyde", circuitNumber: 5 }
|
||||
{ recipeId: "gtceu:large_chemical_reactor/butraldehyde", circuitNumber: 5 },
|
||||
|
||||
{ recipeId: "gtceu:chemical_reactor/saltpeter", circuitNumber: 2 },
|
||||
{ recipeId: "gtceu:large_chemical_reactor/saltpeter", circuitNumber: 2 }
|
||||
]);
|
||||
//#endregion
|
||||
|
||||
|
|
|
|||
|
|
@ -772,7 +772,7 @@ global.BIG_ROCK_TABLE = /** @type {{String, RockType}} */ ({
|
|||
}),
|
||||
// Thermal Vent Deposit
|
||||
"sulphuric_rock": {
|
||||
material: 'tfg:igneous_mafic',
|
||||
material: 'tfg:sedimentary_organic',
|
||||
collapsible: false,
|
||||
isTFC: false,
|
||||
sound: 'dripstone_block',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue