thermal: add a good mid-game biofuel processing line based on industrialforegoing

This commit is contained in:
2025-07-13 16:40:13 +02:00
parent fd5d608139
commit fc9780def5
6 changed files with 19 additions and 17 deletions

View File

@@ -51,6 +51,10 @@ ServerEvents.recipes(event => {
['minecraft:diamond_pickaxe', '#kubejs:grist/build/radiant']
]);
// Remove some basic generators where thermal dynamos are way better
event.remove({output: 'industrialforegoing:biofuel_generator'});
event.remove({output: 'industrialforegoing:pitiful_generator'});
let v = [['common', 'pity'], ['pity', 'simple'], ['simple', 'advanced'], ['advanced','supreme']].forEach(tierPair => {
event.replaceInput(
{id: `industrialforegoing:${tierPair[1]}_black_hole_unit`},