The Vegan Option

The Vegan Option

53.9k Downloads

Compost: Add support for various modded farmland blocks

squeek502 opened this issue ยท 1 comments

commented

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.

commented

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.