Reliquary

Reliquary

2M Downloads

Fix for the Lilipad of Fertile not Working [1.7.10]

ppvolto opened this issue ยท 0 comments

commented

to get the effect of the Lilipad of Fertile to run on each tick you need to add it to the Block Update Schedule its this line i use it in the onBlockPlaced method of the Block Class
world.scheduleBlockUpdate(x, y, z, this, 20);