You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When placing the presser in a biome where the area is covered in snow, makes the game crash. This doesnt apply to the horse grindstone.
[B#771] [15:25:26] [Server thread/FATAL]: Error executing task
[B#771] java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Cannot get property PropertyInteger{name=layers, clazz=class java.lang.Integer, values=[1, 2, 3, 4, 5, 6, 7, 8]} as it does not exist in BlockStateContainer{block=minecraft:air, properties=[]}
[B#771] at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_51]
[B#771] at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_51]
[B#771] at net.minecraft.util.Util.func_181617_a(Util.java:48) [h.class:?]
[B#771] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723) [MinecraftServer.class:?]
[B#771] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
[B#771] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:279) [chd.class:?]
[B#771] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
[B#771] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[B#771] Caused by: java.lang.IllegalArgumentException: Cannot get property PropertyInteger{name=layers, clazz=class java.lang.Integer, values=[1, 2, 3, 4, 5, 6, 7, 8]} as it does not exist in BlockStateContainer{block=minecraft:air, properties=[]}
[B#771] at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:209) ~[awu$a.class:?]
[B#771] at net.minecraft.block.BlockSnow.func_176200_f(BlockSnow.java:159) ~[atw.class:?]
[B#771] at net.minecraft.world.World.func_190527_a(World.java:3187) ~[amu.class:?]
[B#771] at se.gory_moon.horsepower.items.ItemBlockDouble.func_180614_a(ItemBlockDouble.java:41) ~[ItemBlockDouble.class:?]
[B#771] at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:889) ~[ForgeHooks.class:14.23.5.2855]
[B#771] at net.minecraft.item.ItemStack.func_179546_a(ItemStack.java:186) ~[aip.class:?]
[B#771] at net.minecraft.server.management.PlayerInteractionManager.func_187251_a(PlayerInteractionManager.java:481) ~[or.class:?]
[B#771] at net.minecraft.network.NetHandlerPlayServer.func_184337_a(NetHandlerPlayServer.java:741) ~[pa.class:?]
[B#771] at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:55) ~[ma.class:?]
[B#771] at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:11) ~[ma.class:?]
[B#771] at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:22) ~[hv$1.class:?]
[B#771] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_51]
[B#771] at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_51]
[B#771] at net.minecraft.util.Util.func_181617_a(Util.java:47) [h.class:?]
[B#771] ... 5 more
[B#771] [15:25:30] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3242ms behind, skipping 64 tick(s)
[B#771] [15:25:30] [Client thread/INFO]: Mapping halted in C:\Users\AppData\Roaming.technic\modpacks\tedious-ages\journeymap\data\sp\New World\DIM0
[B#771] [15:25:30] [Server thread/INFO]: Delaying server stop to finish Backup.
[B#771] [15:25:30] [Server thread/INFO]: Stopping server
[B#771] [15:25:30] [Server thread/INFO]: Saving players
[B#771] [15:25:30] [Server thread/INFO]: Saved 1 stages for loster31345.
[B#771] [15:25:30] [Server thread/INFO]: Saving worlds
[B#771] [15:25:30] [Server thread/INFO]: Saving chunks for level 'New World'/overworld
[B#771] [15:25:30] [Server thread/INFO]: Unloading dimension 0
[B#771] [15:25:31] [Server thread/INFO]: JEI search tree manager injection complete!
[B#771] [15:25:31] [Server thread/INFO]: Applying holder lookups
[B#771] [15:25:31] [Server thread/INFO]: Holder lookups applied
[B#771] [15:25:31] [Server thread/INFO]: Cleaning up all world data: 0 data blobs
[B#771] [15:25:35] [Client thread/FATAL]: Unreported exception thrown!
[B#771] java.lang.IllegalArgumentException: Cannot get property PropertyInteger{name=layers, clazz=class java.lang.Integer, values=[1, 2, 3, 4, 5, 6, 7, 8]} as it does not exist in BlockStateContainer{block=minecraft:air, properties=[]}
[B#771] at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:209) ~[awu$a.class:?]
[B#771] at net.minecraft.block.BlockSnow.func_176200_f(BlockSnow.java:159) ~[atw.class:?]
[B#771] at net.minecraft.world.World.func_190527_a(World.java:3187) ~[amu.class:?]
[B#771] at se.gory_moon.horsepower.items.ItemBlockDouble.func_180614_a(ItemBlockDouble.java:41) ~[ItemBlockDouble.class:?]
[B#771] at net.minecraft.item.ItemStack.func_179546_a(ItemStack.java:187) ~[aip.class:?]
[B#771] at net.minecraft.client.multiplayer.PlayerControllerMP.func_187099_a(PlayerControllerMP.java:467) ~[bsa.class:?]
[B#771] at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1579) ~[bib.class:?]
[B#771] at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2254) ~[bib.class:?]
[B#771] at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:2020) ~[bib.class:?]
[B#771] at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1808) ~[bib.class:?]
[B#771] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098) ~[bib.class:?]
[B#771] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398) [bib.class:?]
[B#771] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
[B#771] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
[B#771] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
[B#771] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
[B#771] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
[B#771] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
[B#771] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
The text was updated successfully, but these errors were encountered:
When placing the presser in a biome where the area is covered in snow, makes the game crash. This doesnt apply to the horse grindstone.
[B#771] [15:25:26] [Server thread/FATAL]: Error executing task
[B#771] java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Cannot get property PropertyInteger{name=layers, clazz=class java.lang.Integer, values=[1, 2, 3, 4, 5, 6, 7, 8]} as it does not exist in BlockStateContainer{block=minecraft:air, properties=[]}
[B#771] at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_51]
[B#771] at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_51]
[B#771] at net.minecraft.util.Util.func_181617_a(Util.java:48) [h.class:?]
[B#771] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723) [MinecraftServer.class:?]
[B#771] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
[B#771] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:279) [chd.class:?]
[B#771] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
[B#771] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[B#771] Caused by: java.lang.IllegalArgumentException: Cannot get property PropertyInteger{name=layers, clazz=class java.lang.Integer, values=[1, 2, 3, 4, 5, 6, 7, 8]} as it does not exist in BlockStateContainer{block=minecraft:air, properties=[]}
[B#771] at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:209) ~[awu$a.class:?]
[B#771] at net.minecraft.block.BlockSnow.func_176200_f(BlockSnow.java:159) ~[atw.class:?]
[B#771] at net.minecraft.world.World.func_190527_a(World.java:3187) ~[amu.class:?]
[B#771] at se.gory_moon.horsepower.items.ItemBlockDouble.func_180614_a(ItemBlockDouble.java:41) ~[ItemBlockDouble.class:?]
[B#771] at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:889) ~[ForgeHooks.class:14.23.5.2855]
[B#771] at net.minecraft.item.ItemStack.func_179546_a(ItemStack.java:186) ~[aip.class:?]
[B#771] at net.minecraft.server.management.PlayerInteractionManager.func_187251_a(PlayerInteractionManager.java:481) ~[or.class:?]
[B#771] at net.minecraft.network.NetHandlerPlayServer.func_184337_a(NetHandlerPlayServer.java:741) ~[pa.class:?]
[B#771] at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:55) ~[ma.class:?]
[B#771] at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:11) ~[ma.class:?]
[B#771] at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:22) ~[hv$1.class:?]
[B#771] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_51]
[B#771] at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_51]
[B#771] at net.minecraft.util.Util.func_181617_a(Util.java:47)
[h.class:?]\DIM0[B#771] ... 5 more
[B#771] [15:25:30] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3242ms behind, skipping 64 tick(s)
[B#771] [15:25:30] [Client thread/INFO]: Mapping halted in C:\Users\AppData\Roaming.technic\modpacks\tedious-ages\journeymap\data\sp\New World
[B#771] [15:25:30] [Server thread/INFO]: Delaying server stop to finish Backup.
[B#771] [15:25:30] [Server thread/INFO]: Stopping server
[B#771] [15:25:30] [Server thread/INFO]: Saving players
[B#771] [15:25:30] [Server thread/INFO]: Saved 1 stages for loster31345.
[B#771] [15:25:30] [Server thread/INFO]: Saving worlds
[B#771] [15:25:30] [Server thread/INFO]: Saving chunks for level 'New World'/overworld
[B#771] [15:25:30] [Server thread/INFO]: Unloading dimension 0
[B#771] [15:25:31] [Server thread/INFO]: JEI search tree manager injection complete!
[B#771] [15:25:31] [Server thread/INFO]: Applying holder lookups
[B#771] [15:25:31] [Server thread/INFO]: Holder lookups applied
[B#771] [15:25:31] [Server thread/INFO]: Cleaning up all world data: 0 data blobs
[B#771] [15:25:35] [Client thread/FATAL]: Unreported exception thrown!
[B#771] java.lang.IllegalArgumentException: Cannot get property PropertyInteger{name=layers, clazz=class java.lang.Integer, values=[1, 2, 3, 4, 5, 6, 7, 8]} as it does not exist in BlockStateContainer{block=minecraft:air, properties=[]}
[B#771] at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:209) ~[awu$a.class:?]
[B#771] at net.minecraft.block.BlockSnow.func_176200_f(BlockSnow.java:159) ~[atw.class:?]
[B#771] at net.minecraft.world.World.func_190527_a(World.java:3187) ~[amu.class:?]
[B#771] at se.gory_moon.horsepower.items.ItemBlockDouble.func_180614_a(ItemBlockDouble.java:41) ~[ItemBlockDouble.class:?]
[B#771] at net.minecraft.item.ItemStack.func_179546_a(ItemStack.java:187) ~[aip.class:?]
[B#771] at net.minecraft.client.multiplayer.PlayerControllerMP.func_187099_a(PlayerControllerMP.java:467) ~[bsa.class:?]
[B#771] at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1579) ~[bib.class:?]
[B#771] at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2254) ~[bib.class:?]
[B#771] at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:2020) ~[bib.class:?]
[B#771] at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1808) ~[bib.class:?]
[B#771] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098) ~[bib.class:?]
[B#771] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398) [bib.class:?]
[B#771] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
[B#771] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
[B#771] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
[B#771] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
[B#771] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
[B#771] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
[B#771] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
The text was updated successfully, but these errors were encountered: