Botanical Addons

Botanical Addons

69.7k Downloads

Iridescent Saplings and Agricarnations

phaethonargamen opened this issue ยท 15 comments

commented

Simply my Agricarnations are not fertilizing the iridescent saplings tho before the new bug fix update they were.

commented

This appears to be a bug within botania itself. I'll probably PR it.

commented

If I remember correctly bushes don't get growth ticks from Agricarnations.

commented

Yeah, but saplings do, and there are ramifications to extending
BlockSapling.
On Mon, Dec 21, 2015 at 5:37 PM Crowe [email protected] wrote:

If I remember correctly bushes don't get growth ticks from Agricarnations.

โ€”
Reply to this email directly or view it on GitHub
#51 (comment)
.

commented

Implement IManaCollisionGhost ???

commented

... Oh.
On Mon, Dec 21, 2015 at 5:44 PM Crowe [email protected] wrote:

Implement IManaCollisionGhost ???

โ€”
Reply to this email directly or view it on GitHub
#51 (comment)
.

commented

Vazkii checks for that flag in the same line as the bush check. That way you can have your cake and eat it too.

commented

yep :3

commented

i'm trying it now

commented

Bushes are also explicitly ignored in the Agricarnations code.

commented

Although I don't see why vanilla saplings don't break with the bore lens, It doesn't seem to ignore them explicitly anywhere.

commented

They are blockbush.
On Mon, Dec 21, 2015 at 5:54 PM Crowe [email protected] wrote:

Although I don't see why vanilla saplings don't break with the bore lens,
It doesn't seem to ignore them explicitly anywhere.

โ€”
Reply to this email directly or view it on GitHub
#51 (comment)
.

commented

Ah that makes sense.

commented

IManaCollisionGhost only works on TileEntities, l0ne. we have a problem.

commented

Well thats unpleasant...

commented

closed via aec5d66