Botania Unofficial

Botania Unofficial

795k Downloads

Let pure daisy recipes registered through the API provide the recipe time

williewillus opened this issue ยท 9 comments

commented

from irc

commented

at least there should be a secondary constructor...

commented

wait, what? NO! You changed the API, breaking all mods which add pure daisy recipes.

commented

look closer...the BotaniaAPI method is still there...

commented

I extend RecipePureDaisy... please just have a default constructor which is like the old one >.>

commented

it's not good form to remove without deprecation an old method from an API

commented

the api can shift whatever at this time and I didn't think changing a constructor was so much work, but fine

commented

This requires an api change, so it should leave the old version intact and add a new version that the daisy checks for.

commented

the api should always add to it, never remove. That way, you won't break old addons.

commented

It's not like you wouldn't have had to change it anyway (the constructor changed to use IBlockState in 1.8)

Anyways, readded.