Dynamic Trees - Biomes O' Plenty

Dynamic Trees - Biomes O' Plenty

5M Downloads

Flowering Oak Trees causing crash when planted as saplings.

Opened this issue ยท 0 comments

commented

1.12.2. Title says it all, flowering oak trees cause crashes when planted as saplings. Not always immediate, but it happens.

Report:

Time: 5/17/21 3:54 PM
Description: Ticking entity

java.lang.IllegalArgumentException: Cannot get property PropertyBool{name=decayable, clazz=class java.lang.Boolean, values=[true, false]} as it does not exist in BlockStateContainer{block=dynamictreesbop:leaves_flowering, properties=[fast_leaves, hydro, tree]}
at net.minecraft.block.state.BlockStateContainer$StateImplementation.getValue(BlockStateContainer.java:209)
at com.mactso.regrowth.events.MoveEntityEvent.vImproveLeaves(MoveEntityEvent.java:1052)
at com.mactso.regrowth.events.MoveEntityEvent.doVillagerRegrowthEvents(MoveEntityEvent.java:479)
at com.mactso.regrowth.events.MoveEntityEvent.handleEntityMoveEvents(MoveEntityEvent.java:188)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1394_MoveEntityEvent_handleEntityMoveEvents_LivingUpdateEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:581)
at net.minecraft.entity.EntityLivingBase.TickCentral_TrueOnUpdateTick(EntityLivingBase.java:2095)
at net.minecraft.entity.EntityLiving.TickCentral_TrueOnUpdateTick(EntityLiving.java:377)
at com.github.terminatornl.tickcentral.api.TickHub.trueOnUpdate(TickHub.java:56)
at com.github.terminatornl.tickcentral.api.TickInterceptor.redirectOnUpdate(TickInterceptor.java:28)
at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java)
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1996)
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:832)
at net.minecraft.world.World.updateEntity(World.java:1958)
at net.minecraft.world.World.redirect$zbd000$updateEntity(World.java:4123)
at net.minecraft.world.World.updateEntities(World.java:1762)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:279)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)

A detailed walkthrough of the error, its code path and all known details is as follows: