rewrite the ore processing to be even less code, buff compatability for agricultural automation
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
ServerEvents.recipes(event => {
|
||||
|
||||
// Completely remove the thermal cheese wheel, it gets confusing
|
||||
event.remove({output: 'thermal:cheese_wheel'});
|
||||
event.remove({input: 'thermal:cheese_wheel'});
|
||||
|
||||
// Sawdust for energy, of course.
|
||||
event.recipes.thermal.stirling_fuel('thermal:sawdust').energy(500)
|
||||
|
||||
|
Reference in New Issue
Block a user