superfluke / enderoni

MIT License
4 stars 6 forks source link

Crash when Wyrmwood saplings tries to grow near snow layer? #19

Open LTCatt opened 4 years ago

LTCatt commented 4 years ago

crash-2020-03-31_20.03.58-server.txt Minecraft 1.12.2, Stygian 1.0.4. Seems to be a crash caused by random growth event. I put the sapling on the endstone near snow, and after a while, it crashed.

Krutoy242 commented 3 years ago

Same problem, but with another blocks


java.lang.IllegalArgumentException: Cannot get property PropertyEnum{name=variant, clazz=class biomesoplenty.api.enums.BOPPlants, values=[shortgrass, mediumgrass, bush, sprout, poisonivy, berrybush, shrub, wheatgrass, dampgrass, koru, cloverpatch, leafpile, deadleafpile, deadgrass, desertgrass, desertsprouts]} as it does not exist in BlockStateContainer{block=minecraft:grass, properties=[snowy]}
    at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:209)
    at biomesoplenty.common.block.BlockBOPPlant.func_176200_f(BlockBOPPlant.java:288)
    at fluke.stygian.world.feature.WorldGenEnderCanopy.isValidGenLocation(WorldGenEnderCanopy.java:58)
    at fluke.stygian.world.feature.WorldGenEnderCanopy.func_180709_b(WorldGenEnderCanopy.java:39)
    at fluke.stygian.block.BlockEndCanopySapling.generateTree(BlockEndCanopySapling.java:81)
    at fluke.stygian.block.BlockEndCanopySapling.grow(BlockEndCanopySapling.java:71)
    at fluke.stygian.block.BlockEndCanopySapling.func_180650_b(BlockEndCanopySapling.java:58)
    at net.minecraft.block.Block.func_180645_a(Block.java:508)
MagmaBro123 commented 3 years ago

I doubt this mod will ever be active. Unless you're willing to continue this mod, then its dead.

quentin452 commented 11 months ago

The pull request 21 is merged into my fork , https://legacy.curseforge.com/minecraft/mc-mods/stygian-end-continuation/ so the issue should be fixed

Krutoy242 commented 11 months ago

The pull request 21 is merged into my fork , https://legacy.curseforge.com/minecraft/mc-mods/stygian-end-continuation/ so the issue should be fixed

Thanks for the info!