Jump to content

[SOLVED] [1.20.1] Game Crash Error -1, Log Provided


Recommended Posts

java.lang.IllegalArgumentException: Cannot get property EnumProperty{name=type, clazz=class net.minecraft.world.level.block.state.properties.SlabType, values=[top, bottom, double]} as it does not exist in Block{minecraft:grass_block}

I only found one other person with a similar issue however it was caused by a mod I do not have.

I'm not new to minecraft modded games per se, but it's definitely changed in the past few years I've been playing/modding other kinds of games. I'm totally stumped.

 

---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.

Time: 2023-07-17 22:44:48
Description: Unexpected error

java.lang.IllegalArgumentException: Cannot get property EnumProperty{name=type, clazz=class net.minecraft.world.level.block.state.properties.SlabType, values=[top, bottom, double]} as it does not exist in Block{minecraft:grass_block}
	at net.minecraft.world.level.block.state.StateHolder.m_61143_(StateHolder.java:98) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,re:computing_frames,re:classloading}
	at com.blackout.extendedslabs.blocks.slabified.FlowerBlockSlabified.m_7898_(FlowerBlockSlabified.java:42) ~[extendedslabs-1.20.1-3.0.0.jar%23436!/:3.0.0] {re:classloading}
	at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60710_(BlockBehaviour.java:814) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:BlockBehaviourPlanterMixin,pl:mixin:A}
	at net.minecraft.world.level.block.BushBlock.m_7417_(BushBlock.java:23) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60728_(BlockBehaviour.java:794) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:BlockBehaviourPlanterMixin,pl:mixin:A}
	at net.minecraft.world.level.redstone.NeighborUpdater.m_230770_(NeighborUpdater.java:36) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:classloading}
	at net.minecraft.world.level.redstone.CollectingNeighborUpdater$ShapeUpdate.m_213563_(CollectingNeighborUpdater.java:143) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:classloading}
	at net.minecraft.world.level.redstone.CollectingNeighborUpdater.m_230645_(CollectingNeighborUpdater.java:78) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:classloading}
	at net.minecraft.world.level.redstone.CollectingNeighborUpdater.m_230660_(CollectingNeighborUpdater.java:65) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:classloading}
	at net.minecraft.world.level.redstone.CollectingNeighborUpdater.m_213547_(CollectingNeighborUpdater.java:32) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:classloading}
	at net.minecraft.world.level.Level.m_213683_(Level.java:329) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:sereneseasons.mixins.json:MixinLevel,pl:mixin:APP:citadel.mixins.json:LevelMixin,pl:mixin:A}
	at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60705_(BlockBehaviour.java:736) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:BlockBehaviourPlanterMixin,pl:mixin:A}
	at net.minecraft.world.level.Level.markAndNotifyBlock(Level.java:260) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:sereneseasons.mixins.json:MixinLevel,pl:mixin:APP:citadel.mixins.json:LevelMixin,pl:mixin:A}
	at net.minecraft.world.level.Level.m_6933_(Level.java:227) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:sereneseasons.mixins.json:MixinLevel,pl:mixin:APP:citadel.mixins.json:LevelMixin,pl:mixin:A}
	at net.minecraft.client.multiplayer.ClientLevel.m_6933_(ClientLevel.java:159) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,xf:fml:xaerominimap:xaero_clientworldclass,pl:runtimedistcleaner:A,re:classloading,xf:fml:xaerominimap:xaero_clientworldclass,pl:mixin:APP:supplementaries-common.mixins.json:ClientLevelMixin,pl:mixin:APP:flywheel.mixins.json:ClientLevelMixin,pl:mixin:APP:citadel.mixins.json:client.ClientLevelMixin,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:thinair.common.mixins.json:client.ClientLevelMixin,pl:mixin:APP:mixins.essential.json:feature.particles.Mixin_AddParticleSystemToClientWorld,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.world.level.Level.m_7731_(Level.java:196) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:sereneseasons.mixins.json:MixinLevel,pl:mixin:APP:citadel.mixins.json:LevelMixin,pl:mixin:A}
	at net.minecraftforge.common.extensions.IForgeBlock.onDestroyedByPlayer(IForgeBlock.java:195) ~[forge-1.20.1-47.1.0-universal.jar%23557!/:?] {re:mixin,re:classloading}
	at net.minecraftforge.common.extensions.IForgeBlockState.onDestroyedByPlayer(IForgeBlockState.java:129) ~[forge-1.20.1-47.1.0-universal.jar%23557!/:?] {re:mixin,re:computing_frames,re:classloading}
	at net.minecraft.client.multiplayer.MultiPlayerGameMode.m_105267_(MultiPlayerGameMode.java:123) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.multiplayer.MultiPlayerGameMode.m_233754_(MultiPlayerGameMode.java:145) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.multiplayer.MultiPlayerGameMode.m_233729_(MultiPlayerGameMode.java:250) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.multiplayer.MultiPlayerGameMode.m_105269_(MultiPlayerGameMode.java:143) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_202354_(Minecraft.java:1632) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:carryon.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:feature.emote.Mixin_AllowMovementDuringEmoteWheel_HandleKeybinds,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_91279_(Minecraft.java:1972) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:carryon.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:feature.emote.Mixin_AllowMovementDuringEmoteWheel_HandleKeybinds,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_91398_(Minecraft.java:1795) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:carryon.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:feature.emote.Mixin_AllowMovementDuringEmoteWheel_HandleKeybinds,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1112) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:carryon.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:feature.emote.Mixin_AllowMovementDuringEmoteWheel_HandleKeybinds,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:carryon.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:feature.emote.Mixin_AllowMovementDuringEmoteWheel_HandleKeybinds,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.main(Main.java:218) ~[1.20.1-forge-47.1.0.jar:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
	at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {re:mixin}
	at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.0.jar:?] {}
	at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.1.0.jar:?] {}
	at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.1.0.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}


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

-- Head --
Thread: Render thread
Stacktrace:
	at net.minecraft.world.level.block.state.StateHolder.m_61143_(StateHolder.java:98) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,re:computing_frames,re:classloading}
	at com.blackout.extendedslabs.blocks.slabified.FlowerBlockSlabified.m_7898_(FlowerBlockSlabified.java:42) ~[extendedslabs-1.20.1-3.0.0.jar%23436!/:3.0.0] {re:classloading}
	at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60710_(BlockBehaviour.java:814) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:BlockBehaviourPlanterMixin,pl:mixin:A}
	at net.minecraft.world.level.block.BushBlock.m_7417_(BushBlock.java:23) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60728_(BlockBehaviour.java:794) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:BlockBehaviourPlanterMixin,pl:mixin:A}
	at net.minecraft.world.level.redstone.NeighborUpdater.m_230770_(NeighborUpdater.java:36) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:classloading}
	at net.minecraft.world.level.redstone.CollectingNeighborUpdater$ShapeUpdate.m_213563_(CollectingNeighborUpdater.java:143) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:classloading}
	at net.minecraft.world.level.redstone.CollectingNeighborUpdater.m_230645_(CollectingNeighborUpdater.java:78) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:classloading}
	at net.minecraft.world.level.redstone.CollectingNeighborUpdater.m_230660_(CollectingNeighborUpdater.java:65) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:classloading}
	at net.minecraft.world.level.redstone.CollectingNeighborUpdater.m_213547_(CollectingNeighborUpdater.java:32) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:classloading}
	at net.minecraft.world.level.Level.m_213683_(Level.java:329) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:sereneseasons.mixins.json:MixinLevel,pl:mixin:APP:citadel.mixins.json:LevelMixin,pl:mixin:A}
	at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60705_(BlockBehaviour.java:736) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:BlockBehaviourPlanterMixin,pl:mixin:A}
	at net.minecraft.world.level.Level.markAndNotifyBlock(Level.java:260) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:sereneseasons.mixins.json:MixinLevel,pl:mixin:APP:citadel.mixins.json:LevelMixin,pl:mixin:A}
	at net.minecraft.world.level.Level.m_6933_(Level.java:227) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:sereneseasons.mixins.json:MixinLevel,pl:mixin:APP:citadel.mixins.json:LevelMixin,pl:mixin:A}
	at net.minecraft.client.multiplayer.ClientLevel.m_6933_(ClientLevel.java:159) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,xf:fml:xaerominimap:xaero_clientworldclass,pl:runtimedistcleaner:A,re:classloading,xf:fml:xaerominimap:xaero_clientworldclass,pl:mixin:APP:supplementaries-common.mixins.json:ClientLevelMixin,pl:mixin:APP:flywheel.mixins.json:ClientLevelMixin,pl:mixin:APP:citadel.mixins.json:client.ClientLevelMixin,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:thinair.common.mixins.json:client.ClientLevelMixin,pl:mixin:APP:mixins.essential.json:feature.particles.Mixin_AddParticleSystemToClientWorld,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.world.level.Level.m_7731_(Level.java:196) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:sereneseasons.mixins.json:MixinLevel,pl:mixin:APP:citadel.mixins.json:LevelMixin,pl:mixin:A}
	at net.minecraftforge.common.extensions.IForgeBlock.onDestroyedByPlayer(IForgeBlock.java:195) ~[forge-1.20.1-47.1.0-universal.jar%23557!/:?] {re:mixin,re:classloading}
	at net.minecraftforge.common.extensions.IForgeBlockState.onDestroyedByPlayer(IForgeBlockState.java:129) ~[forge-1.20.1-47.1.0-universal.jar%23557!/:?] {re:mixin,re:computing_frames,re:classloading}
	at net.minecraft.client.multiplayer.MultiPlayerGameMode.m_105267_(MultiPlayerGameMode.java:123) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.multiplayer.MultiPlayerGameMode.m_233754_(MultiPlayerGameMode.java:145) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.multiplayer.MultiPlayerGameMode.m_233729_(MultiPlayerGameMode.java:250) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.multiplayer.MultiPlayerGameMode.m_105269_(MultiPlayerGameMode.java:143) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_202354_(Minecraft.java:1632) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:carryon.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:feature.emote.Mixin_AllowMovementDuringEmoteWheel_HandleKeybinds,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_91279_(Minecraft.java:1972) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:carryon.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:feature.emote.Mixin_AllowMovementDuringEmoteWheel_HandleKeybinds,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
-- Affected level --
Details:
	All players: 1 total; [LocalPlayer['kanapuro'/245, l='ClientLevel', x=1785.97, y=92.37, z=539.12]]
	Chunk stats: 961, 511
	Level dimension: minecraft:overworld
	Level spawn location: World: (1740,92,544), Section: (at 12,12,0 in 108,5,34; chunk contains blocks 1728,-64,544 to 1743,319,559), Region: (3,1; contains chunks 96,32 to 127,63, blocks 1536,-64,512 to 2047,319,1023)
	Level time: 517017 game time, 89679 day time
	Server brand: forge
	Server type: Integrated singleplayer server
Stacktrace:
	at net.minecraft.client.multiplayer.ClientLevel.m_6026_(ClientLevel.java:455) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,xf:fml:xaerominimap:xaero_clientworldclass,pl:runtimedistcleaner:A,re:classloading,xf:fml:xaerominimap:xaero_clientworldclass,pl:mixin:APP:supplementaries-common.mixins.json:ClientLevelMixin,pl:mixin:APP:flywheel.mixins.json:ClientLevelMixin,pl:mixin:APP:citadel.mixins.json:client.ClientLevelMixin,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:thinair.common.mixins.json:client.ClientLevelMixin,pl:mixin:APP:mixins.essential.json:feature.particles.Mixin_AddParticleSystemToClientWorld,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_91354_(Minecraft.java:2319) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:carryon.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:feature.emote.Mixin_AllowMovementDuringEmoteWheel_HandleKeybinds,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:740) ~[client-1.20.1-20230612.114412-srg.jar%23552!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:carryon.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:feature.emote.Mixin_AllowMovementDuringEmoteWheel_HandleKeybinds,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.main(Main.java:218) ~[1.20.1-forge-47.1.0.jar:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
	at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {re:mixin}
	at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.0.jar:?] {}
	at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.1.0.jar:?] {}
	at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.1.0.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}


-- Last reload --
Details:
	Reload number: 1
	Reload reason: initial
	Finished: Yes
	Packs: vanilla, mod_resources, Supplementaries Generated Pack, Suppsquared Generated Pack, piper

-- System Details --
Details:
	Minecraft Version: 1.20.1
	Minecraft Version ID: 1.20.1
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 17.0.3, Microsoft
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
	Memory: 595596840 bytes (568 MiB) / 4294967296 bytes (4096 MiB) up to 4294967296 bytes (4096 MiB)
	CPUs: 6
	Processor Vendor: AuthenticAMD
	Processor Name: AMD FX(tm)-6300 Six-Core Processor             
	Identifier: AuthenticAMD Family 21 Model 2 Stepping 0
	Microarchitecture: Piledriver
	Frequency (GHz): 3.52
	Number of physical packages: 1
	Number of physical CPUs: 3
	Number of logical CPUs: 6
	Graphics card #0 name: NVIDIA GeForce GTX 750 Ti
	Graphics card #0 vendor: NVIDIA (0x10de)
	Graphics card #0 VRAM (MB): 2048.00
	Graphics card #0 deviceId: 0x1380
	Graphics card #0 versionInfo: DriverVersion=31.0.15.3640
	Memory slot #0 capacity (MB): 8192.00
	Memory slot #0 clockSpeed (GHz): 0.67
	Memory slot #0 type: DDR3
	Memory slot #1 capacity (MB): 8192.00
	Memory slot #1 clockSpeed (GHz): 0.67
	Memory slot #1 type: DDR3
	Virtual memory max (MB): 24978.34
	Virtual memory used (MB): 13148.53
	Swap memory total (MB): 8627.68
	Swap memory used (MB): 216.19
	JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
	Launched Version: 1.20.1-forge-47.1.0
	Backend library: LWJGL version 3.3.1 build 7
	Backend API: NVIDIA GeForce GTX 750 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 536.40, NVIDIA Corporation
	Window size: 1920x1080
	GL Caps: Using framebuffer using OpenGL 3.2
	GL debug messages: 
	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
	Type: Integrated Server (map_client.txt)
	Graphics mode: fast
	Resource Packs: 
	Current Language: en_us
	CPU: 6x AMD FX(tm)-6300 Six-Core Processor 
	Server Running: true
	Player Count: 1 / 8; [ServerPlayer['kanapuro'/245, l='ServerLevel[§eColossal Skies§7 - ctRy]', x=1785.97, y=92.37, z=539.12]]
	Data Packs: vanilla, mod:colourfulllamas, mod:milkallthemobs, mod:craftmobs (incompatible), mod:fireproofboats, mod:extendedslabs (incompatible), mod:suggestionproviderfix (incompatible), mod:sophisticatedcore (incompatible), mod:horseexpert, mod:bowinfinityfix, mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:mixinextras (incompatible), mod:bookshelf, mod:almm, mod:sophisticatedbackpacks (incompatible), mod:scraps (incompatible), mod:upcycle, mod:fullturtlearmor (incompatible), mod:wares (incompatible), mod:keepmysoiltilled, mod:balm, mod:carryon (incompatible), mod:cloth_config (incompatible), mod:shetiphiancore, mod:dragonmounts, mod:revampedwolf (incompatible), mod:supplementaries, mod:ironbows (incompatible), mod:corpse, mod:replantingcrops, mod:flowerymooblooms (incompatible), mod:farmersdelight, mod:ends_delight, mod:slimemerger (incompatible), mod:customizableelytra (incompatible), mod:cmdcam, mod:heyberryshutup (incompatible), mod:supermartijn642corelib (incompatible), mod:thepotsmod, mod:hole_filler_mod, mod:curios (incompatible), mod:corail_woodcutter, mod:blockui, mod:collective, mod:simplehats (incompatible), mod:horse_colors, mod:jewelcraft (incompatible), mod:angelring, mod:thirst (incompatible), mod:salt (incompatible), mod:atlaslib (incompatible), mod:worldedit (incompatible), mod:punji, mod:cfm, mod:architectury (incompatible), mod:bambooeverything (incompatible), mod:seamless (incompatible), mod:allthetrims (incompatible), mod:nametagtweaks, mod:biomeinfo, mod:chimes, mod:woodenbucket, mod:flib, mod:woodenshears, mod:fallingtree (incompatible), mod:smallernetherportals, mod:infinitetrading, mod:chickensshed, mod:randombonemealflowers, mod:essential (incompatible), mod:jmc (incompatible), mod:mobplaques, mod:herespawn (incompatible), mod:mca (incompatible), mod:additionallanterns (incompatible), mod:jei, mod:visualworkbench, mod:splash_milk (incompatible), mod:libraryferret, mod:justmobheads, mod:goldencrops, mod:carpeted (incompatible), mod:waystones, mod:more_interactions (incompatible), mod:comforts (incompatible), mod:artifacts, mod:sereneseasons (incompatible), mod:sereneseasonfix (incompatible), mod:jumpboat, mod:netheritehorsearmor (incompatible), mod:dungeoncrawl, mod:anvilrestoration, mod:breedablekillerrabbit, mod:charms (incompatible), mod:bedspreads (incompatible), mod:additional_lights, mod:continents, mod:display_case (incompatible), mod:usefulslime (incompatible), mod:strongfarmland (incompatible), mod:skinlayers3d, mod:forge, mod:chalk (incompatible), mod:friendsandfoes (incompatible), mod:chococraft, mod:terrablender (incompatible), mod:biomesoplenty (incompatible), mod:radiantgear (incompatible), mod:moonlight (incompatible), mod:mysterious_mountain_lib (incompatible), mod:corn_delight (incompatible), mod:extractpoison, mod:nightlights, mod:bettersafebed (incompatible), mod:jade (incompatible), mod:animal_feeding_trough (incompatible), mod:mendable_anvils (incompatible), mod:creativecore, mod:ceramicbucket, mod:spectrelib (incompatible), mod:domum_ornamentum, mod:ceramicshears, mod:thinair, mod:notenoughanimations, mod:flywheel, mod:create, mod:randomsheepcolours, mod:xaerominimap, mod:bucketlib, mod:dyed (incompatible), mod:some_assembly_required, mod:cyclepaintings, mod:polymorph (incompatible), mod:multibeds, mod:sit, mod:piper (incompatible), mod:leavemybarsalone, mod:diagonalfences, mod:structurize, mod:raised (incompatible), mod:minecolonies, mod:jadecolonies (incompatible), mod:appleskin (incompatible), mod:connectedglass (incompatible), mod:puzzleslib, mod:charmofundying (incompatible), mod:aquaculture, mod:colourfulgoats, mod:pgwbandedtorches (incompatible), mod:craftablehorsearmour (incompatible), mod:followme (incompatible), mod:player_companions, mod:bushierflowers (incompatible), mod:expandability (incompatible), Supplementaries Generated Pack, mod:suppsquared (incompatible), mod:smarterfarmers (incompatible), Suppsquared Generated Pack, mod:geckolib, mod:dynamiclights (incompatible), mod:forgeendertech, mod:jeed (incompatible), mod:clickadv (incompatible), mod:leavesbegone, mod:pamhc2foodextended (incompatible), mod:patchouli (incompatible), mod:doapi (incompatible), mod:vinery (incompatible), mod:adchimneys, mod:enchantinginfuser, mod:darkpaintings (incompatible), mod:tradingpost, mod:caupona (incompatible), mod:borderlesswindow (incompatible), mod:doubledoors, mod:pamhc2trees (incompatible), mod:universalbonemeal, mod:magnumtorch, mod:pamhc2crops (incompatible), mod:beekeeperhut (incompatible), mod:barteringstation, mod:seasonhud (incompatible), mod:pamhc2foodcore (incompatible), mod:diet, mod:pizzacraft, mod:moblassos, mod:overflowingbars, mod:botarium (incompatible), mod:duckling (incompatible), mod:resourcefulconfig (incompatible), mod:snuffles (incompatible), mod:earthmobsmod (incompatible), mod:moremobvariants, mod:mavapi (incompatible), mod:ad_astra (incompatible), mod:aqupdcaracal, mod:despawningeggshatch, mod:vanilla_degus (incompatible), mod:resourcefullib (incompatible), mod:mavm (incompatible), mod:netherdepthsupgrade (incompatible)
	Enabled Feature Flags: minecraft:vanilla
	World Generation: Stable
	ModLauncher: 10.0.9+10.0.9+main.dcd20f30
	ModLauncher launch target: forgeclient
	ModLauncher naming: srg
	ModLauncher services: 
		mixin-0.8.5.jar mixin PLUGINSERVICE 
		eventbus-6.0.5.jar eventbus PLUGINSERVICE 
		fmlloader-1.20.1-47.1.0.jar slf4jfixer PLUGINSERVICE 
		fmlloader-1.20.1-47.1.0.jar object_holder_definalize PLUGINSERVICE 
		fmlloader-1.20.1-47.1.0.jar runtime_enum_extender PLUGINSERVICE 
		fmlloader-1.20.1-47.1.0.jar capability_token_subclass PLUGINSERVICE 
		accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE 
		fmlloader-1.20.1-47.1.0.jar runtimedistcleaner PLUGINSERVICE 
		modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE 
		modlauncher-10.0.9.jar essential-loader TRANSFORMATIONSERVICE 
		modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE 
	FML Language Providers: 
		[email protected]
		lowcodefml@null
		javafml@null
	Mod List: 
		ColourfulLlamas-1.20.1-1.1.jar                    |Colourful Llamas              |colourfulllamas               |1.20.1-1.1          |DONE      |Manifest: NOSIGNATURE
		botarium-forge-1.20.1-2.1.2.jar                   |Botarium                      |botarium                      |2.1.2               |DONE      |Manifest: NOSIGNATURE
		milkallthemobs-1.20.1-3.0.jar                     |Milk All The Mobs             |milkallthemobs                |3.0                 |DONE      |Manifest: NOSIGNATURE
		ForgeEndertech-1.20.1-11.1.0.0-build.0142.jar     |ForgeEndertech                |forgeendertech                |11.1.0.0            |DONE      |Manifest: NOSIGNATURE
		duckling-3.0.0-forge.jar                          |Duckling                      |duckling                      |3.0.0               |DONE      |Manifest: NOSIGNATURE
		clickadv-1.20.1-3.0.jar                           |clickadv mod                  |clickadv                      |1.20.1-3.0          |DONE      |Manifest: NOSIGNATURE
		balm-forge-1.20-7.0.4.jar                         |Balm                          |balm                          |7.0.4               |DONE      |Manifest: NOSIGNATURE
		cloth-config-11.1.106-forge.jar                   |Cloth Config v10 API          |cloth_config                  |11.1.106            |DONE      |Manifest: NOSIGNATURE
		shetiphiancore-forge-1.20.1-1.0.jar               |ShetiPhian-Core               |shetiphiancore                |1.20.1-1.0          |DONE      |Manifest: NOSIGNATURE
		LeavesBeGone-v8.0.0-1.20.1-Forge.jar              |Leaves Be Gone                |leavesbegone                  |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		revampedwolf-1.20.1-5.0.0.jar                     |RevampedWolf                  |revampedwolf                  |1.20.1-5.0.0        |DONE      |Manifest: NOSIGNATURE
		supplementaries-1.20-2.5.18.jar                   |Supplementaries               |supplementaries               |1.20-2.5.18         |DONE      |Manifest: NOSIGNATURE
		corpse-1.20.1-1.0.3.jar                           |Corpse                        |corpse                        |1.20.1-1.0.3        |DONE      |Manifest: NOSIGNATURE
		replantingcrops-1.20.1-5.1.jar                    |Replanting Crops              |replantingcrops               |5.1                 |DONE      |Manifest: NOSIGNATURE
		heyberryshutup-1.20.0-2.0.3.jar                   |Hey Berry! SHUT UP            |heyberryshutup                |1.20.0-2.0.3        |DONE      |Manifest: NOSIGNATURE
		supermartijn642corelib-1.1.9-forge-mc1.20.jar     |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.1.9               |DONE      |Manifest: NOSIGNATURE
		resourcefulconfig-forge-1.20-2.0.0.jar            |Resourcefulconfig             |resourcefulconfig             |2.0.0               |DONE      |Manifest: NOSIGNATURE
		ThePotsMod-1.20.1-1.0.jar                         |The Pots Mod                  |thepotsmod                    |1.20.1-1.0          |DONE      |Manifest: NOSIGNATURE
		curios-forge-5.2.0-beta.3+1.20.1.jar              |Curios API                    |curios                        |5.2.0-beta.3+1.20.1 |DONE      |Manifest: NOSIGNATURE
		corail_woodcutter-1.20.1-3.0.1.jar                |Corail Woodcutter             |corail_woodcutter             |3.0.1               |DONE      |Manifest: NOSIGNATURE
		Jewelry-1.4.3.jar                                 |Jewelcraft                    |jewelcraft                    |1.4.3               |DONE      |Manifest: NOSIGNATURE
		AngelRing2-1.20.1-2.2.1.jar                       |Angel Ring 2                  |angelring                     |2.2.1               |DONE      |Manifest: NOSIGNATURE
		ThirstRemade-1.0.3.jar                            |Thirst Remade                 |thirst                        |1.20.1-1.0.3        |DONE      |Manifest: NOSIGNATURE
		salt-1.20.1-1.2.1.jar                             |Salt                          |salt                          |1.2.1               |DONE      |Manifest: NOSIGNATURE
		Atlas+Lib-1.20.1-1.1.11a.jar                      |Atlas Lib                     |atlaslib                      |1.1.10b             |DONE      |Manifest: NOSIGNATURE
		worldedit-mod-7.2.15.jar                          |WorldEdit                     |worldedit                     |7.2.15+6463-5ca4dff |DONE      |Manifest: NOSIGNATURE
		punji-1.20.1-1.1.jar                              |The Punji Mod                 |punji                         |1.20.1-1.1          |DONE      |Manifest: NOSIGNATURE
		cfm-forge-1.20.1-7.0.0-pre36.jar                  |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre36         |DONE      |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
		nametagtweaks-1.20.1-3.0.jar                      |Name Tag Tweaks               |nametagtweaks                 |3.0                 |DONE      |Manifest: NOSIGNATURE
		biomeinfo-1.20-1.5.jar                            |BiomeInfo                     |biomeinfo                     |1.5                 |DONE      |Manifest: NOSIGNATURE
		Chimes-v2.0.0-1.20.1.jar                          |Chimes                        |chimes                        |2.0.0               |DONE      |Manifest: NOSIGNATURE
		woodenbucket-1.20.1-2.0.1.0.jar                   |Wooden Bucket                 |woodenbucket                  |1.20.1-2.0.1.0      |DONE      |Manifest: NOSIGNATURE
		flib-1.20.1-0.0.7.jar                             |flib                          |flib                          |0.0.7               |DONE      |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
		AdChimneys-1.20.1-10.1.0.0-build.0142.jar         |Advanced Chimneys             |adchimneys                    |10.1.0.0            |DONE      |Manifest: NOSIGNATURE
		FallingTree-1.20.1-4.2.0.jar                      |FallingTree                   |fallingtree                   |4.2.0               |DONE      |Manifest: 3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29
		smallernetherportals-1.20.1-3.4.jar               |Smaller Nether Portals        |smallernetherportals          |3.4                 |DONE      |Manifest: NOSIGNATURE
		EnchantingInfuser-v8.0.0-1.20.1-Forge.jar         |Enchanting Infuser            |enchantinginfuser             |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		DarkPaintings-Forge-1.20.1-17.0.1.jar             |DarkPaintings                 |darkpaintings                 |17.0.1              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
		randombonemealflowers-1.20.1-4.1.jar              |Random Bone Meal Flowers      |randombonemealflowers         |4.1                 |DONE      |Manifest: NOSIGNATURE
		Essential (forge_1.20.1).jar                      |Essential                     |essential                     |12933+deploy-staging|DONE      |Manifest: NOSIGNATURE
		BorderlessWindow-1.20-1.6.0.jar                   |Borderless Window             |borderlesswindow              |1.20-1.6.0          |DONE      |Manifest: NOSIGNATURE
		doubledoors-1.20.1-5.0.jar                        |Double Doors                  |doubledoors                   |5.0                 |DONE      |Manifest: NOSIGNATURE
		herespawn-forge-1.20.1-1.1.1.jar                  |Herespawn                     |herespawn                     |1.1.1               |DONE      |Manifest: NOSIGNATURE
		jei-1.20.1-forge-15.2.0.23.jar                    |Just Enough Items             |jei                           |15.2.0.23           |DONE      |Manifest: NOSIGNATURE
		VisualWorkbench-v8.0.0-1.20.1-Forge.jar           |Visual Workbench              |visualworkbench               |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		UniversalBoneMeal-v8.0.0-1.20.1-Forge.jar         |Universal Bone Meal           |universalbonemeal             |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		splash_milk-2.1.0.jar                             |Splash Milk                   |splash_milk                   |2.1.0               |DONE      |Manifest: NOSIGNATURE
		libraryferret-forge-1.20.1-4.0.0.jar              |Library ferret                |libraryferret                 |4.0.0               |DONE      |Manifest: NOSIGNATURE
		GoldenCrops-1.20.1-1.1.jar                        |Golden Crops                  |goldencrops                   |1.20.1-1.1          |DONE      |Manifest: NOSIGNATURE
		carpeted-1.20-1.4.jar                             |Carpeted                      |carpeted                      |1.20-1.4            |DONE      |Manifest: NOSIGNATURE
		smarterfarmers-1.20-1.7.3.jar                     |Smarter Farmers               |smarterfarmers                |1.20-1.7.3          |DONE      |Manifest: NOSIGNATURE
		SereneSeasons-1.20.1-9.0.0.43.jar                 |Serene Seasons                |sereneseasons                 |9.0.0.43            |DONE      |Manifest: NOSIGNATURE
		sereneseasonfix-1.20.1-1.0.8.jar                  |Sereneseasonfix               |sereneseasonfix               |1.20.1-1.0.8        |DONE      |Manifest: NOSIGNATURE
		jumpboat-1.20.0-1.0.5.jar                         |Jumpy Boats                   |jumpboat                      |1.20.0-1.0.5        |DONE      |Manifest: NOSIGNATURE
		NetheriteHorseArmor-CJ-forge-mc1.20-1.4.0.jar     |Netherite Horse Armor         |netheritehorsearmor           |1.4.0               |DONE      |Manifest: NOSIGNATURE
		anvilrestoration-1.20.1-2.0.jar                   |Anvil Restoration             |anvilrestoration              |2.0                 |DONE      |Manifest: NOSIGNATURE
		snuffles-1.0.7.jar                                |Snuffles                      |snuffles                      |1.0.7               |DONE      |Manifest: NOSIGNATURE
		additional_lights-1.20.1-2.1.7.jar                |Additional Lights             |additional_lights             |2.1.7               |DONE      |Manifest: NOSIGNATURE
		Display+Case-forge-1.20-1.0.6.jar                 |Display Case Mod              |display_case                  |1.0.6               |DONE      |Manifest: NOSIGNATURE
		forge-1.20.1-47.1.0-universal.jar                 |Forge                         |forge                         |47.1.0              |DONE      |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
		chalk-1.20.1-1.6.1.jar                            |Chalk                         |chalk                         |1.6.1               |DONE      |Manifest: NOSIGNATURE
		client-1.20.1-20230612.114412-srg.jar             |Minecraft                     |minecraft                     |1.20.1              |DONE      |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
		TerraBlender-forge-1.20.1-3.0.0.167.jar           |TerraBlender                  |terrablender                  |3.0.0.167           |DONE      |Manifest: NOSIGNATURE
		BiomesOPlenty-1.20.1-18.0.0.592.jar               |Biomes O' Plenty              |biomesoplenty                 |18.0.0.592          |DONE      |Manifest: NOSIGNATURE
		MendableAnvils-forge-1.20-1.0.1.jar               |Mendable Anvils               |mendable_anvils               |1.0.1               |DONE      |Manifest: NOSIGNATURE
		pamhc2crops-1.20-1.0.2.jar                        |Pam's HarvestCraft 2 - Crops  |pamhc2crops                   |1.0.2               |DONE      |Manifest: NOSIGNATURE
		ceramicbucket-1.20.1-4.0.0.0.jar                  |Ceramic Bucket                |ceramicbucket                 |1.20.1-4.0.0.0      |DONE      |Manifest: NOSIGNATURE
		spectrelib-forge-0.13.12+1.20.1.jar               |SpectreLib                    |spectrelib                    |0.13.12+1.20.1      |DONE      |Manifest: NOSIGNATURE
		domum_ornamentum-1.20-1.0.104-ALPHA-universal.jar |Domum Ornamentum              |domum_ornamentum              |1.20-1.0.104-ALPHA  |DONE      |Manifest: NOSIGNATURE
		ceramicshears-1.20-1.8.0.0.jar                    |Ceramic Shears                |ceramicshears                 |1.20-1.8.0.0        |DONE      |Manifest: NOSIGNATURE
		notenoughanimations-forge-1.6.4-mc1.20.jar        |NotEnoughAnimations Mod       |notenoughanimations           |1.6.4               |DONE      |Manifest: NOSIGNATURE
		flywheel-forge-1.20-0.6.9-4.jar                   |Flywheel                      |flywheel                      |0.6.9-4             |DONE      |Manifest: NOSIGNATURE
		Xaeros_Minimap_23.5.0_Forge_1.20.jar              |Xaero's Minimap               |xaerominimap                  |23.5.0              |DONE      |Manifest: NOSIGNATURE
		pamhc2foodcore-1.20-1.0.0.jar                     |Pam's HarvestCraft 2 - Food Co|pamhc2foodcore                |1.0.0               |DONE      |Manifest: NOSIGNATURE
		cyclepaintings-1.20.1-3.2.jar                     |Cycle Paintings               |cyclepaintings                |3.2                 |DONE      |Manifest: NOSIGNATURE
		polymorph-forge-0.49.0+1.20.1.jar                 |Polymorph                     |polymorph                     |0.49.0+1.20.1       |DONE      |Manifest: NOSIGNATURE
		multibeds-forge-1.20.1-1.0.jar                    |Multi-Beds                    |multibeds                     |1.20.1-1.0          |DONE      |Manifest: NOSIGNATURE
		sit-1.20-1.3.3.jar                                |Sit                           |sit                           |1.3.3               |DONE      |Manifest: NOSIGNATURE
		Piper-1.20-1.1.2.jar                              |Piper                         |piper                         |1.1.2               |DONE      |Manifest: NOSIGNATURE
		LeaveMyBarsAlone-v8.0.0-1.20.1-Forge.jar          |Leave My Bars Alone           |leavemybarsalone              |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		EarthMobs-1.20.1-7.0.1.jar                        |Earth Mobs Mod                |earthmobsmod                  |1.20.1-7.0.1        |DONE      |Manifest: NOSIGNATURE
		structurize-1.20-1.0.584-BETA.jar                 |Structurize                   |structurize                   |1.20-1.0.584-BETA   |DONE      |Manifest: NOSIGNATURE
		appleskin-forge-mc1.20.1-2.5.0.jar                |AppleSkin                     |appleskin                     |2.5.0+mc1.20.1      |DONE      |Manifest: NOSIGNATURE
		moremobvariants-forge+1.20-1.2.2.jar              |More Mob Variants             |moremobvariants               |1.2.2               |DONE      |Manifest: NOSIGNATURE
		connectedglass-1.1.7-forge-mc1.20.jar             |Connected Glass               |connectedglass                |1.1.7               |DONE      |Manifest: NOSIGNATURE
		PuzzlesLib-v8.0.7-1.20.1-Forge.jar                |Puzzles Lib                   |puzzleslib                    |8.0.7               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		PizzaCraft-1.20.1-7.0.0.jar                       |PizzaCraft                    |pizzacraft                    |7.0.0               |DONE      |Manifest: NOSIGNATURE
		Aquaculture-1.20.1-2.5.0.jar                      |Aquaculture 2                 |aquaculture                   |2.5.0               |DONE      |Manifest: NOSIGNATURE
		Follow+Me-1.20-1.1.8.jar                          |Follow Me                     |followme                      |1.1.8               |DONE      |Manifest: NOSIGNATURE
		mavapi-1.1.1-mc1.20 (1).jar                       |More Axolotl Variants API     |mavapi                        |1.1.1               |DONE      |Manifest: NOSIGNATURE
		ad_astra-forge-1.20.1-1.15.2.jar                  |Ad Astra                      |ad_astra                      |1.15.2              |DONE      |Manifest: NOSIGNATURE
		geckolib-forge-1.20.1-4.2.1.jar                   |GeckoLib 4                    |geckolib                      |4.2.1               |DONE      |Manifest: NOSIGNATURE
		craftmobs-1.20-3.0.jar                            |Craft Mobs                    |craftmobs                     |1.20-3.0            |DONE      |Manifest: NOSIGNATURE
		fireproofboats-1.20.0-1.0.1.jar                   |Fireproof Boats               |fireproofboats                |1.20.0-1.0.1        |DONE      |Manifest: NOSIGNATURE
		extendedslabs-1.20.1-3.0.0.jar                    |${modName}                    |extendedslabs                 |3.0.0               |DONE      |Manifest: NOSIGNATURE
		SuggestionProviderFix-1.20.1-1.0.0.jar            |Suggestion Provider Fix       |suggestionproviderfix         |1.20.1-1.0.0        |DONE      |Manifest: NOSIGNATURE
		dynamiclights-1.20.1.0.jar                        |Dynamic Lights                |dynamiclights                 |1.20.1.0            |DONE      |Manifest: NOSIGNATURE
		sophisticatedcore-1.20.1-0.5.81.378.jar           |Sophisticated Core            |sophisticatedcore             |1.20.1-0.5.81.378   |DONE      |Manifest: NOSIGNATURE
		HorseExpert-v8.0.0-1.20.1-Forge.jar               |Horse Expert                  |horseexpert                   |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		bowinfinityfix-1.20.x-forge-2.6.0.jar             |Bow Infinity Fix              |bowinfinityfix                |2.6.0               |DONE      |Manifest: NOSIGNATURE
		citadel-2.4.2-1.20.1.jar                          |Citadel                       |citadel                       |2.4.2               |DONE      |Manifest: NOSIGNATURE
		alexsmobs-1.22.5.jar                              |Alex's Mobs                   |alexsmobs                     |1.22.5              |DONE      |Manifest: NOSIGNATURE
		mixinextras-forge-0.2.0-beta.9.jar                |MixinExtras                   |mixinextras                   |0.2.0-beta.9        |DONE      |Manifest: NOSIGNATURE
		Bookshelf-Forge-1.20.1-20.0.1.jar                 |Bookshelf                     |bookshelf                     |20.0.1              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
		AnotherLiquidMilkMod-1.20-1.0.1.jar               |Another Liquid Milk Mod       |almm                          |1.0.1               |DONE      |Manifest: NOSIGNATURE
		sophisticatedbackpacks-1.20.1-3.18.56.890.jar     |Sophisticated Backpacks       |sophisticatedbackpacks        |1.20.1-3.18.56.890  |DONE      |Manifest: NOSIGNATURE
		scraps-1.20.1-0.1.1.jar                           |scraps                        |scraps                        |0.1.1               |DONE      |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
		Upcycle-1.20.x-(v.1.1.0).jar                      |Upcycle                       |upcycle                       |1.1.0               |DONE      |Manifest: NOSIGNATURE
		fullturtlearmor-1.4.1-forge-mc1.20.1.jar          |Full Turtle Armor             |fullturtlearmor               |1.4.1               |DONE      |Manifest: NOSIGNATURE
		jeed-1.20-2.1.4.jar                               |Just Enough Effects Descriptio|jeed                          |1.20-2.1.4          |DONE      |Manifest: NOSIGNATURE
		wares-1.20.1-1.0.2.jar                            |Wares                         |wares                         |1.0.2               |DONE      |Manifest: NOSIGNATURE
		keepmysoiltilled-1.20.1-2.0.jar                   |Keep My Soil Tilled           |keepmysoiltilled              |2.0                 |DONE      |Manifest: NOSIGNATURE
		carryon-forge-1.20.1-2.1.0.1.jar                  |Carry On                      |carryon                       |2.1.0.1             |DONE      |Manifest: NOSIGNATURE
		aqupdcaracal-1.20-2.3.1.jar                       |Caracal mob                   |aqupdcaracal                  |1.20-2.3.1          |DONE      |Manifest: NOSIGNATURE
		dragonmounts-1.20.1-1.1.5.b3.jar                  |Dragon Mounts: Legacy         |dragonmounts                  |1.1.5.b3            |DONE      |Manifest: NOSIGNATURE
		despawningeggshatch-1.20.1-4.1.jar                |Despawning Eggs Hatch         |despawningeggshatch           |4.1                 |DONE      |Manifest: NOSIGNATURE
		ironbows-1.20.1-FORGE-1.8.jar                     |Iron Bows (Forge)             |ironbows                      |1.20.1-FORGE-1.8    |DONE      |Manifest: NOSIGNATURE
		friendsandfoes-flowerymooblooms-forge-mc1.20-1.1.0|Friends&Foes - Flowery Moobloo|flowerymooblooms              |1.1.0               |DONE      |Manifest: NOSIGNATURE
		FarmersDelight-1.20.1-1.2.2a.jar                  |Farmer's Delight              |farmersdelight                |1.20.1-1.2.2a       |DONE      |Manifest: NOSIGNATURE
		ends_delight-1.20.1-1.0.jar                       |End's Delight                 |ends_delight                  |1.0                 |DONE      |Manifest: NOSIGNATURE
		SlimeMerger-1.20.1-1.0.jar                        |Slime Merger                  |slimemerger                   |1.0                 |DONE      |Manifest: NOSIGNATURE
		customizableelytra-forge-2.1.0+1.20.jar           |Customizable Elytra           |customizableelytra            |2.1.0+1.20          |DONE      |Manifest: NOSIGNATURE
		CMDCam_FORGE_v2.0.20_mc1.20.jar                   |CMDCam                        |cmdcam                        |2.0.20              |DONE      |Manifest: NOSIGNATURE
		pamhc2foodextended-1.20-1.0.0.jar                 |Pam's HarvestCraft 2 - Food Ex|pamhc2foodextended            |1.0.0               |DONE      |Manifest: NOSIGNATURE
		hole_filler_mod-1.2.8_mc-1.20.1_forge.jar         |Hole Filler Mod               |hole_filler_mod               |1.2.8               |DONE      |Manifest: NOSIGNATURE
		Patchouli-1.20.1-80-FORGE.jar                     |Patchouli                     |patchouli                     |1.20.1-80-FORGE     |DONE      |Manifest: NOSIGNATURE
		blockui-1.20-0.0.84-ALPHA.jar                     |UI Library Mod                |blockui                       |1.20-0.0.84-ALPHA   |DONE      |Manifest: NOSIGNATURE
		suppsquared-1.20-1.1.5.jar                        |Supplementaries Squared       |suppsquared                   |1.20-1.1.5          |DONE      |Manifest: NOSIGNATURE
		collective-1.20.1-6.65.jar                        |Collective                    |collective                    |6.65                |DONE      |Manifest: NOSIGNATURE
		simplehats-forge-1.20.1-0.2.1.jar                 |SimpleHats                    |simplehats                    |1.20.1-0.2.1        |DONE      |Manifest: NOSIGNATURE
		realistic_horse_genetics-1.20.1-11.4.jar          |Realistic Horse Genetics      |horse_colors                  |1.20.1-11.4         |DONE      |Manifest: NOSIGNATURE
		vanilla_degus-1.20-v1.4.0-forge.jar               |Vanilla Degus                 |vanilla_degus                 |1.4.0               |DONE      |Manifest: NOSIGNATURE
		resourcefullib-forge-1.20.1-2.1.3.jar             |Resourceful Lib               |resourcefullib                |2.1.3               |DONE      |Manifest: NOSIGNATURE
		seasonhud-1.20.1-1.4.20.jar                       |SeasonHUD                     |seasonhud                     |1.4.20              |DONE      |Manifest: NOSIGNATURE
		architectury-9.1.10-forge.jar                     |Architectury                  |architectury                  |9.1.10              |DONE      |Manifest: NOSIGNATURE
		BambooEverything-forge-3.0.1-build.55+mc1.20.1.jar|Bamboo Everything             |bambooeverything              |3.0.1-build.55+mc1.2|DONE      |Manifest: NOSIGNATURE
		doapi-1.2.4-forge.jar                             |Lets Do Api                   |doapi                         |1.2.4               |DONE      |Manifest: NOSIGNATURE
		seamless-1.4.0-forge-mc1.20-1.20.1.jar            |Seamless                      |seamless                      |1.4.0               |DONE      |Manifest: NOSIGNATURE
		letsdo-vinery-forge-1.4.1.jar                     |Vinery                        |vinery                        |1.4.1               |DONE      |Manifest: NOSIGNATURE
		allthetrims-3.1.2-forge+1.20.1.jar                |AllTheTrims                   |allthetrims                   |3.1.2               |DONE      |Manifest: NOSIGNATURE
		animal_feeding_trough-1.0.3+1.20.1-forge.jar      |Animal Feeding Trough         |animal_feeding_trough         |1.0.3+1.20.1-forge  |DONE      |Manifest: NOSIGNATURE
		woodenshears-1.20-1.4.0.1.jar                     |Wooden Shears                 |woodenshears                  |1.20-1.4.0.1        |DONE      |Manifest: NOSIGNATURE
		infinitetrading-1.20.1-4.0.jar                    |Infinite Trading              |infinitetrading               |4.0                 |DONE      |Manifest: NOSIGNATURE
		chickensshed-1.4.0-0.jar                          |ChickensShed                  |chickensshed                  |1.4.0-0             |DONE      |Manifest: NOSIGNATURE
		mavm-1.2.4-mc1.20.jar                             |More Axolotl Variants Mod     |mavm                          |1.2.4               |DONE      |Manifest: NOSIGNATURE
		TradingPost-v8.0.1-1.20.1-Forge.jar               |Trading Post                  |tradingpost                   |8.0.1               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		caupona-1.20.1-0.4.4.jar                          |Caupona                       |caupona                       |1.20.1-0.4.4        |DONE      |Manifest: NOSIGNATURE
		JustMoreCakes-forge-1.20-1.12.1.jar               |Just More Cakes!              |jmc                           |1.12.1              |DONE      |Manifest: NOSIGNATURE
		MobPlaques-v8.0.0-1.20.1-Forge.jar                |Mob Plaques                   |mobplaques                    |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		pamhc2trees-1.20-1.0.2.jar                        |Pam's HarvestCraft 2 - Trees  |pamhc2trees                   |1.0.2               |DONE      |Manifest: NOSIGNATURE
		minecraft-comes-alive-7.5.3+1.20.1-universal.jar  |Minecraft Comes Alive         |mca                           |7.5.3+1.20.1        |DONE      |Manifest: NOSIGNATURE
		additionallanterns-1.0.4-forge-mc1.20.jar         |Additional Lanterns           |additionallanterns            |1.0.4               |DONE      |Manifest: NOSIGNATURE
		justmobheads-1.20.1-7.3.jar                       |Just Mob Heads                |justmobheads                  |7.3                 |DONE      |Manifest: NOSIGNATURE
		create-1.20.1-0.5.1.d.jar                         |Create                        |create                        |0.5.1.d             |DONE      |Manifest: NOSIGNATURE
		waystones-forge-1.20-14.0.1.jar                   |Waystones                     |waystones                     |14.0.1              |DONE      |Manifest: NOSIGNATURE
		more_interactions-1.20.1-4.0.0.jar                |More Interactions             |more_interactions             |1.20.1-4.0.0        |DONE      |Manifest: NOSIGNATURE
		comforts-forge-6.3.3+1.20.1.jar                   |Comforts                      |comforts                      |6.3.3+1.20.1        |DONE      |Manifest: NOSIGNATURE
		artifacts-1.20.1-7.0.2.jar                        |Artifacts                     |artifacts                     |1.20.1-7.0.2        |DONE      |Manifest: NOSIGNATURE
		Dungeon+Crawl-1.20.1-2.3.14.jar                   |Dungeon Crawl                 |dungeoncrawl                  |2.3.14              |DONE      |Manifest: NOSIGNATURE
		breedablekillerrabbit-1.20.1-3.2.jar              |Breedable Killer Rabbit       |breedablekillerrabbit         |3.2                 |DONE      |Manifest: NOSIGNATURE
		charms-2.0.1-1.20.1.jar                           |Charms                        |charms                        |2.0.1-1.20.1        |DONE      |Manifest: NOSIGNATURE
		bedspreads-forge-6.2.0+1.20.1.jar                 |Bedspreads                    |bedspreads                    |6.2.0+1.20.1        |DONE      |Manifest: NOSIGNATURE
		netherdepthsupgrade-3.0.1-1.20.jar                |Nether Depths Upgrade         |netherdepthsupgrade           |3.0.1-1.20          |DONE      |Manifest: NOSIGNATURE
		Continents_1.20.1_v1.1.2.jar                      |Continents                    |continents                    |1.1.2               |DONE      |Manifest: NOSIGNATURE
		UsefulSlime-forge-1.20-1.6.0.jar                  |Useful Slime                  |usefulslime                   |1.6.0               |DONE      |Manifest: NOSIGNATURE
		strongerfarmland-1.20.1-1.1.1.jar                 |Stronger Farmland             |strongfarmland                |1.1.1               |DONE      |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
		3dskinlayers-forge-1.5.4-mc1.20.1.jar             |3dSkinLayers                  |skinlayers3d                  |1.5.4               |DONE      |Manifest: NOSIGNATURE
		friendsandfoes-forge-mc1.20.1-1.9.3.jar           |Friends&Foes                  |friendsandfoes                |1.9.3               |DONE      |Manifest: NOSIGNATURE
		chococraft-1.20.1-forge-0.9.5.jar                 |Chococraft 4                  |chococraft                    |0.9.5               |DONE      |Manifest: NOSIGNATURE
		radiantgear-forge-2.1.0+1.20.1.jar                |Radiant Gear                  |radiantgear                   |2.1.0+1.20.1        |DONE      |Manifest: NOSIGNATURE
		moonlight-1.20-2.6.1-forge.jar                    |Moonlight Library             |moonlight                     |1.20-2.6.1          |DONE      |Manifest: NOSIGNATURE
		mysterious_mountain_lib-1.2.7-1.20.jar            |Mysterious Mountain Lib       |mysterious_mountain_lib       |1.2.7-1.20          |DONE      |Manifest: NOSIGNATURE
		corn_delight-1.0.3-1.20.1.jar                     |Corn Delight                  |corn_delight                  |1.0.3-1.20.1        |DONE      |Manifest: NOSIGNATURE
		MagnumTorch-v8.0.0-1.20.1-Forge.jar               |Magnum Torch                  |magnumtorch                   |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		extractpoison-1.20.1-3.1.jar                      |Extract Poison                |extractpoison                 |3.1                 |DONE      |Manifest: NOSIGNATURE
		nightlights-1.20.1-1.1.jar                        |Night Lights                  |nightlights                   |1.1                 |DONE      |Manifest: NOSIGNATURE
		bettersafebed-forge-1.20-8.jar                    |Better Safe Bed               |bettersafebed                 |1.20-8              |DONE      |Manifest: NOSIGNATURE
		Jade-1.20-forge-11.1.4.jar                        |Jade                          |jade                          |11.1.4              |DONE      |Manifest: NOSIGNATURE
		friendsandfoes-beekeeperhut-forge-mc1.20-1.3.0.jar|Friends&Foes - Beekeeper Hut  |beekeeperhut                  |1.3.0               |DONE      |Manifest: NOSIGNATURE
		CreativeCore_FORGE_v2.10.28_mc1.20.1.jar          |CreativeCore                  |creativecore                  |2.10.28             |DONE      |Manifest: NOSIGNATURE
		ThinAir-v8.0.0-1.20.1-Forge.jar                   |Thin Air                      |thinair                       |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		BarteringStation-v8.0.0-1.20.1-Forge.jar          |Bartering Station             |barteringstation              |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		randomsheepcolours-1.20.1-3.1.jar                 |Random Sheep Colours          |randomsheepcolours            |3.1                 |DONE      |Manifest: NOSIGNATURE
		bucketlib-1.20.1-2.1.0.0.jar                      |BucketLib                     |bucketlib                     |1.20.1-2.1.0.0      |DONE      |Manifest: NOSIGNATURE
		dyed-forge-1.20-1.1.2.jar                         |Dyed                          |dyed                          |1.1.2               |DONE      |Manifest: NOSIGNATURE
		diet-forge-2.1.0+1.20.1.jar                       |Diet                          |diet                          |2.1.0+1.20.1        |DONE      |Manifest: NOSIGNATURE
		some-assembly-required-1.20.1-4.0.0.jar           |Some Assembly Required        |some_assembly_required        |1.20.1-4.0.0        |DONE      |Manifest: NOSIGNATURE
		DiagonalFences-v8.0.0-1.20.1-Forge.jar            |Diagonal Fences               |diagonalfences                |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		raised-forge-1.20.1-2.0.0.jar                     |Raised                        |raised                        |2.0.0               |DONE      |Manifest: NOSIGNATURE
		minecolonies-1.20.1-1.1.22-BETA.jar               |MineColonies                  |minecolonies                  |1.20.1-1.1.22-BETA  |DONE      |Manifest: NOSIGNATURE
		JadeColonies-1.20.1-1.4.1.jar                     |JadeColonies                  |jadecolonies                  |1.4.1               |DONE      |Manifest: NOSIGNATURE
		charmofundying-forge-6.4.2+1.20.1.jar             |Charm of Undying              |charmofundying                |6.4.2+1.20.1        |DONE      |Manifest: NOSIGNATURE
		ColourfulGoats-1.20.1-1.3.jar                     |Colourful Goats               |colourfulgoats                |1.20.1-1.3          |DONE      |Manifest: NOSIGNATURE
		pgwbandedtorches-1.20.1-1.0.20230617a.jar         |PixelGameWizard's Banded Torch|pgwbandedtorches              |1.20.1-1.0.20230617a|DONE      |Manifest: NOSIGNATURE
		Craftable+Horse+Armour++Saddle-1.20-1.10.jar      |CHA&S - Craftable Horse Armour|craftablehorsearmour          |1.10                |DONE      |Manifest: NOSIGNATURE
		player_companions_1.20.1-6.0.0.jar                |Bo's Player Companions        |player_companions             |6.0.0               |DONE      |Manifest: NOSIGNATURE
		bushierflowers-0.0.3-1.20.1.jar                   |Bushier Flowers               |bushierflowers                |0.0.3-1.20.1        |DONE      |Manifest: NOSIGNATURE
		expandability-forge-9.0.0.jar                     |ExpandAbility                 |expandability                 |9.0.0               |DONE      |Manifest: NOSIGNATURE
		MobLassos-v8.0.0-1.20.1-Forge.jar                 |Mob Lassos                    |moblassos                     |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		OverflowingBars-v8.0.0-1.20.1-Forge.jar           |Overflowing Bars              |overflowingbars               |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
	Crash Report UUID: b686e1f7-3426-4966-976e-ab8a19302dfe
	FML: 47.1
	Forge: net.minecraftforge:47.1.0
	Flywheel Backend: GL33 Instanced Arrays

 

