copygirl / BetterStorage

A Minecraft mod aimed at offering more storage options.
http://copy.mcft.net/mc/BetterStorage/
MIT License
57 stars 33 forks source link

Support vanilla recipes better in crafting station #191

Closed copygirl closed 10 years ago

copygirl commented 10 years ago

Currently it only pulls exactly the same items automatically. Should work with wildcard and oredict entries as well.

SoniEx2 commented 10 years ago

May I help?

SoniEx2 commented 10 years ago

Ok uhh:

Wildcard: ItemStack where damage = OreDictionary.WILDCARD_VALUE or something OreDict: uhh... I think this one is a bit harder...

copygirl commented 10 years ago

I need to redo the whole recipe system. An instance of the recipe should be created when they match something and should only be used as long as the input stays the same.