mrh0 / buildersaddition

Builders Addition Minecraft Forge Mod by MRH0
MIT License
6 stars 12 forks source link

Use tags in recipes #3

Closed p3lim closed 4 years ago

p3lim commented 4 years ago

An example is iron rods, there are other mods also providing this item (e.g. Immersive Engineering), so please use the tag instead of item everywhere.

mrh0 commented 4 years ago

the iron rod is already tagged, I've tested it with Immersive Engineering. Unless forge/IE changed it should still work. See: https://github.com/mrh0/buildersaddition/issues/1

mrh0 commented 4 years ago

Confirmed that iron rods still work with IE.

p3lim commented 4 years ago

Other way around, use the tag in your recipes, so IE iron rods can be used to craft your stuff.

mrh0 commented 4 years ago

Oh yeah, you're right, totally forgot! Thanks, will fix.

mrh0 commented 4 years ago

Fixed in 20200905a (I could still be missing something)