View Issue Details

IDProjectCategoryView StatusLast Update
0002776Industrial-Craft²machinespublic2022-01-14 03:09
ReporterRolanDecoy Assigned To 
PriorityhighSeveritycrashReproducibilityalways
Status newResolutionopen 
PlatformPCOSWindows 10OS Version19043.1415
Summary0002776: Crash on use soul sand
DescriptionThe game crashes because it couldn't find 'moisture' property in Soul Sand on Crop update tick (see Extra).
Steps To ReproduceCreate an automated farm using just the Crop Harvester, a Solar Power (probably not relevant), some Soul Sand with Crop (sticks) and Nether Wart. Not quite sure if it crashes on the Crop (seems to be the case) or the Crop Harvester.
Additional Informationjava.lang.IllegalArgumentException: Cannot get property PropertyInteger{name=moisture, clazz=class java.lang.Integer, values=[0, 1, 2, 3, 4, 5, 6, 7]} as it does not exist in BlockStateContainer{block=minecraft:soul_sand, properties=[]}
    at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:201)
    at ic2.core.crop.TileEntityCrop.updateTerrainHumidity(TileEntityCrop.java:621)
    at ic2.core.crop.TileEntityCrop.performTick(TileEntityCrop.java:232)
    at ic2.core.crop.TileEntityCrop.updateEntityServer(TileEntityCrop.java:200)
    at ic2.core.block.TileEntityBlock.func_73660_a(TileEntityBlock.java:326)
    at net.minecraft.world.World.func_72939_s(World.java:1838)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
    at java.lang.Thread.run(Unknown Source)
Tags1.12.2
Minecraft Version1.12.2

Activities

RolanDecoy

2022-01-14 03:09

reporter   ~0006313

Solution; Don't use Crop blocks (the sticks) on Soul Sand.

Issue History

Date Modified Username Field Change
2022-01-14 03:06 RolanDecoy New Issue
2022-01-14 03:06 RolanDecoy Tag Attached: 1.12.2
2022-01-14 03:09 RolanDecoy Note Added: 0006313