Edited by Oliver Brown
Link to comment
Share on other sites

  • Oliver Brown changed the title to [1.20.1] Game Crash Error -1, Log Provided

Removed what I thought was causing it, still happens.

For explanation on what I'm doing, I'm trying to break a flower or grass so I can place a fence. In doing so, suddenly my game crashes. I'm so confused!!!

The game crashed whilst unexpected error
Error: java.lang.IllegalArgumentException: Cannot get property EnumProperty{name=type, clazz=class net.minecraft.world.level.block.state.properties.SlabType, values=[top, bottom, double]} as it does not exist in Block{minecraft:grass_block}

Exit Code: -1
---- Minecraft Crash Report ----
// Daisy, daisy...

Time: 2023-07-18 09:52:31
Description: Unexpected error

java.lang.IllegalArgumentException: Cannot get property EnumProperty{name=type, clazz=class net.minecraft.world.level.block.state.properties.SlabType, values=[top, bottom, double]} as it does not exist in Block{minecraft:grass_block}
	at net.minecraft.world.level.block.state.StateHolder.m_61143_(StateHolder.java:98) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,re:computing_frames,re:classloading}
	at com.blackout.extendedslabs.blocks.slabified.FlowerBlockSlabified.m_7898_(FlowerBlockSlabified.java:42) ~[extendedslabs-1.20.1-3.0.0.jar%23434!/:3.0.0] {re:classloading}
	at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60710_(BlockBehaviour.java:814) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:BlockBehaviourPlanterMixin,pl:mixin:A}
	at net.minecraft.world.level.block.BushBlock.m_7417_(BushBlock.java:23) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60728_(BlockBehaviour.java:794) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:BlockBehaviourPlanterMixin,pl:mixin:A}
	at net.minecraft.world.level.redstone.NeighborUpdater.m_230770_(NeighborUpdater.java:36) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:classloading}
	at net.minecraft.world.level.redstone.CollectingNeighborUpdater$ShapeUpdate.m_213563_(CollectingNeighborUpdater.java:143) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:classloading}
	at net.minecraft.world.level.redstone.CollectingNeighborUpdater.m_230645_(CollectingNeighborUpdater.java:78) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:classloading}
	at net.minecraft.world.level.redstone.CollectingNeighborUpdater.m_230660_(CollectingNeighborUpdater.java:65) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:classloading}
	at net.minecraft.world.level.redstone.CollectingNeighborUpdater.m_213547_(CollectingNeighborUpdater.java:32) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:classloading}
	at net.minecraft.world.level.Level.m_213683_(Level.java:329) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:sereneseasons.mixins.json:MixinLevel,pl:mixin:APP:citadel.mixins.json:LevelMixin,pl:mixin:A}
	at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60705_(BlockBehaviour.java:736) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:BlockBehaviourPlanterMixin,pl:mixin:A}
	at net.minecraft.world.level.Level.markAndNotifyBlock(Level.java:260) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:sereneseasons.mixins.json:MixinLevel,pl:mixin:APP:citadel.mixins.json:LevelMixin,pl:mixin:A}
	at net.minecraft.world.level.Level.m_6933_(Level.java:227) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:sereneseasons.mixins.json:MixinLevel,pl:mixin:APP:citadel.mixins.json:LevelMixin,pl:mixin:A}
	at net.minecraft.client.multiplayer.ClientLevel.m_6933_(ClientLevel.java:159) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,xf:fml:xaerominimap:xaero_clientworldclass,pl:runtimedistcleaner:A,re:classloading,xf:fml:xaerominimap:xaero_clientworldclass,pl:mixin:APP:supplementaries-common.mixins.json:ClientLevelMixin,pl:mixin:APP:flywheel.mixins.json:ClientLevelMixin,pl:mixin:APP:citadel.mixins.json:client.ClientLevelMixin,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:thinair.common.mixins.json:client.ClientLevelMixin,pl:mixin:APP:mixins.essential.json:feature.particles.Mixin_AddParticleSystemToClientWorld,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.world.level.Level.m_7731_(Level.java:196) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:sereneseasons.mixins.json:MixinLevel,pl:mixin:APP:citadel.mixins.json:LevelMixin,pl:mixin:A}
	at net.minecraftforge.common.extensions.IForgeBlock.onDestroyedByPlayer(IForgeBlock.java:195) ~[forge-1.20.1-47.1.0-universal.jar%23555!/:?] {re:mixin,re:classloading}
	at net.minecraftforge.common.extensions.IForgeBlockState.onDestroyedByPlayer(IForgeBlockState.java:129) ~[forge-1.20.1-47.1.0-universal.jar%23555!/:?] {re:mixin,re:computing_frames,re:classloading}
	at net.minecraft.client.multiplayer.MultiPlayerGameMode.m_105267_(MultiPlayerGameMode.java:123) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.multiplayer.MultiPlayerGameMode.m_233754_(MultiPlayerGameMode.java:145) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.multiplayer.MultiPlayerGameMode.m_233729_(MultiPlayerGameMode.java:250) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.multiplayer.MultiPlayerGameMode.m_105269_(MultiPlayerGameMode.java:143) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_202354_(Minecraft.java:1632) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:carryon.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:feature.emote.Mixin_AllowMovementDuringEmoteWheel_HandleKeybinds,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_91279_(Minecraft.java:1972) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:carryon.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:feature.emote.Mixin_AllowMovementDuringEmoteWheel_HandleKeybinds,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_91398_(Minecraft.java:1795) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:carryon.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:feature.emote.Mixin_AllowMovementDuringEmoteWheel_HandleKeybinds,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1112) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:carryon.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:feature.emote.Mixin_AllowMovementDuringEmoteWheel_HandleKeybinds,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:carryon.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:feature.emote.Mixin_AllowMovementDuringEmoteWheel_HandleKeybinds,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.main(Main.java:218) ~[1.20.1-forge-47.1.0.jar:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
	at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {re:mixin}
	at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.0.jar:?] {}
	at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.1.0.jar:?] {}
	at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.1.0.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}


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

-- Head --
Thread: Render thread
Stacktrace:
	at net.minecraft.world.level.block.state.StateHolder.m_61143_(StateHolder.java:98) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,re:computing_frames,re:classloading}
	at com.blackout.extendedslabs.blocks.slabified.FlowerBlockSlabified.m_7898_(FlowerBlockSlabified.java:42) ~[extendedslabs-1.20.1-3.0.0.jar%23434!/:3.0.0] {re:classloading}
	at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60710_(BlockBehaviour.java:814) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:BlockBehaviourPlanterMixin,pl:mixin:A}
	at net.minecraft.world.level.block.BushBlock.m_7417_(BushBlock.java:23) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60728_(BlockBehaviour.java:794) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:BlockBehaviourPlanterMixin,pl:mixin:A}
	at net.minecraft.world.level.redstone.NeighborUpdater.m_230770_(NeighborUpdater.java:36) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:classloading}
	at net.minecraft.world.level.redstone.CollectingNeighborUpdater$ShapeUpdate.m_213563_(CollectingNeighborUpdater.java:143) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:classloading}
	at net.minecraft.world.level.redstone.CollectingNeighborUpdater.m_230645_(CollectingNeighborUpdater.java:78) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:classloading}
	at net.minecraft.world.level.redstone.CollectingNeighborUpdater.m_230660_(CollectingNeighborUpdater.java:65) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:classloading}
	at net.minecraft.world.level.redstone.CollectingNeighborUpdater.m_213547_(CollectingNeighborUpdater.java:32) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:classloading}
	at net.minecraft.world.level.Level.m_213683_(Level.java:329) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:sereneseasons.mixins.json:MixinLevel,pl:mixin:APP:citadel.mixins.json:LevelMixin,pl:mixin:A}
	at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60705_(BlockBehaviour.java:736) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:BlockBehaviourPlanterMixin,pl:mixin:A}
	at net.minecraft.world.level.Level.markAndNotifyBlock(Level.java:260) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:sereneseasons.mixins.json:MixinLevel,pl:mixin:APP:citadel.mixins.json:LevelMixin,pl:mixin:A}
	at net.minecraft.world.level.Level.m_6933_(Level.java:227) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:sereneseasons.mixins.json:MixinLevel,pl:mixin:APP:citadel.mixins.json:LevelMixin,pl:mixin:A}
	at net.minecraft.client.multiplayer.ClientLevel.m_6933_(ClientLevel.java:159) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,xf:fml:xaerominimap:xaero_clientworldclass,pl:runtimedistcleaner:A,re:classloading,xf:fml:xaerominimap:xaero_clientworldclass,pl:mixin:APP:supplementaries-common.mixins.json:ClientLevelMixin,pl:mixin:APP:flywheel.mixins.json:ClientLevelMixin,pl:mixin:APP:citadel.mixins.json:client.ClientLevelMixin,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:thinair.common.mixins.json:client.ClientLevelMixin,pl:mixin:APP:mixins.essential.json:feature.particles.Mixin_AddParticleSystemToClientWorld,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.world.level.Level.m_7731_(Level.java:196) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:sereneseasons.mixins.json:MixinLevel,pl:mixin:APP:citadel.mixins.json:LevelMixin,pl:mixin:A}
	at net.minecraftforge.common.extensions.IForgeBlock.onDestroyedByPlayer(IForgeBlock.java:195) ~[forge-1.20.1-47.1.0-universal.jar%23555!/:?] {re:mixin,re:classloading}
	at net.minecraftforge.common.extensions.IForgeBlockState.onDestroyedByPlayer(IForgeBlockState.java:129) ~[forge-1.20.1-47.1.0-universal.jar%23555!/:?] {re:mixin,re:computing_frames,re:classloading}
	at net.minecraft.client.multiplayer.MultiPlayerGameMode.m_105267_(MultiPlayerGameMode.java:123) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.multiplayer.MultiPlayerGameMode.m_233754_(MultiPlayerGameMode.java:145) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.multiplayer.MultiPlayerGameMode.m_233729_(MultiPlayerGameMode.java:250) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.multiplayer.MultiPlayerGameMode.m_105269_(MultiPlayerGameMode.java:143) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_202354_(Minecraft.java:1632) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:carryon.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:feature.emote.Mixin_AllowMovementDuringEmoteWheel_HandleKeybinds,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_91279_(Minecraft.java:1972) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:carryon.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:feature.emote.Mixin_AllowMovementDuringEmoteWheel_HandleKeybinds,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
