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

Compost: Add support for various modded farmland blocks #32

Closed squeek502 closed 8 years ago

squeek502 commented 8 years ago

From MCF:

Does compost work when connected to Extra Utilities' fertilized dirt, rather than vanilla farmland?

Relevant code: https://github.com/squeek502/VeganOption/blob/master/java/squeek/veganoption/blocks/BlockCompost.java#L46

Should turn the Blocks.farmland check into a farmlandBlocksList.contains check and add various modded blocks to that list in the relevant mod integration handlers.

ghost commented 8 years ago

Correction: I had said Extra Utilities, but it's actually with the Random Things mod.

And I'll take your word on that; programming standards left me behind when they went from Procedural to Object-Oriented.