squeek502 / VeganOption

A Minecraft mod that seeks to add vegan alternatives to all Minecraft mob/animal products
The Unlicense
45 stars 10 forks source link

Actually use the xp parameter. #62

Closed elifoster closed 8 years ago

elifoster commented 8 years ago

This changes addOreSmelting(String, ItemStack, float) to actually use its last float parameter, instead of always using 0.2. It also adds a new function, addOreSmelting(String, ItemStack) to call addOreSmelting(String, ItemStack, float) with the float value of 0.2.

squeek502 commented 8 years ago

Great catch, thanks!