-- Affected level --
Details:
	All players: 1 total; [LocalPlayer['kanapuro'/243, l='ClientLevel', x=1784.40, y=91.00, z=539.25]]
	Chunk stats: 961, 609
	Level dimension: minecraft:overworld
	Level spawn location: World: (1740,92,544), Section: (at 12,12,0 in 108,5,34; chunk contains blocks 1728,-64,544 to 1743,319,559), Region: (3,1; contains chunks 96,32 to 127,63, blocks 1536,-64,512 to 2047,319,1023)
	Level time: 517488 game time, 90150 day time
	Server brand: forge
	Server type: Integrated singleplayer server
Stacktrace:
	at net.minecraft.client.multiplayer.ClientLevel.m_6026_(ClientLevel.java:455) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,xf:fml:xaerominimap:xaero_clientworldclass,pl:runtimedistcleaner:A,re:classloading,xf:fml:xaerominimap:xaero_clientworldclass,pl:mixin:APP:supplementaries-common.mixins.json:ClientLevelMixin,pl:mixin:APP:flywheel.mixins.json:ClientLevelMixin,pl:mixin:APP:citadel.mixins.json:client.ClientLevelMixin,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:thinair.common.mixins.json:client.ClientLevelMixin,pl:mixin:APP:mixins.essential.json:feature.particles.Mixin_AddParticleSystemToClientWorld,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_91354_(Minecraft.java:2319) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:carryon.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:feature.emote.Mixin_AllowMovementDuringEmoteWheel_HandleKeybinds,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:740) ~[client-1.20.1-20230612.114412-srg.jar%23550!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:carryon.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:feature.emote.Mixin_AllowMovementDuringEmoteWheel_HandleKeybinds,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.main(Main.java:218) ~[1.20.1-forge-47.1.0.jar:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
	at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {re:mixin}
	at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.0.jar:?] {}
	at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.1.0.jar:?] {}
	at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.1.0.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
	at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}


-- Last reload --
Details:
	Reload number: 1
	Reload reason: initial
	Finished: Yes
	Packs: vanilla, mod_resources, Supplementaries Generated Pack, Suppsquared Generated Pack, piper

