Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flowering Oak Trees causing crash when planted as saplings. #62

Open
ghost opened this issue May 17, 2021 · 0 comments
Open

Flowering Oak Trees causing crash when planted as saplings. #62

ghost opened this issue May 17, 2021 · 0 comments
Labels
1.12.2 crash This is an issue that causes a game crash

Comments

@ghost
Copy link

ghost commented May 17, 2021

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:

@supermassimo supermassimo added crash This is an issue that causes a game crash 1.12.2 labels May 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.12.2 crash This is an issue that causes a game crash
Projects
None yet
Development

No branches or pull requests

1 participant