move saltpeter chem reactor to a circuit

This commit is contained in:
Pyritie 2026-01-23 21:12:18 +00:00
parent 8fba57695e
commit 8d17dca5c6
4 changed files with 13 additions and 4 deletions

View file

@ -1,6 +1,8 @@
{
"ingredient": "firmalife:dessert_wine",
"thirst": 15,
"thirst": 10,
"intoxication": 4000,
"may_drink_when_full": true,
"effects": [
{
"type": "species:iron_will",

View file

@ -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

View file

@ -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',