perky / Minechem

Add chemistry to minecraft.
http://www.minecraftforum.net/topic/988773-11-minechem-v15/
23 stars 7 forks source link

thaumcraft nuggets issue #130

Closed sammage closed 11 years ago

sammage commented 11 years ago

Hello! I'm playing a modpack with thaumcraft and others in, which adds nuggets to the forge ore dictionary. 1 ingot makes 9 nuggets. Its name in the ore dictionary thing is nuggetMetal - so like, nuggetIron. In MinechemRecipes.java for dealing with forge stuff you have:

else if(event.Name.contains("Copper")) {

etc etc. nuggetIron contains Iron, so iron nuggets have the same cost as iron bars or ingots in the decomposer. This allows you to multiply some metals!

I'm not a coder but i imagine the fix would be to either do it like you've done ores (if(event.Name.contains("nuggetCopper")) {) or put if it contains Copper and doesn't contain nugget? I dunno, I leave it up to smarter people! Love the mod, keep up the good work!

MFernflower commented 11 years ago

I could apply a fix for it. 1 nugget will become 1 ingot but needs more wattage per peice

regelneef commented 11 years ago

Couldn't you just reject nuggets? Because if it's just a power thing people will exploit this pretty quickly.

MFernflower commented 11 years ago

Will do. There will be no nugget support.

MFernflower commented 11 years ago

Close me