Skip to content

Commit

Permalink
Removed Thermal Fire Charge recipes for alloys, so players need to us…
Browse files Browse the repository at this point in the history
…e more interesting mechanics than crafting
  • Loading branch information
NielsPilgaard committed Jan 26, 2021
1 parent aee197d commit 489b574
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,11 @@ events.listen('recipes', function (event) {
input: '#forge:ores/nickel',
type: 'thermal:smelter'
});

event.remove({
input: 'minecraft:fire_charge',
mod: 'thermal',
type: 'minecraft:crafting_shapeless'
});
event.remove({ type: 'pedestals:pedestal_crushing', output: '#forge:dyes' });
event.remove({ type: 'create:milling', output: '#forge:dyes' });
event.remove({ type: 'create:crushing', output: '#forge:dyes' });
Expand Down

0 comments on commit 489b574

Please sign in to comment.