-- System Details --
Details:
	Minecraft Version: 1.20.1
	Minecraft Version ID: 1.20.1
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 17.0.3, Microsoft
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
	Memory: 435768288 bytes (415 MiB) / 4294967296 bytes (4096 MiB) up to 4294967296 bytes (4096 MiB)
	CPUs: 6
	Processor Vendor: AuthenticAMD
	Processor Name: AMD FX(tm)-6300 Six-Core Processor             
	Identifier: AuthenticAMD Family 21 Model 2 Stepping 0
	Microarchitecture: Piledriver
	Frequency (GHz): 3.52
	Number of physical packages: 1
	Number of physical CPUs: 3
	Number of logical CPUs: 6
	Graphics card #0 name: NVIDIA GeForce GTX 750 Ti
	Graphics card #0 vendor: NVIDIA (0x10de)
	Graphics card #0 VRAM (MB): 2048.00
	Graphics card #0 deviceId: 0x1380
	Graphics card #0 versionInfo: DriverVersion=31.0.15.3640
	Memory slot #0 capacity (MB): 8192.00
	Memory slot #0 clockSpeed (GHz): 0.67
	Memory slot #0 type: DDR3
	Memory slot #1 capacity (MB): 8192.00
	Memory slot #1 clockSpeed (GHz): 0.67
	Memory slot #1 type: DDR3
	Virtual memory max (MB): 24978.34
	Virtual memory used (MB): 13490.21
	Swap memory total (MB): 8627.68
	Swap memory used (MB): 107.17
	JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
	Launched Version: 1.20.1-forge-47.1.0
	Backend library: LWJGL version 3.3.1 build 7
	Backend API: NVIDIA GeForce GTX 750 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 536.40, NVIDIA Corporation
	Window size: 1920x1080
	GL Caps: Using framebuffer using OpenGL 3.2
	GL debug messages: 
	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
	Type: Integrated Server (map_client.txt)
	Graphics mode: fast
	Resource Packs: 
	Current Language: en_us
	CPU: 6x AMD FX(tm)-6300 Six-Core Processor 
	Server Running: true
	Player Count: 1 / 8; [ServerPlayer['kanapuro'/243, l='ServerLevel[§eColossal Skies§7 - ctRy]', x=1784.40, y=91.00, z=539.25]]
	Data Packs: vanilla, mod:colourfulllamas, mod:milkallthemobs, mod:craftmobs (incompatible), mod:fireproofboats, mod:extendedslabs (incompatible), mod:suggestionproviderfix (incompatible), mod:sophisticatedcore (incompatible), mod:horseexpert, mod:bowinfinityfix, mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:mixinextras (incompatible), mod:bookshelf, mod:almm, mod:sophisticatedbackpacks (incompatible), mod:scraps (incompatible), mod:upcycle, mod:fullturtlearmor (incompatible), mod:wares (incompatible), mod:keepmysoiltilled, mod:balm, mod:carryon (incompatible), mod:cloth_config (incompatible), mod:shetiphiancore, mod:dragonmounts, mod:revampedwolf (incompatible), mod:supplementaries, mod:ironbows (incompatible), mod:corpse, mod:replantingcrops, mod:flowerymooblooms (incompatible), mod:farmersdelight, mod:ends_delight, mod:slimemerger (incompatible), mod:customizableelytra (incompatible), mod:cmdcam, mod:heyberryshutup (incompatible), mod:supermartijn642corelib (incompatible), mod:thepotsmod, mod:hole_filler_mod, mod:curios (incompatible), mod:corail_woodcutter, mod:blockui, mod:collective, mod:simplehats (incompatible), mod:horse_colors, mod:jewelcraft (incompatible), mod:angelring, mod:thirst (incompatible), mod:salt (incompatible), mod:atlaslib (incompatible), mod:worldedit (incompatible), mod:punji, mod:cfm, mod:architectury (incompatible), mod:bambooeverything (incompatible), mod:seamless (incompatible), mod:allthetrims (incompatible), mod:nametagtweaks, mod:biomeinfo, mod:chimes, mod:woodenbucket, mod:flib, mod:woodenshears, mod:fallingtree (incompatible), mod:smallernetherportals, mod:infinitetrading, mod:chickensshed, mod:randombonemealflowers, mod:essential (incompatible), mod:jmc (incompatible), mod:mobplaques, mod:herespawn (incompatible), mod:mca (incompatible), mod:additionallanterns (incompatible), mod:jei, mod:visualworkbench, mod:splash_milk (incompatible), mod:libraryferret, mod:justmobheads, mod:goldencrops, mod:carpeted (incompatible), mod:waystones, mod:more_interactions (incompatible), mod:comforts (incompatible), mod:artifacts, mod:sereneseasons (incompatible), mod:sereneseasonfix (incompatible), mod:jumpboat, mod:netheritehorsearmor (incompatible), mod:dungeoncrawl, mod:anvilrestoration, mod:breedablekillerrabbit, mod:charms (incompatible), mod:bedspreads (incompatible), mod:additional_lights, mod:continents, mod:display_case (incompatible), mod:usefulslime (incompatible), mod:strongfarmland (incompatible), mod:skinlayers3d, mod:forge, mod:chalk (incompatible), mod:friendsandfoes (incompatible), mod:chococraft, mod:terrablender (incompatible), mod:biomesoplenty (incompatible), mod:radiantgear (incompatible), mod:moonlight (incompatible), mod:mysterious_mountain_lib (incompatible), mod:corn_delight (incompatible), mod:extractpoison, mod:nightlights, mod:bettersafebed (incompatible), mod:jade (incompatible), mod:animal_feeding_trough (incompatible), mod:mendable_anvils (incompatible), mod:creativecore, mod:ceramicbucket, mod:spectrelib (incompatible), mod:domum_ornamentum, mod:ceramicshears, mod:thinair, mod:notenoughanimations, mod:flywheel, mod:create, mod:randomsheepcolours, mod:xaerominimap, mod:bucketlib, mod:dyed (incompatible), mod:some_assembly_required, mod:cyclepaintings, mod:polymorph (incompatible), mod:multibeds, mod:sit, mod:piper (incompatible), mod:leavemybarsalone, mod:diagonalfences, mod:structurize, mod:raised (incompatible), mod:minecolonies, mod:jadecolonies (incompatible), mod:appleskin (incompatible), mod:connectedglass (incompatible), mod:puzzleslib, mod:charmofundying (incompatible), mod:aquaculture, mod:colourfulgoats, mod:pgwbandedtorches (incompatible), mod:craftablehorsearmour (incompatible), mod:followme (incompatible), mod:player_companions, mod:bushierflowers (incompatible), mod:expandability (incompatible), Supplementaries Generated Pack, mod:suppsquared (incompatible), mod:smarterfarmers (incompatible), Suppsquared Generated Pack, mod:geckolib, mod:dynamiclights (incompatible), mod:forgeendertech, mod:jeed (incompatible), mod:clickadv (incompatible), mod:leavesbegone, mod:pamhc2foodextended (incompatible), mod:patchouli (incompatible), mod:doapi (incompatible), mod:vinery (incompatible), mod:adchimneys, mod:enchantinginfuser, mod:darkpaintings (incompatible), mod:tradingpost, mod:caupona (incompatible), mod:borderlesswindow (incompatible), mod:pamhc2trees (incompatible), mod:universalbonemeal, mod:magnumtorch, mod:pamhc2crops (incompatible), mod:beekeeperhut (incompatible), mod:barteringstation, mod:seasonhud (incompatible), mod:pamhc2foodcore (incompatible), mod:diet, mod:pizzacraft, mod:moblassos, mod:overflowingbars, mod:botarium (incompatible), mod:duckling (incompatible), mod:resourcefulconfig (incompatible), mod:snuffles (incompatible), mod:earthmobsmod (incompatible), mod:moremobvariants, mod:mavapi (incompatible), mod:ad_astra (incompatible), mod:aqupdcaracal, mod:despawningeggshatch, mod:vanilla_degus (incompatible), mod:resourcefullib (incompatible), mod:mavm (incompatible), mod:netherdepthsupgrade (incompatible)
	Enabled Feature Flags: minecraft:vanilla
	World Generation: Stable
	ModLauncher: 10.0.9+10.0.9+main.dcd20f30
	ModLauncher launch target: forgeclient
	ModLauncher naming: srg
	ModLauncher services: 
		mixin-0.8.5.jar mixin PLUGINSERVICE 
		eventbus-6.0.5.jar eventbus PLUGINSERVICE 
		fmlloader-1.20.1-47.1.0.jar slf4jfixer PLUGINSERVICE 
		fmlloader-1.20.1-47.1.0.jar object_holder_definalize PLUGINSERVICE 
		fmlloader-1.20.1-47.1.0.jar runtime_enum_extender PLUGINSERVICE 
		fmlloader-1.20.1-47.1.0.jar capability_token_subclass PLUGINSERVICE 
		accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE 
		fmlloader-1.20.1-47.1.0.jar runtimedistcleaner PLUGINSERVICE 
		modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE 
		modlauncher-10.0.9.jar essential-loader TRANSFORMATIONSERVICE 
		modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE 
	FML Language Providers: 
		[email protected]
		lowcodefml@null
		javafml@null
	Mod List: 
		ColourfulLlamas-1.20.1-1.1.jar                    |Colourful Llamas              |colourfulllamas               |1.20.1-1.1          |DONE      |Manifest: NOSIGNATURE
		botarium-forge-1.20.1-2.1.2.jar                   |Botarium                      |botarium                      |2.1.2               |DONE      |Manifest: NOSIGNATURE
		milkallthemobs-1.20.1-3.0.jar                     |Milk All The Mobs             |milkallthemobs                |3.0                 |DONE      |Manifest: NOSIGNATURE
		ForgeEndertech-1.20.1-11.1.0.0-build.0142.jar     |ForgeEndertech                |forgeendertech                |11.1.0.0            |DONE      |Manifest: NOSIGNATURE
		duckling-3.0.0-forge.jar                          |Duckling                      |duckling                      |3.0.0               |DONE      |Manifest: NOSIGNATURE
		clickadv-1.20.1-3.0.jar                           |clickadv mod                  |clickadv                      |1.20.1-3.0          |DONE      |Manifest: NOSIGNATURE
		balm-forge-1.20-7.0.4.jar                         |Balm                          |balm                          |7.0.4               |DONE      |Manifest: NOSIGNATURE
		cloth-config-11.1.106-forge.jar                   |Cloth Config v10 API          |cloth_config                  |11.1.106            |DONE      |Manifest: NOSIGNATURE
		shetiphiancore-forge-1.20.1-1.0.jar               |ShetiPhian-Core               |shetiphiancore                |1.20.1-1.0          |DONE      |Manifest: NOSIGNATURE
		LeavesBeGone-v8.0.0-1.20.1-Forge.jar              |Leaves Be Gone                |leavesbegone                  |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		revampedwolf-1.20.1-5.0.0.jar                     |RevampedWolf                  |revampedwolf                  |1.20.1-5.0.0        |DONE      |Manifest: NOSIGNATURE
		supplementaries-1.20-2.5.18.jar                   |Supplementaries               |supplementaries               |1.20-2.5.18         |DONE      |Manifest: NOSIGNATURE
		corpse-1.20.1-1.0.3.jar                           |Corpse                        |corpse                        |1.20.1-1.0.3        |DONE      |Manifest: NOSIGNATURE
		replantingcrops-1.20.1-5.1.jar                    |Replanting Crops              |replantingcrops               |5.1                 |DONE      |Manifest: NOSIGNATURE
		heyberryshutup-1.20.0-2.0.3.jar                   |Hey Berry! SHUT UP            |heyberryshutup                |1.20.0-2.0.3        |DONE      |Manifest: NOSIGNATURE
		supermartijn642corelib-1.1.9-forge-mc1.20.jar     |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.1.9               |DONE      |Manifest: NOSIGNATURE
		resourcefulconfig-forge-1.20-2.0.0.jar            |Resourcefulconfig             |resourcefulconfig             |2.0.0               |DONE      |Manifest: NOSIGNATURE
		ThePotsMod-1.20.1-1.0.jar                         |The Pots Mod                  |thepotsmod                    |1.20.1-1.0          |DONE      |Manifest: NOSIGNATURE
		curios-forge-5.2.0-beta.3+1.20.1.jar              |Curios API                    |curios                        |5.2.0-beta.3+1.20.1 |DONE      |Manifest: NOSIGNATURE
		corail_woodcutter-1.20.1-3.0.1.jar                |Corail Woodcutter             |corail_woodcutter             |3.0.1               |DONE      |Manifest: NOSIGNATURE
		Jewelry-1.4.3.jar                                 |Jewelcraft                    |jewelcraft                    |1.4.3               |DONE      |Manifest: NOSIGNATURE
		AngelRing2-1.20.1-2.2.1.jar                       |Angel Ring 2                  |angelring                     |2.2.1               |DONE      |Manifest: NOSIGNATURE
		ThirstRemade-1.0.3.jar                            |Thirst Remade                 |thirst                        |1.20.1-1.0.3        |DONE      |Manifest: NOSIGNATURE
		salt-1.20.1-1.2.1.jar                             |Salt                          |salt                          |1.2.1               |DONE      |Manifest: NOSIGNATURE
		Atlas+Lib-1.20.1-1.1.11a.jar                      |Atlas Lib                     |atlaslib                      |1.1.10b             |DONE      |Manifest: NOSIGNATURE
		worldedit-mod-7.2.15.jar                          |WorldEdit                     |worldedit                     |7.2.15+6463-5ca4dff |DONE      |Manifest: NOSIGNATURE
		punji-1.20.1-1.1.jar                              |The Punji Mod                 |punji                         |1.20.1-1.1          |DONE      |Manifest: NOSIGNATURE
		cfm-forge-1.20.1-7.0.0-pre36.jar                  |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre36         |DONE      |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
		nametagtweaks-1.20.1-3.0.jar                      |Name Tag Tweaks               |nametagtweaks                 |3.0                 |DONE      |Manifest: NOSIGNATURE
		biomeinfo-1.20-1.5.jar                            |BiomeInfo                     |biomeinfo                     |1.5                 |DONE      |Manifest: NOSIGNATURE
		Chimes-v2.0.0-1.20.1.jar                          |Chimes                        |chimes                        |2.0.0               |DONE      |Manifest: NOSIGNATURE
		woodenbucket-1.20.1-2.0.1.0.jar                   |Wooden Bucket                 |woodenbucket                  |1.20.1-2.0.1.0      |DONE      |Manifest: NOSIGNATURE
		flib-1.20.1-0.0.7.jar                             |flib                          |flib                          |0.0.7               |DONE      |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
		AdChimneys-1.20.1-10.1.0.0-build.0142.jar         |Advanced Chimneys             |adchimneys                    |10.1.0.0            |DONE      |Manifest: NOSIGNATURE
		FallingTree-1.20.1-4.2.0.jar                      |FallingTree                   |fallingtree                   |4.2.0               |DONE      |Manifest: 3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29
		smallernetherportals-1.20.1-3.4.jar               |Smaller Nether Portals        |smallernetherportals          |3.4                 |DONE      |Manifest: NOSIGNATURE
		EnchantingInfuser-v8.0.0-1.20.1-Forge.jar         |Enchanting Infuser            |enchantinginfuser             |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		DarkPaintings-Forge-1.20.1-17.0.1.jar             |DarkPaintings                 |darkpaintings                 |17.0.1              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
		randombonemealflowers-1.20.1-4.1.jar              |Random Bone Meal Flowers      |randombonemealflowers         |4.1                 |DONE      |Manifest: NOSIGNATURE
		Essential (forge_1.20.1).jar                      |Essential                     |essential                     |12933+deploy-staging|DONE      |Manifest: NOSIGNATURE
		BorderlessWindow-1.20-1.6.0.jar                   |Borderless Window             |borderlesswindow              |1.20-1.6.0          |DONE      |Manifest: NOSIGNATURE
		herespawn-forge-1.20.1-1.1.1.jar                  |Herespawn                     |herespawn                     |1.1.1               |DONE      |Manifest: NOSIGNATURE
		jei-1.20.1-forge-15.2.0.23.jar                    |Just Enough Items             |jei                           |15.2.0.23           |DONE      |Manifest: NOSIGNATURE
		VisualWorkbench-v8.0.0-1.20.1-Forge.jar           |Visual Workbench              |visualworkbench               |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		UniversalBoneMeal-v8.0.0-1.20.1-Forge.jar         |Universal Bone Meal           |universalbonemeal             |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		splash_milk-2.1.0.jar                             |Splash Milk                   |splash_milk                   |2.1.0               |DONE      |Manifest: NOSIGNATURE
		libraryferret-forge-1.20.1-4.0.0.jar              |Library ferret                |libraryferret                 |4.0.0               |DONE      |Manifest: NOSIGNATURE
		GoldenCrops-1.20.1-1.1.jar                        |Golden Crops                  |goldencrops                   |1.20.1-1.1          |DONE      |Manifest: NOSIGNATURE
		carpeted-1.20-1.4.jar                             |Carpeted                      |carpeted                      |1.20-1.4            |DONE      |Manifest: NOSIGNATURE
		smarterfarmers-1.20-1.7.3.jar                     |Smarter Farmers               |smarterfarmers                |1.20-1.7.3          |DONE      |Manifest: NOSIGNATURE
		SereneSeasons-1.20.1-9.0.0.43.jar                 |Serene Seasons                |sereneseasons                 |9.0.0.43            |DONE      |Manifest: NOSIGNATURE
		sereneseasonfix-1.20.1-1.0.8.jar                  |Sereneseasonfix               |sereneseasonfix               |1.20.1-1.0.8        |DONE      |Manifest: NOSIGNATURE
		jumpboat-1.20.0-1.0.5.jar                         |Jumpy Boats                   |jumpboat                      |1.20.0-1.0.5        |DONE      |Manifest: NOSIGNATURE
		NetheriteHorseArmor-CJ-forge-mc1.20-1.4.0.jar     |Netherite Horse Armor         |netheritehorsearmor           |1.4.0               |DONE      |Manifest: NOSIGNATURE
		anvilrestoration-1.20.1-2.0.jar                   |Anvil Restoration             |anvilrestoration              |2.0                 |DONE      |Manifest: NOSIGNATURE
		snuffles-1.0.7.jar                                |Snuffles                      |snuffles                      |1.0.7               |DONE      |Manifest: NOSIGNATURE
		additional_lights-1.20.1-2.1.7.jar                |Additional Lights             |additional_lights             |2.1.7               |DONE      |Manifest: NOSIGNATURE
		Display+Case-forge-1.20-1.0.6.jar                 |Display Case Mod              |display_case                  |1.0.6               |DONE      |Manifest: NOSIGNATURE
		forge-1.20.1-47.1.0-universal.jar                 |Forge                         |forge                         |47.1.0              |DONE      |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
		chalk-1.20.1-1.6.1.jar                            |Chalk                         |chalk                         |1.6.1               |DONE      |Manifest: NOSIGNATURE
		client-1.20.1-20230612.114412-srg.jar             |Minecraft                     |minecraft                     |1.20.1              |DONE      |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
		TerraBlender-forge-1.20.1-3.0.0.167.jar           |TerraBlender                  |terrablender                  |3.0.0.167           |DONE      |Manifest: NOSIGNATURE
		BiomesOPlenty-1.20.1-18.0.0.592.jar               |Biomes O' Plenty              |biomesoplenty                 |18.0.0.592          |DONE      |Manifest: NOSIGNATURE
		MendableAnvils-forge-1.20-1.0.1.jar               |Mendable Anvils               |mendable_anvils               |1.0.1               |DONE      |Manifest: NOSIGNATURE
		pamhc2crops-1.20-1.0.2.jar                        |Pam's HarvestCraft 2 - Crops  |pamhc2crops                   |1.0.2               |DONE      |Manifest: NOSIGNATURE
		ceramicbucket-1.20.1-4.0.0.0.jar                  |Ceramic Bucket                |ceramicbucket                 |1.20.1-4.0.0.0      |DONE      |Manifest: NOSIGNATURE
		spectrelib-forge-0.13.12+1.20.1.jar               |SpectreLib                    |spectrelib                    |0.13.12+1.20.1      |DONE      |Manifest: NOSIGNATURE
		domum_ornamentum-1.20-1.0.104-ALPHA-universal.jar |Domum Ornamentum              |domum_ornamentum              |1.20-1.0.104-ALPHA  |DONE      |Manifest: NOSIGNATURE
		ceramicshears-1.20-1.8.0.0.jar                    |Ceramic Shears                |ceramicshears                 |1.20-1.8.0.0        |DONE      |Manifest: NOSIGNATURE
		notenoughanimations-forge-1.6.4-mc1.20.jar        |NotEnoughAnimations Mod       |notenoughanimations           |1.6.4               |DONE      |Manifest: NOSIGNATURE
		flywheel-forge-1.20-0.6.9-4.jar                   |Flywheel                      |flywheel                      |0.6.9-4             |DONE      |Manifest: NOSIGNATURE
		Xaeros_Minimap_23.5.0_Forge_1.20.jar              |Xaero's Minimap               |xaerominimap                  |23.5.0              |DONE      |Manifest: NOSIGNATURE
		pamhc2foodcore-1.20-1.0.0.jar                     |Pam's HarvestCraft 2 - Food Co|pamhc2foodcore                |1.0.0               |DONE      |Manifest: NOSIGNATURE
		cyclepaintings-1.20.1-3.2.jar                     |Cycle Paintings               |cyclepaintings                |3.2                 |DONE      |Manifest: NOSIGNATURE
		polymorph-forge-0.49.0+1.20.1.jar                 |Polymorph                     |polymorph                     |0.49.0+1.20.1       |DONE      |Manifest: NOSIGNATURE
		multibeds-forge-1.20.1-1.0.jar                    |Multi-Beds                    |multibeds                     |1.20.1-1.0          |DONE      |Manifest: NOSIGNATURE
		sit-1.20-1.3.3.jar                                |Sit                           |sit                           |1.3.3               |DONE      |Manifest: NOSIGNATURE
		Piper-1.20-1.1.2.jar                              |Piper                         |piper                         |1.1.2               |DONE      |Manifest: NOSIGNATURE
		LeaveMyBarsAlone-v8.0.0-1.20.1-Forge.jar          |Leave My Bars Alone           |leavemybarsalone              |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		EarthMobs-1.20.1-7.0.1.jar                        |Earth Mobs Mod                |earthmobsmod                  |1.20.1-7.0.1        |DONE      |Manifest: NOSIGNATURE
		structurize-1.20-1.0.584-BETA.jar                 |Structurize                   |structurize                   |1.20-1.0.584-BETA   |DONE      |Manifest: NOSIGNATURE
		appleskin-forge-mc1.20.1-2.5.0.jar                |AppleSkin                     |appleskin                     |2.5.0+mc1.20.1      |DONE      |Manifest: NOSIGNATURE
		moremobvariants-forge+1.20-1.2.2.jar              |More Mob Variants             |moremobvariants               |1.2.2               |DONE      |Manifest: NOSIGNATURE
		connectedglass-1.1.7-forge-mc1.20.jar             |Connected Glass               |connectedglass                |1.1.7               |DONE      |Manifest: NOSIGNATURE
		PuzzlesLib-v8.0.7-1.20.1-Forge.jar                |Puzzles Lib                   |puzzleslib                    |8.0.7               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		PizzaCraft-1.20.1-7.0.0.jar                       |PizzaCraft                    |pizzacraft                    |7.0.0               |DONE      |Manifest: NOSIGNATURE
		Aquaculture-1.20.1-2.5.0.jar                      |Aquaculture 2                 |aquaculture                   |2.5.0               |DONE      |Manifest: NOSIGNATURE
		Follow+Me-1.20-1.1.8.jar                          |Follow Me                     |followme                      |1.1.8               |DONE      |Manifest: NOSIGNATURE
		mavapi-1.1.1-mc1.20 (1).jar                       |More Axolotl Variants API     |mavapi                        |1.1.1               |DONE      |Manifest: NOSIGNATURE
		ad_astra-forge-1.20.1-1.15.2.jar                  |Ad Astra                      |ad_astra                      |1.15.2              |DONE      |Manifest: NOSIGNATURE
		geckolib-forge-1.20.1-4.2.1.jar                   |GeckoLib 4                    |geckolib                      |4.2.1               |DONE      |Manifest: NOSIGNATURE
		craftmobs-1.20-3.0.jar                            |Craft Mobs                    |craftmobs                     |1.20-3.0            |DONE      |Manifest: NOSIGNATURE
		fireproofboats-1.20.0-1.0.1.jar                   |Fireproof Boats               |fireproofboats                |1.20.0-1.0.1        |DONE      |Manifest: NOSIGNATURE
		extendedslabs-1.20.1-3.0.0.jar                    |${modName}                    |extendedslabs                 |3.0.0               |DONE      |Manifest: NOSIGNATURE
		SuggestionProviderFix-1.20.1-1.0.0.jar            |Suggestion Provider Fix       |suggestionproviderfix         |1.20.1-1.0.0        |DONE      |Manifest: NOSIGNATURE
		dynamiclights-1.20.1.0.jar                        |Dynamic Lights                |dynamiclights                 |1.20.1.0            |DONE      |Manifest: NOSIGNATURE
		sophisticatedcore-1.20.1-0.5.81.378.jar           |Sophisticated Core            |sophisticatedcore             |1.20.1-0.5.81.378   |DONE      |Manifest: NOSIGNATURE
		HorseExpert-v8.0.0-1.20.1-Forge.jar               |Horse Expert                  |horseexpert                   |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		bowinfinityfix-1.20.x-forge-2.6.0.jar             |Bow Infinity Fix              |bowinfinityfix                |2.6.0               |DONE      |Manifest: NOSIGNATURE
		citadel-2.4.2-1.20.1.jar                          |Citadel                       |citadel                       |2.4.2               |DONE      |Manifest: NOSIGNATURE
		alexsmobs-1.22.5.jar                              |Alex's Mobs                   |alexsmobs                     |1.22.5              |DONE      |Manifest: NOSIGNATURE
		mixinextras-forge-0.2.0-beta.9.jar                |MixinExtras                   |mixinextras                   |0.2.0-beta.9        |DONE      |Manifest: NOSIGNATURE
		Bookshelf-Forge-1.20.1-20.0.1.jar                 |Bookshelf                     |bookshelf                     |20.0.1              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
		AnotherLiquidMilkMod-1.20-1.0.1.jar               |Another Liquid Milk Mod       |almm                          |1.0.1               |DONE      |Manifest: NOSIGNATURE
		sophisticatedbackpacks-1.20.1-3.18.56.890.jar     |Sophisticated Backpacks       |sophisticatedbackpacks        |1.20.1-3.18.56.890  |DONE      |Manifest: NOSIGNATURE
		scraps-1.20.1-0.1.1.jar                           |scraps                        |scraps                        |0.1.1               |DONE      |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
		Upcycle-1.20.x-(v.1.1.0).jar                      |Upcycle                       |upcycle                       |1.1.0               |DONE      |Manifest: NOSIGNATURE
		fullturtlearmor-1.4.1-forge-mc1.20.1.jar          |Full Turtle Armor             |fullturtlearmor               |1.4.1               |DONE      |Manifest: NOSIGNATURE
		jeed-1.20-2.1.4.jar                               |Just Enough Effects Descriptio|jeed                          |1.20-2.1.4          |DONE      |Manifest: NOSIGNATURE
		wares-1.20.1-1.0.2.jar                            |Wares                         |wares                         |1.0.2               |DONE      |Manifest: NOSIGNATURE
		keepmysoiltilled-1.20.1-2.0.jar                   |Keep My Soil Tilled           |keepmysoiltilled              |2.0                 |DONE      |Manifest: NOSIGNATURE
		carryon-forge-1.20.1-2.1.0.1.jar                  |Carry On                      |carryon                       |2.1.0.1             |DONE      |Manifest: NOSIGNATURE
		aqupdcaracal-1.20-2.3.1.jar                       |Caracal mob                   |aqupdcaracal                  |1.20-2.3.1          |DONE      |Manifest: NOSIGNATURE
		dragonmounts-1.20.1-1.1.5.b3.jar                  |Dragon Mounts: Legacy         |dragonmounts                  |1.1.5.b3            |DONE      |Manifest: NOSIGNATURE
		despawningeggshatch-1.20.1-4.1.jar                |Despawning Eggs Hatch         |despawningeggshatch           |4.1                 |DONE      |Manifest: NOSIGNATURE
		ironbows-1.20.1-FORGE-1.8.jar                     |Iron Bows (Forge)             |ironbows                      |1.20.1-FORGE-1.8    |DONE      |Manifest: NOSIGNATURE
		friendsandfoes-flowerymooblooms-forge-mc1.20-1.1.0|Friends&Foes - Flowery Moobloo|flowerymooblooms              |1.1.0               |DONE      |Manifest: NOSIGNATURE
		FarmersDelight-1.20.1-1.2.2a.jar                  |Farmer's Delight              |farmersdelight                |1.20.1-1.2.2a       |DONE      |Manifest: NOSIGNATURE
		ends_delight-1.20.1-1.0.jar                       |End's Delight                 |ends_delight                  |1.0                 |DONE      |Manifest: NOSIGNATURE
		SlimeMerger-1.20.1-1.0.jar                        |Slime Merger                  |slimemerger                   |1.0                 |DONE      |Manifest: NOSIGNATURE
		customizableelytra-forge-2.1.0+1.20.jar           |Customizable Elytra           |customizableelytra            |2.1.0+1.20          |DONE      |Manifest: NOSIGNATURE
		CMDCam_FORGE_v2.0.20_mc1.20.jar                   |CMDCam                        |cmdcam                        |2.0.20              |DONE      |Manifest: NOSIGNATURE
		pamhc2foodextended-1.20-1.0.0.jar                 |Pam's HarvestCraft 2 - Food Ex|pamhc2foodextended            |1.0.0               |DONE      |Manifest: NOSIGNATURE
		hole_filler_mod-1.2.8_mc-1.20.1_forge.jar         |Hole Filler Mod               |hole_filler_mod               |1.2.8               |DONE      |Manifest: NOSIGNATURE
		Patchouli-1.20.1-80-FORGE.jar                     |Patchouli                     |patchouli                     |1.20.1-80-FORGE     |DONE      |Manifest: NOSIGNATURE
		blockui-1.20-0.0.84-ALPHA.jar                     |UI Library Mod                |blockui                       |1.20-0.0.84-ALPHA   |DONE      |Manifest: NOSIGNATURE
		suppsquared-1.20-1.1.5.jar                        |Supplementaries Squared       |suppsquared                   |1.20-1.1.5          |DONE      |Manifest: NOSIGNATURE
		collective-1.20.1-6.65.jar                        |Collective                    |collective                    |6.65                |DONE      |Manifest: NOSIGNATURE
		simplehats-forge-1.20.1-0.2.1.jar                 |SimpleHats                    |simplehats                    |1.20.1-0.2.1        |DONE      |Manifest: NOSIGNATURE
		realistic_horse_genetics-1.20.1-11.4.jar          |Realistic Horse Genetics      |horse_colors                  |1.20.1-11.4         |DONE      |Manifest: NOSIGNATURE
		vanilla_degus-1.20-v1.4.0-forge.jar               |Vanilla Degus                 |vanilla_degus                 |1.4.0               |DONE      |Manifest: NOSIGNATURE
		resourcefullib-forge-1.20.1-2.1.3.jar             |Resourceful Lib               |resourcefullib                |2.1.3               |DONE      |Manifest: NOSIGNATURE
		seasonhud-1.20.1-1.4.20.jar                       |SeasonHUD                     |seasonhud                     |1.4.20              |DONE      |Manifest: NOSIGNATURE
		architectury-9.1.10-forge.jar                     |Architectury                  |architectury                  |9.1.10              |DONE      |Manifest: NOSIGNATURE
		BambooEverything-forge-3.0.1-build.55+mc1.20.1.jar|Bamboo Everything             |bambooeverything              |3.0.1-build.55+mc1.2|DONE      |Manifest: NOSIGNATURE
		doapi-1.2.4-forge.jar                             |Lets Do Api                   |doapi                         |1.2.4               |DONE      |Manifest: NOSIGNATURE
		seamless-1.4.0-forge-mc1.20-1.20.1.jar            |Seamless                      |seamless                      |1.4.0               |DONE      |Manifest: NOSIGNATURE
		letsdo-vinery-forge-1.4.1.jar                     |Vinery                        |vinery                        |1.4.1               |DONE      |Manifest: NOSIGNATURE
		allthetrims-3.1.2-forge+1.20.1.jar                |AllTheTrims                   |allthetrims                   |3.1.2               |DONE      |Manifest: NOSIGNATURE
		animal_feeding_trough-1.0.3+1.20.1-forge.jar      |Animal Feeding Trough         |animal_feeding_trough         |1.0.3+1.20.1-forge  |DONE      |Manifest: NOSIGNATURE
		woodenshears-1.20-1.4.0.1.jar                     |Wooden Shears                 |woodenshears                  |1.20-1.4.0.1        |DONE      |Manifest: NOSIGNATURE
		infinitetrading-1.20.1-4.0.jar                    |Infinite Trading              |infinitetrading               |4.0                 |DONE      |Manifest: NOSIGNATURE
		chickensshed-1.4.0-0.jar                          |ChickensShed                  |chickensshed                  |1.4.0-0             |DONE      |Manifest: NOSIGNATURE
		mavm-1.2.4-mc1.20.jar                             |More Axolotl Variants Mod     |mavm                          |1.2.4               |DONE      |Manifest: NOSIGNATURE
		TradingPost-v8.0.1-1.20.1-Forge.jar               |Trading Post                  |tradingpost                   |8.0.1               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		caupona-1.20.1-0.4.4.jar                          |Caupona                       |caupona                       |1.20.1-0.4.4        |DONE      |Manifest: NOSIGNATURE
		JustMoreCakes-forge-1.20-1.12.1.jar               |Just More Cakes!              |jmc                           |1.12.1              |DONE      |Manifest: NOSIGNATURE
		MobPlaques-v8.0.0-1.20.1-Forge.jar                |Mob Plaques                   |mobplaques                    |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		pamhc2trees-1.20-1.0.2.jar                        |Pam's HarvestCraft 2 - Trees  |pamhc2trees                   |1.0.2               |DONE      |Manifest: NOSIGNATURE
		minecraft-comes-alive-7.5.3+1.20.1-universal.jar  |Minecraft Comes Alive         |mca                           |7.5.3+1.20.1        |DONE      |Manifest: NOSIGNATURE
		additionallanterns-1.0.4-forge-mc1.20.jar         |Additional Lanterns           |additionallanterns            |1.0.4               |DONE      |Manifest: NOSIGNATURE
		justmobheads-1.20.1-7.3.jar                       |Just Mob Heads                |justmobheads                  |7.3                 |DONE      |Manifest: NOSIGNATURE
		create-1.20.1-0.5.1.d.jar                         |Create                        |create                        |0.5.1.d             |DONE      |Manifest: NOSIGNATURE
		waystones-forge-1.20-14.0.1.jar                   |Waystones                     |waystones                     |14.0.1              |DONE      |Manifest: NOSIGNATURE
		more_interactions-1.20.1-4.0.0.jar                |More Interactions             |more_interactions             |1.20.1-4.0.0        |DONE      |Manifest: NOSIGNATURE
		comforts-forge-6.3.3+1.20.1.jar                   |Comforts                      |comforts                      |6.3.3+1.20.1        |DONE      |Manifest: NOSIGNATURE
		artifacts-1.20.1-7.0.2.jar                        |Artifacts                     |artifacts                     |1.20.1-7.0.2        |DONE      |Manifest: NOSIGNATURE
		Dungeon+Crawl-1.20.1-2.3.14.jar                   |Dungeon Crawl                 |dungeoncrawl                  |2.3.14              |DONE      |Manifest: NOSIGNATURE
		breedablekillerrabbit-1.20.1-3.2.jar              |Breedable Killer Rabbit       |breedablekillerrabbit         |3.2                 |DONE      |Manifest: NOSIGNATURE
		charms-2.0.1-1.20.1.jar                           |Charms                        |charms                        |2.0.1-1.20.1        |DONE      |Manifest: NOSIGNATURE
		bedspreads-forge-6.2.0+1.20.1.jar                 |Bedspreads                    |bedspreads                    |6.2.0+1.20.1        |DONE      |Manifest: NOSIGNATURE
		netherdepthsupgrade-3.0.1-1.20.jar                |Nether Depths Upgrade         |netherdepthsupgrade           |3.0.1-1.20          |DONE      |Manifest: NOSIGNATURE
		Continents_1.20.1_v1.1.2.jar                      |Continents                    |continents                    |1.1.2               |DONE      |Manifest: NOSIGNATURE
		UsefulSlime-forge-1.20-1.6.0.jar                  |Useful Slime                  |usefulslime                   |1.6.0               |DONE      |Manifest: NOSIGNATURE
		strongerfarmland-1.20.1-1.1.1.jar                 |Stronger Farmland             |strongfarmland                |1.1.1               |DONE      |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
		3dskinlayers-forge-1.5.4-mc1.20.1.jar             |3dSkinLayers                  |skinlayers3d                  |1.5.4               |DONE      |Manifest: NOSIGNATURE
		friendsandfoes-forge-mc1.20.1-1.9.3.jar           |Friends&Foes                  |friendsandfoes                |1.9.3               |DONE      |Manifest: NOSIGNATURE
		chococraft-1.20.1-forge-0.9.5.jar                 |Chococraft 4                  |chococraft                    |0.9.5               |DONE      |Manifest: NOSIGNATURE
		radiantgear-forge-2.1.0+1.20.1.jar                |Radiant Gear                  |radiantgear                   |2.1.0+1.20.1        |DONE      |Manifest: NOSIGNATURE
		moonlight-1.20-2.6.1-forge.jar                    |Moonlight Library             |moonlight                     |1.20-2.6.1          |DONE      |Manifest: NOSIGNATURE
		mysterious_mountain_lib-1.2.7-1.20.jar            |Mysterious Mountain Lib       |mysterious_mountain_lib       |1.2.7-1.20          |DONE      |Manifest: NOSIGNATURE
		corn_delight-1.0.3-1.20.1.jar                     |Corn Delight                  |corn_delight                  |1.0.3-1.20.1        |DONE      |Manifest: NOSIGNATURE
		MagnumTorch-v8.0.0-1.20.1-Forge.jar               |Magnum Torch                  |magnumtorch                   |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		extractpoison-1.20.1-3.1.jar                      |Extract Poison                |extractpoison                 |3.1                 |DONE      |Manifest: NOSIGNATURE
		nightlights-1.20.1-1.1.jar                        |Night Lights                  |nightlights                   |1.1                 |DONE      |Manifest: NOSIGNATURE
		bettersafebed-forge-1.20-8.jar                    |Better Safe Bed               |bettersafebed                 |1.20-8              |DONE      |Manifest: NOSIGNATURE
		Jade-1.20-forge-11.1.4.jar                        |Jade                          |jade                          |11.1.4              |DONE      |Manifest: NOSIGNATURE
		friendsandfoes-beekeeperhut-forge-mc1.20-1.3.0.jar|Friends&Foes - Beekeeper Hut  |beekeeperhut                  |1.3.0               |DONE      |Manifest: NOSIGNATURE
		CreativeCore_FORGE_v2.10.28_mc1.20.1.jar          |CreativeCore                  |creativecore                  |2.10.28             |DONE      |Manifest: NOSIGNATURE
		ThinAir-v8.0.0-1.20.1-Forge.jar                   |Thin Air                      |thinair                       |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		BarteringStation-v8.0.0-1.20.1-Forge.jar          |Bartering Station             |barteringstation              |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		randomsheepcolours-1.20.1-3.1.jar                 |Random Sheep Colours          |randomsheepcolours            |3.1                 |DONE      |Manifest: NOSIGNATURE
		bucketlib-1.20.1-2.1.0.0.jar                      |BucketLib                     |bucketlib                     |1.20.1-2.1.0.0      |DONE      |Manifest: NOSIGNATURE
		dyed-forge-1.20-1.1.2.jar                         |Dyed                          |dyed                          |1.1.2               |DONE      |Manifest: NOSIGNATURE
		diet-forge-2.1.0+1.20.1.jar                       |Diet                          |diet                          |2.1.0+1.20.1        |DONE      |Manifest: NOSIGNATURE
		some-assembly-required-1.20.1-4.0.0.jar           |Some Assembly Required        |some_assembly_required        |1.20.1-4.0.0        |DONE      |Manifest: NOSIGNATURE
		DiagonalFences-v8.0.0-1.20.1-Forge.jar            |Diagonal Fences               |diagonalfences                |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		raised-forge-1.20.1-2.0.0.jar                     |Raised                        |raised                        |2.0.0               |DONE      |Manifest: NOSIGNATURE
		minecolonies-1.20.1-1.1.22-BETA.jar               |MineColonies                  |minecolonies                  |1.20.1-1.1.22-BETA  |DONE      |Manifest: NOSIGNATURE
		JadeColonies-1.20.1-1.4.1.jar                     |JadeColonies                  |jadecolonies                  |1.4.1               |DONE      |Manifest: NOSIGNATURE
		charmofundying-forge-6.4.2+1.20.1.jar             |Charm of Undying              |charmofundying                |6.4.2+1.20.1        |DONE      |Manifest: NOSIGNATURE
		ColourfulGoats-1.20.1-1.3.jar                     |Colourful Goats               |colourfulgoats                |1.20.1-1.3          |DONE      |Manifest: NOSIGNATURE
		pgwbandedtorches-1.20.1-1.0.20230617a.jar         |PixelGameWizard's Banded Torch|pgwbandedtorches              |1.20.1-1.0.20230617a|DONE      |Manifest: NOSIGNATURE
		Craftable+Horse+Armour++Saddle-1.20-1.10.jar      |CHA&S - Craftable Horse Armour|craftablehorsearmour          |1.10                |DONE      |Manifest: NOSIGNATURE
		player_companions_1.20.1-6.0.0.jar                |Bo's Player Companions        |player_companions             |6.0.0               |DONE      |Manifest: NOSIGNATURE
		bushierflowers-0.0.3-1.20.1.jar                   |Bushier Flowers               |bushierflowers                |0.0.3-1.20.1        |DONE      |Manifest: NOSIGNATURE
		expandability-forge-9.0.0.jar                     |ExpandAbility                 |expandability                 |9.0.0               |DONE      |Manifest: NOSIGNATURE
		MobLassos-v8.0.0-1.20.1-Forge.jar                 |Mob Lassos                    |moblassos                     |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		OverflowingBars-v8.0.0-1.20.1-Forge.jar           |Overflowing Bars              |overflowingbars               |8.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
	Crash Report UUID: a89ffa50-3ee9-4b24-883f-d3f54d0727dc
	FML: 47.1
	Forge: net.minecraftforge:47.1.0
	Flywheel Backend: GL33 Instanced Arrays

 

Link to comment
Share on other sites

Suspected Mods: ${modName} (extendedslabs)

I brought the problem up to the creator of the mod and they responded very quickly. This problem is solved! To anyone else having a similar issue, the culprit is the 1.20.1 version of ExtendedSlabs, and will be repaired quickly.

Edited by Oliver Brown
Link to comment
Share on other sites

  • Oliver Brown changed the title to [SOLVED] [1.20.1] Game Crash Error -1, Log Provided

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.