OreCruncher / ThermalRecycling

Thermal Expansion add-on for recycling
MIT License
10 stars 7 forks source link

[BUG] "Cheat" with Thaumcraft + Automagy #100

Open spannerman79 opened 8 years ago

spannerman79 commented 8 years ago

Forge 1614 Thaumcraft-1.7.10-4.2.3.5.jar Automagy-1.7.10-0.28.2.jar ThermalRecycling-1.7.10-1.1.0.5.jar

Place any Golem into the Thermal Recycler with a Ethereal decomposition core and you obtain Automagy:CreativeTool

This allows someone in creative to upgrade a standard golem to advanced golem ( http://thaumcraft-4.wikia.com/wiki/Golemancy )

There is no crafting recipe for the Thinking cap so I am unsure how Thermal Recycling worked out to break down a golem (tested with all of them) would give a creative only item.

2016-04-11_15 58 28 2016-04-11_15 58 46 2016-04-11_15 59 06

OreCruncher commented 8 years ago

I have seen this with another mod. Sometimes a recipe can be registered with Forge but not be possible to craft. The recipes does not show in NEI either.

spannerman79 commented 2 years ago

For reference for anyone else that might search, add Automagy:creativeTool to Recipe Component Blacklist;

        # Recipes containing these items will be ignored [default: [ProjectE:item.pe_philosophers_stone]]
        S:"Recipe Component Blacklist" <
            ProjectE:item.pe_philosophers_stone
            Automagy:creativeTool
         >