thermal: add a good mid-game biofuel processing line based on industrialforegoing
This commit is contained in:
@@ -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`},
|
||||
|
Reference in New Issue
Block a user