Skip to content

Commit

Permalink
Merge pull request #1164 from Crindigo/remove-pyrotech-centrifuging
Browse files Browse the repository at this point in the history
Removed centrifuging of pyrotech foods for methane
  • Loading branch information
trainvoi authored Dec 14, 2024
2 parents 32b3715 + 104ef16 commit 7e832ac
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions groovy/prePostInit/ModifyRecipeMaps.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,42 @@ mods.gregtech.centrifuge.removeByInput(5, [item('minecraft:cookie')], null)
mods.gregtech.centrifuge.removeByInput(5, [item('minecraft:cooked_mutton')], null)
// Methane * 43
mods.gregtech.centrifuge.removeByInput(5, [item('minecraft:carrot')], null)
// Methane Gas * 78
mods.gregtech.centrifuge.removeByInput(5, [item('pyrotech:apple_baked')], null)
// Methane Gas * 86
mods.gregtech.centrifuge.removeByInput(5, [item('pyrotech:carrot_roasted')], null)
// Methane Gas * 86
mods.gregtech.centrifuge.removeByInput(5, [item('pyrotech:egg_roasted')], null)
// Methane Gas * 72
mods.gregtech.centrifuge.removeByInput(5, [item('pyrotech:mushroom_brown_roasted')], null)
// Methane Gas * 72
mods.gregtech.centrifuge.removeByInput(5, [item('pyrotech:mushroom_red_roasted')], null)
// Methane Gas * 34
mods.gregtech.centrifuge.removeByInput(5, [item('pyrotech:beetroot_roasted')], null)
// Methane Gas * 20
mods.gregtech.centrifuge.removeByInput(5, [item('pyrotech:burned_food')], null)
// Methane Gas * 22
mods.gregtech.centrifuge.removeByInput(5, [item('pyrotech:strange_tuber')], null)
// Methane Gas * 10
mods.gregtech.centrifuge.removeByInput(5, [item('pyrotech:pyroberry_wine')], null)
// Methane Gas * 10
mods.gregtech.centrifuge.removeByInput(5, [item('pyrotech:gloamberry_wine')], null)
// Methane Gas * 10
mods.gregtech.centrifuge.removeByInput(5, [item('pyrotech:freckleberry_wine')], null)
// Methane Gas * 9
mods.gregtech.centrifuge.removeByInput(5, [item('pyrotech:tainted_meat')], null)
// Methane Gas * 20
mods.gregtech.centrifuge.removeByInput(5, [item('pyrotech:pyroberries')], null)
// Methane Gas * 20
mods.gregtech.centrifuge.removeByInput(5, [item('pyrotech:gloamberries')], null)
// Methane Gas * 20
mods.gregtech.centrifuge.removeByInput(5, [item('pyrotech:freckleberries')], null)
// Methane Gas * 9
mods.gregtech.centrifuge.removeByInput(5, [item('pyrotech:marshmallow')], null)
// Methane Gas * 20
mods.gregtech.centrifuge.removeByInput(5, [item('pyrotech:marshmallow_roasted')], null)
// Methane Gas * 9
mods.gregtech.centrifuge.removeByInput(5, [item('pyrotech:marshmallow_burned')], null)
// Iron Dust * 1
mods.gregtech.centrifuge.removeByInput(30, [metaitem('dustYellowLimonite') * 4], null)
// Iron Dust * 1
Expand Down

0 comments on commit 7e832ac

Please sign in to comment.