AHilyard / Iceberg

A library containing events, helpers, and utilities to make modding easier.
Other
21 stars 10 forks source link

Crashing when moving cursor on a filled map in inventory #10

Closed EGOIST1372 closed 2 years ago

EGOIST1372 commented 2 years ago

Describe the bug Crashing when moving cursor on a filled map in inventory.

To Reproduce Steps to reproduce the behavior: I have inspecio and maptooltip mod together but inspecio's maptooltip is off so that can't be the problem. maybe because iceberg is present and none of the mods that using iceberg like legendary tooltip is not present it crashes?

Expected behavior doesnt crash

Environment (please complete the following information):

Log files

---- Minecraft Crash Report ---- // There are four lights!

Time: 6/20/22, 4:10 AM Description: Rendering screen

java.lang.IllegalArgumentException: Unknown TooltipComponent at Not Enough Crashes deobfuscated stack trace.(1.18.1+build.22) at com.anthonyhilyard.iceberg.util.Tooltips.getClientComponent(Tooltips.java:214) at com.mojang.datafixers.util.Either$Right.map(Either.java:99) at com.anthonyhilyard.iceberg.util.Tooltips.lambda$gatherTooltipComponents$7(Tooltips.java:281) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575) at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616) at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622) at java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627) at com.anthonyhilyard.iceberg.util.Tooltips.gatherTooltipComponents(Tooltips.java:283) at com.anthonyhilyard.iceberg.util.Tooltips.gatherTooltipComponents(Tooltips.java:222) at net.minecraft.client.gui.screen.Screen.handler$dgl000$renderTooltip(Screen:7258) at net.minecraft.client.gui.screen.Screen.renderTooltip(Screen:178) at net.minecraft.client.gui.screen.Screen.renderTooltip(Screen:169) at net.minecraft.client.gui.screen.ingame.HandledScreen.drawMouseoverTooltip(HandledScreen:189) at net.minecraft.client.gui.screen.ingame.GenericContainerScreen.render(GenericContainerScreen:32) at net.minecraft.client.render.GameRenderer.render(GameRenderer:881) at net.minecraft.client.MinecraftClient.render(MinecraftClient:1143) at net.minecraft.client.MinecraftClient.run(MinecraftClient:734) at net.minecraft.client.main.Main.main(Main:237) 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) at org.quiltmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:423) at org.quiltmc.loader.impl.launch.knot.Knot.launch(Knot.java:76) at org.quiltmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:24)

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

-- Head -- Thread: Render thread Stacktrace: at com.anthonyhilyard.iceberg.util.Tooltips.getClientComponent(Tooltips.java:214) at com.mojang.datafixers.util.Either$Right.map(Either.java:99) at com.anthonyhilyard.iceberg.util.Tooltips.lambda$gatherTooltipComponents$7(Tooltips.java:281) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575) at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616) at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622) at java.base/java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627) at com.anthonyhilyard.iceberg.util.Tooltips.gatherTooltipComponents(Tooltips.java:283) at com.anthonyhilyard.iceberg.util.Tooltips.gatherTooltipComponents(Tooltips.java:222) at net.minecraft.class_437.handler$dgl000$renderTooltip(class_437.java:7258) at net.minecraft.class_437.method_32634(class_437.java:178) at net.minecraft.class_437.method_25409(class_437.java:169) at net.minecraft.class_465.method_2380(class_465.java:189) at net.minecraft.class_476.method_25394(class_476.java:32) Mixins in Stacktrace: net.minecraft.class_437: de.keksuccino.fmaudio.mixin.client.MixinScreen (fmaudio.mixin.json) gg.essential.mixins.transformers.client.gui.MixinGuiScreen (mixins.essential.json) me.shedaniel.rei.mixin.fabric.MixinScreen (rei.mixins.json) dev.architectury.mixin.fabric.client.MixinScreen (architectury.mixins.json) com.minelittlepony.common.mixin.MixinScreen (kirin.mixin.json) com.blamejared.controlling.mixin.AccessScreen (controlling.mixins.json) com.tterrag.blur.mixin.MixinScreen (mixins.blur.json) gg.essential.mixins.transformers.client.gui.GuiScreenAccessor (mixins.essential.json) com.clickadv.mixin.ScreenMixin (clickadv.mixins.json) de.keksuccino.fancymenu.mixin.client.IMixinScreen (fancymenu.general.mixin.json) de.keksuccino.konkrete.mixin.mixins.client.MixinScreen (konkrete.mixin.json) com.vendoau.maptooltip.mixin.ScreenMixin (maptooltip.mixins.json) net.fabricmc.fabric.mixin.screen.ScreenMixin (quilted_fabric_screen_api_v1.mixins.json) org.quiltmc.qsl.screen.mixin.client.ScreenMixin (quilt_screen.mixins.json) net.kyrptonaught.tooltipfix.mixin.FixToolTipMixin (tooltipfix.mixins.json) com.misterpemodder.shulkerboxtooltip.mixin.client.ScreenMixin (shulkerboxtooltip.client.json) com.anthonyhilyard.iceberg.mixin.ScreenMixin (iceberg.mixins.json) net.minecraft.class_465: dev.stashy.extrasounds.mixin.inventory.InventoryDragSound (extrasounds.mixins.json) dev.stashy.extrasounds.mixin.inventory.InventoryKeyPressSound (extrasounds.mixins.json) dev.architectury.mixin.fabric.client.MixinAbstractContainerScreen (architectury.mixins.json)

-- Screen render details -- Details: Screen name: net.minecraft.class_476 Mouse location: Scaled: (257, 153). Absolute: (2060.000000, 1224.000000) Screen size: Scaled: (480, 270). Absolute: (3840, 2160). Scale factor of 8.000000 Stacktrace: at net.minecraft.class_757.method_3192(class_757.java:881) at net.minecraft.class_310.method_1523(class_310.java:1143) at net.minecraft.class_310.method_1514(class_310.java:734) at net.minecraft.client.main.Main.main(Main.java:237) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.quiltmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:423) at org.quiltmc.loader.impl.launch.knot.Knot.launch(Knot.java:76) at org.quiltmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:24) Mixins in Stacktrace: net.minecraft.class_757: dev.architectury.mixin.fabric.client.MixinGameRenderer (architectury.mixins.json) gg.essential.mixins.transformers.client.renderer.MixinEntityRenderer (mixins.essential.json) net.coderbot.iris.mixin.MixinModelViewBobbing (mixins.iris.json) net.wurstclient.zoom.mixin.GameRendererMixin (wi-zoom.mixins.json) net.coderbot.iris.mixin.MixinTweakFarPlane (mixins.iris.json) net.coderbot.iris.mixin.GameRendererAccessor (mixins.iris.json) net.xolt.freecam.mixins.GameRendererMixin (freecam.mixins.json) gg.essential.mixins.transformers.client.renderer.MixinEntityRenderer_Zoom (mixins.essential.json) ladysnake.satin.mixin.client.event.GameRendererMixin (mixins.satin.client.json) de.keksuccino.konkrete.mixin.mixins.client.MixinGameRenderer (konkrete.mixin.json) net.coderbot.iris.mixin.MixinGameRenderer_NightVisionCompat (mixins.iris.json) gg.essential.mixins.transformers.events.Mixin_GuiDrawScreenEvent_Priority (mixins.essential.json) dynamicfps.mixin.GameRendererMixin (dynamicfps.mixins.json) dev.quantumfusion.dashloader.mixin.option.cache.shader.GameRendererMixin (dashloader.mixins.json) org.quiltmc.qsl.screen.mixin.client.GameRendererMixin (quilt_screen.mixins.json) net.coderbot.iris.mixin.MixinGameRenderer (mixins.iris.json) me.flashyreese.mods.sodiumextra.mixin.prevent_shaders.MixinGameRenderer (sodium-extra.mixins.json) de.maxhenkel.camerautils.mixin.GameRendererMixin (camerautils.mixins.json) net.minecraft.class_310: com.blamejared.ambientenvironment.mixin.MixinMinecraft (ambientenvironment.fabric.mixins.json) de.maxhenkel.camerautils.mixin.MinecraftMixin (camerautils.mixins.json) dev.lambdaurora.spruceui.mixin.MinecraftClientMixin (spruceui.mixins.json) gg.essential.mixins.transformers.compatibility.vanilla.Mixin_FixBufferBuilderSortReset (mixins.essential.json) gg.essential.mixins.transformers.forge.Mixin_FixRaceConditionInServerHandshake (mixins.essential.json) gg.essential.mixins.transformers.client.MixinMinecraft (mixins.essential.json) org.quiltmc.qsl.base.mixin.client.MinecraftClientMixin (quilt_base.mixins.json) dev.architectury.mixin.fabric.client.MixinMinecraft (architectury.mixins.json) dev.stashy.extrasounds.mixin.inventory.InventoryScreenSounds (extrasounds.mixins.json) ladysnake.satin.mixin.client.event.MinecraftClientMixin (mixins.satin.client.json) gg.essential.mixins.transformers.feature.difficulty.server.Mixin_RemoveUnsafeDifficultyChecks (mixins.essential.json) gg.essential.mixins.transformers.feature.difficulty.server.Mixin_BroadcastServerDifficultyChanges (mixins.essential.json) net.fabricmc.fabric.mixin.event.interaction.client.MixinMinecraftClient (quilted_fabric_events_interaction_v0.client.mixins.json) de.keksuccino.fancymenu.mixin.client.MixinMinecraft (fancymenu.general.mixin.json) ca.fxco.memoryleakfix.mixin.targetEntityLeak.MinecraftClient_targetClearMixin (memoryleakfix.mixins.json) randommcsomethin.fallingleaves.mixin.MinecraftClientMixin (fallingleaves.mixins.json) dev.stashy.extrasounds.mixin.HotbarSlotSound (extrasounds.mixins.json) net.coderbot.iris.mixin.MixinMinecraft_NoAuthInDev (mixins.iris.json) gg.essential.mixins.transformers.feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo (mixins.essential.json) fudge.notenoughcrashes.fabric.mixins.client.CatchInitMInecraftClientMixin (notenoughcrashes.fabric.mixins.json) org.quiltmc.qsl.resource.loader.mixin.client.MinecraftClientMixin (quilt_resource_loader.mixins.json) org.quiltmc.qsl.networking.mixin.accessor.MinecraftClientAccessor (quilt_networking.mixins.json) de.keksuccino.konkrete.mixin.mixins.client.MixinMinecraft (konkrete.mixin.json) gg.essential.mixins.transformers.compatibility.labymod.MixinRenderPlayerCustom (mixins.essential.json) com.blamejared.controlling.mixin.OpenGuiMixin (controlling.fabric.mixins.json) gg.essential.mixins.transformers.forge.MixinNetworkModHolder (mixins.essential.json) gg.essential.mixins.transformers.compatibility.labymod.MixinMultiplayerTabs (mixins.essential.json) net.xolt.freecam.mixins.MinecraftClientMixin (freecam.mixins.json) org.quiltmc.qsl.command.mixin.client.MinecraftClientMixin (quilt_client_command.mixins.json) gg.essential.mixins.transformers.forge.MixinLoadController (mixins.essential.json) dlovin.inventoryhud.mixin.PlayerMixin (inventoryhud.mixins.json) org.quiltmc.qsl.screen.mixin.client.MinecraftClientMixin (quilt_screen.mixins.json) net.coderbot.iris.mixin.MixinMinecraft_PipelineManagement (mixins.iris.json) ca.fxco.memoryleakfix.mixin.customPayloadLeak.MinecraftClient_freeBufferMixin (memoryleakfix.mixins.json) net.fabricmc.fabric.mixin.registry.sync.client.MixinMinecraftClient (quilted_fabric_registry_sync_v0.client.mixins.json) org.quiltmc.qsl.lifecycle.mixin.client.MinecraftClientMixin (quilt_lifecycle_events.mixins.json) net.darkhax.bookshelf.mixin.client.AccessorMinecraft (bookshelf.common.mixins.json) traben.entity_texture_features.mixin.client.cacheReloaders.MixinMinecraftClient (entity_texture_features.mixins.json) gg.essential.mixins.transformers.util.MixinTabCompleter (mixins.essential.json) de.guntram.mcmod.clickthrough.mixins.ItemUseMixin (mixins.clickthrough.json) gg.essential.mixins.transformers.forge.MixinJarDiscoverer (mixins.essential.json) dev.quantumfusion.dashloader.mixin.main.MinecraftClientMixin (dashloader.mixins.json) fudge.notenoughcrashes.mixins.client.MixinMinecraftClient (notenoughcrashes.mixins.json) com.anthonyhilyard.iceberg.mixin.MinecraftMixin (iceberg.mixins.json) malte0811.ferritecore.mixin.fabric.MinecraftMixin (ferritecore.fabric.mixin.json) com.tterrag.blur.mixin.MixinMinecraftClient (mixins.blur.json) net.coderbot.iris.mixin.MixinMinecraft_Keybinds (mixins.iris.json) me.jellysquid.mods.sodium.mixin.core.MixinMinecraftClient (sodium.mixins.json) gg.essential.mixins.transformers.forge.Mixin_BypassModCompat_Check (mixins.essential.json) shcm.shsupercm.fabric.citresewn.defaults.mixin.types.enchantment.MinecraftClientMixin (citresewn-defaults.mixins.json) gg.essential.mixins.transformers.forge.Mixin_BypassModCompat_Packet (mixins.essential.json) dzwdz.chat_heads.mixin.MinecraftMixin (chat_heads.mixins.json) io.github.a5b84.rainbowshenanigans.mixin.MinecraftClientMixin (rainbow-shenanigans.mixins.json) dev.lambdaurora.lambdynlights.mixin.MinecraftClientMixin (lambdynlights.mixins.json) gg.essential.mixins.transformers.compatibility.labymod.MixinModGuiMultiplayer (mixins.essential.json) me.flashyreese.mods.sodiumextra.mixin.gui.MinecraftClientAccessor (sodium-extra.mixins.json) de.keksuccino.auudio.mixin.client.MixinMinecraft (auudio.mixin.json) gg.essential.mixins.transformers.compatibility.labymod.MixinModelCosmetics (mixins.essential.json) de.keksuccino.drippyloadingscreen.mixin.client.MixinMinecraftClient (drippyloadingscreen.mixin.json) gg.essential.mixins.transformers.feature.difficulty.client.Mixin_TrackClientDifficultyChanges (mixins.essential.json) gg.essential.mixins.transformers.client.gui.Mixin_BypassModCompat_Gui (mixins.essential.json) de.maxhenkel.voicechat.mixin.MinecraftMixin (voicechat.mixins.json) net.minecraft.client.main.Main: io.github.ultimateboomer.smoothboot.mixin.client.MainMixin (smoothboot.mixins.json) link.infra.screenshotclipboard.common.mixin.AWTHackMixin (screenshotclipboard-common.mixins.json) dev.quantumfusion.dashloader.mixin.main.MainMixin (dashloader.mixins.json) ca.fxco.memoryleakfix.mixin.spongePoweredLeak.Main_clientLoadedMixin (memoryleakfix.mixins.json) fudge.notenoughcrashes.fabric.mixins.client.MixinMain (notenoughcrashes.fabric.mixins.json)

-- Affected level -- Details: All players: 1 total; [class_746['/130, l='ClientLevel', x=-1297.99, y=140.00, z=1048.84]] Chunk stats: 1024, 614 Level dimension: minecraft:the_end Level spawn location: World: (144,64,-192), Section: (at 0,0,0 in 9,4,-12; chunk contains blocks 144,0,-192 to 159,255,-177), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1) Level time: 1800727 game time, 27918 day time Server brand: quilt Server type: Integrated singleplayer server Stacktrace: at net.minecraft.class_638.method_8538(class_638.java:453) at net.minecraft.class_310.method_1587(class_310.java:2288) at net.minecraft.class_310.method_1514(class_310.java:753) at net.minecraft.client.main.Main.main(Main.java:237) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.quiltmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:423) at org.quiltmc.loader.impl.launch.knot.Knot.launch(Knot.java:76) at org.quiltmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:24) Mixins in Stacktrace: net.minecraft.class_638: me.steinborn.krypton.mixin.client.fastchunkentityaccess.ClientWorldMixin (krypton.mixins.json) me.jellysquid.mods.sodium.mixin.features.chunk_rendering.MixinClientWorld (sodium.mixins.json) org.quiltmc.qsl.lifecycle.mixin.client.ClientWorldMixin (quilt_lifecycle_events.mixins.json) net.coderbot.iris.mixin.vertices.block_rendering.MixinClientLevel (mixins.iris.vertexformat.json) dlovin.inventoryhud.mixin.UpdateNotifierMixin (inventoryhud.mixins.json) dev.onyxstudios.cca.mixin.entity.client.MixinClientWorld (mixins.cardinal_components_entity.json) me.jellysquid.mods.lithium.mixin.chunk.entity_class_groups.ClientWorldMixin (lithium.mixins.json) dev.architectury.mixin.fabric.client.MixinClientLevel (architectury.mixins.json) ladysnake.illuminations.mixin.ClientWorldMixin (illuminations.mixins.json) me.jellysquid.mods.sodium.mixin.features.fast_biome_colors.MixinClientWorld (sodium.mixins.json) dev.lambdaurora.lambdynlights.mixin.ClientWorldMixin (lambdynlights.mixins.json) dev.tr7zw.entityculling.mixin.ClientWorldMixin (entityculling.mixins.json) net.minecraft.class_310: com.blamejared.ambientenvironment.mixin.MixinMinecraft (ambientenvironment.fabric.mixins.json) de.maxhenkel.camerautils.mixin.MinecraftMixin (camerautils.mixins.json) dev.lambdaurora.spruceui.mixin.MinecraftClientMixin (spruceui.mixins.json) gg.essential.mixins.transformers.compatibility.vanilla.Mixin_FixBufferBuilderSortReset (mixins.essential.json) gg.essential.mixins.transformers.forge.Mixin_FixRaceConditionInServerHandshake (mixins.essential.json) gg.essential.mixins.transformers.client.MixinMinecraft (mixins.essential.json) org.quiltmc.qsl.base.mixin.client.MinecraftClientMixin (quilt_base.mixins.json) dev.architectury.mixin.fabric.client.MixinMinecraft (architectury.mixins.json) dev.stashy.extrasounds.mixin.inventory.InventoryScreenSounds (extrasounds.mixins.json) ladysnake.satin.mixin.client.event.MinecraftClientMixin (mixins.satin.client.json) gg.essential.mixins.transformers.feature.difficulty.server.Mixin_RemoveUnsafeDifficultyChecks (mixins.essential.json) gg.essential.mixins.transformers.feature.difficulty.server.Mixin_BroadcastServerDifficultyChanges (mixins.essential.json) net.fabricmc.fabric.mixin.event.interaction.client.MixinMinecraftClient (quilted_fabric_events_interaction_v0.client.mixins.json) de.keksuccino.fancymenu.mixin.client.MixinMinecraft (fancymenu.general.mixin.json) ca.fxco.memoryleakfix.mixin.targetEntityLeak.MinecraftClient_targetClearMixin (memoryleakfix.mixins.json) randommcsomethin.fallingleaves.mixin.MinecraftClientMixin (fallingleaves.mixins.json) dev.stashy.extrasounds.mixin.HotbarSlotSound (extrasounds.mixins.json) net.coderbot.iris.mixin.MixinMinecraft_NoAuthInDev (mixins.iris.json) gg.essential.mixins.transformers.feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo (mixins.essential.json) fudge.notenoughcrashes.fabric.mixins.client.CatchInitMInecraftClientMixin (notenoughcrashes.fabric.mixins.json) org.quiltmc.qsl.resource.loader.mixin.client.MinecraftClientMixin (quilt_resource_loader.mixins.json) org.quiltmc.qsl.networking.mixin.accessor.MinecraftClientAccessor (quilt_networking.mixins.json) de.keksuccino.konkrete.mixin.mixins.client.MixinMinecraft (konkrete.mixin.json) gg.essential.mixins.transformers.compatibility.labymod.MixinRenderPlayerCustom (mixins.essential.json) com.blamejared.controlling.mixin.OpenGuiMixin (controlling.fabric.mixins.json) gg.essential.mixins.transformers.forge.MixinNetworkModHolder (mixins.essential.json) gg.essential.mixins.transformers.compatibility.labymod.MixinMultiplayerTabs (mixins.essential.json) net.xolt.freecam.mixins.MinecraftClientMixin (freecam.mixins.json) org.quiltmc.qsl.command.mixin.client.MinecraftClientMixin (quilt_client_command.mixins.json) gg.essential.mixins.transformers.forge.MixinLoadController (mixins.essential.json) dlovin.inventoryhud.mixin.PlayerMixin (inventoryhud.mixins.json) org.quiltmc.qsl.screen.mixin.client.MinecraftClientMixin (quilt_screen.mixins.json) net.coderbot.iris.mixin.MixinMinecraft_PipelineManagement (mixins.iris.json) ca.fxco.memoryleakfix.mixin.customPayloadLeak.MinecraftClient_freeBufferMixin (memoryleakfix.mixins.json) net.fabricmc.fabric.mixin.registry.sync.client.MixinMinecraftClient (quilted_fabric_registry_sync_v0.client.mixins.json) org.quiltmc.qsl.lifecycle.mixin.client.MinecraftClientMixin (quilt_lifecycle_events.mixins.json) net.darkhax.bookshelf.mixin.client.AccessorMinecraft (bookshelf.common.mixins.json) traben.entity_texture_features.mixin.client.cacheReloaders.MixinMinecraftClient (entity_texture_features.mixins.json) gg.essential.mixins.transformers.util.MixinTabCompleter (mixins.essential.json) de.guntram.mcmod.clickthrough.mixins.ItemUseMixin (mixins.clickthrough.json) gg.essential.mixins.transformers.forge.MixinJarDiscoverer (mixins.essential.json) dev.quantumfusion.dashloader.mixin.main.MinecraftClientMixin (dashloader.mixins.json) fudge.notenoughcrashes.mixins.client.MixinMinecraftClient (notenoughcrashes.mixins.json) com.anthonyhilyard.iceberg.mixin.MinecraftMixin (iceberg.mixins.json) malte0811.ferritecore.mixin.fabric.MinecraftMixin (ferritecore.fabric.mixin.json) com.tterrag.blur.mixin.MixinMinecraftClient (mixins.blur.json) net.coderbot.iris.mixin.MixinMinecraft_Keybinds (mixins.iris.json) me.jellysquid.mods.sodium.mixin.core.MixinMinecraftClient (sodium.mixins.json) gg.essential.mixins.transformers.forge.Mixin_BypassModCompat_Check (mixins.essential.json) shcm.shsupercm.fabric.citresewn.defaults.mixin.types.enchantment.MinecraftClientMixin (citresewn-defaults.mixins.json) gg.essential.mixins.transformers.forge.Mixin_BypassModCompat_Packet (mixins.essential.json) dzwdz.chat_heads.mixin.MinecraftMixin (chat_heads.mixins.json) io.github.a5b84.rainbowshenanigans.mixin.MinecraftClientMixin (rainbow-shenanigans.mixins.json) dev.lambdaurora.lambdynlights.mixin.MinecraftClientMixin (lambdynlights.mixins.json) gg.essential.mixins.transformers.compatibility.labymod.MixinModGuiMultiplayer (mixins.essential.json) me.flashyreese.mods.sodiumextra.mixin.gui.MinecraftClientAccessor (sodium-extra.mixins.json) de.keksuccino.auudio.mixin.client.MixinMinecraft (auudio.mixin.json) gg.essential.mixins.transformers.compatibility.labymod.MixinModelCosmetics (mixins.essential.json) de.keksuccino.drippyloadingscreen.mixin.client.MixinMinecraftClient (drippyloadingscreen.mixin.json) gg.essential.mixins.transformers.feature.difficulty.client.Mixin_TrackClientDifficultyChanges (mixins.essential.json) gg.essential.mixins.transformers.client.gui.Mixin_BypassModCompat_Gui (mixins.essential.json) de.maxhenkel.voicechat.mixin.MinecraftMixin (voicechat.mixins.json) net.minecraft.client.main.Main: io.github.ultimateboomer.smoothboot.mixin.client.MainMixin (smoothboot.mixins.json) link.infra.screenshotclipboard.common.mixin.AWTHackMixin (screenshotclipboard-common.mixins.json) dev.quantumfusion.dashloader.mixin.main.MainMixin (dashloader.mixins.json) ca.fxco.memoryleakfix.mixin.spongePoweredLeak.Main_clientLoadedMixin (memoryleakfix.mixins.json) fudge.notenoughcrashes.fabric.mixins.client.MixinMain (notenoughcrashes.fabric.mixins.json)

-- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: Yes Packs: Default, VanillaTweaks_1.19.zip, loadmyresources.hiddenpack, cullleaves/smartleaves, continuity/glass_pane_culling_fix, continuity/default, illuminations/pixelaccurate, illuminations/lowerres, VIllagerAndOthersCloakFix.zip, Eating.Animation.Smaller.Utilities.Compatibility.zip, rope-ladders-with-vines.zip, SpawnEgg3D-1.19.zip, Better_Chickens_v1.2.zip, Better+sheep+-+Mrblueyeti.zip, Butterflies+-+Mrblueyeti.zip, Boss+Bars++1.18+Update.zip, Desert_Bloom-v1.0.2.zip, Luminous1.3.zip, itemframes-e700.zip, FlowerCrowns(1.18)_v2.zip, Flower_Golems_v1.zip, Kubban's Saplings, XeKr+flowers+leaves+model+pack+modified.zip, Emissive+V1.0.zip, visualoverhaul/coloredwaterbucket, visualoverhaul/fancyfurnace, visualoverhaul/nobrewingbottles, visualoverhaul/rounddiscs, minecraft/vanilla_tweaks_smaller_utilities_compatibility, Essential (fabric_1.19).jar

-- System Details -- Details: Minecraft Version: 1.19 Minecraft Version ID: 1.19 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: 1747324168 bytes (1666 MiB) / 3657433088 bytes (3488 MiB) up to 6442450944 bytes (6144 MiB) CPUs: 8 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz Identifier: Intel64 Family 6 Model 94 Stepping 3 Microarchitecture: Skylake (Client) Frequency (GHz): 2.59 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 8 Graphics card #0 name: NVIDIA GeForce GTX 980M Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x1617 Graphics card #0 versionInfo: DriverVersion=30.0.14.9729 Memory slot #0 capacity (MB): 16384.00 Memory slot #0 clockSpeed (GHz): 2.13 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 16384.00 Memory slot #1 clockSpeed (GHz): 2.13 Memory slot #1 type: DDR4 Virtual memory max (MB): 59137.70 Virtual memory used (MB): 53786.89 Swap memory total (MB): 26433.84 Swap memory used (MB): 981.49 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Loaded Shaderpack: (off) Quilted Fabric API: !! WARNING !! This instance is using Fabric API modules re-implemented by QSL. If the issue comes from Quilted Fabric API, DO NOT report to Fabric; report them to Quilt instead! Quilt Mods: advanced_runtime_resource_pack: Runtime Resource Pack 0.6.2 advancementinfo: AdvancementInfo 1.19-fabric0.53.3-1.3.1 ambientenvironment: Ambient Environment 8.0+1 antighost: AntiGhost 1.19-fabric0.55.3-1.1.5 architectury: Architectury 5.7.27 armorchroma: Armor Chroma 1.2.2 audioplayer: AudioPlayer 1.19-1.0.3 auudio: Auudio 1.0.3 axolotlitemfix: Axolotl Item Fix 1.1.3 betterf3: BetterF3 1.3.1 bettermounthud: Better Mount HUD 1.1.4 betterpingdisplay: Better Ping Display 1.1.1 bettersafebed: BetterSafeBed a biomeinfo: BiomeInfo 1.19-11 blue_endless_jankson: jankson 1.2.1 blur: Blur (Fabric) 2.5.0 boatiview: Boat Item View Fabric 0.0.3 bookshelf: Bookshelf 14.0.3 caffeineconfig: CaffeineConfig 1.0.0+1.17 camerautils: Camera Utils 1.19-1.0.0 capetweaks: Cape Tweaks 1.0.1 cardinal-components-base: Cardinal Components API (base) 5.0.0-beta.1 cardinal-components-entity: Cardinal Components API (entities) 5.0.0-beta.1 cem: Custom Entity Models 0.7.1 chat-up: Chat Up! 2.0 chat_heads: Chat Heads 0.6.0 chisel: Chisel Refabricated 1.4.6 citresewn: CIT Resewn 1.1.0+1.19 citresewn-defaults: CIT Resewn: Defaults 1.1.0+1.19 cleanview: CleanView 1.19-v1-fabric clear-skies: Clear Skies 2.0.93 clickadv: Clickable Advancements Mod 2.5 clickthrough: ClickThrough 1.19-fabric0.53.3-0.4 cloth-basic-math: cloth-basic-math 0.6.1 cloth-config: Cloth Config v6 7.0.72 clumps: Clumps 9.0.0+1 coat: Coat 1.0.0-beta.17+mc22w17a com_github_luben_zstd-jni: zstd-jni 1.5.2-2 com_logisticscraft_occlusionculling: occlusionculling 0.0.6-SNAPSHOT com_moandjiezana_toml_toml4j: toml4j 0.7.2 com_velocitypowered_velocity-native: velocity-native 3.1.2-SNAPSHOT completeconfig: CompleteConfig 2.0.0 completeconfig-base: completeconfig-base 2.0.0 completeconfig-gui-cloth: completeconfig-gui-cloth 2.0.0 completeconfig-gui-coat: completeconfig-gui-coat 2.0.0 config2brigadier: Config to Brigadier 1.1.3 continuity: Continuity 2.0.0+1.19 controlling: Controlling For Fabric 10.0+1 crowdin-translate: CrowdinTranslate 1.4+1.19 cullleaves: Cull Leaves 2.3.4 darkpaintings: DarkPaintings 11.0.2 dashloader: DashLoader 4.0.0+1.19 deathlog: DeathLog 0.2.9+1.19 dev_quantumfusion_hyphen: Hyphen 0.2.2 dev_quantumfusion_taski: Taski 1.1.0 drippyloadingscreen: Drippy Loading Screen 1.6.4 dynamicfps: Dynamic FPS 2.2.0 eatinganimationid: Eating Animation 1.8.1-beta enhancedblockentities: Enhanced Block Entities 0.7+1.19 entity_texture_features: Entity Texture Features 3.1.3 entityculling: EntityCulling-Fabric 1.5.2-mc1.19 essential-container: essential-container 1.0.0 essential-loader: essential-loader 1.0.0 extrasounds: ExtraSounds 2.3.1+1.19 fabric-language-kotlin: Fabric Language Kotlin 1.8.0+kotlin.1.7.0 fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT fabrictailor: Fabric Tailor 1.8.3 fallingleaves: Falling Leaves 1.12.1+1.19 fancymenu: FancyMenu 2.8.0 fastopenlinksandfolders: FastOpenResourcePacks 1.1.1 ferritecore: FerriteCore 4.2.1 fmextension_audio: FancyMenu Audio Extension 1.1.0 forgetmechunk: Forget Me Chunk 1.0.4-1.18.X-1.19.X freecam: Freecam 1.0.8 gbfabrictools: GBfabrictools 1.3.4+1.19 glowingbanners: Glow Banners 1.2.0 held-item-info: Held Item Info 1.3.0 iceberg: Iceberg 1.0.38 illuminations: Illuminations 1.10.5 indium: Indium 1.0.6+mc1.19 inspecio: Inspecio 1.4.2+1.19 interdimensional-map-markers: Interdimensional Map Markers 1.0.1 inventoryhud: Inventory HUD + 3.4.2 iris: Iris 1.2.5 jankson: Jankson 4.1.1+j1.2.1 java: OpenJDK 64-Bit Server VM 17 keepheadnames: Keep Head Names 1.5.1 kirin: Kirin UI 1.11.0 konkrete: Konkrete 1.3.3 krypton: Krypton 0.2.0 lambdynlights: LambDynamicLights 2.1.2+1.19 lazydfu: LazyDFU 0.1.3 libgui: LibGui 6.0.0-beta.5+1.19-pre1 libninepatch: LibNinePatch 1.1.0 lightoverlay: Light Overlay 7.0.0 lithium: Lithium 0.8.0 loadmyresources: Load My Resources 1.0.1 maptooltip: Map Tooltip 2.0.0 mcwbridges: Macaw's Bridges 2.0.3 mcwfences: Macaw's Fences and Walls 1.0.5 mcwlights: Macaw's Lights and Lamps 1.0.3 mcwpaintings: Macaw's Paintings 1.0.3 mcwpaths: Macaw's Paths and Pavings 1.0.0 mcwroofs: Macaw's Roofs 2.1.2 mcwwindows: Macaw's Windows 2.0.3 memoryleakfix: memory Leak Fix 1.19-0.4.1 microdurability: microDurability 0.3.5+1.19 microdurability-core: microDurability Core 0.3.5 midnightlib: MidnightLib 0.5.2 minecraft: Minecraft 1.19 minecraftcapes: MinecraftCapes Mod 12.0.2 mixintrace: MixinTrace 1.1.1+1.17 mm: Manningham Mills 2.3 mo_glass: Mo Glass 1.6.1-MC1.19 modmenu: Mod Menu 4.0.0 morebannerfeatures: More Banner Features 1.1.3 moreflowerpots: com.eternalhelldevs.moreflowerpots 3.0-SNAPSHOT notenoughanimations: NotEnoughAnimations 1.6.0 notenoughcrashes: Not Enough Crashes 4.1.6+1.19 onsoulfire: On Soul Fire 1.19-1 org_anarres_jcpp: jcpp 1.4.14 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.7.0 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.7.0 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.7.0 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.7.0 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.17.3 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.2 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.2 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.3.3 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.3 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.3 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.3 org_joml_joml: joml 1.10.4 paintingcycle: Painting Cycle 1.0.1 patternedglass: Patterned Glass 3.0.0+1.19 phosphor: Phosphor 0.8.1 picturesign: PictureSign 1.4.1 presencefootsteps: Presence Footsteps 1.6.0 pride: Pride Lib 1.1.2+1.19 puzzle: Puzzle 1.3.3 puzzle-base: Puzzle Base 1.3.3 puzzle-gui: Puzzle GUI 1.3.3 puzzle-models: Puzzle Models 1.3.3 puzzle-splashscreen: Puzzle Splash Screen 1.3.3 quilt_base: Quilt Base API 2.0.0-beta.2+1.19 quilt_biome: Quilt Biome API 2.0.0-beta.2+1.19 quilt_block_extensions: Quilt Block Extensions API 2.0.0-beta.2+1.19 quilt_client_command: Quilt Client Command API 2.0.0-beta.2+1.19 quilt_command: Quilt Command API 2.0.0-beta.2+1.19 quilt_crash_info: Quilt Crash Info 2.0.0-beta.2+1.19 quilt_dimension: Quilt Dimension API 2.0.0-beta.2+1.19 quilt_item_group: Quilt Item Group API 2.0.0-beta.2+1.19 quilt_item_setting: Quilt Item Setting API 2.0.0-beta.2+1.19 quilt_lifecycle_events: Quilt Lifecycle Events 2.0.0-beta.2+1.19 quilt_loader: Quilt Loader 0.17.1-beta.2 quilt_networking: Quilt Networking 2.0.0-beta.2+1.19 quilt_recipe: Quilt Recipe API 2.0.0-beta.2+1.19 quilt_registry: Quilt Registry API 2.0.0-beta.2+1.19 quilt_registry_entry_attachments: Quilt Registry Entry Attachments 2.0.0-beta.2+1.19 quilt_resource_loader: Quilt Resource Loader 2.0.0-beta.2+1.19 quilt_screen: Quilt Screen API 2.0.0-beta.2+1.19 quilt_tags: Quilt Tags API 2.0.0-beta.2+1.19 quilt_tooltip: Quilt Tooltip API 2.0.0-beta.2+1.19 quilted_fabric_api: Quilted Fabric API 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_api_base: Quilted Fabric API Base 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_api_lookup_api_v1: Quilted Fabric API Lookup API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_biome_api_v1: Quilted Fabric Biome API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_blockrenderlayer_v1: Quilted Fabric BlockRenderLayer Registration (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_command_api_v2: Quilted Fabric Command API (v2) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_content_registries_v0: Quilted Fabric Content Registries (v0) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_convention_tags_api_v1: Quilted Fabric Convention Tags API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_crash_report_info_v1: Quilted Fabric Crash Report Info (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_dimensions_v1: Quilted Fabric Dimensions API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_entity_events_v1: Quilted Fabric Entity Events (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_events_interaction_v0: Quilted Fabric Events Interaction (v0) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_game_rule_api_v1: Quilted Fabric Game Rule API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_item_api_v1: Quilted Fabric Item API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_item_groups_v0: Quilted Fabric Item Groups (v0) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_key_binding_api_v1: Quilted Fabric Key Binding API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_lifecycle_events_v1: Quilted Fabric Lifecycle Events (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_loot_api_v2: Quilted Fabric Loot API (v2) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_message_api_v1: Quilted Fabric Message API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_mining_level_api_v1: Quilted Fabric Mining Level API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_models_v0: Quilted Fabric Models (v0) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_networking_api_v1: Quilted Fabric Networking API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_object_builder_api_v1: Quilted Fabric Object Builder API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_particles_v1: Quilted Fabric Particles (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_registry_sync_v0: Quilted Fabric Registry Sync (v0) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_renderer_api_v1: Quilted Fabric Renderer API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_renderer_indigo: Quilted Fabric Renderer - Indigo 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_rendering_data_attachment_v1: Quilted Fabric Rendering Data Attachment (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_rendering_fluids_v1: Quilted Fabric Rendering Fluids (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_rendering_v1: Quilted Fabric Rendering (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_resource_conditions_api_v1: Quilted Fabric Resource Conditions API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_resource_loader_v0: Quilted Fabric Resource Loader (v0) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_screen_api_v1: Quilted Fabric Screen API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_screen_handler_api_v1: Quilted Fabric Screen Handler API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_textures_v0: Quilted Fabric Textures (v0) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_transfer_api_v1: Quilted Fabric Transfer API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_transitive_access_wideners_v1: Quilted Fabric Transitive Access Wideners (v1) 2.0.0-alpha.3+0.55.3-1.19 rainbow-shenanigans: Rainbow Shenanigans 1.0.1 reeses-sodium-options: Reese's Sodium Options 1.4.3+mc1.19-build.43 roughlyenoughitems: Roughly Enough Items 9.0.491 satin: Satin 1.8.0 screenshotclipboard: Screenshot to Clipboard 1.0.9 shulkerboxtooltip: Shulker Box Tooltip 3.0.9+1.19 sign_editor: Better Signs & Frames 0.8.4 silence: Silence 1.19-fabric0.53.3-1.0.1 sit: Sit 1.19-20 skinlayers: 3d Skin Layers 1.4.7-mc1.19 smoothboot: Smooth Boot 1.19-1.7.1 sodium: Sodium 0.4.2+build.16 sodium-extra: Sodium Extra 0.4.5+mc1.19-build.43 sound_physics_remastered: Sound Physics Remastered 1.19-1.0.6 soundcategories: Sound Categories 1.2.4+1.19 spruceui: SpruceUI 4.0.0+1.19 sspb: Sodium Shadowy Path Blocks 3.0.0 status-effect-bars: Status Effect Bars 1.0.1 stendhal: Stendhal 1.3.3-1.19 tooltipfix: ToolTip Fix 1.0.5-1.19 villager-hats: Villager Hats 1.4.1 visuality: Visuality 0.5.0 visualoverhaul: VisualOverhaul 4.1.1 voicechat: Simple Voice Chat 1.19-2.2.46 waveycapes: WaveyCapes 1.2.0 wi_zoom: WI Zoom 1.3-MC1.19 windchimes: Windchimes 1.2.1 Launched Version: quilt-loader-0.17.1-beta.2-1.19 Backend library: LWJGL version 3.3.1 build 7 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'quilt'; Server brand changed to 'quilt' Type: Integrated Server (map_client.txt) Graphics mode: fancy Resource Packs: vanilla, file/VanillaTweaks_1.19.zip, loadmyresources.hiddenpack (incompatible), cullleaves/smartleaves, continuity/glass_pane_culling_fix, continuity/default, illuminations/pixelaccurate, illuminations/lowerres, file/VIllagerAndOthersCloakFix.zip (incompatible), file/Eating.Animation.Smaller.Utilities.Compatibility.zip (incompatible), file/rope-ladders-with-vines.zip (incompatible), file/SpawnEgg3D-1.19.zip, file/Better_Chickens_v1.2.zip (incompatible), file/Better+sheep+-+Mrblueyeti.zip (incompatible), file/Butterflies+-+Mrblueyeti.zip (incompatible), file/Boss+Bars++1.18+Update.zip (incompatible), file/Desert_Bloom-v1.0.2.zip (incompatible), , file/Luminous1.3.zip (incompatible), file/itemframes-e700.zip (incompatible), file/FlowerCrowns(1.18)_v2.zip (incompatible), file/Flower_Golems_v1.zip (incompatible), file/Kubban's Saplings (incompatible), file/XeKr+flowers+leaves+model+pack+modified.zip, file/Emissive+V1.0.zip (incompatible), visualoverhaul/coloredwaterbucket, visualoverhaul/fancyfurnace, visualoverhaul/nobrewingbottles, visualoverhaul/rounddiscs, minecraft/vanilla_tweaks_smaller_utilities_compatibility Current Language: English (US) CPU: 8x Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz Server Running: true Player Count: 1 / 8; [class_3222['/130, l='ServerLevel[test 1.17]', x=-1297.99, y=140.00, z=1048.84]] Data Packs: vanilla, loadmyresources.hiddenpack (incompatible) World Generation: Stable Client Crashes Since Restart: 1 Integrated Server Crashes Since Restart: 0 Suspected Mods: Quilt Loader (quilt_loader), Iceberg (iceberg), Minecraft (minecraft)

AHilyard commented 2 years ago

Does this crash with only Iceberg, inspecio, and maptooltip?

EGOIST1372 commented 2 years ago

I mean I have many more mods. but I can only think of those 3 that can only have anything to do with tooltip maybe tooltipfix mode as well. but after removing iceberg the game didnt crash anymore

EGOIST1372 commented 2 years ago

ok it seems now that I tried to create a filled map from an empty map the game crashed without iceberg

---- Minecraft Crash Report ---- // Hi. I'm Minecraft, and I'm a crashaholic.

Time: 6/20/22, 4:45 AM Description: Ticking player

java.lang.NoSuchMethodError: 'double net.minecraft.class_2874.method_31110()' at net.minecraft.item.map.MapState.getCoordinateScale(MapState:691) at net.minecraft.item.map.MapState.localvar$dfp000$adjustX(MapState:628) at net.minecraft.item.map.MapState.addIcon(MapState) at net.minecraft.item.map.MapState.update(MapState:293) at net.minecraft.item.FilledMapItem.inventoryTick(FilledMapItem:335) at net.minecraft.item.ItemStack.inventoryTick(ItemStack:542) at net.minecraft.entity.player.PlayerInventory.updateItems(PlayerInventory:255) at net.minecraft.entity.player.PlayerEntity.tickMovement(PlayerEntity:566) at net.minecraft.entity.LivingEntity.tick(LivingEntity:2384) at net.minecraft.entity.player.PlayerEntity.tick(PlayerEntity:283) at net.minecraft.server.network.ServerPlayerEntity.playerTick(ServerPlayerEntity:485) at net.minecraft.server.network.ServerPlayNetworkHandler.tick(ServerPlayNetworkHandler:241) at net.minecraft.network.ClientConnection.tick(ClientConnection:246) at net.minecraft.server.ServerNetworkIo.tick(ServerNetworkIo:182) at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer:886) at net.minecraft.server.MinecraftServer.tick(MinecraftServer:819) at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer:98) at net.minecraft.server.MinecraftServer.runServer(MinecraftServer:665) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer:258) at java.lang.Thread.run(Thread.java:833)

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

-- Head -- Thread: Render thread Stacktrace: at net.minecraft.class_22.getCoordinateScale(class_22.java:691) at net.minecraft.class_22.localvar$dfp000$adjustX(class_22.java:628) at net.minecraft.class_22.method_107(class_22.java) at net.minecraft.class_22.method_102(class_22.java:293) at net.minecraft.class_1806.method_7888(class_1806.java:335) at net.minecraft.class_1799.method_7917(class_1799.java:542) at net.minecraft.class_1661.method_7381(class_1661.java:255) at net.minecraft.class_1657.method_6007(class_1657.java:566) at net.minecraft.class_1309.method_5773(class_1309.java:2384) at net.minecraft.class_1657.method_5773(class_1657.java:283) Mixins in Stacktrace: net.minecraft.class_22: io.github.a5b84.interdimensionalmapmarkers.mixin.MapStateMixin (interdimensional-map-markers.mixins.json) net.minecraft.class_1806: com.vendoau.maptooltip.mixin.FilledMapItemMixin (maptooltip.mixins.json) io.github.queerbric.inspecio.mixin.FilledMapItemMixin (inspecio.mixins.json) io.github.a5b84.helditeminfo.mixin.item.FilledMapItemMixin (held-item-info.mixins.json) net.minecraft.class_1799: shcm.shsupercm.fabric.citresewn.defaults.mixin.types.armor.ItemStackMixin (citresewn-defaults.mixins.json) me.jellysquid.mods.lithium.mixin.block.hopper.ItemStackMixin (lithium.mixins.json) me.jellysquid.mods.lithium.mixin.item.ItemStackMixin (lithium.mixins.json) io.github.queerbric.inspecio.mixin.ItemStackMixin (inspecio.mixins.json) shcm.shsupercm.fabric.citresewn.defaults.mixin.types.elytra.ItemStackMixin (citresewn-defaults.mixins.json) net.fabricmc.fabric.mixin.item.ItemStackMixin (quilted_fabric_item_api_v1.mixins.json) org.quiltmc.qsl.item.setting.mixin.ItemStackMixin (quilt_item_setting.mixins.json) shcm.shsupercm.fabric.citresewn.defaults.mixin.types.enchantment.ItemStackMixin (citresewn-defaults.mixins.json) org.quiltmc.qsl.tooltip.mixin.client.ItemStackMixin (quilt_tooltip.mixins.json) shcm.shsupercm.fabric.citresewn.defaults.mixin.types.item.ItemStackMixin (citresewn-defaults.mixins.json) nukeduck.armorchroma.mixin.ItemStackMixin (armorchroma.mixins.json) com.misterpemodder.shulkerboxtooltip.mixin.client.ItemStackMixin (shulkerboxtooltip.client.json) net.minecraft.class_1661: net.wurstclient.zoom.mixin.PlayerInventoryMixin (wi-zoom.mixins.json) dev.stashy.extrasounds.mixin.HotbarScrollSound (extrasounds.mixins.json) dev.stashy.extrasounds.mixin.ItemPickSound (extrasounds.mixins.json) dev.architectury.mixin.fabric.MixinInventory (architectury.mixins.json) net.minecraft.class_1657: dev.lambdaurora.lambdynlights.mixin.lightsource.PlayerEntityMixin (lambdynlights.lightsource.mixins.json) gg.essential.mixins.transformers.entity.player.MixinEntityPlayer (mixins.essential.json) org.samo_lego.fabrictailor.mixin.accessors.PlayerEntityAccessor (fabrictailor.mixins.json) net.fabricmc.fabric.mixin.entity.event.PlayerEntityMixin (quilted_fabric_entity_events_v1.mixins.json) dev.stashy.extrasounds.mixin.inventory.InventoryDropSound (extrasounds.mixins.json) dev.tr7zw.waveycapes.mixin.PlayerMixin (waveycapes.mixins.json) dev.tr7zw.notenoughanimations.mixins.PlayerEntityMixin (notenoughanimations.mixins.json) dev.architectury.mixin.fabric.LivingDeathInvoker (architectury.mixins.json) dev.tr7zw.skinlayers.mixin.PlayerMixin (3dskinlayers.mixins.json) ladysnake.illuminations.mixin.PlayerEntityMixin (illuminations.mixins.json) de.kxmischesdomi.morebannerfeatures.mixin.player.PlayerMixin (morebannerfeatures.mixins.json) dev.architectury.mixin.fabric.PlayerAttackInvoker (architectury.mixins.json) traben.entity_texture_features.mixin.client.cacheReloaders.MixinPlayerEntity (entity_texture_features.mixins.json) de.guntram.mcmod.clickthrough.mixins.SneakingCancelsInteractionMixin (mixins.clickthrough.json) dev.architectury.mixin.fabric.MixinPlayer (architectury.mixins.json) gg.essential.mixins.transformers.entity.player.EntityPlayerAccessor (mixins.essential.json) net.fabricmc.fabric.mixin.entity.event.elytra.PlayerEntityMixin (quilted_fabric_entity_events_v1.mixins.json) net.minecraft.class_1309: ru.pinkgoosik.visuality.mixin.LivingEntityMixin (visuality.mixins.json) net.fabricmc.fabric.mixin.entity.event.LivingEntityMixin (quilted_fabric_entity_events_v1.mixins.json) me.jellysquid.mods.lithium.mixin.entity.skip_equipment_change_check.LivingEntityMixin (lithium.mixins.json) io.github.a5b84.statuseffectbars.mixin.LivingEntityMixin (status-effect-bars.mixins.json) eu.ha3.presencefootsteps.mixins.MLivingEntity (presencefootsteps.mixin.json) net.fabricmc.fabric.mixin.entity.event.elytra.LivingEntityMixin (quilted_fabric_entity_events_v1.mixins.json) ru.pinkgoosik.villagerhats.mixin.LivingEntityMixin (villager-hats.mixins.json) dev.architectury.mixin.fabric.LivingDeathInvoker (architectury.mixins.json) me.jellysquid.mods.lithium.mixin.entity.fast_powder_snow_check.LivingEntityMixin (lithium.mixins.json) net.darkhax.bookshelf.mixin.entity.AccessorLivingEntity (bookshelf.common.mixins.json) eu.ha3.presencefootsteps.mixins.ILivingEntity (presencefootsteps.mixin.json) moriyashiine.onsoulfire.mixin.LivingEntityMixin (onsoulfire.mixins.json) me.jellysquid.mods.lithium.mixin.entity.collisions.unpushable_cramming.LivingEntityMixin (lithium.mixins.json) dev.lambdaurora.lambdynlights.mixin.lightsource.LivingEntityMixin (lambdynlights.lightsource.mixins.json) dev.architectury.mixin.fabric.MixinLivingEntity (architectury.mixins.json) me.jellysquid.mods.lithium.mixin.entity.fast_hand_swing.LivingEntityMixin (lithium.mixins.json) de.kxmischesdomi.morebannerfeatures.mixin.player.LivingEntityMixin (morebannerfeatures.mixins.json) ladysnake.illuminations.mixin.LivingEntityMixin (illuminations.mixins.json) dev.tr7zw.notenoughanimations.mixins.LivingEntityMixin (notenoughanimations.mixins.json) net.xolt.freecam.mixins.LivingEntityMixin (freecam.mixins.json) org.quiltmc.qsl.item.setting.mixin.LivingEntityMixin (quilt_item_setting.mixins.json) me.jellysquid.mods.lithium.mixin.entity.fast_elytra_check.LivingEntityMixin (lithium.mixins.json) me.jellysquid.mods.lithium.mixin.alloc.enum_values.LivingEntityMixin (lithium.mixins.json)

-- Player being ticked -- Details: Entity Type: minecraft:player (net.minecraft.class_3222) Entity ID: 125 Entity Name: EGOIST23 Entity's Exact location: 117.42, 19.00, -89.69 Entity's Block location: World: (117,19,-90), Section: (at 5,3,6 in 7,1,-6; chunk contains blocks 112,-64,-96 to 127,319,-81), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1) Entity's Momentum: 0.00, -0.08, 0.00 Entity's Passengers: [] Entity's Vehicle: null Entity NBT: {AbsorptionAmount:0.0f,Air:300s,Attributes:[{Base:0.10000000149011612d,Name:"minecraft:generic.movement_speed"},{Base:0.0d,Name:"minecraft:generic.knockback_resistance"},{Base:0.0d,Name:"minecraft:generic.armor"},{Base:4.0d,Name:"minecraft:generic.attack_speed"},{Base:0.0d,Name:"minecraft:generic.armor_toughness"},{Base:1.0d,Name:"minecraft:generic.attack_damage"}],Brain:{memories:{}},DataVersion:3105,DeathTime:0s,Dimension:"minecraft:overworld",EnderItems:[],FallDistance:0.0f,FallFlying:0b,Fire:-20s,Health:20.0f,HurtByTimestamp:0,HurtTime:0s,Inventory:[{Count:1b,Slot:0b,id:"minecraft:filled_map",tag:{map:3}},{Count:1b,Slot:3b,id:"minecraft:map"},{Count:37b,Slot:4b,id:"minecraft:firework_rocket"},{Count:1b,Slot:5b,id:"minecraft:netherite_sword",tag:{Damage:33,Enchantments:[{id:"minecraft:sharpness",lvl:5s}],RepairCost:1}},{Count:64b,Slot:6b,id:"minecraft:bone_meal"},{Count:62b,Slot:7b,id:"minecraft:cooked_porkchop"},{Count:1b,Slot:8b,id:"minecraft:flint_and_steel",tag:{Damage:1}},{Count:1b,Slot:9b,id:"minecraft:sea_lantern"},{Count:1b,Slot:10b,id:"minecraft:anvil"},{Count:1b,Slot:11b,id:"minecraft:music_disc_pigstep"},{Count:1b,Slot:12b,id:"minecraft:sheep_spawn_egg"},{Count:63b,Slot:13b,id:"minecraft:glass_pane"},{Count:1b,Slot:14b,id:"minecraft:chicken_spawn_egg",tag:{}},{Count:5b,Slot:15b,id:"minecraft:torch"},{Count:2b,Slot:16b,id:"minecraft:item_frame"},{Count:4b,Slot:17b,id:"minecraft:stick"},{Count:62b,Slot:18b,id:"minecraft:slime_block"},{Count:64b,Slot:19b,id:"minecraft:wolf_spawn_egg"},{Count:8b,Slot:20b,id:"minecraft:paper"},{Count:1b,Slot:21b,id:"minecraft:lantern"},{Count:2b,Slot:22b,id:"minecraft:glow_ink_sac"},{Count:1b,Slot:23b,id:"minecraft:filled_map",tag:{map:1}},{Count:1b,Slot:24b,id:"minecraft:music_disc_otherside"},{Count:64b,Slot:25b,id:"minecraft:coal_block"},{Count:1b,Slot:26b,id:"minecraft:leather_chestplate",tag:{Damage:6}},{Count:1b,Slot:27b,id:"minecraft:turtle_helmet",tag:{Damage:32}},{Count:1b,Slot:28b,id:"minecraft:painting"},{Count:1b,Slot:29b,id:"minecraft:glow_item_frame"},{Count:1b,Slot:30b,id:"minecraft:bat_spawn_egg",tag:{}},{Count:62b,Slot:31b,id:"minecraft:name_tag"},{Count:1b,Slot:32b,id:"minecraft:water_bucket"},{Count:1b,Slot:33b,id:"minecraft:flower_pot"},{Count:1b,Slot:34b,id:"minecraft:shears",tag:{Damage:16}},{Count:1b,Slot:35b,id:"minecraft:netherite_pickaxe",tag:{Damage:7,Enchantments:[{id:"minecraft:silk_touch",lvl:1s}],RepairCost:1}},{Count:1b,Slot:100b,id:"minecraft:netherite_boots",tag:{Damage:43}},{Count:1b,Slot:101b,id:"minecraft:diamond_leggings",tag:{Damage:43,Enchantments:[{id:"minecraft:protection",lvl:4s}],RepairCost:1}},{Count:1b,Slot:102b,id:"minecraft:elytra",tag:{Damage:151}},{Count:1b,Slot:103b,id:"minecraft:chainmail_helmet",tag:{Damage:9,RepairCost:0,display:{Name:'{"text":"Allium Crown"}'}}}],Invulnerable:0b,Motion:[0.0d,-0.0784000015258789d,0.0d],OnGround:1b,PortalCooldown:0,Pos:[117.42195727358467d,19.0d,-89.69440027841216d],Rotation:[-172.07928f,47.849182f],Score:13924,SelectedItemSlot:3,SleepTimer:0s,SpawnAngle:-171.13922f,SpawnDimension:"minecraft:overworld",SpawnForced:0b,SpawnX:84,SpawnY:23,SpawnZ:-94,UUID:[I;-2137839841,-1255387845,-1392100484,1468956888],XpLevel:72,XpP:0.15510301f,XpSeed:161837829,XpTotal:13924,abilities:{flySpeed:0.05f,flying:0b,instabuild:1b,invulnerable:1b,mayBuild:1b,mayfly:1b,walkSpeed:0.1f},cardinal_components:{"onsoulfire:on_soul_fire":{OnSoulFire:0b}},foodExhaustionLevel:3.9696803f,foodLevel:20,foodSaturationLevel:3.0f,foodTickTimer:0,playerGameType:1,previousPlayerGameType:0,recipeBook:{isBlastingFurnaceFilteringCraftable:0b,isBlastingFurnaceGuiOpen:0b,isFilteringCraftable:0b,isFurnaceFilteringCraftable:0b,isFurnaceGuiOpen:0b,isGuiOpen:0b,isSmokerFilteringCraftable:0b,isSmokerGuiOpen:0b,recipes:["minecraft:yellow_dye_from_dandelion","mcwfences:granite_railing_gate","mcwroofs:light_blue_terracotta_lower_roof","mcwroofs:dark_oak_planks_roof","mcwroofs:magenta_concrete_top_roof","minecraft:red_wool","minecraft:stonecutter","mcwroofs:blue_terracotta_attic_roof","minecraft:bone_block","mcwroofs:lime_terracotta_lower_roof","mcwlights:magenta_ceiling_light","mcwroofs:granite_attic_roof","mcwroofs:sandstone_upper_lower_roof","mcwroofs:red_terracotta_lower_roof","mcwpaths:jungle_planks_path","minecraft:gold_nugget_from_blasting","minecraft:cooked_salmon_from_campfire_cooking","mcwfences:dark_oak_stockade_fence","minecraft:cobblestone_wall","mcwroofs:acacia_upper_steep_roof","minecraft:magenta_wool","mcwwindows:crimson_plank_parapet","minecraft:raw_copper","minecraft:black_wool","mcwfences:acacia_wired_fence","minecraft:spruce_fence_gate","mcwroofs:cyan_terracotta_upper_lower_roof","mcwroofs:orange_terracotta_attic_roof","minecraft:leather_chestplate","mcwwindows:black_mosaic_glass","mcwroofs:black_terracotta_lower_roof","minecraft:spruce_sign","minecraft:white_stained_glass_pane_from_glass_pane","mcwbridges:mud_brick_bridge_pier","mcwroofs:gray_top_roof","mcwroofs:gray_concrete_top_roof","mcwlights:crimson_tiki_torch","mcwroofs:oak_planks_cube_roof","minecraft:cut_copper_slab_from_copper_block_stonecutting","mcwroofs:gutter_middle_lime","minecraft:cooked_salmon_from_smoking","mcwwindows:prismarine_brick_gothic","mcwroofs:magenta_terracotta_roof","minecraft:glow_item_frame","minecraft:leather_helmet","mcwlights:soul_mangrove_tiki_torch","mcwpaths:mossy_cobblestone_clover_paving","mcwroofs:purple_concrete_attic_roof","mcwroofs:gray_terracotta_roof","minecraft:polished_granite_from_granite_stonecutting","mcwroofs:purple_concrete_upper_lower_roof","mcwroofs:acacia_planks_top_roof","mcwroofs:red_terracotta_roof","minecraft:purple_wool","minecraft:lapis_lazuli_from_smelting_deepslate_lapis_ore","mcwroofs:gutter_base_light_gray","mcwroofs:lime_terracotta_top_roof","mcwroofs:crimson_planks_lower_roof","minecraft:oxidized_cut_copper_stairs_from_oxidized_copper_stonecutting","mcwwindows:stripped_birch_log_window2","minecraft:green_stained_glass","minecraft:magenta_dye_from_blue_red_white_dye","mcwroofs:orange_terracotta_upper_lower_roof","mcwroofs:acacia_planks_upper_lower_roof","minecraft:andesite_slab","mcwwindows:yellow_mosaic_glass","mcwroofs:black_steep_roof","mcwroofs:deepslate_cube_roof","mcwwindows:stripped_mangrove_log_window","mcwwindows:jungle_window","minecraft:cobblestone_stairs","mcwwindows:stripped_crimson_stem_window","mcwpaths:cobblestone_dumble_paving","mcwwindows:dark_oak_blinds","mcwroofs:crimson_top_roof","mcwroofs:crimson_planks_upper_steep_roof","mcwroofs:green_terracotta_top_roof","mcwfences:acacia_highley_gate","minecraft:coal_from_blasting_coal_ore","mcwroofs:andesite_steep_roof","mcwroofs:black_top_roof","mcwfences:modern_nether_brick_wall","mcwroofs:pink_concrete_roof","minecraft:polished_basalt","minecraft:prismarine_stairs","mcwbridges:crimson_rail_bridge","minecraft:cyan_concrete_powder","mcwfences:sandstone_railing_gate","mcwfences:dark_oak_pyramid_gate","mcwroofs:base_roof","mcwroofs:gray_concrete_cube_roof","minecraft:white_dye","mcwroofs:spruce_roof","mcwroofs:base_upper_steep_roof","minecraft:polished_andesite_slab","mcwroofs:mangrove_planks_upper_lower_roof","mcwlights:magenta_lamp","mcwroofs:cyan_concrete_upper_steep_roof","mcwwindows:orange_mosaic_glass","mcwwindows:warped_planks_window2","mcwroofs:white_terracotta_upper_lower_roof","minecraft:stone_button","mcwroofs:cyan_concrete_lower_roof","minecraft:brown_stained_glass","mcwpaths:mud_brick_basket_weave_paving","mcwroofs:yellow_concrete_top_roof","mcwroofs:magenta_concrete_upper_steep_roof","minecraft:tinted_glass","minecraft:sandstone","mcwwindows:birch_plank_window","mcwroofs:light_gray_terracotta_lower_roof","mcwbridges:rope_warped_bridge","mcwroofs:diorite_roof","minecraft:repeater","mcwroofs:spruce_planks_upper_steep_roof","minecraft:red_concrete_powder","mcwlights:black_lamp","minecraft:cut_copper_stairs_from_copper_block_stonecutting","mcwbridges:mossy_stone_bridge_stair","minecraft:stone_stairs","minecraft:iron_leggings","minecraft:quartz","mcwroofs:oak_attic_roof","minecraft:polished_basalt_from_basalt_stonecutting","minecraft:gray_concrete_powder","mcwroofs:white_concrete_cube_roof","mcwfences:oak_pyramid_gate","mcwroofs:white_terracotta_cube_roof","mcwroofs:cobblestone_upper_lower_roof","mcwfences:deepslate_railing_gate","minecraft:redstone_from_blasting_redstone_ore","mcwwindows:spruce_blinds","mcwroofs:base_cube_roof","mcwbridges:red_sandstone_bridge_stair","mcwbridges:spruce_bridge_pier","mcwroofs:light_gray_striped_awning","mcwroofs:cyan_terracotta_roof","minecraft:mushroom_stew","mcwlights:birch_tiki_torch","minecraft:warped_planks","minecraft:lime_candle","minecraft:red_dye_from_beetroot","mcwroofs:warped_attic_roof","mcwroofs:crimson_lower_roof","mcwroofs:light_blue_concrete_cube_roof","mcwpaths:brick_square_paving","minecraft:red_candle","minecraft:orange_dye_from_orange_tulip","mcwroofs:yellow_terracotta_steep_roof","minecraft:pink_bed_from_white_bed","minecraft:brown_carpet","mcwroofs:stone_lower_roof","mcwpaths:mossy_cobblestone_dumble_paving","mcwroofs:crimson_planks_top_roof","minecraft:iron_chestplate","mcwpaths:red_sandstone_diamond_paving","minecraft:lapis_lazuli_from_blasting_deepslate_lapis_ore","mcwlights:red_ceiling_light","mcwbridges:rope_oak_bridge","mcwroofs:green_terracotta_attic_roof","mcwwindows:spruce_plank_parapet","mcwbridges:warped_log_bridge_middle","mcwroofs:red_concrete_cube_roof","mcwpaths:mangrove_planks_path","minecraft:light_gray_stained_glass","mcwroofs:purple_terracotta_steep_roof","mcwwindows:yellow_mosaic_glass_pane","mcwroofs:dark_oak_planks_attic_roof","more_flower_pots:black_glazed_flower_pot","minecraft:polished_andesite_from_andesite_stonecutting","mcwroofs:gray_cube_roof","mcwbridges:sandstone_bridge_pier","mcwpaths:oak_planks_path","mcwroofs:cyan_terracotta_steep_roof","mcwroofs:magenta_terracotta_steep_roof","minecraft:cooked_chicken_from_smoking","minecraft:oak_pressure_plate","minecraft:stone_sword","mcwroofs:gray_roof","mcwroofs:white_terracotta_attic_roof","minecraft:waxed_weathered_cut_copper_slab_from_waxed_weathered_copper_stonecutting","mcwroofs:gutter_base_brown","mcwpaths:mud_brick_honeycomb_paving","mcwroofs:oak_roof","minecraft:dripstone_block","minecraft:smooth_stone_slab_from_smooth_stone_stonecutting","more_flower_pots:lime_flower_pot","minecraft:iron_hoe","minecraft:iron_ingot_from_iron_block","more_flower_pots:white_flower_pot","mcwroofs:light_blue_concrete_lower_roof","mcwroofs:purple_striped_awning","minecraft:clock","mcwroofs:red_concrete_top_roof","mcwroofs:warped_planks_upper_lower_roof","mcwroofs:birch_planks_attic_roof","mcwroofs:birch_planks_upper_steep_roof","mcwroofs:diorite_lower_roof","mcwroofs:warped_planks_roof","minecraft:orange_stained_glass_pane_from_glass_pane","mcwbridges:rope_jungle_bridge","mcwlights:soul_birch_tiki_torch","mcwfences:oak_wired_fence","mcwroofs:cyan_terracotta_cube_roof","mcwroofs:blue_concrete_steep_roof","minecraft:blue_ice","mcwfences:blackstone_brick_railing_gate","mcwroofs:dark_oak_planks_upper_lower_roof","mcwwindows:birch_window2","minecraft:granite_stairs_from_granite_stonecutting","minecraft:warped_slab","minecraft:prismarine","mcwroofs:black_terracotta_roof","mcwroofs:black_cube_roof","minecraft:purple_stained_glass","minecraft:iron_ingot_from_nuggets","mcwroofs:light_blue_striped_awning","mcwlights:purple_lamp","mcwroofs:warped_upper_steep_roof","mcwfences:diorite_railing_gate","minecraft:ladder","mcwroofs:purple_terracotta_roof","mcwbridges:rope_birch_bridge","mcwroofs:gutter_base_black","mcwroofs:green_concrete_roof","mcwwindows:white_mosaic_glass","minecraft:redstone_torch","mcwroofs:jungle_upper_steep_roof","minecraft:polished_andesite_slab_from_andesite_stonecutting","mcwfences:railing_andesite_wall","minecraft:target","mcwbridges:mud_brick_bridge_stair","minecraft:polished_diorite_slab_from_diorite_stonecutting","mcwroofs:yellow_concrete_cube_roof","mcwpaths:cobblestone_basket_weave_paving","mcwroofs:green_concrete_upper_lower_roof","minecraft:gray_bed","mcwwindows:spruce_window2","mcwroofs:brown_terracotta_upper_lower_roof","minecraft:granite_slab","mcwroofs:gutter_base_gray","minecraft:diamond_from_blasting_deepslate_diamond_ore","mcwpaths:cobblestone_diamond_paving","mcwroofs:mangrove_planks_lower_roof","mcwroofs:orange_terracotta_top_roof","minecraft:lime_concrete_powder","minecraft:leather_leggings","minecraft:blue_dye_from_cornflower","minecraft:brown_banner","mcwroofs:blue_terracotta_roof","minecraft:warped_hyphae","minecraft:redstone_from_blasting_deepslate_redstone_ore","mcwwindows:magenta_mosaic_glass_pane","mcwfences:end_brick_railing_gate","minecraft:netherite_scrap_from_blasting","mcwbridges:blackstone_bridge_stair","mcwroofs:spruce_top_roof","mcwroofs:gutter_middle_pink","mcwroofs:pink_terracotta_lower_roof","mcwwindows:gray_mosaic_glass_pane","mcwbridges:oak_log_bridge_stair","more_flower_pots:iron_flower_pot","minecraft:lime_stained_glass_pane_from_glass_pane","mcwroofs:magenta_concrete_cube_roof","mcwfences:railing_end_brick_wall","mcwroofs:green_terracotta_upper_lower_roof","mcwfences:jungle_pyramid_gate","minecraft:brown_carpet_from_white_carpet","mcwbridges:dark_oak_bridge_pier","minecraft:chiseled_stone_bricks_stone_from_stonecutting","mcwroofs:gutter_middle_black","minecraft:book","mcwroofs:white_concrete_upper_lower_roof","mcwbridges:iron_bridge_stair","minecraft:wooden_shovel","mcwfences:birch_highley_gate","mcwwindows:oak_blinds","mcwfences:birch_wired_fence","mcwroofs:red_concrete_lower_roof","mcwbridges:dark_oak_rail_bridge","mcwroofs:red_sandstone_cube_roof","mcwbridges:brick_bridge","mcwfences:warped_pyramid_gate","minecraft:waxed_copper_block_from_honeycomb","mcwroofs:lime_terracotta_roof","minecraft:magenta_concrete_powder","minecraft:red_dye_from_poppy","minecraft:redstone_from_smelting_deepslate_redstone_ore","minecraft:warped_fungus_on_a_stick","mcwwindows:birch_window","mcwfences:acacia_picket_fence","minecraft:iron_ingot_from_blasting_deepslate_iron_ore","minecraft:gray_banner","minecraft:warped_stairs","mcwfences:mud_brick_railing_gate","mcwwindows:acacia_plank_window","minecraft:cooked_cod_from_smoking","mcwroofs:mangrove_upper_steep_roof","mcwfences:railing_blackstone_wall","minecraft:stone_bricks_from_stone_stonecutting","mcwroofs:red_sandstone_attic_roof","mcwlights:soul_double_street_lamp","mcwbridges:jungle_rope_bridge_stair","mcwbridges:jungle_log_bridge_middle","mcwroofs:green_concrete_steep_roof","mcwfences:mangrove_wired_fence","more_flower_pots:lime_glazed_flower_pot","mcwfences:modern_sandstone_wall","mcwroofs:mud_brick_top_roof","mcwroofs:diorite_upper_lower_roof","mcwroofs:purple_concrete_steep_roof","minecraft:soul_lantern","mcwwindows:jungle_blinds","minecraft:copper_ingot","mcwlights:oak_tiki_torch","mcwroofs:blue_concrete_roof","minecraft:white_dye_from_lily_of_the_valley","minecraft:oxidized_cut_copper_slab_from_oxidized_copper_stonecutting","mcwwindows:stripped_acacia_log_window","mcwwindows:stripped_dark_oak_log_window2","mcwbridges:spruce_rail_bridge","mcwlights:red_lamp","mcwroofs:jungle_top_roof","mcwpaths:granite_diamond_paving","minecraft:smooth_basalt","mcwroofs:orange_concrete_top_roof","minecraft:blue_concrete_powder","minecraft:blue_stained_glass","minecraft:iron_ingot_from_smelting_deepslate_iron_ore","mcwwindows:dark_oak_window","mcwfences:red_sandstone_railing_gate","mcwfences:dark_oak_wired_fence","mcwpaths:granite_honeycomb_paving","mcwbridges:acacia_log_bridge_middle","mcwroofs:bricks_cube_roof","mcwpaths:cobblestone_clover_paving","mcwroofs:gray_attic_roof","minecraft:prismarine_stairs_from_prismarine_stonecutting","mcwroofs:red_sandstone_top_roof","minecraft:oak_sign","minecraft:crimson_planks","mcwlights:light_blue_lamp","mcwroofs:birch_lower_roof","mcwbridges:deepslate_brick_bridge_pier","mcwroofs:blackstone_lower_roof","minecraft:diamond_from_smelting_deepslate_diamond_ore","mcwroofs:yellow_concrete_lower_roof","mcwwindows:dark_oak_plank_parapet","mcwwindows:spruce_log_parapet","mcwroofs:gutter_base_magenta","minecraft:flower_banner_pattern","mcwroofs:purple_terracotta_upper_lower_roof","mcwroofs:purple_terracotta_top_roof","mcwroofs:gray_striped_awning","minecraft:emerald_from_blasting_deepslate_emerald_ore","mcwroofs:gutter_middle_blue","minecraft:black_bed","mcwroofs:brown_terracotta_cube_roof","minecraft:iron_nugget_from_blasting","mcwroofs:purple_concrete_roof","mcwroofs:spruce_lower_roof","minecraft:gold_ingot_from_blasting_gold_ore","minecraft:diamond_from_smelting_diamond_ore","mcwwindows:cyan_mosaic_glass_pane","mcwroofs:blackstone_upper_steep_roof","mcwroofs:white_concrete_roof","mcwroofs:acacia_attic_roof","mcwroofs:dark_oak_planks_top_roof","mcwbridges:crimson_bridge_pier","mcwbridges:dark_oak_log_bridge_stair","mcwroofs:oak_planks_steep_roof","minecraft:bowl","mcwwindows:ender_brick_arrow_slit","minecraft:green_bed_from_white_bed","minecraft:magenta_dye_from_blue_red_pink","mcwroofs:pink_terracotta_upper_steep_roof","minecraft:black_concrete_powder","minecraft:purple_concrete_powder","minecraft:lime_carpet","minecraft:sugar_from_sugar_cane","mcwbridges:deepslate_tile_bridge_stair","mcwroofs:light_gray_upper_steep_roof","mcwroofs:acacia_steep_roof","mcwroofs:pink_concrete_upper_lower_roof","minecraft:spectral_arrow","mcwwindows:dark_oak_plank_window2","mcwroofs:light_blue_concrete_upper_steep_roof","mcwroofs:lime_concrete_steep_roof","minecraft:wooden_hoe","mcwbridges:crimson_log_bridge_middle","mcwbridges:acacia_rope_bridge_stair","mcwroofs:crimson_roof","more_flower_pots:magenta_flower_pot","mcwpaths:diorite_honeycomb_paving","mcwpaths:red_sandstone_square_paving","mcwlights:light_gray_lamp","mcwroofs:mangrove_planks_cube_roof","mcwwindows:stripped_crimson_stem_window2","minecraft:light_gray_bed_from_white_bed","mcwroofs:blue_terracotta_steep_roof","mcwroofs:cyan_concrete_top_roof","mcwfences:spruce_pyramid_gate","mcwroofs:dark_oak_steep_roof","mcwbridges:blackstone_bridge","mcwwindows:andesite_window2","mcwroofs:gutter_middle_brown","mcwroofs:gutter_base_green","minecraft:waxed_weathered_cut_copper_stairs_from_waxed_weathered_copper_stonecutting","mcwroofs:oak_planks_attic_roof","minecraft:waxed_weathered_cut_copper_from_waxed_weathered_copper_stonecutting","minecraft:piston","minecraft:brown_bed","mcwlights:white_lamp","mcwlights:soul_dark_oak_tiki_torch","mcwbridges:stone_bridge_pier","minecraft:white_banner","mcwwindows:diorite_window","minecraft:light_gray_banner","minecraft:stone_pickaxe","mcwroofs:white_terracotta_steep_roof","minecraft:wooden_axe","mcwpaths:cobbled_deepslate_clover_paving","mcwpaths:mud_brick_diamond_paving","mcwbridges:mangrove_log_bridge_stair","mcwroofs:gray_upper_steep_roof","mcwlights:orange_ceiling_light","mcwroofs:birch_planks_steep_roof","mcwfences:mangrove_picket_fence","mcwlights:light_gray_ceiling_light","mcwroofs:oak_steep_roof","mcwroofs:red_sandstone_upper_lower_roof","minecraft:jack_o_lantern","mcwfences:birch_stockade_fence","minecraft:tripwire_hook","minecraft:diorite_stairs_from_diorite_stonecutting","minecraft:hopper","mcwfences:spruce_horse_fence","mcwroofs:base_steep_roof","mcwroofs:yellow_terracotta_upper_steep_roof","mcwroofs:andesite_attic_roof","minecraft:stone_stairs_from_stone_stonecutting","mcwroofs:gray_terracotta_steep_roof","minecraft:raw_gold","mcwroofs:sandstone_top_roof","minecraft:dried_kelp","minecraft:polished_andesite_stairs_from_andesite_stonecutting","minecraft:iron_bars","mcwpaths:brick_dumble_paving","mcwwindows:acacia_plank_parapet","minecraft:cooked_cod","mcwwindows:warped_blinds","minecraft:iron_helmet","mcwroofs:red_terracotta_upper_lower_roof","mcwroofs:granite_top_roof","mcwroofs:lime_concrete_attic_roof","minecraft:cartography_table","mcwbridges:acacia_rail_bridge","mcwroofs:black_terracotta_top_roof","mcwbridges:crimson_rope_bridge_stair","minecraft:polished_diorite","mcwroofs:lime_striped_awning","mcwroofs:gray_terracotta_lower_roof","minecraft:cooked_porkchop_from_smoking","more_flower_pots:yellow_glazed_flower_pot","mcwroofs:oak_top_roof","more_flower_pots:cyan_glazed_flower_pot","more_flower_pots:black_flower_pot","mcwpaths:sandstone_honeycomb_paving","minecraft:purple_bed_from_white_bed","mcwwindows:stone_window","mcwroofs:gray_steep_roof","mcwroofs:red_terracotta_upper_steep_roof","mcwroofs:white_cube_roof","mcwroofs:crimson_upper_lower_roof","mcwfences:modern_deepslate_brick_wall","mcwpaths:deepslate_diamond_paving","mcwroofs:birch_planks_roof","mcwroofs:crimson_upper_steep_roof","minecraft:gold_ingot_from_smelting_deepslate_gold_ore","mcwroofs:warped_roof","mcwfences:railing_nether_brick_wall","mcwroofs:light_gray_steep_roof","mcwroofs:yellow_terracotta_upper_lower_roof","mcwwindows:brown_mosaic_glass","mcwfences:crimson_picket_fence","mcwroofs:birch_attic_roof","mcwroofs:brown_concrete_roof","minecraft:heavy_weighted_pressure_plate","minecraft:stone_shovel","mcwroofs:red_concrete_upper_steep_roof","mcwroofs:cobblestone_roof","mcwfences:oak_stockade_fence","mcwfences:crimson_wired_fence","mcwroofs:blackstone_cube_roof","mcwfences:dark_oak_picket_fence","minecraft:dropper","minecraft:black_carpet","mcwpaths:andesite_square_paving","mcwfences:warped_picket_fence","mcwwindows:oak_window2","mcwfences:mangrove_horse_fence","mcwroofs:red_terracotta_attic_roof","minecraft:light_blue_dye_from_blue_orchid","mcwpaths:brick_basket_weave_paving","minecraft:warped_button","mcwroofs:jungle_roof","mcwpaths:diorite_clover_paving","mcwroofs:white_terracotta_roof","mcwpaths:acacia_planks_path","mcwwindows:mangrove_window","mcwroofs:mud_brick_upper_lower_roof","minecraft:map","minecraft:pink_bed","minecraft:shield","mcwroofs:gray_concrete_steep_roof","minecraft:cyan_stained_glass_pane_from_glass_pane","minecraft:cooked_porkchop_from_campfire_cooking","mcwroofs:light_gray_top_roof","mcwroofs:light_blue_terracotta_attic_roof","minecraft:cooked_rabbit_from_smoking","mcwroofs:light_blue_terracotta_upper_steep_roof","minecraft:crafting_table","mcwroofs:acacia_planks_cube_roof","minecraft:green_stained_glass_pane_from_glass_pane","minecraft:light_blue_wool","mcwwindows:green_mosaic_glass","mcwroofs:granite_cube_roof","mcwroofs:warped_planks_attic_roof","minecraft:orange_wool","mcwbridges:dry_bamboo_bridge_pier","mcwfences:spruce_wired_fence","mcwroofs:orange_concrete_cube_roof","mcwbridges:brick_bridge_stair","mcwwindows:cobblestone_arrow_slit","minecraft:iron_nugget_from_smelting","mcwfences:crimson_horse_fence","minecraft:anvil","mcwwindows:red_mosaic_glass_pane","mcwroofs:magenta_terracotta_top_roof","mcwroofs:jungle_planks_steep_roof","mcwroofs:sandstone_lower_roof","mcwwindows:stripped_birch_log_window","mcwfences:nether_brick_railing_gate","mcwroofs:green_terracotta_lower_roof","mcwpaths:sandstone_basket_weave_paving","mcwroofs:white_terracotta_top_roof","mcwroofs:sandstone_steep_roof","more_flower_pots:pink_flower_pot","mcwroofs:gutter_base_cyan","mcwroofs:gutter_middle_gray","mcwbridges:warped_bridge_pier","minecraft:wooden_sword","more_flower_pots:gray_glazed_flower_pot","minecraft:bone_meal","mcwfences:oak_picket_fence","mcwroofs:orange_concrete_upper_lower_roof","minecraft:gold_ingot_from_blasting_nether_gold_ore","mcwpaths:andesite_diamond_paving","mcwroofs:dark_oak_planks_lower_roof","mcwbridges:bamboo_bridge","mcwfences:modern_andesite_wall","minecraft:carrot_on_a_stick","mcwroofs:light_gray_terracotta_attic_roof","mcwroofs:crimson_attic_roof","mcwroofs:light_gray_cube_roof","minecraft:lapis_lazuli_from_smelting_lapis_ore","mcwpaths:diorite_basket_weave_paving","mcwroofs:blue_concrete_upper_steep_roof","mcwroofs:light_gray_concrete_upper_lower_roof","mcwroofs:light_blue_concrete_attic_roof","minecraft:prismarine_wall_from_prismarine_stonecutting","mcwroofs:deepslate_lower_roof","mcwroofs:white_concrete_top_roof","minecraft:purple_stained_glass_pane_from_glass_pane","mcwroofs:orange_terracotta_steep_roof","mcwwindows:stone_window2","minecraft:oak_button","minecraft:brown_stained_glass_pane_from_glass_pane","minecraft:granite_wall","minecraft:orange_concrete_powder","minecraft:redstone_block","minecraft:shears","mcwroofs:green_terracotta_cube_roof","mcwroofs:jungle_planks_top_roof","mcwbridges:deepslate_brick_bridge_stair","minecraft:yellow_stained_glass_pane_from_glass_pane","minecraft:exposed_cut_copper_from_exposed_copper_stonecutting","mcwroofs:acacia_top_roof","mcwroofs:yellow_concrete_upper_steep_roof","minecraft:warped_fence","mcwroofs:dark_oak_planks_steep_roof","minecraft:light_blue_bed_from_white_bed","minecraft:andesite_stairs_from_andesite_stonecutting","mcwpaths:cobblestone_honeycomb_paving","minecraft:compass","mcwroofs:lime_terracotta_upper_lower_roof","mcwroofs:dark_oak_top_roof","more_flower_pots:green_glazed_flower_pot","mcwroofs:crimson_planks_roof","minecraft:item_frame","mcwlights:pink_lamp","minecraft:iron_ingot_from_smelting_iron_ore","minecraft:loom","more_flower_pots:purple_glazed_flower_pot","mcwroofs:mangrove_planks_steep_roof","mcwroofs:mud_brick_cube_roof","mcwroofs:dark_oak_planks_upper_steep_roof","minecraft:pink_dye_from_pink_tulip","minecraft:arrow","mcwroofs:gutter_middle_light_blue","minecraft:oak_fence_gate","mcwroofs:light_gray_concrete_steep_roof","mcwroofs:cyan_terracotta_attic_roof","mcwroofs:gray_terracotta_upper_lower_roof","mcwwindows:stripped_spruce_log_window","mcwroofs:sandstone_attic_roof","mcwfences:modern_stone_brick_wall","mcwlights:soul_spruce_tiki_torch","mcwroofs:yellow_concrete_attic_roof","mcwbridges:pliers","mcwroofs:gray_terracotta_cube_roof","mcwroofs:pink_terracotta_steep_roof","minecraft:gray_carpet","mcwroofs:gray_concrete_attic_roof","minecraft:green_wool","minecraft:stick","minecraft:brewing_stand","mcwwindows:warped_planks_window","mcwroofs:orange_concrete_steep_roof","minecraft:emerald_from_blasting_emerald_ore","mcwroofs:acacia_roof","mcwpaths:red_sandstone_clover_paving","mcwroofs:black_upper_lower_roof","mcwroofs:jungle_upper_lower_roof","mcwfences:warped_wired_fence","minecraft:stone_axe","mcwbridges:warped_rope_bridge_stair","mcwroofs:gutter_base_light_blue","minecraft:dried_kelp_from_campfire_cooking","mcwroofs:birch_upper_steep_roof","mcwbridges:dry_bamboo_bridge","mcwroofs:stone_top_roof","mcwroofs:deepslate_roof","mcwbridges:mangrove_rope_bridge_stair","mcwpaths:dark_oak_planks_path","mcwroofs:orange_concrete_attic_roof","minecraft:waxed_oxidized_copper_from_honeycomb","minecraft:diorite_slab","mcwroofs:acacia_planks_roof","mcwroofs:jungle_planks_upper_steep_roof","minecraft:spruce_trapdoor","minecraft:yellow_stained_glass","minecraft:light_blue_stained_glass","mcwpaths:deepslate_clover_paving","minecraft:waxed_oxidized_cut_copper_stairs_from_waxed_oxidized_copper_stonecutting","mcwroofs:red_sandstone_lower_roof","mcwroofs:blue_striped_awning","mcwbridges:acacia_log_bridge_stair","mcwroofs:spruce_cube_roof","mcwroofs:mud_brick_roof","minecraft:cooked_mutton","mcwbridges:jungle_bridge_pier","minecraft:brown_bed_from_white_bed","minecraft:snow_block","mcwroofs:lime_concrete_cube_roof","minecraft:iron_axe","minecraft:cyan_wool","mcwroofs:mangrove_planks_attic_roof","mcwroofs:black_concrete_cube_roof","minecraft:white_bed","mcwroofs:pink_terracotta_attic_roof","mcwroofs:dark_oak_upper_steep_roof","minecraft:spruce_slab","mcwwindows:oak_window","mcwroofs:warped_planks_steep_roof","mcwroofs:light_gray_attic_roof","mcwpaths:birch_planks_path","mcwroofs:mangrove_upper_lower_roof","minecraft:coarse_dirt","minecraft:oak_boat","minecraft:cobblestone_slab_from_cobblestone_stonecutting","mcwfences:dark_oak_highley_gate","mcwwindows:magenta_mosaic_glass","minecraft:prismarine_slab","minecraft:red_dye_from_rose_bush","mcwwindows:light_gray_mosaic_glass","mcwroofs:black_attic_roof","mcwroofs:white_upper_lower_roof","minecraft:baked_potato_from_campfire_cooking","minecraft:pumpkin_pie","minecraft:gold_ingot_from_gold_block","mcwwindows:stone_brick_gothic","mcwroofs:red_terracotta_top_roof","minecraft:glass_bottle","mcwroofs:lime_concrete_lower_roof","mcwroofs:oak_upper_steep_roof","minecraft:iron_door","minecraft:polished_granite","mcwroofs:gray_terracotta_attic_roof","mcwroofs:orange_terracotta_cube_roof","mcwbridges:rope_crimson_bridge","mcwroofs:gutter_base_orange","more_flower_pots:brown_glazed_flower_pot","mcwroofs:pink_terracotta_upper_lower_roof","mcwlights:green_lamp","minecraft:soul_campfire","minecraft:cobblestone_stairs_from_cobblestone_stonecutting","mcwroofs:bricks_attic_roof","mcwbridges:sandstone_bridge_stair","mcwroofs:diorite_upper_steep_roof","mcwfences:quartz_railing_gate","mcwroofs:mangrove_cube_roof","mcwroofs:mangrove_attic_roof","mcwpaths:granite_clover_paving","mcwroofs:light_gray_concrete_attic_roof","mcwroofs:purple_concrete_lower_roof","minecraft:pink_wool","minecraft:gold_ingot_from_smelting_nether_gold_ore","mcwroofs:birch_steep_roof","minecraft:end_stone_bricks","mcwlights:spruce_tiki_torch","minecraft:red_stained_glass_pane_from_glass_pane","mcwbridges:warped_rail_bridge","mcwbridges:brick_bridge_pier","mcwroofs:mangrove_steep_roof","more_flower_pots:blue_glazed_flower_pot","mcwroofs:cobblestone_lower_roof","mcwroofs:yellow_concrete_steep_roof","mcwfences:jungle_wired_fence","mcwroofs:base_attic_roof","mcwroofs:gutter_base_yellow","mcwlights:mangrove_tiki_torch","minecraft:oak_planks","mcwroofs:bricks_steep_roof","minecraft:warped_sign","minecraft:lapis_lazuli_from_blasting_lapis_ore","mcwroofs:black_terracotta_upper_steep_roof","mcwroofs:light_gray_upper_lower_roof","minecraft:cooked_chicken_from_campfire_cooking","mcwpaths:diorite_diamond_paving","minecraft:purple_dye","mcwroofs:spruce_steep_roof","more_flower_pots:magenta_glazed_flower_pot","mcwroofs:black_striped_awning","mcwlights:soul_classic_street_lamp","mcwroofs:cyan_terracotta_upper_steep_roof","mcwroofs:dark_oak_roof","mcwwindows:granite_parapet","mcwroofs:andesite_cube_roof","mcwwindows:acacia_window2","mcwroofs:red_sandstone_roof","mcwroofs:spruce_attic_roof","mcwroofs:white_top_roof","mcwlights:black_ceiling_light","minecraft:spruce_boat","minecraft:paper","minecraft:cooked_cod_from_campfire_cooking","mcwwindows:pink_mosaic_glass","more_flower_pots:red_flower_pot","mcwlights:cyan_lamp","mcwfences:deepslate_brick_railing_gate","mcwbridges:spruce_log_bridge_middle","mcwfences:jungle_horse_fence","minecraft:pink_dye_from_peony","mcwlights:lime_ceiling_light","mcwroofs:light_gray_terracotta_roof","minecraft:bucket","mcwroofs:mangrove_planks_roof","minecraft:coal_from_blasting_deepslate_coal_ore","mcwfences:modern_blackstone_wall","minecraft:polished_andesite","mcwpaths:andesite_honeycomb_paving","mcwbridges:sandstone_bridge","mcwwindows:birch_log_parapet","minecraft:charcoal","mcwroofs:black_concrete_attic_roof","mcwroofs:lime_terracotta_steep_roof","mcwroofs:jungle_planks_attic_roof","minecraft:emerald_from_smelting_deepslate_emerald_ore","mcwpaths:spruce_planks_path","minecraft:diorite_wall_from_diorite_stonecutting","mcwfences:railing_deepslate_brick_wall","mcwwindows:lime_mosaic_glass","minecraft:rabbit_stew_from_brown_mushroom","more_flower_pots:yellow_flower_pot","minecraft:soul_torch","mcwbridges:spruce_rope_bridge_stair","mcwbridges:dark_oak_rope_bridge_stair","minecraft:raw_iron","minecraft:iron_nugget","mcwroofs:bricks_roof","more_flower_pots:purple_flower_pot","mcwbridges:jungle_log_bridge_stair","mcwfences:birch_pyramid_gate","mcwroofs:yellow_concrete_roof","mcwwindows:crimson_blinds","minecraft:warped_fence_gate","minecraft:cooked_rabbit","mcwwindows:diorite_window2","mcwroofs:red_terracotta_steep_roof","mcwroofs:gutter_middle_light_gray","mcwroofs:sandstone_cube_roof","mcwbridges:spruce_log_bridge_stair","mcwroofs:blackstone_attic_roof","mcwbridges:birch_log_bridge_middle","mcwpaths:mud_brick_dumble_paving","minecraft:weathered_cut_copper_from_weathered_copper_stonecutting","mcwroofs:black_lower_roof","minecraft:red_bed_from_white_bed","mcwroofs:gutter_base_blue","mcwwindows:oak_plank_window","mcwbridges:dark_oak_log_bridge_middle","mcwroofs:granite_roof","mcwwindows:oak_log_parapet","minecraft:warped_pressure_plate","minecraft:coal_block","minecraft:cyan_bed_from_white_bed","mcwroofs:yellow_terracotta_roof","mcwwindows:mangrove_plank_window","mcwwindows:nether_brick_arrow_slit","mcwroofs:mangrove_planks_top_roof","minecraft:slime_ball","mcwroofs:yellow_terracotta_lower_roof","minecraft:iron_block","mcwroofs:acacia_upper_lower_roof","mcwlights:garden_light","mcwroofs:light_blue_terracotta_steep_roof","mcwroofs:gutter_base","minecraft:cooked_porkchop","mcwroofs:gutter_middle_purple","mcwroofs:white_attic_roof","mcwroofs:yellow_terracotta_cube_roof","mcwpaths:mossy_cobblestone_diamond_paving","mcwlights:gray_lamp","mcwroofs:mangrove_roof","mcwbridges:deepslate_tile_bridge","mcwbridges:warped_log_bridge_stair","minecraft:oak_wood","mcwbridges:bamboo_bridge_pier","mcwroofs:black_terracotta_steep_roof","minecraft:emerald_block","mcwroofs:diorite_cube_roof","minecraft:light_gray_dye_from_oxeye_daisy","mcwroofs:orange_striped_awning","mcwpaths:sandstone_dumble_paving","mcwroofs:andesite_lower_roof","mcwwindows:stripped_acacia_log_window2","mcwroofs:deepslate_attic_roof","mcwroofs:cobblestone_cube_roof","mcwroofs:orange_terracotta_upper_steep_roof","mcwroofs:acacia_planks_upper_steep_roof","mcwwindows:oak_plank_parapet","minecraft:iron_sword","minecraft:spruce_fence","mcwpaths:sandstone_clover_paving","mcwroofs:purple_concrete_upper_steep_roof","mcwroofs:green_striped_awning","minecraft:green_dye","mcwfences:acacia_stockade_fence","minecraft:dried_kelp_from_smoking","mcwpaths:crimson_planks_path","minecraft:orange_stained_glass","mcwpaths:andesite_dumble_paving","mcwroofs:green_concrete_cube_roof","minecraft:copper_ingot_from_blasting_deepslate_copper_ore","mcwfences:warped_horse_fence","minecraft:redstone_from_smelting_redstone_ore","mcwroofs:blue_concrete_cube_roof","mcwroofs:black_roof","mcwroofs:base_upper_lower_roof","mcwroofs:gutter_base_lime","mcwfences:jungle_highley_gate","minecraft:waxed_weathered_copper_from_honeycomb","minecraft:yellow_bed_from_white_bed","more_flower_pots:light_gray_glazed_flower_pot","mcwwindows:stripped_oak_log_window","mcwroofs:crimson_planks_steep_roof","mcwroofs:base_top_roof","mcwroofs:light_blue_terracotta_top_roof","mcwroofs:crimson_planks_upper_lower_roof","mcwroofs:birch_roof","mcwroofs:gutter_middle_red","minecraft:pink_dye_from_red_white_dye","minecraft:andesite_wall_from_andesite_stonecutting","more_flower_pots:orange_glazed_flower_pot","mcwfences:warped_highley_gate","mcwfences:crimson_stockade_fence","mcwbridges:iron_bridge_pier","mcwroofs:gutter_middle_orange","mcwwindows:warped_stem_parapet","mcwwindows:mangrove_blinds","mcwroofs:sandstone_roof","minecraft:sticky_piston","mcwwindows:granite_window2","mcwwindows:dark_oak_plank_window","mcwroofs:light_blue_concrete_roof","mcwfences:railing_red_sandstone_wall","mcwpaths:cobbled_deepslate_diamond_paving","minecraft:redstone","mcwroofs:jungle_attic_roof","mcwroofs:cyan_concrete_upper_lower_roof","mcwroofs:pink_concrete_cube_roof","mcwroofs:crimson_steep_roof","minecraft:wooden_pickaxe","minecraft:exposed_cut_copper_slab_from_exposed_copper_stonecutting","minecraft:green_concrete_powder","mcwbridges:jungle_rail_bridge","mcwroofs:gutter_base_white","minecraft:oak_stairs","mcwbridges:crimson_log_bridge_stair","mcwroofs:magenta_concrete_upper_lower_roof","mcwroofs:white_terracotta_upper_steep_roof","mcwroofs:light_gray_terracotta_steep_roof","mcwroofs:cyan_concrete_steep_roof","mcwroofs:purple_terracotta_lower_roof","mcwbridges:stone_brick_bridge_stair","mcwwindows:jungle_log_parapet","minecraft:yellow_concrete_powder","mcwroofs:spruce_planks_upper_lower_roof","minecraft:diamond_from_blasting_diamond_ore","mcwpaths:mud_brick_clover_paving","mcwwindows:white_mosaic_glass_pane","mcwroofs:mangrove_planks_upper_steep_roof","mcwwindows:purple_mosaic_glass","mcwroofs:pink_concrete_attic_roof","mcwfences:andesite_railing_gate","mcwroofs:crimson_cube_roof","mcwroofs:red_concrete_steep_roof","minecraft:glass","mcwbridges:mud_brick_bridge","minecraft:fishing_rod","mcwroofs:mud_brick_attic_roof","mcwwindows:acacia_blinds","mcwroofs:cobblestone_upper_steep_roof","mcwwindows:dark_oak_window2","mcwroofs:brown_concrete_attic_roof","mcwlights:yellow_lamp","mcwwindows:mangrove_log_parapet","mcwroofs:roofing_hammer","minecraft:light_blue_concrete_powder","minecraft:granite_wall_from_granite_stonecutting","mcwroofs:gutter_middle_magenta","minecraft:gray_bed_from_white_bed","minecraft:granite_stairs","mcwroofs:cyan_terracotta_top_roof","mcwwindows:light_blue_mosaic_glass","mcwroofs:brown_terracotta_roof","minecraft:red_dye_from_tulip","mcwlights:soul_oak_tiki_torch","mcwroofs:crimson_planks_cube_roof","mcwlights:double_street_lamp","minecraft:beacon","minecraft:tnt","minecraft:mossy_stone_bricks_from_vine","minecraft:andesite_slab_from_andesite_stonecutting","mcwpaths:granite_square_paving","minecraft:light_gray_bed","minecraft:flint_and_steel","mcwbridges:birch_rope_bridge_stair","mcwroofs:diorite_top_roof","mcwbridges:mangrove_rail_bridge","minecraft:black_dye","minecraft:prismarine_bricks","minecraft:stone_bricks","mcwroofs:green_concrete_top_roof","mcwbridges:oak_rail_bridge","mcwroofs:stone_steep_roof","minecraft:white_wool_from_string","mcwroofs:cyan_concrete_roof","minecraft:cobblestone_wall_from_cobblestone_stonecutting","mcwroofs:brown_striped_awning","minecraft:brown_concrete_powder","mcwpaths:brick_diamond_paving","mcwroofs:warped_top_roof","minecraft:cyan_stained_glass","minecraft:yellow_dye_from_sunflower","mcwroofs:red_concrete_roof","mcwroofs:magenta_terracotta_lower_roof","minecraft:crimson_hyphae","more_flower_pots:gray_flower_pot","minecraft:coal_from_smelting_coal_ore","mcwroofs:cyan_terracotta_lower_roof","mcwroofs:warped_planks_upper_steep_roof","minecraft:oak_slab","minecraft:orange_bed_from_white_bed","mcwroofs:diorite_steep_roof","minecraft:warped_door","minecraft:snow","mcwroofs:birch_planks_upper_lower_roof","mcwroofs:stone_attic_roof","mcwbridges:rope_dark_oak_bridge","mcwroofs:light_blue_concrete_steep_roof","mcwroofs:light_blue_terracotta_roof","mcwroofs:oak_cube_roof","minecraft:yellow_wool","mcwwindows:acacia_log_parapet","mcwroofs:dark_oak_upper_lower_roof","mcwroofs:light_gray_concrete_lower_roof","mcwroofs:andesite_top_roof","mcwbridges:birch_rail_bridge","minecraft:granite_slab_from_granite_stonecutting","minecraft:glass_pane","more_flower_pots:white_glazed_flower_pot","minecraft:emerald_from_smelting_emerald_ore","mcwroofs:spruce_planks_cube_roof","mcwroofs:gutter_middle_yellow","mcwroofs:orange_concrete_roof","mcwroofs:lime_concrete_upper_steep_roof","mcwroofs:warped_lower_roof","mcwroofs:lime_terracotta_upper_steep_roof","mcwbridges:deepslate_brick_bridge","mcwroofs:magenta_concrete_roof","minecraft:smooth_stone_slab","minecraft:magenta_dye_from_allium","mcwpaths:andesite_basket_weave_paving","mcwroofs:gray_terracotta_upper_steep_roof","mcwroofs:warped_cube_roof","mcwroofs:acacia_planks_steep_roof","mcwwindows:cyan_mosaic_glass","minecraft:mossy_cobblestone_from_vine","mcwroofs:pink_concrete_steep_roof","mcwroofs:red_sandstone_steep_roof","minecraft:white_concrete_powder","minecraft:gray_wool","mcwroofs:green_terracotta_roof","mcwroofs:light_gray_concrete_cube_roof","mcwwindows:acacia_window","mcwroofs:spruce_planks_top_roof","minecraft:waxed_weathered_cut_copper","mcwroofs:jungle_planks_cube_roof","minecraft:leather_boots","mcwpaths:brick_honeycomb_paving","mcwbridges:oak_bridge_pier","mcwbridges:oak_log_bridge_middle","mcwbridges:mossy_stone_brick_bridge","mcwwindows:gray_mosaic_glass","mcwroofs:orange_concrete_lower_roof","mcwbridges:birch_bridge_pier","mcwfences:bamboo_fence","mcwroofs:black_upper_steep_roof","mcwfences:jungle_stockade_fence","minecraft:barrel","mcwlights:orange_lamp","mcwlights:gray_ceiling_light","mcwroofs:mangrove_lower_roof","mcwfences:oak_highley_gate","mcwwindows:jungle_plank_window","more_flower_pots:red_glazed_flower_pot","minecraft:baked_potato_from_smoking","mcwpaths:cobbled_deepslate_honeycomb_paving","mcwlights:blue_lamp","mcwroofs:light_gray_terracotta_upper_lower_roof","mcwroofs:stone_upper_lower_roof","mcwroofs:birch_upper_lower_roof","mcwroofs:cyan_striped_awning","mcwfences:railing_diorite_wall","mcwroofs:blue_concrete_attic_roof","minecraft:smithing_table","mcwwindows:mangrove_plank_parapet","minecraft:polished_granite_stairs_from_granite_stonecutting","mcwwindows:crimson_stem_parapet","minecraft:spruce_pressure_plate","minecraft:cauldron","minecraft:pink_concrete_powder","mcwfences:railing_stone_brick_wall","mcwroofs:jungle_planks_roof","mcwfences:jungle_picket_fence","mcwlights:pink_ceiling_light","mcwwindows:end_brick_gothic","mcwroofs:brown_terracotta_lower_roof","minecraft:andesite_wall","minecraft:hay_block","mcwlights:dark_oak_tiki_torch","mcwroofs:deepslate_upper_steep_roof","mcwroofs:white_upper_steep_roof","minecraft:cobblestone_slab","mcwroofs:jungle_planks_upper_lower_roof","minecraft:gold_ingot_from_smelting_gold_ore","minecraft:end_stone_bricks_from_end_stone_stonecutting","minecraft:popped_chorus_fruit","mcwfences:modern_granite_wall","mcwroofs:warped_planks_lower_roof","minecraft:minecart","mcwlights:soul_crimson_tiki_torch","mcwpaths:granite_basket_weave_paving","minecraft:chest","minecraft:gray_stained_glass","mcwroofs:blue_concrete_top_roof","mcwbridges:birch_log_bridge_stair","mcwroofs:oak_upper_lower_roof","mcwfences:birch_horse_fence","mcwfences:mangrove_highley_gate","mcwwindows:andesite_parapet","more_flower_pots:blue_flower_pot","minecraft:cut_copper","mcwroofs:light_gray_terracotta_cube_roof","mcwroofs:brown_terracotta_top_roof","minecraft:waxed_oxidized_cut_copper_slab_from_waxed_oxidized_copper_stonecutting","mcwroofs:light_blue_terracotta_cube_roof","mcwfences:mangrove_stockade_fence","mcwwindows:andesite_window","mcwroofs:gutter_base_red","mcwbridges:mangrove_bridge_pier","mcwroofs:black_terracotta_cube_roof","mcwroofs:oak_planks_upper_steep_roof","minecraft:blaze_powder","minecraft:end_stone_brick_slab_from_end_stone_stonecutting","minecraft:copper_ingot_from_blasting_copper_ore","minecraft:chain","mcwpaths:red_sandstone_honeycomb_paving","mcwroofs:dark_oak_attic_roof","minecraft:oak_fence","minecraft:warped_trapdoor","mcwfences:crimson_highley_gate","minecraft:rabbit_stew_from_red_mushroom","minecraft:iron_boots","mcwroofs:cobblestone_steep_roof","mcwwindows:light_blue_mosaic_glass_pane","mcwpaths:deepslate_basket_weave_paving","mcwroofs:crimson_planks_attic_roof","mcwroofs:black_terracotta_upper_lower_roof","mcwwindows:acacia_plank_window2","mcwroofs:black_concrete_top_roof","minecraft:magenta_bed_from_white_bed","minecraft:exposed_cut_copper_stairs_from_exposed_copper_stonecutting","mcwroofs:magenta_terracotta_upper_steep_roof","mcwroofs:gray_concrete_roof","mcwlights:blue_ceiling_light","mcwroofs:gutter_base_pink","more_flower_pots:light_gray_flower_pot","mcwroofs:magenta_concrete_lower_roof","mcwroofs:lime_terracotta_attic_roof","mcwroofs:stone_roof","mcwroofs:yellow_striped_awning","minecraft:orange_dye_from_red_yellow","mcwwindows:blue_mosaic_glass_pane","mcwwindows:spruce_plank_window","minecraft:spruce_stairs","mcwroofs:red_terracotta_cube_roof","mcwfences:railing_mud_brick_wall","mcwwindows:crimson_planks_window","more_flower_pots:orange_flower_pot","mcwroofs:pink_terracotta_top_roof","minecraft:crossbow","minecraft:light_gray_dye_from_azure_bluet","minecraft:light_gray_dye_from_white_tulip","mcwlights:classic_street_lamp","mcwfences:dark_oak_horse_fence","mcwlights:white_ceiling_light","mcwpaths:warped_planks_path","mcwroofs:light_blue_concrete_top_roof","minecraft:diamond","mcwroofs:gray_upper_lower_roof","mcwroofs:light_gray_roof","mcwroofs:gutter_base_purple","minecraft:prismarine_slab_from_prismarine_stonecutting","mcwroofs:black_concrete_upper_lower_roof","more_flower_pots:pink_glazed_flower_pot","mcwlights:purple_ceiling_light","mcwroofs:jungle_cube_roof","mcwroofs:gray_concrete_upper_lower_roof","mcwroofs:sandstone_upper_steep_roof","mcwwindows:orange_mosaic_glass_pane","mcwroofs:pink_terracotta_roof","mcwfences:spruce_picket_fence","mcwroofs:bricks_upper_lower_roof","mcwpaths:mossy_cobblestone_basket_weave_paving","mcwbridges:oak_rope_bridge_stair","minecraft:white_stained_glass","minecraft:slime_block","minecraft:acacia_planks","mcwroofs:warped_planks_cube_roof","mcwroofs:granite_upper_lower_roof","minecraft:cooked_rabbit_from_campfire_cooking","mcwbridges:bamboo_bridge_stair","mcwroofs:birch_planks_top_roof","mcwroofs:acacia_planks_attic_roof","mcwwindows:oak_plank_window2","minecraft:waxed_oxidized_cut_copper_from_waxed_oxidized_copper_stonecutting","minecraft:blue_wool","minecraft:note_block","mcwfences:acacia_horse_fence","mcwpaths:mossy_cobblestone_square_paving","mcwpaths:mud_brick_square_paving","mcwroofs:dark_oak_cube_roof","mcwroofs:warped_planks_top_roof","mcwbridges:blackstone_bridge_pier","mcwroofs:birch_planks_lower_roof","mcwroofs:red_sandstone_upper_steep_roof","mcwwindows:brown_mosaic_glass_pane","mcwroofs:magenta_striped_awning","minecraft:light_gray_carpet","minecraft:weathered_cut_copper_slab_from_weathered_copper_stonecutting","minecraft:magenta_stained_glass_pane_from_glass_pane","minecraft:end_crystal","mcwroofs:cobblestone_attic_roof","mcwroofs:magenta_terracotta_attic_roof","mcwbridges:dry_bamboo_bridge_stair","mcwroofs:lime_concrete_roof","mcwbridges:rope_spruce_bridge","minecraft:shulker_box","mcwroofs:gutter_middle_green","mcwfences:warped_stockade_fence","mcwroofs:white_terracotta_lower_roof","mcwpaths:cobblestone_square_paving","minecraft:diorite_wall","minecraft:quartz_from_blasting","minecraft:white_carpet","minecraft:red_stained_glass","mcwroofs:deepslate_steep_roof","mcwpaths:cobbled_deepslate_basket_weave_paving","minecraft:light_gray_stained_glass_pane_from_glass_pane","mcwroofs:white_steep_roof","mcwroofs:base_lower_roof","mcwlights:jungle_tiki_torch","mcwroofs:oak_lower_roof","minecraft:lantern","minecraft:magenta_stained_glass","minecraft:ender_chest","minecraft:beetroot_soup","minecraft:iron_trapdoor","minecraft:brown_candle","mcwroofs:magenta_terracotta_cube_roof","mcwroofs:brown_concrete_cube_roof","mcwwindows:stripped_dark_oak_log_window","minecraft:waxed_oxidized_cut_copper","minecraft:lime_bed_from_white_bed","mcwwindows:dark_oak_log_parapet","mcwpaths:sandstone_square_paving","minecraft:gray_stained_glass_pane_from_glass_pane","mcwroofs:bricks_lower_roof","mcwroofs:green_concrete_attic_roof","minecraft:stone_slab","minecraft:lime_bed","mcwroofs:light_gray_concrete_top_roof","mcwwindows:mangrove_plank_window2","minecraft:blast_furnace","minecraft:polished_andesite_stairs","mcwroofs:spruce_planks_steep_roof","mcwroofs:blackstone_steep_roof","mcwroofs:cobblestone_top_roof","minecraft:light_blue_stained_glass_pane_from_glass_pane","minecraft:magenta_dye_from_lilac","mcwwindows:mud_brick_gothic","minecraft:lime_carpet_from_white_carpet","minecraft:lime_wool","minecraft:light_gray_wool","mcwlights:acacia_tiki_torch","mcwwindows:stripped_warped_stem_window","minecraft:blue_stained_glass_pane_from_glass_pane","minecraft:polished_andesite_slab_from_polished_andesite_stonecutting","mcwroofs:blackstone_roof","mcwroofs:black_terracotta_attic_roof","mcwroofs:black_concrete_steep_roof","minecraft:baked_potato","mcwfences:oak_horse_fence","minecraft:cooked_salmon","mcwroofs:light_gray_lower_roof","mcwroofs:jungle_steep_roof","minecraft:spyglass","mcwroofs:white_lower_roof","mcwroofs:bricks_top_roof","minecraft:pink_stained_glass","mcwroofs:gutter_middle_cyan","mcwfences:modern_mud_brick_wall","mcwbridges:acacia_bridge_pier","minecraft:lime_banner","minecraft:stone_pressure_plate","minecraft:redstone_lamp","mcwroofs:spruce_planks_lower_roof","mcwroofs:mangrove_top_roof","minecraft:cut_copper_from_copper_block_stonecutting","mcwlights:green_ceiling_light","minecraft:diorite_slab_from_diorite_stonecutting","minecraft:iron_ingot_from_blasting_iron_ore","minecraft:polished_andesite_stairs_from_polished_andesite_stonecutting","mcwwindows:black_mosaic_glass_pane","mcwroofs:red_concrete_upper_lower_roof","mcwroofs:gray_lower_roof","minecraft:oxidized_cut_copper_from_oxidized_copper_stonecutting","mcwbridges:rope_acacia_bridge","minecraft:bread","minecraft:mangrove_boat","mcwroofs:purple_terracotta_cube_roof","mcwroofs:green_terracotta_steep_roof","minecraft:acacia_boat","mcwwindows:red_mosaic_glass","mcwfences:acacia_pyramid_gate","mcwroofs:diorite_attic_roof","minecraft:lever","mcwpaths:cobbled_deepslate_dumble_paving","mcwwindows:green_mosaic_glass_pane","mcwroofs:white_concrete_steep_roof","minecraft:end_stone_brick_wall_from_end_stone_stonecutting","mcwroofs:gray_concrete_lower_roof","mcwroofs:pink_concrete_top_roof","mcwroofs:yellow_terracotta_attic_roof","mcwroofs:mud_brick_upper_steep_roof","mcwlights:soul_acacia_tiki_torch","minecraft:black_banner","minecraft:painting","minecraft:iron_shovel","mcwroofs:blue_concrete_upper_lower_roof","mcwfences:modern_red_sandstone_wall","mcwwindows:purple_mosaic_glass_pane","mcwwindows:stone_brick_arrow_slit","mcwroofs:jungle_planks_lower_roof","mcwroofs:andesite_upper_steep_roof","mcwroofs:brown_concrete_upper_steep_roof","mcwwindows:crimson_planks_window2","minecraft:stone_slab_from_stone_stonecutting","mcwroofs:light_blue_terracotta_upper_lower_roof","mcwroofs:brown_concrete_steep_roof","minecraft:black_bed_from_white_bed","minecraft:pink_carpet","mcwwindows:stripped_jungle_log_window","minecraft:stone_brick_slab_from_stone_stonecutting","mcwlights:lime_lamp","mcwroofs:black_concrete_lower_roof","mcwroofs:white_concrete_lower_roof","mcwroofs:brown_concrete_upper_lower_roof","minecraft:waxed_exposed_copper_from_honeycomb","mcwroofs:spruce_upper_lower_roof","minecraft:gold_ingot_from_nuggets","mcwroofs:andesite_upper_lower_roof","mcwwindows:stripped_spruce_log_window2","mcwfences:birch_picket_fence","minecraft:cooked_chicken","minecraft:oak_trapdoor","minecraft:amethyst_block","minecraft:oak_door","mcwroofs:granite_lower_roof","mcwroofs:red_concrete_attic_roof","mcwroofs:granite_steep_roof","mcwroofs:orange_terracotta_roof","minecraft:nether_brick","mcwroofs:mud_brick_lower_roof","minecraft:stone_brick_stairs_from_stone_stonecutting","mcwroofs:brown_concrete_top_roof","mcwbridges:red_sandstone_bridge_pier","minecraft:polished_diorite_stairs_from_diorite_stonecutting","mcwroofs:spruce_planks_roof","minecraft:weathered_cut_copper_stairs_from_weathered_copper_stonecutting","more_flower_pots:cyan_flower_pot","minecraft:spruce_door","minecraft:brown_wool","mcwroofs:mud_brick_steep_roof","mcwroofs:red_striped_awning","mcwroofs:orange_concrete_upper_steep_roof","minecraft:polished_diorite_from_diorite_stonecutting","mcwroofs:white_roof","mcwroofs:lime_concrete_upper_lower_roof","mcwpaths:red_sandstone_dumble_paving","mcwwindows:stripped_oak_log_window2","minecraft:dark_prismarine","mcwroofs:warped_steep_roof","mcwroofs:yellow_concrete_upper_lower_roof","mcwlights:soul_jungle_tiki_torch","minecraft:leather_horse_armor","minecraft:candle","mcwroofs:light_gray_concrete_upper_steep_roof","mcwwindows:stripped_mangrove_log_window2","mcwlights:cyan_ceiling_light","mcwroofs:light_gray_concrete_roof","mcwroofs:lime_concrete_top_roof","mcwroofs:purple_terracotta_attic_roof","mcwroofs:orange_terracotta_lower_roof","minecraft:bow","mcwroofs:blue_terracotta_upper_steep_roof","minecraft:coal","mcwroofs:stone_cube_roof","mcwwindows:light_gray_mosaic_glass_pane","mcwroofs:blue_terracotta_upper_lower_roof","minecraft:gold_ingot_from_blasting_deepslate_gold_ore","minecraft:andesite_stairs","mcwroofs:brown_terracotta_upper_steep_roof","mcwroofs:dark_oak_lower_roof","mcwlights:yellow_ceiling_light","mcwwindows:mud_brick_arrow_slit","mcwpaths:deepslate_square_paving","mcwpaths:red_sandstone_basket_weave_paving","mcwpaths:diorite_dumble_paving","mcwroofs:deepslate_upper_lower_roof","minecraft:smoker","mcwwindows:nether_brick_gothic","mcwwindows:jungle_plank_parapet","minecraft:dark_oak_boat","mcwroofs:light_blue_concrete_upper_lower_roof","mcwroofs:birch_top_roof","mcwlights:light_blue_ceiling_light","minecraft:copper_ingot_from_smelting_deepslate_copper_ore","mcwroofs:cyan_concrete_cube_roof","mcwroofs:blue_terracotta_top_roof","mcwroofs:green_concrete_upper_steep_roof","minecraft:firework_rocket_simple","minecraft:black_dye_from_wither_rose","mcwroofs:blackstone_upper_lower_roof","mcwroofs:gray_concrete_upper_steep_roof","more_flower_pots:light_blue_glazed_flower_pot","mcwroofs:oak_planks_lower_roof","minecraft:andesite","mcwroofs:andesite_roof","minecraft:exposed_cut_copper","mcwfences:modern_quartz_wall","mcwroofs:pink_concrete_lower_roof","mcwroofs:acacia_cube_roof","mcwroofs:acacia_planks_lower_roof","mcwwindows:spruce_plank_window2","mcwpaths:mossy_cobblestone_honeycomb_paving","mcwwindows:spruce_window","mcwwindows:lime_mosaic_glass_pane","minecraft:packed_ice","mcwlights:brown_ceiling_light","mcwroofs:yellow_terracotta_top_roof","minecraft:stone","minecraft:golden_carrot","mcwroofs:spruce_upper_steep_roof","mcwroofs:brown_concrete_lower_roof","minecraft:prismarine_wall","mcwroofs:light_gray_terracotta_upper_steep_roof","mcwroofs:brown_terracotta_steep_roof","mcwwindows:pink_mosaic_glass_pane","mcwbridges:mangrove_log_bridge_middle","minecraft:glowstone","mcwwindows:stripped_jungle_log_window2","mcwlights:soul_warped_tiki_torch","mcwpaths:sandstone_diamond_paving","mcwroofs:green_terracotta_upper_steep_roof","mcwpaths:diorite_square_paving","mcwroofs:purple_concrete_top_roof","minecraft:smooth_stone","mcwbridges:stone_brick_bridge","mcwroofs:warped_upper_lower_roof","mcwroofs:white_concrete_upper_steep_roof","mcwroofs:cyan_concrete_attic_roof","mcwroofs:light_gray_terracotta_top_roof","mcwfences:blackstone_railing_gate","mcwpaths:deepslate_dumble_paving","minecraft:dried_kelp_from_smelting","minecraft:polished_granite_slab_from_granite_stonecutting","mcwbridges:mossy_stone_bridge_pier","mcwbridges:deepslate_tile_bridge_pier","mcwroofs:pink_terracotta_cube_roof","mcwroofs:white_concrete_attic_roof","mcwroofs:blue_concrete_lower_roof","mcwwindows:blue_mosaic_glass","more_flower_pots:light_blue_flower_pot","mcwlights:brown_lamp","minecraft:red_carpet_from_white_carpet","mcwwindows:birch_blinds","minecraft:sea_lantern","mcwwindows:diorite_parapet","minecraft:pink_stained_glass_pane_from_glass_pane","mcwroofs:magenta_terracotta_upper_lower_roof","mcwroofs:birch_planks_cube_roof","minecraft:stone_hoe","minecraft:jungle_boat","minecraft:coal_from_smelting_deepslate_coal_ore","mcwbridges:rope_mangrove_bridge","mcwroofs:blackstone_top_roof","mcwwindows:jungle_window2","minecraft:cooked_mutton_from_campfire_cooking","mcwroofs:purple_concrete_cube_roof","minecraft:weathered_cut_copper","mcwpaths:brick_clover_paving","mcwwindows:birch_plank_window2","mcwroofs:brown_terracotta_attic_roof","minecraft:cooked_mutton_from_smoking","minecraft:pink_banner","minecraft:black_stained_glass_pane_from_glass_pane","minecraft:oxidized_cut_copper","minecraft:blue_bed_from_white_bed","mcwroofs:stone_upper_steep_roof","mcwroofs:green_concrete_lower_roof","mcwlights:warped_tiki_torch","mcwroofs:jungle_lower_roof","mcwbridges:orange_sandstone_bridge","mcwfences:railing_granite_wall","mcwroofs:oak_planks_upper_lower_roof","minecraft:gold_nugget_from_smelting","mcwlights:lava_lamp","mcwwindows:jungle_plank_window2","minecraft:light_gray_concrete_powder","mcwroofs:spruce_planks_attic_roof","minecraft:furnace","mcwpaths:andesite_clover_paving","mcwfences:crimson_pyramid_gate","mcwfences:stone_brick_railing_gate","minecraft:diorite_stairs","mcwroofs:magenta_concrete_steep_roof","mcwfences:mangrove_pyramid_gate","more_flower_pots:brown_flower_pot","mcwroofs:purple_terracotta_upper_steep_roof","mcwroofs:pink_striped_awning","mcwfences:spruce_stockade_fence","more_flower_pots:green_flower_pot","mcwpaths:deepslate_honeycomb_paving","mcwwindows:mangrove_window2","mcwwindows:stripped_warped_stem_window2","mcwwindows:birch_plank_parapet","minecraft:end_stone_brick_stairs_from_end_stone_stonecutting","minecraft:copper_ingot_from_smelting_copper_ore","mcwroofs:gutter_middle_white","mcwroofs:bricks_upper_steep_roof","mcwroofs:oak_planks_top_roof","minecraft:netherite_scrap","minecraft:iron_pickaxe","mcwroofs:oak_planks_roof","minecraft:spruce_button","mcwfences:railing_sandstone_wall","mcwroofs:magenta_concrete_attic_roof","mcwwindows:granite_window","mcwroofs:deepslate_top_roof","mcwroofs:black_concrete_upper_steep_roof","mcwfences:modern_diorite_wall","more_flower_pots:gold_flower_pot","minecraft:enchanting_table","mcwpaths:cobbled_deepslate_square_paving","minecraft:lead","minecraft:birch_boat","mcwfences:spruce_highley_gate","mcwroofs:blue_terracotta_lower_roof","mcwroofs:lime_terracotta_cube_roof","minecraft:campfire","mcwroofs:blue_terracotta_cube_roof","mcwfences:modern_end_brick_wall","mcwwindows:warped_plank_parapet","mcwroofs:black_concrete_roof","minecraft:lime_stained_glass","mcwpaths:granite_dumble_paving","mcwroofs:acacia_lower_roof","mcwroofs:dark_oak_planks_cube_roof","minecraft:acacia_wood","mcwfences:railing_quartz_wall","mcwroofs:pink_concrete_upper_steep_roof","minecraft:stone_brick_walls_from_stone_stonecutting","mcwroofs:gray_terracotta_top_roof","mcwroofs:granite_upper_steep_roof","minecraft:black_stained_glass","mcwroofs:birch_cube_roof"],toBeDisplayed:["mcwpaths:andesite_honeycomb_paving","mcwbridges:sandstone_bridge","mcwwindows:birch_log_parapet","minecraft:yellow_dye_from_dandelion","mcwfences:granite_railing_gate","mcwroofs:light_blue_terracotta_lower_roof","mcwroofs:dark_oak_planks_roof","minecraft:charcoal","mcwroofs:black_concrete_attic_roof","mcwroofs:magenta_concrete_top_roof","mcwroofs:lime_terracotta_steep_roof","mcwroofs:jungle_planks_attic_roof","minecraft:emerald_from_smelting_deepslate_emerald_ore","mcwpaths:spruce_planks_path","minecraft:diorite_wall_from_diorite_stonecutting","mcwfences:railing_deepslate_brick_wall","mcwwindows:lime_mosaic_glass","minecraft:rabbit_stew_from_brown_mushroom","more_flower_pots:yellow_flower_pot","minecraft:stonecutter","minecraft:soul_torch","mcwbridges:spruce_rope_bridge_stair","mcwroofs:blue_terracotta_attic_roof","mcwbridges:dark_oak_rope_bridge_stair","minecraft:bone_block","minecraft:raw_iron","mcwroofs:lime_terracotta_lower_roof","minecraft:iron_nugget","mcwlights:magenta_ceiling_light","mcwroofs:granite_attic_roof","mcwroofs:bricks_roof","mcwroofs:sandstone_upper_lower_roof","more_flower_pots:purple_flower_pot","mcwroofs:red_terracotta_lower_roof","mcwbridges:jungle_log_bridge_stair","mcwfences:birch_pyramid_gate","mcwroofs:yellow_concrete_roof","mcwpaths:jungle_planks_path","mcwwindows:crimson_blinds","minecraft:gold_nugget_from_blasting","minecraft:warped_fence_gate","minecraft:cooked_rabbit","mcwwindows:diorite_window2","mcwroofs:red_terracotta_steep_roof","mcwroofs:gutter_middle_light_gray","mcwroofs:sandstone_cube_roof","minecraft:cooked_salmon_from_campfire_cooking","mcwfences:dark_oak_stockade_fence","mcwbridges:spruce_log_bridge_stair","mcwroofs:blackstone_attic_roof","mcwbridges:birch_log_bridge_middle","mcwpaths:mud_brick_dumble_paving","minecraft:weathered_cut_copper_from_weathered_copper_stonecutting","mcwroofs:black_lower_roof","minecraft:red_bed_from_white_bed","minecraft:cobblestone_wall","mcwroofs:gutter_base_blue","mcwwindows:oak_plank_window","mcwbridges:dark_oak_log_bridge_middle","mcwroofs:granite_roof","mcwroofs:acacia_upper_steep_roof","mcwwindows:oak_log_parapet","minecraft:warped_pressure_plate","mcwwindows:crimson_plank_parapet","minecraft:coal_block","minecraft:raw_copper","minecraft:cyan_bed_from_white_bed","mcwroofs:yellow_terracotta_roof","mcwwindows:mangrove_plank_window","mcwwindows:nether_brick_arrow_slit","mcwroofs:mangrove_planks_top_roof","minecraft:slime_ball","mcwfences:acacia_wired_fence","minecraft:spruce_fence_gate","mcwroofs:yellow_terracotta_lower_roof","mcwroofs:cyan_terracotta_upper_lower_roof","mcwroofs:orange_terracotta_attic_roof","minecraft:leather_chestplate","mcwwindows:black_mosaic_glass","minecraft:iron_block","mcwroofs:acacia_upper_lower_roof","mcwroofs:black_terracotta_lower_roof","minecraft:spruce_sign","mcwlights:garden_light","minecraft:white_stained_glass_pane_from_glass_pane","mcwbridges:mud_brick_bridge_pier","mcwroofs:light_blue_terracotta_steep_roof","mcwroofs:gray_top_roof","mcwroofs:gray_concrete_top_roof","mcwlights:crimson_tiki_torch","mcwroofs:gutter_base","mcwroofs:oak_planks_cube_roof","minecraft:cooked_porkchop","mcwroofs:gutter_middle_purple","mcwroofs:white_attic_roof","minecraft:cut_copper_slab_from_copper_block_stonecutting","mcwroofs:gutter_middle_lime","mcwroofs:yellow_terracotta_cube_roof","minecraft:cooked_salmon_from_smoking","mcwpaths:mossy_cobblestone_diamond_paving","mcwlights:gray_lamp","mcwwindows:prismarine_brick_gothic","mcwroofs:mangrove_roof","mcwroofs:magenta_terracotta_roof","mcwbridges:deepslate_tile_bridge","mcwbridges:warped_log_bridge_stair","mcwbridges:bamboo_bridge_pier","mcwroofs:black_terracotta_steep_roof","minecraft:emerald_block","mcwlights:soul_mangrove_tiki_torch","mcwpaths:mossy_cobblestone_clover_paving","mcwroofs:diorite_cube_roof","mcwroofs:purple_concrete_attic_roof","minecraft:light_gray_dye_from_oxeye_daisy","mcwroofs:gray_terracotta_roof","mcwroofs:orange_striped_awning","minecraft:polished_granite_from_granite_stonecutting","mcwpaths:sandstone_dumble_paving","mcwroofs:andesite_lower_roof","mcwroofs:purple_concrete_upper_lower_roof","mcwwindows:stripped_acacia_log_window2","mcwroofs:acacia_planks_top_roof","mcwroofs:deepslate_attic_roof","mcwroofs:red_terracotta_roof","mcwroofs:cobblestone_cube_roof","mcwroofs:orange_terracotta_upper_steep_roof","minecraft:lapis_lazuli_from_smelting_deepslate_lapis_ore","mcwroofs:gutter_base_light_gray","mcwroofs:lime_terracotta_top_roof","mcwroofs:crimson_planks_lower_roof","minecraft:oxidized_cut_copper_stairs_from_oxidized_copper_stonecutting","mcwroofs:acacia_planks_upper_steep_roof","mcwwindows:oak_plank_parapet","mcwwindows:stripped_birch_log_window2","minecraft:green_stained_glass","minecraft:spruce_fence","minecraft:magenta_dye_from_blue_red_white_dye","mcwpaths:sandstone_clover_paving","mcwroofs:orange_terracotta_upper_lower_roof","mcwroofs:purple_concrete_upper_steep_roof","mcwroofs:acacia_planks_upper_lower_roof","mcwroofs:green_striped_awning","minecraft:andesite_slab","mcwwindows:yellow_mosaic_glass","mcwroofs:black_steep_roof","minecraft:green_dye","mcwfences:acacia_stockade_fence","minecraft:dried_kelp_from_smoking","mcwroofs:deepslate_cube_roof","mcwpaths:crimson_planks_path","minecraft:orange_stained_glass","mcwwindows:stripped_mangrove_log_window","mcwpaths:andesite_dumble_paving","mcwwindows:jungle_window","mcwroofs:green_concrete_cube_roof","minecraft:cobblestone_stairs","minecraft:copper_ingot_from_blasting_deepslate_copper_ore","mcwfences:warped_horse_fence","minecraft:redstone_from_smelting_redstone_ore","mcwroofs:blue_concrete_cube_roof","mcwroofs:black_roof","mcwwindows:stripped_crimson_stem_window","mcwpaths:cobblestone_dumble_paving","mcwwindows:dark_oak_blinds","mcwroofs:base_upper_lower_roof","mcwroofs:crimson_top_roof","mcwroofs:crimson_planks_upper_steep_roof","mcwroofs:gutter_base_lime","mcwroofs:green_terracotta_top_roof","mcwfences:jungle_highley_gate","minecraft:yellow_bed_from_white_bed","more_flower_pots:light_gray_glazed_flower_pot","mcwwindows:stripped_oak_log_window","mcwroofs:crimson_planks_steep_roof","mcwroofs:base_top_roof","mcwroofs:light_blue_terracotta_top_roof","mcwroofs:crimson_planks_upper_lower_roof","mcwroofs:birch_roof","mcwroofs:gutter_middle_red","mcwfences:acacia_highley_gate","minecraft:pink_dye_from_red_white_dye","minecraft:coal_from_blasting_coal_ore","mcwroofs:andesite_steep_roof","minecraft:andesite_wall_from_andesite_stonecutting","more_flower_pots:orange_glazed_flower_pot","mcwroofs:black_top_roof","mcwfences:modern_nether_brick_wall","mcwroofs:pink_concrete_roof","mcwfences:warped_highley_gate","mcwfences:crimson_stockade_fence","minecraft:prismarine_stairs","mcwbridges:crimson_rail_bridge","minecraft:cyan_concrete_powder","mcwfences:sandstone_railing_gate","mcwbridges:iron_bridge_pier","mcwfences:dark_oak_pyramid_gate","mcwroofs:gutter_middle_orange","mcwwindows:warped_stem_parapet","mcwroofs:base_roof","mcwwindows:mangrove_blinds","mcwroofs:sandstone_roof","minecraft:sticky_piston","mcwwindows:granite_window2","mcwwindows:dark_oak_plank_window","mcwroofs:gray_concrete_cube_roof","mcwroofs:light_blue_concrete_roof","minecraft:white_dye","mcwfences:railing_red_sandstone_wall","mcwroofs:spruce_roof","mcwpaths:cobbled_deepslate_diamond_paving","minecraft:redstone","mcwroofs:base_upper_steep_roof","mcwroofs:jungle_attic_roof","mcwroofs:cyan_concrete_upper_lower_roof","mcwroofs:pink_concrete_cube_roof","minecraft:polished_andesite_slab","mcwroofs:mangrove_planks_upper_lower_roof","mcwlights:magenta_lamp","mcwroofs:crimson_steep_roof","minecraft:wooden_pickaxe","minecraft:exposed_cut_copper_slab_from_exposed_copper_stonecutting","mcwroofs:cyan_concrete_upper_steep_roof","mcwwindows:orange_mosaic_glass","minecraft:green_concrete_powder","mcwbridges:jungle_rail_bridge","mcwroofs:gutter_base_white","minecraft:oak_stairs","mcwwindows:warped_planks_window2","mcwbridges:crimson_log_bridge_stair","mcwroofs:white_terracotta_upper_lower_roof","minecraft:stone_button","mcwroofs:magenta_concrete_upper_lower_roof","mcwroofs:cyan_concrete_lower_roof","minecraft:brown_stained_glass","mcwpaths:mud_brick_basket_weave_paving","mcwroofs:white_terracotta_upper_steep_roof","mcwroofs:light_gray_terracotta_steep_roof","mcwroofs:cyan_concrete_steep_roof","mcwroofs:yellow_concrete_top_roof","mcwroofs:magenta_concrete_upper_steep_roof","minecraft:tinted_glass","mcwroofs:purple_terracotta_lower_roof","mcwbridges:stone_brick_bridge_stair","mcwwindows:jungle_log_parapet","mcwwindows:birch_plank_window","minecraft:yellow_concrete_powder","mcwroofs:light_gray_terracotta_lower_roof","mcwroofs:spruce_planks_upper_lower_roof","minecraft:diamond_from_blasting_diamond_ore","mcwpaths:mud_brick_clover_paving","mcwbridges:rope_warped_bridge","mcwroofs:diorite_roof","minecraft:repeater","mcwroofs:spruce_planks_upper_steep_roof","minecraft:red_concrete_powder","mcwwindows:white_mosaic_glass_pane","mcwlights:black_lamp","mcwroofs:mangrove_planks_upper_steep_roof","mcwwindows:purple_mosaic_glass","mcwroofs:pink_concrete_attic_roof","minecraft:cut_copper_stairs_from_copper_block_stonecutting","mcwfences:andesite_railing_gate","mcwroofs:crimson_cube_roof","mcwroofs:red_concrete_steep_roof","minecraft:glass","mcwbridges:mossy_stone_bridge_stair","mcwbridges:mud_brick_bridge","minecraft:stone_stairs","mcwroofs:mud_brick_attic_roof","mcwwindows:acacia_blinds","mcwroofs:cobblestone_upper_steep_roof","minecraft:quartz","mcwroofs:oak_attic_roof","mcwwindows:dark_oak_window2","mcwroofs:brown_concrete_attic_roof","minecraft:polished_basalt_from_basalt_stonecutting","mcwlights:yellow_lamp","mcwwindows:mangrove_log_parapet","mcwroofs:roofing_hammer","minecraft:gray_concrete_powder","mcwroofs:white_concrete_cube_roof","mcwfences:oak_pyramid_gate","mcwroofs:white_terracotta_cube_roof","minecraft:light_blue_concrete_powder","minecraft:granite_wall_from_granite_stonecutting","mcwroofs:gutter_middle_magenta","mcwroofs:cobblestone_upper_lower_roof","mcwfences:deepslate_railing_gate","minecraft:redstone_from_blasting_redstone_ore","minecraft:gray_bed_from_white_bed","minecraft:granite_stairs","mcwwindows:spruce_blinds","mcwroofs:base_cube_roof","mcwbridges:red_sandstone_bridge_stair","mcwbridges:spruce_bridge_pier","mcwroofs:light_gray_striped_awning","mcwroofs:cyan_terracotta_roof","minecraft:mushroom_stew","mcwroofs:cyan_terracotta_top_roof","mcwwindows:light_blue_mosaic_glass","mcwroofs:brown_terracotta_roof","minecraft:red_dye_from_tulip","mcwlights:soul_oak_tiki_torch","mcwlights:birch_tiki_torch","minecraft:warped_planks","mcwroofs:crimson_planks_cube_roof","minecraft:red_dye_from_beetroot","mcwroofs:warped_attic_roof","mcwlights:double_street_lamp","minecraft:beacon","minecraft:tnt","mcwroofs:crimson_lower_roof","mcwroofs:light_blue_concrete_cube_roof","minecraft:andesite_slab_from_andesite_stonecutting","mcwpaths:granite_square_paving","minecraft:light_gray_bed","mcwpaths:brick_square_paving","minecraft:red_candle","minecraft:orange_dye_from_orange_tulip","mcwroofs:yellow_terracotta_steep_roof","minecraft:pink_bed_from_white_bed","mcwbridges:birch_rope_bridge_stair","mcwroofs:diorite_top_roof","mcwroofs:stone_lower_roof","mcwbridges:mangrove_rail_bridge","minecraft:prismarine_bricks","mcwpaths:mossy_cobblestone_dumble_paving","mcwroofs:crimson_planks_top_roof","mcwpaths:red_sandstone_diamond_paving","mcwroofs:green_concrete_top_roof","minecraft:lapis_lazuli_from_blasting_deepslate_lapis_ore","mcwlights:red_ceiling_light","mcwbridges:oak_rail_bridge","mcwbridges:rope_oak_bridge","mcwroofs:stone_steep_roof","mcwroofs:green_terracotta_attic_roof","mcwwindows:spruce_plank_parapet","mcwbridges:warped_log_bridge_middle","mcwroofs:red_concrete_cube_roof","mcwpaths:mangrove_planks_path","minecraft:light_gray_stained_glass","mcwroofs:purple_terracotta_steep_roof","mcwroofs:cyan_concrete_roof","mcwwindows:yellow_mosaic_glass_pane","mcwroofs:dark_oak_planks_attic_roof","minecraft:cobblestone_wall_from_cobblestone_stonecutting","more_flower_pots:black_glazed_flower_pot","minecraft:polished_andesite_from_andesite_stonecutting","mcwroofs:gray_cube_roof","mcwbridges:sandstone_bridge_pier","mcwpaths:oak_planks_path","mcwroofs:cyan_terracotta_steep_roof","mcwroofs:brown_striped_awning","minecraft:brown_concrete_powder","mcwpaths:brick_diamond_paving","mcwroofs:magenta_terracotta_steep_roof","minecraft:cooked_chicken_from_smoking","mcwroofs:warped_top_roof","minecraft:cyan_stained_glass","minecraft:oak_pressure_plate","minecraft:yellow_dye_from_sunflower","mcwroofs:red_concrete_roof","mcwroofs:magenta_terracotta_lower_roof","mcwroofs:gray_roof","mcwroofs:white_terracotta_attic_roof","minecraft:waxed_weathered_cut_copper_slab_from_waxed_weathered_copper_stonecutting","minecraft:crimson_hyphae","more_flower_pots:gray_flower_pot","minecraft:coal_from_smelting_coal_ore","mcwroofs:gutter_base_brown","mcwroofs:cyan_terracotta_lower_roof","mcwroofs:warped_planks_upper_steep_roof","mcwpaths:mud_brick_honeycomb_paving","minecraft:oak_slab","minecraft:orange_bed_from_white_bed","mcwroofs:oak_roof","mcwroofs:diorite_steep_roof","minecraft:smooth_stone_slab_from_smooth_stone_stonecutting","more_flower_pots:lime_flower_pot","minecraft:warped_door","minecraft:iron_ingot_from_iron_block","minecraft:snow","more_flower_pots:white_flower_pot","mcwroofs:light_blue_concrete_lower_roof","mcwroofs:birch_planks_upper_lower_roof","mcwroofs:purple_striped_awning","mcwroofs:stone_attic_roof","minecraft:clock","mcwbridges:rope_dark_oak_bridge","mcwroofs:light_blue_concrete_steep_roof","mcwroofs:red_concrete_top_roof","mcwroofs:warped_planks_upper_lower_roof","mcwroofs:birch_planks_attic_roof","mcwroofs:birch_planks_upper_steep_roof","mcwroofs:diorite_lower_roof","mcwroofs:light_blue_terracotta_roof","mcwroofs:warped_planks_roof","minecraft:orange_stained_glass_pane_from_glass_pane","mcwbridges:rope_jungle_bridge","mcwlights:soul_birch_tiki_torch","mcwroofs:oak_cube_roof","mcwwindows:acacia_log_parapet","mcwfences:oak_wired_fence","mcwroofs:dark_oak_upper_lower_roof","mcwroofs:cyan_terracotta_cube_roof","mcwroofs:blue_concrete_steep_roof","mcwroofs:light_gray_concrete_lower_roof","minecraft:blue_ice","mcwfences:blackstone_brick_railing_gate","mcwroofs:andesite_top_roof","mcwroofs:dark_oak_planks_upper_lower_roof","mcwbridges:birch_rail_bridge","minecraft:granite_slab_from_granite_stonecutting","minecraft:glass_pane","more_flower_pots:white_glazed_flower_pot","mcwwindows:birch_window2","minecraft:granite_stairs_from_granite_stonecutting","minecraft:emerald_from_smelting_emerald_ore","minecraft:warped_slab","mcwroofs:spruce_planks_cube_roof","mcwroofs:gutter_middle_yellow","mcwroofs:orange_concrete_roof","mcwroofs:black_terracotta_roof","mcwroofs:black_cube_roof","mcwroofs:lime_concrete_upper_steep_roof","minecraft:purple_stained_glass","minecraft:iron_ingot_from_nuggets","mcwroofs:light_blue_striped_awning","mcwroofs:warped_lower_roof","mcwroofs:lime_terracotta_upper_steep_roof","mcwlights:purple_lamp","mcwbridges:deepslate_brick_bridge","mcwroofs:warped_upper_steep_roof","mcwroofs:magenta_concrete_roof","minecraft:smooth_stone_slab","minecraft:magenta_dye_from_allium","mcwfences:diorite_railing_gate","minecraft:ladder","mcwroofs:purple_terracotta_roof","mcwbridges:rope_birch_bridge","mcwpaths:andesite_basket_weave_paving","mcwroofs:gutter_base_black","mcwroofs:gray_terracotta_upper_steep_roof","mcwroofs:green_concrete_roof","mcwwindows:white_mosaic_glass","mcwroofs:warped_cube_roof","minecraft:redstone_torch","mcwroofs:jungle_upper_steep_roof","mcwroofs:acacia_planks_steep_roof","minecraft:polished_andesite_slab_from_andesite_stonecutting","mcwfences:railing_andesite_wall","mcwwindows:cyan_mosaic_glass","mcwroofs:pink_concrete_steep_roof","minecraft:target","mcwbridges:mud_brick_bridge_stair","minecraft:polished_diorite_slab_from_diorite_stonecutting","mcwroofs:red_sandstone_steep_roof","minecraft:white_concrete_powder","mcwroofs:yellow_concrete_cube_roof","mcwroofs:green_terracotta_roof","mcwroofs:light_gray_concrete_cube_roof","mcwwindows:acacia_window","mcwpaths:cobblestone_basket_weave_paving","mcwroofs:spruce_planks_top_roof","mcwroofs:green_concrete_upper_lower_roof","minecraft:gray_bed","mcwwindows:spruce_window2","mcwroofs:brown_terracotta_upper_lower_roof","mcwroofs:jungle_planks_cube_roof","minecraft:granite_slab","mcwroofs:gutter_base_gray","minecraft:diamond_from_blasting_deepslate_diamond_ore","mcwpaths:cobblestone_diamond_paving","mcwpaths:brick_honeycomb_paving","mcwroofs:mangrove_planks_lower_roof","mcwroofs:orange_terracotta_top_roof","mcwbridges:oak_bridge_pier","minecraft:lime_concrete_powder","mcwbridges:oak_log_bridge_middle","mcwbridges:mossy_stone_brick_bridge","minecraft:blue_dye_from_cornflower","mcwwindows:gray_mosaic_glass","mcwroofs:orange_concrete_lower_roof","mcwbridges:birch_bridge_pier","mcwfences:bamboo_fence","mcwroofs:black_upper_steep_roof","minecraft:brown_banner","mcwfences:jungle_stockade_fence","minecraft:barrel","mcwroofs:blue_terracotta_roof","mcwlights:orange_lamp","minecraft:warped_hyphae","minecraft:redstone_from_blasting_deepslate_redstone_ore","mcwwindows:magenta_mosaic_glass_pane","mcwfences:end_brick_railing_gate","minecraft:netherite_scrap_from_blasting","mcwlights:gray_ceiling_light","mcwroofs:mangrove_lower_roof","mcwbridges:blackstone_bridge_stair","mcwroofs:spruce_top_roof","mcwroofs:gutter_middle_pink","mcwroofs:pink_terracotta_lower_roof","mcwwindows:gray_mosaic_glass_pane","mcwfences:oak_highley_gate","mcwbridges:oak_log_bridge_stair","mcwwindows:jungle_plank_window","more_flower_pots:iron_flower_pot","minecraft:lime_stained_glass_pane_from_glass_pane","more_flower_pots:red_glazed_flower_pot","mcwroofs:magenta_concrete_cube_roof","minecraft:baked_potato_from_smoking","mcwfences:railing_end_brick_wall","mcwroofs:green_terracotta_upper_lower_roof","mcwfences:jungle_pyramid_gate","mcwpaths:cobbled_deepslate_honeycomb_paving","minecraft:brown_carpet_from_white_carpet","mcwlights:blue_lamp","mcwroofs:light_gray_terracotta_upper_lower_roof","mcwbridges:dark_oak_bridge_pier","minecraft:chiseled_stone_bricks_stone_from_stonecutting","mcwroofs:gutter_middle_black","minecraft:book","mcwroofs:stone_upper_lower_roof","mcwroofs:birch_upper_lower_roof","mcwroofs:white_concrete_upper_lower_roof","mcwbridges:iron_bridge_stair","mcwfences:birch_highley_gate","mcwroofs:cyan_striped_awning","mcwfences:railing_diorite_wall","mcwroofs:blue_concrete_attic_roof","mcwwindows:oak_blinds","minecraft:smithing_table","mcwwindows:mangrove_plank_parapet","mcwfences:birch_wired_fence","mcwroofs:red_concrete_lower_roof","mcwbridges:dark_oak_rail_bridge","minecraft:polished_granite_stairs_from_granite_stonecutting","mcwroofs:red_sandstone_cube_roof","mcwwindows:crimson_stem_parapet","minecraft:spruce_pressure_plate","minecraft:cauldron","minecraft:pink_concrete_powder","mcwbridges:brick_bridge","mcwfences:warped_pyramid_gate","mcwfences:railing_stone_brick_wall","mcwroofs:jungle_planks_roof","mcwroofs:lime_terracotta_roof","mcwfences:jungle_picket_fence","mcwlights:pink_ceiling_light","minecraft:magenta_concrete_powder","minecraft:red_dye_from_poppy","minecraft:redstone_from_smelting_deepslate_redstone_ore","minecraft:warped_fungus_on_a_stick","mcwwindows:end_brick_gothic","mcwroofs:brown_terracotta_lower_roof","minecraft:andesite_wall","mcwwindows:birch_window","minecraft:hay_block","mcwlights:dark_oak_tiki_torch","mcwfences:acacia_picket_fence","mcwroofs:deepslate_upper_steep_roof","mcwroofs:white_upper_steep_roof","minecraft:cobblestone_slab","minecraft:iron_ingot_from_blasting_deepslate_iron_ore","minecraft:gray_banner","minecraft:warped_stairs","mcwroofs:jungle_planks_upper_lower_roof","minecraft:gold_ingot_from_smelting_gold_ore","mcwfences:mud_brick_railing_gate","mcwwindows:acacia_plank_window","minecraft:end_stone_bricks_from_end_stone_stonecutting","minecraft:popped_chorus_fruit","minecraft:cooked_cod_from_smoking","mcwfences:modern_granite_wall","mcwroofs:warped_planks_lower_roof","minecraft:minecart","mcwroofs:mangrove_upper_steep_roof","mcwlights:soul_crimson_tiki_torch","mcwfences:railing_blackstone_wall","minecraft:stone_bricks_from_stone_stonecutting","mcwroofs:red_sandstone_attic_roof","mcwlights:soul_double_street_lamp","mcwbridges:jungle_rope_bridge_stair","mcwpaths:granite_basket_weave_paving","minecraft:chest","minecraft:gray_stained_glass","mcwbridges:jungle_log_bridge_middle","mcwroofs:blue_concrete_top_roof","mcwbridges:birch_log_bridge_stair","mcwroofs:oak_upper_lower_roof","mcwroofs:green_concrete_steep_roof","mcwfences:birch_horse_fence","mcwfences:mangrove_wired_fence","mcwfences:mangrove_highley_gate","more_flower_pots:lime_glazed_flower_pot","mcwfences:modern_sandstone_wall","mcwroofs:mud_brick_top_roof","mcwwindows:andesite_parapet","mcwroofs:diorite_upper_lower_roof","more_flower_pots:blue_flower_pot","minecraft:cut_copper","mcwroofs:purple_concrete_steep_roof","minecraft:soul_lantern","mcwwindows:jungle_blinds","minecraft:copper_ingot","mcwlights:oak_tiki_torch","mcwroofs:blue_concrete_roof","mcwroofs:light_gray_terracotta_cube_roof","mcwroofs:brown_terracotta_top_roof","minecraft:white_dye_from_lily_of_the_valley","minecraft:waxed_oxidized_cut_copper_slab_from_waxed_oxidized_copper_stonecutting","mcwroofs:light_blue_terracotta_cube_roof","minecraft:oxidized_cut_copper_slab_from_oxidized_copper_stonecutting","mcwfences:mangrove_stockade_fence","mcwwindows:stripped_acacia_log_window","mcwwindows:stripped_dark_oak_log_window2","mcwbridges:spruce_rail_bridge","mcwlights:red_lamp","mcwwindows:andesite_window","mcwroofs:jungle_top_roof","mcwroofs:gutter_base_red","mcwbridges:mangrove_bridge_pier","mcwroofs:black_terracotta_cube_roof","mcwroofs:oak_planks_upper_steep_roof","minecraft:blaze_powder","mcwpaths:granite_diamond_paving","minecraft:end_stone_brick_slab_from_end_stone_stonecutting","minecraft:smooth_basalt","minecraft:copper_ingot_from_blasting_copper_ore","minecraft:chain","mcwroofs:orange_concrete_top_roof","mcwpaths:red_sandstone_honeycomb_paving","mcwroofs:dark_oak_attic_roof","minecraft:blue_concrete_powder","minecraft:blue_stained_glass","minecraft:iron_ingot_from_smelting_deepslate_iron_ore","mcwwindows:dark_oak_window","minecraft:oak_fence","minecraft:warped_trapdoor","mcwfences:red_sandstone_railing_gate","mcwfences:crimson_highley_gate","minecraft:rabbit_stew_from_red_mushroom","mcwroofs:cobblestone_steep_roof","mcwfences:dark_oak_wired_fence","mcwwindows:light_blue_mosaic_glass_pane","mcwpaths:deepslate_basket_weave_paving","mcwroofs:crimson_planks_attic_roof","mcwpaths:granite_honeycomb_paving","mcwroofs:black_terracotta_upper_lower_roof","mcwbridges:acacia_log_bridge_middle","mcwroofs:bricks_cube_roof","mcwpaths:cobblestone_clover_paving","mcwroofs:gray_attic_roof","minecraft:prismarine_stairs_from_prismarine_stonecutting","mcwroofs:red_sandstone_top_roof","minecraft:oak_sign","minecraft:crimson_planks","mcwwindows:acacia_plank_window2","mcwroofs:black_concrete_top_roof","mcwlights:light_blue_lamp","mcwroofs:birch_lower_roof","minecraft:magenta_bed_from_white_bed","minecraft:exposed_cut_copper_stairs_from_exposed_copper_stonecutting","mcwroofs:magenta_terracotta_upper_steep_roof","mcwroofs:gray_concrete_roof","mcwlights:blue_ceiling_light","mcwbridges:deepslate_brick_bridge_pier","mcwroofs:blackstone_lower_roof","minecraft:diamond_from_smelting_deepslate_diamond_ore","mcwroofs:yellow_concrete_lower_roof","mcwwindows:dark_oak_plank_parapet","mcwwindows:spruce_log_parapet","mcwroofs:gutter_base_magenta","minecraft:flower_banner_pattern","mcwroofs:gutter_base_pink","more_flower_pots:light_gray_flower_pot","mcwroofs:magenta_concrete_lower_roof","mcwroofs:purple_terracotta_upper_lower_roof","mcwroofs:lime_terracotta_attic_roof","mcwroofs:purple_terracotta_top_roof","mcwroofs:gray_striped_awning","mcwroofs:stone_roof","mcwroofs:yellow_striped_awning","minecraft:orange_dye_from_red_yellow","mcwwindows:blue_mosaic_glass_pane","mcwwindows:spruce_plank_window","minecraft:spruce_stairs","minecraft:emerald_from_blasting_deepslate_emerald_ore","mcwroofs:gutter_middle_blue","minecraft:black_bed","mcwroofs:brown_terracotta_cube_roof","mcwroofs:red_terracotta_cube_roof","minecraft:iron_nugget_from_blasting","mcwroofs:purple_concrete_roof","mcwfences:railing_mud_brick_wall","mcwwindows:crimson_planks_window","more_flower_pots:orange_flower_pot","mcwroofs:pink_terracotta_top_roof","mcwroofs:spruce_lower_roof","minecraft:gold_ingot_from_blasting_gold_ore","minecraft:diamond_from_smelting_diamond_ore","mcwwindows:cyan_mosaic_glass_pane","minecraft:light_gray_dye_from_azure_bluet","minecraft:light_gray_dye_from_white_tulip","mcwroofs:blackstone_upper_steep_roof","mcwroofs:white_concrete_roof","mcwroofs:acacia_attic_roof","mcwroofs:dark_oak_planks_top_roof","mcwbridges:crimson_bridge_pier","mcwbridges:dark_oak_log_bridge_stair","mcwlights:classic_street_lamp","mcwroofs:oak_planks_steep_roof","mcwfences:dark_oak_horse_fence","minecraft:bowl","mcwlights:white_ceiling_light","mcwpaths:warped_planks_path","mcwroofs:light_blue_concrete_top_roof","minecraft:diamond","mcwwindows:ender_brick_arrow_slit","mcwroofs:gray_upper_lower_roof","mcwroofs:light_gray_roof","minecraft:green_bed_from_white_bed","minecraft:magenta_dye_from_blue_red_pink","mcwroofs:pink_terracotta_upper_steep_roof","mcwroofs:gutter_base_purple","minecraft:black_concrete_powder","minecraft:prismarine_slab_from_prismarine_stonecutting","minecraft:purple_concrete_powder","mcwroofs:black_concrete_upper_lower_roof","minecraft:sugar_from_sugar_cane","mcwbridges:deepslate_tile_bridge_stair","more_flower_pots:pink_glazed_flower_pot","mcwlights:purple_ceiling_light","mcwroofs:jungle_cube_roof","mcwroofs:gray_concrete_upper_lower_roof","mcwroofs:light_gray_upper_steep_roof","mcwroofs:sandstone_upper_steep_roof","mcwroofs:acacia_steep_roof","mcwroofs:pink_concrete_upper_lower_roof","mcwwindows:orange_mosaic_glass_pane","mcwroofs:pink_terracotta_roof","mcwfences:spruce_picket_fence","mcwroofs:bricks_upper_lower_roof","mcwpaths:mossy_cobblestone_basket_weave_paving","mcwwindows:dark_oak_plank_window2","mcwbridges:oak_rope_bridge_stair","mcwroofs:light_blue_concrete_upper_steep_roof","minecraft:white_stained_glass","mcwroofs:lime_concrete_steep_roof","minecraft:slime_block","minecraft:wooden_hoe","mcwbridges:crimson_log_bridge_middle","mcwbridges:acacia_rope_bridge_stair","mcwroofs:warped_planks_cube_roof","mcwroofs:granite_upper_lower_roof","mcwroofs:crimson_roof","minecraft:cooked_rabbit_from_campfire_cooking","more_flower_pots:magenta_flower_pot","mcwpaths:diorite_honeycomb_paving","mcwbridges:bamboo_bridge_stair","mcwpaths:red_sandstone_square_paving","mcwroofs:birch_planks_top_roof","mcwlights:light_gray_lamp","mcwroofs:mangrove_planks_cube_roof","mcwwindows:stripped_crimson_stem_window2","minecraft:light_gray_bed_from_white_bed","mcwroofs:acacia_planks_attic_roof","mcwwindows:oak_plank_window2","minecraft:waxed_oxidized_cut_copper_from_waxed_oxidized_copper_stonecutting","mcwroofs:blue_terracotta_steep_roof","mcwroofs:cyan_concrete_top_roof","mcwfences:spruce_pyramid_gate","mcwroofs:dark_oak_steep_roof","mcwbridges:blackstone_bridge","mcwwindows:andesite_window2","minecraft:note_block","mcwroofs:gutter_middle_brown","mcwroofs:gutter_base_green","mcwfences:acacia_horse_fence","minecraft:waxed_weathered_cut_copper_stairs_from_waxed_weathered_copper_stonecutting","mcwpaths:mossy_cobblestone_square_paving","mcwpaths:mud_brick_square_paving","mcwroofs:oak_planks_attic_roof","mcwroofs:dark_oak_cube_roof","mcwroofs:warped_planks_top_roof","minecraft:waxed_weathered_cut_copper_from_waxed_weathered_copper_stonecutting","minecraft:piston","minecraft:brown_bed","mcwbridges:blackstone_bridge_pier","mcwroofs:birch_planks_lower_roof","mcwlights:white_lamp","mcwroofs:red_sandstone_upper_steep_roof","mcwwindows:brown_mosaic_glass_pane","mcwlights:soul_dark_oak_tiki_torch","mcwroofs:magenta_striped_awning","mcwbridges:stone_bridge_pier","minecraft:light_gray_carpet","minecraft:white_banner","minecraft:weathered_cut_copper_slab_from_weathered_copper_stonecutting","minecraft:magenta_stained_glass_pane_from_glass_pane","minecraft:end_crystal","mcwroofs:cobblestone_attic_roof","mcwroofs:magenta_terracotta_attic_roof","mcwwindows:diorite_window","minecraft:light_gray_banner","mcwbridges:dry_bamboo_bridge_stair","mcwroofs:lime_concrete_roof","mcwbridges:rope_spruce_bridge","mcwroofs:white_terracotta_steep_roof","minecraft:shulker_box","mcwroofs:gutter_middle_green","mcwpaths:cobbled_deepslate_clover_paving","mcwfences:warped_stockade_fence","mcwpaths:mud_brick_diamond_paving","mcwroofs:white_terracotta_lower_roof","mcwpaths:cobblestone_square_paving","mcwbridges:mangrove_log_bridge_stair","minecraft:diorite_wall","minecraft:quartz_from_blasting","minecraft:red_stained_glass","mcwroofs:gray_upper_steep_roof","mcwlights:orange_ceiling_light","mcwroofs:birch_planks_steep_roof","mcwroofs:deepslate_steep_roof","mcwfences:mangrove_picket_fence","mcwpaths:cobbled_deepslate_basket_weave_paving","minecraft:light_gray_stained_glass_pane_from_glass_pane","mcwroofs:white_steep_roof","mcwlights:light_gray_ceiling_light","mcwroofs:base_lower_roof","mcwroofs:oak_steep_roof","mcwroofs:red_sandstone_upper_lower_roof","mcwfences:birch_stockade_fence","minecraft:tripwire_hook","minecraft:diorite_stairs_from_diorite_stonecutting","minecraft:hopper","mcwlights:jungle_tiki_torch","mcwfences:spruce_horse_fence","mcwroofs:base_steep_roof","mcwroofs:yellow_terracotta_upper_steep_roof","mcwroofs:oak_lower_roof","mcwroofs:andesite_attic_roof","minecraft:stone_stairs_from_stone_stonecutting","mcwroofs:gray_terracotta_steep_roof","minecraft:lantern","minecraft:raw_gold","mcwroofs:sandstone_top_roof","minecraft:magenta_stained_glass","minecraft:ender_chest","minecraft:polished_andesite_stairs_from_andesite_stonecutting","minecraft:iron_bars","minecraft:beetroot_soup","mcwpaths:brick_dumble_paving","minecraft:iron_trapdoor","mcwwindows:acacia_plank_parapet","mcwroofs:magenta_terracotta_cube_roof","minecraft:cooked_cod","mcwwindows:warped_blinds","mcwroofs:brown_concrete_cube_roof","mcwwindows:stripped_dark_oak_log_window","mcwroofs:red_terracotta_upper_lower_roof","minecraft:lime_bed_from_white_bed","mcwroofs:granite_top_roof","mcwwindows:dark_oak_log_parapet","mcwroofs:lime_concrete_attic_roof","minecraft:cartography_table","mcwpaths:sandstone_square_paving","minecraft:gray_stained_glass_pane_from_glass_pane","mcwbridges:acacia_rail_bridge","mcwroofs:bricks_lower_roof","mcwroofs:black_terracotta_top_roof","mcwbridges:crimson_rope_bridge_stair","minecraft:polished_diorite","mcwroofs:green_concrete_attic_roof","minecraft:stone_slab","mcwroofs:lime_striped_awning","minecraft:lime_bed","mcwroofs:gray_terracotta_lower_roof","mcwroofs:light_gray_concrete_top_roof","mcwwindows:mangrove_plank_window2","minecraft:cooked_porkchop_from_smoking","minecraft:blast_furnace","minecraft:polished_andesite_stairs","more_flower_pots:yellow_glazed_flower_pot","mcwroofs:oak_top_roof","mcwroofs:spruce_planks_steep_roof","mcwroofs:blackstone_steep_roof","mcwroofs:cobblestone_top_roof","more_flower_pots:cyan_glazed_flower_pot","minecraft:light_blue_stained_glass_pane_from_glass_pane","minecraft:magenta_dye_from_lilac","more_flower_pots:black_flower_pot","mcwpaths:sandstone_honeycomb_paving","mcwwindows:mud_brick_gothic","minecraft:lime_carpet_from_white_carpet","minecraft:purple_bed_from_white_bed","mcwlights:acacia_tiki_torch","mcwwindows:stone_window","mcwwindows:stripped_warped_stem_window","mcwroofs:gray_steep_roof","minecraft:blue_stained_glass_pane_from_glass_pane","mcwroofs:red_terracotta_upper_steep_roof","mcwroofs:white_cube_roof","mcwroofs:crimson_upper_lower_roof","mcwfences:modern_deepslate_brick_wall","mcwpaths:deepslate_diamond_paving","minecraft:polished_andesite_slab_from_polished_andesite_stonecutting","mcwroofs:blackstone_roof","mcwroofs:black_terracotta_attic_roof","mcwroofs:birch_planks_roof","mcwroofs:crimson_upper_steep_roof","minecraft:gold_ingot_from_smelting_deepslate_gold_ore","mcwroofs:black_concrete_steep_roof","minecraft:baked_potato","mcwroofs:warped_roof","mcwfences:oak_horse_fence","mcwfences:railing_nether_brick_wall","minecraft:cooked_salmon","mcwroofs:light_gray_steep_roof","mcwroofs:yellow_terracotta_upper_lower_roof","mcwroofs:light_gray_lower_roof","mcwwindows:brown_mosaic_glass","mcwfences:crimson_picket_fence","mcwroofs:jungle_steep_roof","minecraft:spyglass","mcwroofs:birch_attic_roof","mcwroofs:brown_concrete_roof","mcwroofs:white_lower_roof","minecraft:heavy_weighted_pressure_plate","mcwroofs:bricks_top_roof","minecraft:pink_stained_glass","mcwroofs:red_concrete_upper_steep_roof","mcwroofs:gutter_middle_cyan","mcwroofs:cobblestone_roof","mcwfences:oak_stockade_fence","mcwfences:crimson_wired_fence","mcwfences:modern_mud_brick_wall","mcwroofs:blackstone_cube_roof","mcwbridges:acacia_bridge_pier","minecraft:lime_banner","mcwfences:dark_oak_picket_fence","minecraft:stone_pressure_plate","minecraft:dropper","minecraft:redstone_lamp","mcwroofs:spruce_planks_lower_roof","mcwpaths:andesite_square_paving","mcwroofs:mangrove_top_roof","minecraft:cut_copper_from_copper_block_stonecutting","mcwfences:warped_picket_fence","mcwlights:green_ceiling_light","minecraft:diorite_slab_from_diorite_stonecutting","minecraft:iron_ingot_from_blasting_iron_ore","minecraft:polished_andesite_stairs_from_polished_andesite_stonecutting","mcwwindows:black_mosaic_glass_pane","mcwwindows:oak_window2","mcwroofs:red_concrete_upper_lower_roof","mcwroofs:gray_lower_roof","mcwfences:mangrove_horse_fence","mcwroofs:red_terracotta_attic_roof","minecraft:light_blue_dye_from_blue_orchid","mcwpaths:brick_basket_weave_paving","minecraft:warped_button","mcwroofs:jungle_roof","minecraft:oxidized_cut_copper_from_oxidized_copper_stonecutting","mcwbridges:rope_acacia_bridge","minecraft:bread","minecraft:mangrove_boat","mcwroofs:purple_terracotta_cube_roof","mcwroofs:green_terracotta_steep_roof","mcwpaths:diorite_clover_paving","mcwroofs:white_terracotta_roof","minecraft:acacia_boat","mcwwindows:red_mosaic_glass","mcwpaths:acacia_planks_path","mcwfences:acacia_pyramid_gate","mcwroofs:diorite_attic_roof","minecraft:lever","mcwwindows:mangrove_window","mcwpaths:cobbled_deepslate_dumble_paving","mcwwindows:green_mosaic_glass_pane","mcwroofs:white_concrete_steep_roof","minecraft:end_stone_brick_wall_from_end_stone_stonecutting","mcwroofs:mud_brick_upper_lower_roof","mcwroofs:gray_concrete_lower_roof","minecraft:map","mcwroofs:pink_concrete_top_roof","minecraft:pink_bed","mcwroofs:yellow_terracotta_attic_roof","mcwroofs:gray_concrete_steep_roof","mcwroofs:mud_brick_upper_steep_roof","mcwlights:soul_acacia_tiki_torch","minecraft:cyan_stained_glass_pane_from_glass_pane","minecraft:cooked_porkchop_from_campfire_cooking","mcwroofs:light_gray_top_roof","minecraft:black_banner","minecraft:painting","mcwroofs:blue_concrete_upper_lower_roof","mcwfences:modern_red_sandstone_wall","mcwroofs:light_blue_terracotta_attic_roof","minecraft:cooked_rabbit_from_smoking","mcwroofs:light_blue_terracotta_upper_steep_roof","mcwwindows:purple_mosaic_glass_pane","mcwwindows:stone_brick_arrow_slit","mcwroofs:acacia_planks_cube_roof","mcwroofs:jungle_planks_lower_roof","mcwroofs:andesite_upper_steep_roof","minecraft:green_stained_glass_pane_from_glass_pane","mcwroofs:brown_concrete_upper_steep_roof","mcwwindows:crimson_planks_window2","minecraft:stone_slab_from_stone_stonecutting","mcwroofs:light_blue_terracotta_upper_lower_roof","mcwroofs:brown_concrete_steep_roof","mcwwindows:green_mosaic_glass","mcwroofs:granite_cube_roof","mcwroofs:warped_planks_attic_roof","minecraft:black_bed_from_white_bed","mcwbridges:dry_bamboo_bridge_pier","mcwfences:spruce_wired_fence","mcwwindows:stripped_jungle_log_window","mcwroofs:orange_concrete_cube_roof","minecraft:stone_brick_slab_from_stone_stonecutting","mcwbridges:brick_bridge_stair","mcwlights:lime_lamp","mcwwindows:cobblestone_arrow_slit","minecraft:iron_nugget_from_smelting","mcwroofs:black_concrete_lower_roof","mcwroofs:white_concrete_lower_roof","mcwroofs:brown_concrete_upper_lower_roof","minecraft:waxed_exposed_copper_from_honeycomb","mcwfences:crimson_horse_fence","mcwroofs:spruce_upper_lower_roof","minecraft:anvil","mcwwindows:red_mosaic_glass_pane","mcwroofs:magenta_terracotta_top_roof","minecraft:gold_ingot_from_nuggets","mcwroofs:andesite_upper_lower_roof","mcwwindows:stripped_spruce_log_window2","mcwroofs:jungle_planks_steep_roof","mcwfences:birch_picket_fence","minecraft:cooked_chicken","mcwroofs:sandstone_lower_roof","minecraft:oak_trapdoor","mcwwindows:stripped_birch_log_window","minecraft:amethyst_block","minecraft:oak_door","mcwroofs:granite_lower_roof","mcwroofs:red_concrete_attic_roof","mcwfences:nether_brick_railing_gate","mcwroofs:granite_steep_roof","mcwroofs:green_terracotta_lower_roof","mcwpaths:sandstone_basket_weave_paving","mcwroofs:white_terracotta_top_roof","mcwroofs:sandstone_steep_roof","more_flower_pots:pink_flower_pot","mcwroofs:gutter_base_cyan","mcwroofs:gutter_middle_gray","mcwroofs:orange_terracotta_roof","minecraft:nether_brick","mcwbridges:warped_bridge_pier","mcwroofs:mud_brick_lower_roof","more_flower_pots:gray_glazed_flower_pot","minecraft:stone_brick_stairs_from_stone_stonecutting","mcwfences:oak_picket_fence","mcwroofs:brown_concrete_top_roof","mcwroofs:orange_concrete_upper_lower_roof","minecraft:gold_ingot_from_blasting_nether_gold_ore","mcwpaths:andesite_diamond_paving","mcwbridges:red_sandstone_bridge_pier","minecraft:polished_diorite_stairs_from_diorite_stonecutting","mcwroofs:spruce_planks_roof","minecraft:weathered_cut_copper_stairs_from_weathered_copper_stonecutting","more_flower_pots:cyan_flower_pot","mcwroofs:dark_oak_planks_lower_roof","mcwbridges:bamboo_bridge","mcwfences:modern_andesite_wall","minecraft:spruce_door","minecraft:carrot_on_a_stick","mcwroofs:light_gray_terracotta_attic_roof","mcwroofs:mud_brick_steep_roof","mcwroofs:crimson_attic_roof","mcwroofs:red_striped_awning","mcwroofs:light_gray_cube_roof","mcwroofs:orange_concrete_upper_steep_roof","minecraft:lapis_lazuli_from_smelting_lapis_ore","mcwpaths:diorite_basket_weave_paving","minecraft:polished_diorite_from_diorite_stonecutting","mcwroofs:white_roof","mcwroofs:blue_concrete_upper_steep_roof","mcwroofs:light_gray_concrete_upper_lower_roof","mcwroofs:light_blue_concrete_attic_roof","mcwroofs:lime_concrete_upper_lower_roof","mcwpaths:red_sandstone_dumble_paving","mcwwindows:stripped_oak_log_window2","minecraft:dark_prismarine","minecraft:prismarine_wall_from_prismarine_stonecutting","mcwroofs:deepslate_lower_roof","mcwroofs:white_concrete_top_roof","mcwroofs:warped_steep_roof","mcwroofs:yellow_concrete_upper_lower_roof","mcwlights:soul_jungle_tiki_torch","minecraft:purple_stained_glass_pane_from_glass_pane","mcwroofs:orange_terracotta_steep_roof","minecraft:leather_horse_armor","minecraft:candle","mcwwindows:stone_window2","minecraft:oak_button","minecraft:brown_stained_glass_pane_from_glass_pane","minecraft:granite_wall","mcwroofs:light_gray_concrete_upper_steep_roof","minecraft:orange_concrete_powder","minecraft:redstone_block","mcwroofs:green_terracotta_cube_roof","mcwwindows:stripped_mangrove_log_window2","mcwroofs:jungle_planks_top_roof","mcwlights:cyan_ceiling_light","mcwbridges:deepslate_brick_bridge_stair","mcwroofs:light_gray_concrete_roof","minecraft:yellow_stained_glass_pane_from_glass_pane","minecraft:exposed_cut_copper_from_exposed_copper_stonecutting","mcwroofs:acacia_top_roof","mcwroofs:lime_concrete_top_roof","mcwroofs:purple_terracotta_attic_roof","mcwroofs:yellow_concrete_upper_steep_roof","minecraft:warped_fence","mcwroofs:dark_oak_planks_steep_roof","minecraft:light_blue_bed_from_white_bed","mcwroofs:orange_terracotta_lower_roof","mcwroofs:blue_terracotta_upper_steep_roof","minecraft:andesite_stairs_from_andesite_stonecutting","mcwpaths:cobblestone_honeycomb_paving","minecraft:coal","mcwroofs:stone_cube_roof","mcwwindows:light_gray_mosaic_glass_pane","mcwroofs:blue_terracotta_upper_lower_roof","minecraft:compass","minecraft:gold_ingot_from_blasting_deepslate_gold_ore","minecraft:andesite_stairs","mcwroofs:brown_terracotta_upper_steep_roof","mcwroofs:dark_oak_lower_roof","mcwroofs:lime_terracotta_upper_lower_roof","mcwroofs:dark_oak_top_roof","mcwlights:yellow_ceiling_light","more_flower_pots:green_glazed_flower_pot","mcwwindows:mud_brick_arrow_slit","mcwpaths:deepslate_square_paving","mcwroofs:crimson_planks_roof","minecraft:item_frame","mcwlights:pink_lamp","minecraft:iron_ingot_from_smelting_iron_ore","mcwpaths:red_sandstone_basket_weave_paving","mcwpaths:diorite_dumble_paving","mcwroofs:deepslate_upper_lower_roof","minecraft:smoker","more_flower_pots:purple_glazed_flower_pot","mcwwindows:nether_brick_gothic","mcwroofs:mangrove_planks_steep_roof","mcwwindows:jungle_plank_parapet","minecraft:dark_oak_boat","mcwroofs:mud_brick_cube_roof","mcwroofs:dark_oak_planks_upper_steep_roof","minecraft:pink_dye_from_pink_tulip","mcwroofs:light_blue_concrete_upper_lower_roof","mcwroofs:gutter_middle_light_blue","mcwroofs:birch_top_roof","minecraft:oak_fence_gate","mcwroofs:light_gray_concrete_steep_roof","mcwlights:light_blue_ceiling_light","mcwroofs:cyan_terracotta_attic_roof","minecraft:copper_ingot_from_smelting_deepslate_copper_ore","mcwroofs:cyan_concrete_cube_roof","mcwroofs:gray_terracotta_upper_lower_roof","mcwroofs:blue_terracotta_top_roof","mcwwindows:stripped_spruce_log_window","mcwroofs:sandstone_attic_roof","mcwroofs:green_concrete_upper_steep_roof","mcwfences:modern_stone_brick_wall","minecraft:firework_rocket_simple","minecraft:black_dye_from_wither_rose","mcwlights:soul_spruce_tiki_torch","mcwroofs:yellow_concrete_attic_roof","mcwbridges:pliers","mcwroofs:gray_terracotta_cube_roof","mcwroofs:blackstone_upper_lower_roof","mcwroofs:pink_terracotta_steep_roof","mcwroofs:gray_concrete_upper_steep_roof","more_flower_pots:light_blue_glazed_flower_pot","mcwroofs:oak_planks_lower_roof","mcwroofs:gray_concrete_attic_roof","minecraft:andesite","mcwroofs:andesite_roof","mcwfences:modern_quartz_wall","mcwroofs:pink_concrete_lower_roof","mcwroofs:acacia_cube_roof","mcwroofs:acacia_planks_lower_roof","minecraft:brewing_stand","mcwwindows:spruce_plank_window2","mcwpaths:mossy_cobblestone_honeycomb_paving","mcwwindows:spruce_window","mcwwindows:lime_mosaic_glass_pane","mcwwindows:warped_planks_window","mcwroofs:orange_concrete_steep_roof","minecraft:emerald_from_blasting_emerald_ore","mcwroofs:acacia_roof","mcwpaths:red_sandstone_clover_paving","mcwroofs:black_upper_lower_roof","mcwroofs:jungle_upper_lower_roof","mcwfences:warped_wired_fence","minecraft:stone_axe","mcwbridges:warped_rope_bridge_stair","minecraft:packed_ice","mcwlights:brown_ceiling_light","mcwroofs:yellow_terracotta_top_roof","minecraft:stone","minecraft:golden_carrot","mcwroofs:gutter_base_light_blue","mcwroofs:spruce_upper_steep_roof","minecraft:dried_kelp_from_campfire_cooking","mcwroofs:brown_concrete_lower_roof","mcwroofs:birch_upper_steep_roof","minecraft:prismarine_wall","mcwbridges:dry_bamboo_bridge","mcwroofs:stone_top_roof","mcwroofs:deepslate_roof","mcwbridges:mangrove_rope_bridge_stair","mcwpaths:dark_oak_planks_path","mcwroofs:orange_concrete_attic_roof","mcwroofs:light_gray_terracotta_upper_steep_roof","minecraft:waxed_oxidized_copper_from_honeycomb","minecraft:diorite_slab","mcwroofs:acacia_planks_roof","mcwroofs:brown_terracotta_steep_roof","mcwroofs:jungle_planks_upper_steep_roof","minecraft:spruce_trapdoor","mcwwindows:pink_mosaic_glass_pane","minecraft:yellow_stained_glass","minecraft:light_blue_stained_glass","mcwpaths:deepslate_clover_paving","mcwbridges:mangrove_log_bridge_middle","minecraft:waxed_oxidized_cut_copper_stairs_from_waxed_oxidized_copper_stonecutting","mcwroofs:red_sandstone_lower_roof","mcwwindows:stripped_jungle_log_window2","mcwlights:soul_warped_tiki_torch","mcwpaths:sandstone_diamond_paving","mcwroofs:green_terracotta_upper_steep_roof","mcwpaths:diorite_square_paving","mcwroofs:blue_striped_awning","mcwbridges:acacia_log_bridge_stair","mcwroofs:purple_concrete_top_roof","mcwroofs:spruce_cube_roof","mcwroofs:mud_brick_roof","minecraft:smooth_stone","minecraft:cooked_mutton","mcwbridges:stone_brick_bridge","mcwroofs:warped_upper_lower_roof","mcwbridges:jungle_bridge_pier","mcwroofs:white_concrete_upper_steep_roof","mcwroofs:cyan_concrete_attic_roof","mcwroofs:light_gray_terracotta_top_roof","mcwfences:blackstone_railing_gate","minecraft:brown_bed_from_white_bed","mcwpaths:deepslate_dumble_paving","minecraft:dried_kelp_from_smelting","minecraft:polished_granite_slab_from_granite_stonecutting","mcwbridges:mossy_stone_bridge_pier","mcwbridges:deepslate_tile_bridge_pier","mcwroofs:pink_terracotta_cube_roof","mcwroofs:lime_concrete_cube_roof","mcwroofs:white_concrete_attic_roof","minecraft:iron_axe","mcwroofs:blue_concrete_lower_roof","mcwwindows:blue_mosaic_glass","mcwroofs:mangrove_planks_attic_roof","mcwroofs:black_concrete_cube_roof","minecraft:white_bed","mcwroofs:pink_terracotta_attic_roof","mcwroofs:dark_oak_upper_steep_roof","minecraft:spruce_slab","more_flower_pots:light_blue_flower_pot","mcwwindows:oak_window","mcwroofs:warped_planks_steep_roof","mcwlights:brown_lamp","mcwroofs:light_gray_attic_roof","mcwpaths:birch_planks_path","mcwroofs:mangrove_upper_lower_roof","minecraft:red_carpet_from_white_carpet","minecraft:oak_boat","minecraft:cobblestone_slab_from_cobblestone_stonecutting","mcwwindows:birch_blinds","mcwfences:dark_oak_highley_gate","minecraft:sea_lantern","mcwwindows:magenta_mosaic_glass","mcwwindows:diorite_parapet","minecraft:pink_stained_glass_pane_from_glass_pane","minecraft:prismarine_slab","minecraft:red_dye_from_rose_bush","mcwroofs:magenta_terracotta_upper_lower_roof","mcwwindows:light_gray_mosaic_glass","mcwroofs:black_attic_roof","mcwroofs:white_upper_lower_roof","mcwroofs:birch_planks_cube_roof","minecraft:baked_potato_from_campfire_cooking","minecraft:jungle_boat","minecraft:coal_from_smelting_deepslate_coal_ore","mcwbridges:rope_mangrove_bridge","minecraft:pumpkin_pie","mcwroofs:blackstone_top_roof","minecraft:gold_ingot_from_gold_block","mcwwindows:jungle_window2","mcwwindows:stone_brick_gothic","mcwroofs:red_terracotta_top_roof","minecraft:cooked_mutton_from_campfire_cooking","mcwroofs:purple_concrete_cube_roof","minecraft:glass_bottle","mcwpaths:brick_clover_paving","mcwroofs:lime_concrete_lower_roof","mcwroofs:oak_upper_steep_roof","minecraft:iron_door","minecraft:polished_granite","mcwwindows:birch_plank_window2","mcwroofs:gray_terracotta_attic_roof","mcwroofs:brown_terracotta_attic_roof","mcwroofs:orange_terracotta_cube_roof","mcwbridges:rope_crimson_bridge","mcwroofs:gutter_base_orange","minecraft:cooked_mutton_from_smoking","more_flower_pots:brown_glazed_flower_pot","mcwroofs:pink_terracotta_upper_lower_roof","mcwlights:green_lamp","minecraft:pink_banner","minecraft:black_stained_glass_pane_from_glass_pane","minecraft:oxidized_cut_copper","minecraft:blue_bed_from_white_bed","minecraft:soul_campfire","mcwroofs:stone_upper_steep_roof","minecraft:cobblestone_stairs_from_cobblestone_stonecutting","mcwroofs:bricks_attic_roof","mcwbridges:sandstone_bridge_stair","mcwroofs:diorite_upper_steep_roof","mcwfences:quartz_railing_gate","mcwroofs:mangrove_cube_roof","mcwroofs:green_concrete_lower_roof","mcwroofs:mangrove_attic_roof","mcwlights:warped_tiki_torch","mcwpaths:granite_clover_paving","mcwroofs:jungle_lower_roof","mcwroofs:light_gray_concrete_attic_roof","mcwroofs:purple_concrete_lower_roof","mcwbridges:orange_sandstone_bridge","minecraft:gold_ingot_from_smelting_nether_gold_ore","mcwfences:railing_granite_wall","mcwroofs:oak_planks_upper_lower_roof","minecraft:gold_nugget_from_smelting","mcwroofs:birch_steep_roof","mcwlights:lava_lamp","minecraft:end_stone_bricks","mcwlights:spruce_tiki_torch","minecraft:red_stained_glass_pane_from_glass_pane","mcwbridges:warped_rail_bridge","mcwwindows:jungle_plank_window2","minecraft:light_gray_concrete_powder","mcwroofs:spruce_planks_attic_roof","mcwbridges:brick_bridge_pier","minecraft:furnace","mcwpaths:andesite_clover_paving","mcwroofs:mangrove_steep_roof","mcwfences:crimson_pyramid_gate","mcwfences:stone_brick_railing_gate","minecraft:diorite_stairs","more_flower_pots:blue_glazed_flower_pot","mcwroofs:cobblestone_lower_roof","mcwroofs:yellow_concrete_steep_roof","mcwroofs:magenta_concrete_steep_roof","mcwfences:mangrove_pyramid_gate","more_flower_pots:brown_flower_pot","mcwroofs:purple_terracotta_upper_steep_roof","mcwfences:jungle_wired_fence","mcwroofs:base_attic_roof","mcwroofs:pink_striped_awning","mcwroofs:gutter_base_yellow","mcwfences:spruce_stockade_fence","more_flower_pots:green_flower_pot","mcwpaths:deepslate_honeycomb_paving","mcwlights:mangrove_tiki_torch","mcwwindows:mangrove_window2","mcwwindows:stripped_warped_stem_window2","mcwroofs:bricks_steep_roof","minecraft:warped_sign","mcwwindows:birch_plank_parapet","minecraft:end_stone_brick_stairs_from_end_stone_stonecutting","minecraft:lapis_lazuli_from_blasting_lapis_ore","minecraft:copper_ingot_from_smelting_copper_ore","mcwroofs:black_terracotta_upper_steep_roof","mcwroofs:light_gray_upper_lower_roof","mcwroofs:gutter_middle_white","minecraft:cooked_chicken_from_campfire_cooking","mcwpaths:diorite_diamond_paving","minecraft:purple_dye","mcwroofs:spruce_steep_roof","mcwroofs:bricks_upper_steep_roof","mcwroofs:oak_planks_top_roof","minecraft:netherite_scrap","more_flower_pots:magenta_glazed_flower_pot","mcwroofs:black_striped_awning","mcwlights:soul_classic_street_lamp","mcwroofs:cyan_terracotta_upper_steep_roof","mcwroofs:oak_planks_roof","mcwroofs:dark_oak_roof","minecraft:spruce_button","mcwfences:railing_sandstone_wall","mcwroofs:magenta_concrete_attic_roof","mcwwindows:granite_window","mcwroofs:deepslate_top_roof","mcwroofs:black_concrete_upper_steep_roof","mcwfences:modern_diorite_wall","mcwwindows:granite_parapet","mcwroofs:andesite_cube_roof","mcwwindows:acacia_window2","mcwroofs:red_sandstone_roof","mcwroofs:spruce_attic_roof","more_flower_pots:gold_flower_pot","mcwroofs:white_top_roof","minecraft:enchanting_table","mcwlights:black_ceiling_light","mcwpaths:cobbled_deepslate_square_paving","minecraft:spruce_boat","minecraft:birch_boat","mcwfences:spruce_highley_gate","mcwroofs:blue_terracotta_lower_roof","mcwroofs:lime_terracotta_cube_roof","minecraft:campfire","minecraft:paper","mcwroofs:blue_terracotta_cube_roof","minecraft:cooked_cod_from_campfire_cooking","mcwfences:modern_end_brick_wall","mcwwindows:pink_mosaic_glass","mcwwindows:warped_plank_parapet","more_flower_pots:red_flower_pot","mcwroofs:black_concrete_roof","mcwlights:cyan_lamp","minecraft:lime_stained_glass","mcwfences:deepslate_brick_railing_gate","mcwpaths:granite_dumble_paving","mcwroofs:acacia_lower_roof","mcwroofs:dark_oak_planks_cube_roof","mcwbridges:spruce_log_bridge_middle","mcwfences:railing_quartz_wall","mcwfences:jungle_horse_fence","minecraft:pink_dye_from_peony","mcwlights:lime_ceiling_light","mcwroofs:light_gray_terracotta_roof","mcwroofs:pink_concrete_upper_steep_roof","minecraft:stone_brick_walls_from_stone_stonecutting","mcwroofs:gray_terracotta_top_roof","minecraft:bucket","mcwroofs:granite_upper_steep_roof","mcwroofs:mangrove_planks_roof","minecraft:coal_from_blasting_deepslate_coal_ore","mcwfences:modern_blackstone_wall","minecraft:black_stained_glass","minecraft:polished_andesite","mcwroofs:birch_cube_roof"]},seenCredits:1b,warden_spawn_tracker:{cooldown_ticks:0,ticks_since_last_warning:6302,warning_level:0}} Stacktrace: at net.minecraft.class_3222.method_14226(class_3222.java:485) at net.minecraft.class_3244.method_18784(class_3244.java:241) at net.minecraft.class_2535.method_10754(class_2535.java:246) at net.minecraft.class_3242.method_14357(class_3242.java:182) at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:886) at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:819) at net.minecraft.class_1132.method_3748(class_1132.java:98) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:665) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:258) at java.base/java.lang.Thread.run(Thread.java:833) Mixins in Stacktrace: net.minecraft.class_3222: org.samo_lego.fabrictailor.mixin.ServerPlayerEntityMixin_TailoredPlayer (fabrictailor.mixins.json) frankv.bettersafebed.mixin.ServerPlayerMixin (bettersafebed.mixins.json) me.steinborn.krypton.mixin.shared.player.ServerPlayerEntityMixin (krypton.mixins.json) net.fabricmc.fabric.mixin.event.interaction.MixinServerPlayerEntity (quilted_fabric_events_interaction_v0.mixins.json) dev.onyxstudios.cca.mixin.entity.common.MixinServerPlayerEntity (mixins.cardinal_components_entity.json) org.quiltmc.qsl.command.mixin.ServerPlayerEntityMixin (quilt_command.mixins.json) dev.architectury.mixin.fabric.MixinServerPlayer (architectury.mixins.json) net.fabricmc.fabric.mixin.entity.event.ServerPlayerEntityMixin (quilted_fabric_entity_events_v1.mixins.json) dev.architectury.mixin.fabric.LivingDeathInvoker (architectury.mixins.json) net.fabricmc.fabric.mixin.screenhandler.ServerPlayerEntityMixin (quilted_fabric_screen_handler_api_v1.mixins.json) org.quiltmc.qsl.worldgen.dimension.mixin.ServerPlayerEntityMixin (quilt_dimension.mixins.json) net.minecraft.class_3244: org.samo_lego.fabrictailor.mixin.ServerPlayNetworkHandlerMixin_PacketListener (fabrictailor.mixins.json) dev.architectury.mixin.fabric.MixinServerGamePacketListenerImpl (architectury.mixins.json) org.quiltmc.qsl.networking.mixin.ServerPlayNetworkHandlerMixin (quilt_networking.mixins.json) net.minecraft.class_2535: me.steinborn.krypton.mixin.shared.network.flushconsolidation.ClientConnectionMixin (krypton.mixins.json) me.steinborn.krypton.mixin.shared.network.pipeline.compression.ClientConnectionMixin (krypton.mixins.json) gg.essential.mixins.transformers.feature.ice.client.Mixin_NettyIceClient (mixins.essential.json) org.quiltmc.qsl.networking.mixin.ClientConnectionMixin (quilt_networking.mixins.json) me.shedaniel.lightoverlay.fabric.mixin.MixinClientConnection (lightoverlay.mixins.json) de.maxhenkel.voicechat.mixin.ConnectionAccessor (voicechat.mixins.json) me.steinborn.krypton.mixin.shared.network.pipeline.encryption.ClientConnectionMixin (krypton.mixins.json) net.xolt.freecam.mixins.ClientConnectionMixin (freecam.mixins.json) gg.essential.mixins.transformers.feature.ice.common.Mixin_IceChannelIsNotLocal (mixins.essential.json) net.minecraft.class_3242: gg.essential.mixins.transformers.feature.ice.server.Mixin_NettyIceServer (mixins.essential.json) net.minecraft.server.MinecraftServer: org.quiltmc.qsl.lifecycle.mixin.MinecraftServerMixin (quilt_lifecycle_events.mixins.json) net.fabricmc.fabric.mixin.registry.sync.MixinMinecraftServer (quilted_fabric_registry_sync_v0.mixins.json) fudge.notenoughcrashes.mixins.client.MixinMinecraftServerClientOnly (notenoughcrashes.mixins.json) org.quiltmc.qsl.worldgen.biome.mixin.modification.MinecraftServerMixin (quilt_biome.mixins.json) org.quiltmc.qsl.base.mixin.MinecraftServerMixin (quilt_base.mixins.json) dev.architectury.mixin.fabric.MixinMinecraftServer (architectury.mixins.json) org.quiltmc.qsl.resource.loader.mixin.MinecraftServerMixin (quilt_resource_loader.mixins.json) com.glisco.deathlog.mixin.MinecraftServerAccessor (deathlog.mixins.json) net.fabricmc.fabric.mixin.message.MinecraftServerMixin (quilted_fabric_message_api_v1.mixins.json) gg.essential.mixins.transformers.server.Mixin_PublishServerStatusResponse (mixins.essential.json) net.minecraft.class_1132: de.maxhenkel.voicechat.mixin.IntegratedServerMixin (voicechat.mixins.json) io.github.ultimateboomer.smoothboot.mixin.client.IntegratedServerMixin (smoothboot.mixins.json) dev.architectury.mixin.fabric.client.MixinIntegratedServer (architectury.mixins.json) gg.essential.mixins.transformers.server.integrated.MixinIntegratedServer (mixins.essential.json)

-- System Details -- Details: Minecraft Version: 1.19 Minecraft Version ID: 1.19 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: 979911016 bytes (934 MiB) / 3892314112 bytes (3712 MiB) up to 6442450944 bytes (6144 MiB) CPUs: 8 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz Identifier: Intel64 Family 6 Model 94 Stepping 3 Microarchitecture: Skylake (Client) Frequency (GHz): 2.59 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 8 Graphics card #0 name: NVIDIA GeForce GTX 980M Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x1617 Graphics card #0 versionInfo: DriverVersion=30.0.14.9729 Memory slot #0 capacity (MB): 16384.00 Memory slot #0 clockSpeed (GHz): 2.13 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 16384.00 Memory slot #1 clockSpeed (GHz): 2.13 Memory slot #1 type: DDR4 Virtual memory max (MB): 59305.30 Virtual memory used (MB): 54790.76 Swap memory total (MB): 26601.44 Swap memory used (MB): 1099.95 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Loaded Shaderpack: (off) Quilted Fabric API: !! WARNING !! This instance is using Fabric API modules re-implemented by QSL. If the issue comes from Quilted Fabric API, DO NOT report to Fabric; report them to Quilt instead! Quilt Mods: advanced_runtime_resource_pack: Runtime Resource Pack 0.6.2 advancementinfo: AdvancementInfo 1.19-fabric0.53.3-1.3.1 ambientenvironment: Ambient Environment 8.0+1 antighost: AntiGhost 1.19-fabric0.55.3-1.1.5 architectury: Architectury 5.7.27 armorchroma: Armor Chroma 1.2.2 audioplayer: AudioPlayer 1.19-1.0.3 auudio: Auudio 1.0.3 axolotlitemfix: Axolotl Item Fix 1.1.3 betterf3: BetterF3 1.3.1 bettermounthud: Better Mount HUD 1.1.4 betterpingdisplay: Better Ping Display 1.1.1 bettersafebed: BetterSafeBed a biomeinfo: BiomeInfo 1.19-11 blue_endless_jankson: jankson 1.2.1 blur: Blur (Fabric) 2.5.0 boatiview: Boat Item View Fabric 0.0.3 bookshelf: Bookshelf 14.0.3 caffeineconfig: CaffeineConfig 1.0.0+1.17 camerautils: Camera Utils 1.19-1.0.0 capetweaks: Cape Tweaks 1.0.1 cardinal-components-base: Cardinal Components API (base) 5.0.0-beta.1 cardinal-components-entity: Cardinal Components API (entities) 5.0.0-beta.1 cem: Custom Entity Models 0.7.1 chat-up: Chat Up! 2.0 chat_heads: Chat Heads 0.6.0 chisel: Chisel Refabricated 1.4.6 citresewn: CIT Resewn 1.1.0+1.19 citresewn-defaults: CIT Resewn: Defaults 1.1.0+1.19 cleanview: CleanView 1.19-v1-fabric clear-skies: Clear Skies 2.0.93 clickadv: Clickable Advancements Mod 2.5 clickthrough: ClickThrough 1.19-fabric0.53.3-0.4 cloth-basic-math: cloth-basic-math 0.6.1 cloth-config: Cloth Config v6 7.0.72 clumps: Clumps 9.0.0+1 coat: Coat 1.0.0-beta.17+mc22w17a com_github_luben_zstd-jni: zstd-jni 1.5.2-2 com_logisticscraft_occlusionculling: occlusionculling 0.0.6-SNAPSHOT com_moandjiezana_toml_toml4j: toml4j 0.7.2 com_velocitypowered_velocity-native: velocity-native 3.1.2-SNAPSHOT completeconfig: CompleteConfig 2.0.0 completeconfig-base: completeconfig-base 2.0.0 completeconfig-gui-cloth: completeconfig-gui-cloth 2.0.0 completeconfig-gui-coat: completeconfig-gui-coat 2.0.0 config2brigadier: Config to Brigadier 1.1.3 continuity: Continuity 2.0.0+1.19 controlling: Controlling For Fabric 10.0+1 crowdin-translate: CrowdinTranslate 1.4+1.19 cullleaves: Cull Leaves 2.3.4 darkpaintings: DarkPaintings 11.0.2 dashloader: DashLoader 4.0.0+1.19 deathlog: DeathLog 0.2.9+1.19 dev_quantumfusion_hyphen: Hyphen 0.2.2 dev_quantumfusion_taski: Taski 1.1.0 drippyloadingscreen: Drippy Loading Screen 1.6.4 dynamicfps: Dynamic FPS 2.2.0 eatinganimationid: Eating Animation 1.8.1-beta enhancedblockentities: Enhanced Block Entities 0.7+1.19 entity_texture_features: Entity Texture Features 3.1.3 entityculling: EntityCulling-Fabric 1.5.2-mc1.19 essential-container: essential-container 1.0.0 essential-loader: essential-loader 1.0.0 extrasounds: ExtraSounds 2.3.1+1.19 fabric-language-kotlin: Fabric Language Kotlin 1.8.0+kotlin.1.7.0 fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT fabrictailor: Fabric Tailor 1.8.3 fallingleaves: Falling Leaves 1.12.1+1.19 fancymenu: FancyMenu 2.8.0 fastopenlinksandfolders: FastOpenResourcePacks 1.1.1 ferritecore: FerriteCore 4.2.1 fmextension_audio: FancyMenu Audio Extension 1.1.0 forgetmechunk: Forget Me Chunk 1.0.4-1.18.X-1.19.X freecam: Freecam 1.0.8 gbfabrictools: GBfabrictools 1.3.4+1.19 glowingbanners: Glow Banners 1.2.0 held-item-info: Held Item Info 1.3.0 illuminations: Illuminations 1.10.5 indium: Indium 1.0.6+mc1.19 inspecio: Inspecio 1.4.2+1.19 interdimensional-map-markers: Interdimensional Map Markers 1.0.1 inventoryhud: Inventory HUD + 3.4.2 iris: Iris 1.2.5 jankson: Jankson 4.1.1+j1.2.1 java: OpenJDK 64-Bit Server VM 17 keepheadnames: Keep Head Names 1.5.1 kirin: Kirin UI 1.11.0 konkrete: Konkrete 1.3.3 krypton: Krypton 0.2.0 lambdynlights: LambDynamicLights 2.1.2+1.19 lazydfu: LazyDFU 0.1.3 libgui: LibGui 6.0.0-beta.5+1.19-pre1 libninepatch: LibNinePatch 1.1.0 lightoverlay: Light Overlay 7.0.0 lithium: Lithium 0.8.0 loadmyresources: Load My Resources 1.0.1 maptooltip: Map Tooltip 2.0.0 mcwbridges: Macaw's Bridges 2.0.3 mcwfences: Macaw's Fences and Walls 1.0.5 mcwlights: Macaw's Lights and Lamps 1.0.3 mcwpaintings: Macaw's Paintings 1.0.3 mcwpaths: Macaw's Paths and Pavings 1.0.0 mcwroofs: Macaw's Roofs 2.1.2 mcwwindows: Macaw's Windows 2.0.3 memoryleakfix: memory Leak Fix 1.19-0.4.1 microdurability: microDurability 0.3.5+1.19 microdurability-core: microDurability Core 0.3.5 midnightlib: MidnightLib 0.5.2 minecraft: Minecraft 1.19 minecraftcapes: MinecraftCapes Mod 12.0.2 mixintrace: MixinTrace 1.1.1+1.17 mm: Manningham Mills 2.3 mo_glass: Mo Glass 1.6.1-MC1.19 modmenu: Mod Menu 4.0.0 morebannerfeatures: More Banner Features 1.1.3 moreflowerpots: com.eternalhelldevs.moreflowerpots 3.0-SNAPSHOT notenoughanimations: NotEnoughAnimations 1.6.0 notenoughcrashes: Not Enough Crashes 4.1.6+1.19 onsoulfire: On Soul Fire 1.19-1 org_anarres_jcpp: jcpp 1.4.14 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.7.0 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.7.0 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.7.0 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.7.0 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.17.3 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.2 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.2 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.3.3 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.3 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.3 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.3 org_joml_joml: joml 1.10.4 paintingcycle: Painting Cycle 1.0.1 patternedglass: Patterned Glass 3.0.0+1.19 phosphor: Phosphor 0.8.1 picturesign: PictureSign 1.4.1 presencefootsteps: Presence Footsteps 1.6.0 pride: Pride Lib 1.1.2+1.19 puzzle: Puzzle 1.3.3 puzzle-base: Puzzle Base 1.3.3 puzzle-gui: Puzzle GUI 1.3.3 puzzle-models: Puzzle Models 1.3.3 puzzle-splashscreen: Puzzle Splash Screen 1.3.3 quilt_base: Quilt Base API 2.0.0-beta.2+1.19 quilt_biome: Quilt Biome API 2.0.0-beta.2+1.19 quilt_block_extensions: Quilt Block Extensions API 2.0.0-beta.2+1.19 quilt_client_command: Quilt Client Command API 2.0.0-beta.2+1.19 quilt_command: Quilt Command API 2.0.0-beta.2+1.19 quilt_crash_info: Quilt Crash Info 2.0.0-beta.2+1.19 quilt_dimension: Quilt Dimension API 2.0.0-beta.2+1.19 quilt_item_group: Quilt Item Group API 2.0.0-beta.2+1.19 quilt_item_setting: Quilt Item Setting API 2.0.0-beta.2+1.19 quilt_lifecycle_events: Quilt Lifecycle Events 2.0.0-beta.2+1.19 quilt_loader: Quilt Loader 0.17.1-beta.2 quilt_networking: Quilt Networking 2.0.0-beta.2+1.19 quilt_recipe: Quilt Recipe API 2.0.0-beta.2+1.19 quilt_registry: Quilt Registry API 2.0.0-beta.2+1.19 quilt_registry_entry_attachments: Quilt Registry Entry Attachments 2.0.0-beta.2+1.19 quilt_resource_loader: Quilt Resource Loader 2.0.0-beta.2+1.19 quilt_screen: Quilt Screen API 2.0.0-beta.2+1.19 quilt_tags: Quilt Tags API 2.0.0-beta.2+1.19 quilt_tooltip: Quilt Tooltip API 2.0.0-beta.2+1.19 quilted_fabric_api: Quilted Fabric API 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_api_base: Quilted Fabric API Base 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_api_lookup_api_v1: Quilted Fabric API Lookup API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_biome_api_v1: Quilted Fabric Biome API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_blockrenderlayer_v1: Quilted Fabric BlockRenderLayer Registration (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_command_api_v2: Quilted Fabric Command API (v2) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_content_registries_v0: Quilted Fabric Content Registries (v0) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_convention_tags_api_v1: Quilted Fabric Convention Tags API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_crash_report_info_v1: Quilted Fabric Crash Report Info (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_dimensions_v1: Quilted Fabric Dimensions API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_entity_events_v1: Quilted Fabric Entity Events (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_events_interaction_v0: Quilted Fabric Events Interaction (v0) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_game_rule_api_v1: Quilted Fabric Game Rule API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_item_api_v1: Quilted Fabric Item API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_item_groups_v0: Quilted Fabric Item Groups (v0) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_key_binding_api_v1: Quilted Fabric Key Binding API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_lifecycle_events_v1: Quilted Fabric Lifecycle Events (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_loot_api_v2: Quilted Fabric Loot API (v2) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_message_api_v1: Quilted Fabric Message API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_mining_level_api_v1: Quilted Fabric Mining Level API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_models_v0: Quilted Fabric Models (v0) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_networking_api_v1: Quilted Fabric Networking API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_object_builder_api_v1: Quilted Fabric Object Builder API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_particles_v1: Quilted Fabric Particles (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_registry_sync_v0: Quilted Fabric Registry Sync (v0) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_renderer_api_v1: Quilted Fabric Renderer API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_renderer_indigo: Quilted Fabric Renderer - Indigo 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_rendering_data_attachment_v1: Quilted Fabric Rendering Data Attachment (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_rendering_fluids_v1: Quilted Fabric Rendering Fluids (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_rendering_v1: Quilted Fabric Rendering (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_resource_conditions_api_v1: Quilted Fabric Resource Conditions API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_resource_loader_v0: Quilted Fabric Resource Loader (v0) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_screen_api_v1: Quilted Fabric Screen API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_screen_handler_api_v1: Quilted Fabric Screen Handler API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_textures_v0: Quilted Fabric Textures (v0) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_transfer_api_v1: Quilted Fabric Transfer API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_transitive_access_wideners_v1: Quilted Fabric Transitive Access Wideners (v1) 2.0.0-alpha.3+0.55.3-1.19 rainbow-shenanigans: Rainbow Shenanigans 1.0.1 reeses-sodium-options: Reese's Sodium Options 1.4.3+mc1.19-build.43 roughlyenoughitems: Roughly Enough Items 9.0.491 satin: Satin 1.8.0 screenshotclipboard: Screenshot to Clipboard 1.0.9 shulkerboxtooltip: Shulker Box Tooltip 3.0.9+1.19 sign_editor: Better Signs & Frames 0.8.4 silence: Silence 1.19-fabric0.53.3-1.0.1 sit: Sit 1.19-20 skinlayers: 3d Skin Layers 1.4.7-mc1.19 smoothboot: Smooth Boot 1.19-1.7.1 sodium: Sodium 0.4.2+build.16 sodium-extra: Sodium Extra 0.4.5+mc1.19-build.43 sound_physics_remastered: Sound Physics Remastered 1.19-1.0.6 soundcategories: Sound Categories 1.2.4+1.19 spruceui: SpruceUI 4.0.0+1.19 sspb: Sodium Shadowy Path Blocks 3.0.0 status-effect-bars: Status Effect Bars 1.0.1 stendhal: Stendhal 1.3.3-1.19 tooltipfix: ToolTip Fix 1.0.5-1.19 villager-hats: Villager Hats 1.4.1 visuality: Visuality 0.5.0 visualoverhaul: VisualOverhaul 4.1.1 voicechat: Simple Voice Chat 1.19-2.2.46 waveycapes: WaveyCapes 1.2.0 wi_zoom: WI Zoom 1.3-MC1.19 windchimes: Windchimes 1.2.1 Server Running: true Player Count: 1 / 8; [class_3222['EGOIST23'/125, l='ServerLevel[test 1.17]', x=117.42, y=19.00, z=-89.69]] Data Packs: vanilla, loadmyresources.hiddenpack (incompatible) World Generation: Stable Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'quilt'; Server brand changed to 'quilt' Launched Version: quilt-loader-0.17.1-beta.2-1.19 Client Crashes Since Restart: 0 Integrated Server Crashes Since Restart: 1 Suspected Mods: Minecraft (minecraft)

EGOIST1372 commented 2 years ago

and now I can't even load my world. it says server closed connection lost :|

AHilyard commented 2 years ago

I suspect maptooltips is the cause, I will look into it for you tonight.

EGOIST1372 commented 2 years ago

Thank you so much <3 ;-;

On Mon, Jun 20, 2022, 05:53 Grend @.***> wrote:

I suspect maptooltips is the cause, I will look into it for you tonight.

— Reply to this email directly, view it on GitHub https://github.com/AHilyard/Iceberg/issues/10#issuecomment-1159866211, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUULT64NSXZ5UT5RUBDFG3LVP7BZPANCNFSM5ZHEVK3A . You are receiving this because you authored the thread.Message ID: @.***>

AHilyard commented 2 years ago

I have verified that it is indeed MapTooltip causing the issue, and I've submitted a PR that fixes it here: https://github.com/VendoAU/MapTooltip/pull/5

Hopefully the author merges in the fix soon so this will be resolved. As for your world not loading, have you already added back all the mods you removed and tried again? I hope it gets sorted out for you.

EGOIST1372 commented 2 years ago

Thank you so much <3 But idk if that is the problem cause, I removed any mod that I thought might be culprit and then opened up an old back up of my world then tried to open a blank map to make a filled map and again that crash happened and world corrupted.

here is the crash log:

---- Minecraft Crash Report ---- // Don't do that.

Time: 6/20/22, 1:13 PM Description: Ticking player

java.lang.NoSuchMethodError: 'double net.minecraft.class_2874.method_31110()' at net.minecraft.item.map.MapState.getCoordinateScale(MapState:691) at net.minecraft.item.map.MapState.localvar$ddp000$adjustX(MapState:628) at net.minecraft.item.map.MapState.addIcon(MapState) at net.minecraft.item.map.MapState.update(MapState:293) at net.minecraft.item.FilledMapItem.inventoryTick(FilledMapItem:335) at net.minecraft.item.ItemStack.inventoryTick(ItemStack:542) at net.minecraft.entity.player.PlayerInventory.updateItems(PlayerInventory:255) at net.minecraft.entity.player.PlayerEntity.tickMovement(PlayerEntity:566) at net.minecraft.entity.LivingEntity.tick(LivingEntity:2384) at net.minecraft.entity.player.PlayerEntity.tick(PlayerEntity:283) at net.minecraft.server.network.ServerPlayerEntity.playerTick(ServerPlayerEntity:485) at net.minecraft.server.network.ServerPlayNetworkHandler.tick(ServerPlayNetworkHandler:241) at net.minecraft.network.ClientConnection.tick(ClientConnection:246) at net.minecraft.server.ServerNetworkIo.tick(ServerNetworkIo:182) at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer:886) at net.minecraft.server.MinecraftServer.tick(MinecraftServer:819) at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer:98) at net.minecraft.server.MinecraftServer.runServer(MinecraftServer:665) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer:258) at java.lang.Thread.run(Thread.java:833)

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

-- Head -- Thread: Render thread Stacktrace: at net.minecraft.class_22.getCoordinateScale(class_22.java:691) at net.minecraft.class_22.localvar$ddp000$adjustX(class_22.java:628) at net.minecraft.class_22.method_107(class_22.java) at net.minecraft.class_22.method_102(class_22.java:293) at net.minecraft.class_1806.method_7888(class_1806.java:335) at net.minecraft.class_1799.method_7917(class_1799.java:542) at net.minecraft.class_1661.method_7381(class_1661.java:255) at net.minecraft.class_1657.method_6007(class_1657.java:566) at net.minecraft.class_1309.method_5773(class_1309.java:2384) at net.minecraft.class_1657.method_5773(class_1657.java:283)

-- Player being ticked -- Details: Entity Type: minecraft:player (net.minecraft.class_3222) Entity ID: 389 Entity Name: EGOIST23 Entity's Exact location: 83.58, 23.00, -89.20 Entity's Block location: World: (83,23,-90), Section: (at 3,7,6 in 5,1,-6; chunk contains blocks 80,-64,-96 to 95,319,-81), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1) Entity's Momentum: 0.00, -0.08, 0.00 Entity's Passengers: [] Entity's Vehicle: null Entity NBT: {AbsorptionAmount:0.0f,Air:300s,Attributes:[{Base:0.0d,Name:"minecraft:generic.knockback_resistance"},{Base:4.0d,Name:"minecraft:generic.attack_speed"},{Base:0.10000000149011612d,Name:"minecraft:generic.movement_speed"},{Base:0.0d,Name:"minecraft:generic.armor_toughness"},{Base:0.0d,Name:"minecraft:generic.armor"},{Base:1.0d,Name:"minecraft:generic.attack_damage"}],Brain:{memories:{}},DataVersion:3105,DeathTime:0s,Dimension:"minecraft:overworld",EnderItems:[],FallDistance:0.0f,FallFlying:0b,Fire:-20s,Health:18.798153f,HurtByTimestamp:15584,HurtTime:0s,Inventory:[{Count:1b,Slot:0b,id:"minecraft:filled_map",tag:{map:3}},{Count:1b,Slot:4b,id:"minecraft:netherite_pickaxe",tag:{Damage:7,Enchantments:[{id:"minecraft:silk_touch",lvl:1s}],RepairCost:1}},{Count:1b,Slot:5b,id:"minecraft:map"},{Count:1b,Slot:6b,id:"minecraft:shears",tag:{Damage:16}},{Count:1b,Slot:7b,id:"minecraft:netherite_sword",tag:{Damage:29,Enchantments:[{id:"minecraft:sharpness",lvl:5s}],RepairCost:1}},{Count:1b,Slot:8b,id:"minecraft:flint_and_steel",tag:{Damage:14}},{Count:1b,Slot:9b,id:"minecraft:sea_lantern"},{Count:1b,Slot:10b,id:"minecraft:anvil"},{Count:1b,Slot:11b,id:"minecraft:music_disc_pigstep"},{Count:1b,Slot:12b,id:"minecraft:sheep_spawn_egg"},{Count:63b,Slot:13b,id:"minecraft:glass_pane"},{Count:1b,Slot:14b,id:"minecraft:chicken_spawn_egg"},{Count:5b,Slot:15b,id:"minecraft:torch"},{Count:29b,Slot:16b,id:"minecraft:cooked_porkchop"},{Count:4b,Slot:17b,id:"minecraft:stick"},{Count:62b,Slot:18b,id:"minecraft:slime_block"},{Count:64b,Slot:19b,id:"minecraft:wolf_spawn_egg"},{Count:8b,Slot:20b,id:"minecraft:paper"},{Count:2b,Slot:22b,id:"minecraft:glow_ink_sac"},{Count:1b,Slot:23b,id:"minecraft:filled_map",tag:{map:1}},{Count:1b,Slot:24b,id:"minecraft:music_disc_otherside"},{Count:64b,Slot:25b,id:"minecraft:coal_block"},{Count:39b,Slot:26b,id:"minecraft:cooked_chicken"},{Count:1b,Slot:27b,id:"minecraft:turtle_helmet",tag:{Damage:32}},{Count:1b,Slot:28b,id:"minecraft:painting"},{Count:1b,Slot:29b,id:"minecraft:glow_item_frame"},{Count:1b,Slot:30b,id:"minecraft:bat_spawn_egg"},{Count:62b,Slot:31b,id:"minecraft:name_tag"},{Count:1b,Slot:32b,id:"minecraft:water_bucket"},{Count:1b,Slot:33b,id:"minecraft:flower_pot"},{Count:2b,Slot:34b,id:"minecraft:item_frame"},{Count:1b,Slot:35b,id:"minecraft:lantern"},{Count:1b,Slot:100b,id:"minecraft:netherite_boots",tag:{Damage:40}},{Count:1b,Slot:101b,id:"minecraft:diamond_leggings",tag:{Damage:40,Enchantments:[{id:"minecraft:protection",lvl:4s}],RepairCost:1}},{Count:1b,Slot:102b,id:"minecraft:leather_chestplate",tag:{Damage:6}},{Count:1b,Slot:103b,id:"minecraft:chainmail_helmet",tag:{Damage:6,RepairCost:0,display:{Name:'{"text":"Allium Crown"}'}}}],Invulnerable:0b,Motion:[0.0d,-0.0784000015258789d,0.0d],OnGround:1b,PortalCooldown:0,Pos:[83.583362522692d,23.0d,-89.20490305463049d],Rotation:[68.03f,13.349794f],Score:769,SelectedItemSlot:5,SleepTimer:0s,SpawnAngle:-171.57959f,SpawnDimension:"minecraft:overworld",SpawnForced:0b,SpawnX:83,SpawnY:23,SpawnZ:-94,UUID:[I;-2137839841,-1255387845,-1392100484,1468956888],XpLevel:23,XpP:0.23376608f,XpSeed:161837829,XpTotal:769,abilities:{flySpeed:0.05f,flying:0b,instabuild:1b,invulnerable:1b,mayBuild:1b,mayfly:1b,walkSpeed:0.1f},cardinal_components:{"onsoulfire:on_soul_fire":{OnSoulFire:0b}},foodExhaustionLevel:1.4756193f,foodLevel:12,foodSaturationLevel:0.0f,foodTickTimer:0,playerGameType:1,previousPlayerGameType:0,recipeBook:{isBlastingFurnaceFilteringCraftable:0b,isBlastingFurnaceGuiOpen:0b,isFilteringCraftable:0b,isFurnaceFilteringCraftable:0b,isFurnaceGuiOpen:0b,isGuiOpen:0b,isSmokerFilteringCraftable:0b,isSmokerGuiOpen:0b,recipes:["mcwpaths:andesite_honeycomb_paving","mcwwindows:birch_log_parapet","mcwbridges:sandstone_bridge","minecraft:yellow_dye_from_dandelion","mcwroofs:light_blue_terracotta_lower_roof","mcwfences:granite_railing_gate","mcwroofs:dark_oak_planks_roof","mcwroofs:magenta_concrete_top_roof","minecraft:charcoal","mcwroofs:black_concrete_attic_roof","mcwroofs:lime_terracotta_steep_roof","mcwroofs:jungle_planks_attic_roof","minecraft:emerald_from_smelting_deepslate_emerald_ore","mcwpaths:spruce_planks_path","mcwfences:railing_deepslate_brick_wall","mcwwindows:lime_mosaic_glass","minecraft:red_wool","more_flower_pots:yellow_flower_pot","minecraft:stonecutter","minecraft:soul_torch","mcwbridges:spruce_rope_bridge_stair","mcwroofs:blue_terracotta_attic_roof","mcwbridges:dark_oak_rope_bridge_stair","minecraft:bone_block","mcwroofs:lime_terracotta_lower_roof","mcwroofs:granite_attic_roof","mcwlights:magenta_ceiling_light","minecraft:iron_nugget","mcwroofs:sandstone_upper_lower_roof","mcwroofs:bricks_roof","more_flower_pots:purple_flower_pot","mcwroofs:red_terracotta_lower_roof","mcwbridges:jungle_log_bridge_stair","mcwfences:birch_pyramid_gate","mcwroofs:yellow_concrete_roof","mcwwindows:crimson_blinds","mcwpaths:jungle_planks_path","minecraft:gold_nugget_from_blasting","minecraft:warped_fence_gate","minecraft:cooked_rabbit","mcwwindows:diorite_window2","mcwroofs:red_terracotta_steep_roof","mcwroofs:gutter_middle_light_gray","mcwroofs:sandstone_cube_roof","minecraft:cooked_salmon_from_campfire_cooking","mcwfences:dark_oak_stockade_fence","mcwbridges:spruce_log_bridge_stair","mcwroofs:blackstone_attic_roof","mcwbridges:birch_log_bridge_middle","mcwpaths:mud_brick_dumble_paving","minecraft:weathered_cut_copper_from_weathered_copper_stonecutting","mcwroofs:black_lower_roof","minecraft:red_bed_from_white_bed","minecraft:cobblestone_wall","mcwwindows:oak_plank_window","mcwroofs:gutter_base_blue","mcwroofs:granite_roof","mcwbridges:dark_oak_log_bridge_middle","mcwroofs:acacia_upper_steep_roof","minecraft:magenta_wool","mcwwindows:oak_log_parapet","mcwwindows:crimson_plank_parapet","minecraft:warped_pressure_plate","minecraft:raw_copper","minecraft:coal_block","minecraft:cyan_bed_from_white_bed","mcwroofs:yellow_terracotta_roof","mcwwindows:mangrove_plank_window","mcwwindows:nether_brick_arrow_slit","mcwroofs:mangrove_planks_top_roof","minecraft:black_wool","mcwfences:acacia_wired_fence","minecraft:slime_ball","minecraft:spruce_fence_gate","mcwroofs:yellow_terracotta_lower_roof","mcwroofs:cyan_terracotta_upper_lower_roof","mcwroofs:orange_terracotta_attic_roof","minecraft:leather_chestplate","mcwwindows:black_mosaic_glass","minecraft:iron_block","mcwroofs:acacia_upper_lower_roof","mcwroofs:black_terracotta_lower_roof","minecraft:spruce_sign","mcwlights:garden_light","minecraft:white_stained_glass_pane_from_glass_pane","mcwbridges:mud_brick_bridge_pier","mcwroofs:gray_concrete_top_roof","mcwroofs:gray_top_roof","mcwroofs:light_blue_terracotta_steep_roof","mcwlights:crimson_tiki_torch","mcwroofs:gutter_base","mcwroofs:oak_planks_cube_roof","minecraft:cooked_porkchop","mcwroofs:white_attic_roof","mcwroofs:gutter_middle_purple","minecraft:cut_copper_slab_from_copper_block_stonecutting","mcwroofs:gutter_middle_lime","mcwroofs:yellow_terracotta_cube_roof","minecraft:cooked_salmon_from_smoking","mcwpaths:mossy_cobblestone_diamond_paving","mcwwindows:prismarine_brick_gothic","mcwlights:gray_lamp","mcwroofs:mangrove_roof","mcwroofs:magenta_terracotta_roof","mcwbridges:deepslate_tile_bridge","minecraft:glow_item_frame","minecraft:leather_helmet","mcwbridges:warped_log_bridge_stair","minecraft:oak_wood","mcwroofs:black_terracotta_steep_roof","mcwbridges:bamboo_bridge_pier","minecraft:emerald_block","mcwlights:soul_mangrove_tiki_torch","mcwpaths:mossy_cobblestone_clover_paving","mcwroofs:diorite_cube_roof","mcwroofs:purple_concrete_attic_roof","mcwroofs:gray_terracotta_roof","minecraft:light_gray_dye_from_oxeye_daisy","mcwroofs:orange_striped_awning","minecraft:polished_granite_from_granite_stonecutting","mcwpaths:sandstone_dumble_paving","mcwroofs:andesite_lower_roof","mcwroofs:purple_concrete_upper_lower_roof","mcwroofs:acacia_planks_top_roof","mcwwindows:stripped_acacia_log_window2","mcwroofs:deepslate_attic_roof","mcwroofs:red_terracotta_roof","mcwroofs:cobblestone_cube_roof","minecraft:purple_wool","mcwroofs:orange_terracotta_upper_steep_roof","mcwroofs:lime_terracotta_top_roof","mcwroofs:gutter_base_light_gray","mcwroofs:crimson_planks_lower_roof","minecraft:oxidized_cut_copper_stairs_from_oxidized_copper_stonecutting","mcwwindows:stripped_birch_log_window2","mcwwindows:oak_plank_parapet","mcwroofs:acacia_planks_upper_steep_roof","minecraft:iron_sword","minecraft:green_stained_glass","minecraft:magenta_dye_from_blue_red_white_dye","minecraft:spruce_fence","mcwpaths:sandstone_clover_paving","mcwroofs:orange_terracotta_upper_lower_roof","mcwroofs:purple_concrete_upper_steep_roof","mcwroofs:acacia_planks_upper_lower_roof","mcwroofs:green_striped_awning","mcwwindows:yellow_mosaic_glass","mcwroofs:black_steep_roof","minecraft:green_dye","mcwfences:acacia_stockade_fence","mcwroofs:deepslate_cube_roof","mcwpaths:crimson_planks_path","minecraft:orange_stained_glass","mcwwindows:stripped_mangrove_log_window","mcwwindows:jungle_window","mcwpaths:andesite_dumble_paving","mcwroofs:green_concrete_cube_roof","minecraft:cobblestone_stairs","minecraft:copper_ingot_from_blasting_deepslate_copper_ore","mcwfences:warped_horse_fence","minecraft:redstone_from_smelting_redstone_ore","mcwroofs:blue_concrete_cube_roof","mcwroofs:black_roof","mcwwindows:stripped_crimson_stem_window","mcwwindows:dark_oak_blinds","mcwpaths:cobblestone_dumble_paving","mcwroofs:base_upper_lower_roof","mcwroofs:crimson_top_roof","mcwroofs:crimson_planks_upper_steep_roof","mcwroofs:gutter_base_lime","mcwroofs:green_terracotta_top_roof","mcwfences:jungle_highley_gate","minecraft:waxed_weathered_copper_from_honeycomb","minecraft:yellow_bed_from_white_bed","mcwwindows:stripped_oak_log_window","mcwroofs:crimson_planks_steep_roof","more_flower_pots:light_gray_glazed_flower_pot","mcwroofs:base_top_roof","mcwroofs:light_blue_terracotta_top_roof","mcwroofs:crimson_planks_upper_lower_roof","mcwroofs:birch_roof","mcwroofs:gutter_middle_red","mcwfences:acacia_highley_gate","minecraft:pink_dye_from_red_white_dye","minecraft:coal_from_blasting_coal_ore","mcwroofs:andesite_steep_roof","more_flower_pots:orange_glazed_flower_pot","mcwroofs:black_top_roof","mcwroofs:pink_concrete_roof","mcwfences:modern_nether_brick_wall","mcwfences:warped_highley_gate","mcwfences:crimson_stockade_fence","minecraft:polished_basalt","minecraft:prismarine_stairs","mcwbridges:crimson_rail_bridge","minecraft:cyan_concrete_powder","mcwfences:sandstone_railing_gate","mcwbridges:iron_bridge_pier","mcwfences:dark_oak_pyramid_gate","mcwwindows:warped_stem_parapet","mcwroofs:gutter_middle_orange","mcwroofs:base_roof","mcwwindows:mangrove_blinds","mcwroofs:sandstone_roof","minecraft:sticky_piston","mcwwindows:dark_oak_plank_window","mcwwindows:granite_window2","mcwroofs:gray_concrete_cube_roof","mcwroofs:light_blue_concrete_roof","minecraft:white_dye","mcwroofs:spruce_roof","mcwfences:railing_red_sandstone_wall","mcwpaths:cobbled_deepslate_diamond_paving","mcwroofs:base_upper_steep_roof","mcwroofs:jungle_attic_roof","mcwroofs:cyan_concrete_upper_lower_roof","mcwroofs:pink_concrete_cube_roof","minecraft:polished_andesite_slab","mcwroofs:mangrove_planks_upper_lower_roof","mcwlights:magenta_lamp","mcwroofs:crimson_steep_roof","minecraft:wooden_pickaxe","minecraft:exposed_cut_copper_slab_from_exposed_copper_stonecutting","mcwroofs:cyan_concrete_upper_steep_roof","mcwwindows:orange_mosaic_glass","minecraft:green_concrete_powder","mcwbridges:jungle_rail_bridge","mcwroofs:gutter_base_white","minecraft:oak_stairs","mcwwindows:warped_planks_window2","mcwbridges:crimson_log_bridge_stair","mcwroofs:white_terracotta_upper_lower_roof","minecraft:stone_button","mcwroofs:magenta_concrete_upper_lower_roof","mcwroofs:cyan_concrete_lower_roof","minecraft:brown_stained_glass","mcwroofs:white_terracotta_upper_steep_roof","mcwroofs:light_gray_terracotta_steep_roof","mcwpaths:mud_brick_basket_weave_paving","mcwroofs:yellow_concrete_top_roof","mcwroofs:cyan_concrete_steep_roof","mcwroofs:magenta_concrete_upper_steep_roof","minecraft:tinted_glass","mcwroofs:purple_terracotta_lower_roof","mcwbridges:stone_brick_bridge_stair","mcwwindows:jungle_log_parapet","minecraft:sandstone","mcwwindows:birch_plank_window","minecraft:yellow_concrete_powder","mcwroofs:light_gray_terracotta_lower_roof","mcwroofs:spruce_planks_upper_lower_roof","minecraft:diamond_from_blasting_diamond_ore","mcwpaths:mud_brick_clover_paving","mcwbridges:rope_warped_bridge","mcwroofs:diorite_roof","minecraft:repeater","mcwroofs:spruce_planks_upper_steep_roof","minecraft:red_concrete_powder","mcwlights:black_lamp","mcwwindows:purple_mosaic_glass","mcwroofs:mangrove_planks_upper_steep_roof","mcwroofs:pink_concrete_attic_roof","minecraft:cut_copper_stairs_from_copper_block_stonecutting","mcwfences:andesite_railing_gate","mcwroofs:red_concrete_steep_roof","mcwroofs:crimson_cube_roof","mcwbridges:mossy_stone_bridge_stair","minecraft:glass","mcwbridges:mud_brick_bridge","minecraft:stone_stairs","minecraft:fishing_rod","mcwroofs:mud_brick_attic_roof","minecraft:iron_leggings","mcwroofs:cobblestone_upper_steep_roof","mcwwindows:acacia_blinds","minecraft:quartz","mcwroofs:oak_attic_roof","mcwroofs:brown_concrete_attic_roof","mcwwindows:dark_oak_window2","minecraft:polished_basalt_from_basalt_stonecutting","mcwlights:yellow_lamp","mcwwindows:mangrove_log_parapet","mcwroofs:roofing_hammer","minecraft:gray_concrete_powder","mcwroofs:white_concrete_cube_roof","mcwfences:oak_pyramid_gate","mcwroofs:white_terracotta_cube_roof","minecraft:light_blue_concrete_powder","minecraft:granite_wall_from_granite_stonecutting","mcwroofs:gutter_middle_magenta","mcwroofs:cobblestone_upper_lower_roof","mcwfences:deepslate_railing_gate","minecraft:redstone_from_blasting_redstone_ore","minecraft:gray_bed_from_white_bed","mcwroofs:base_cube_roof","mcwwindows:spruce_blinds","minecraft:granite_stairs","mcwbridges:red_sandstone_bridge_stair","mcwbridges:spruce_bridge_pier","mcwroofs:light_gray_striped_awning","mcwroofs:cyan_terracotta_roof","minecraft:mushroom_stew","mcwroofs:cyan_terracotta_top_roof","mcwwindows:light_blue_mosaic_glass","mcwroofs:brown_terracotta_roof","minecraft:red_dye_from_tulip","mcwlights:soul_oak_tiki_torch","mcwlights:birch_tiki_torch","minecraft:lime_candle","mcwroofs:crimson_planks_cube_roof","minecraft:red_dye_from_beetroot","mcwroofs:warped_attic_roof","mcwlights:double_street_lamp","mcwroofs:light_blue_concrete_cube_roof","mcwroofs:crimson_lower_roof","minecraft:tnt","minecraft:mossy_stone_bricks_from_vine","mcwpaths:granite_square_paving","minecraft:light_gray_bed","minecraft:flint_and_steel","mcwpaths:brick_square_paving","minecraft:red_candle","minecraft:orange_dye_from_orange_tulip","mcwroofs:yellow_terracotta_steep_roof","minecraft:pink_bed_from_white_bed","mcwbridges:birch_rope_bridge_stair","mcwroofs:diorite_top_roof","minecraft:brown_carpet","mcwroofs:stone_lower_roof","mcwbridges:mangrove_rail_bridge","minecraft:black_dye","minecraft:prismarine_bricks","mcwpaths:mossy_cobblestone_dumble_paving","mcwroofs:crimson_planks_top_roof","minecraft:iron_chestplate","minecraft:stone_bricks","mcwroofs:green_concrete_top_roof","mcwpaths:red_sandstone_diamond_paving","mcwlights:red_ceiling_light","mcwbridges:oak_rail_bridge","mcwroofs:green_terracotta_attic_roof","mcwbridges:rope_oak_bridge","mcwroofs:stone_steep_roof","mcwwindows:spruce_plank_parapet","mcwbridges:warped_log_bridge_middle","mcwroofs:red_concrete_cube_roof","mcwpaths:mangrove_planks_path","minecraft:light_gray_stained_glass","mcwroofs:purple_terracotta_steep_roof","minecraft:white_wool_from_string","mcwroofs:cyan_concrete_roof","mcwroofs:dark_oak_planks_attic_roof","minecraft:cobblestone_wall_from_cobblestone_stonecutting","more_flower_pots:black_glazed_flower_pot","mcwroofs:gray_cube_roof","mcwbridges:sandstone_bridge_pier","mcwpaths:oak_planks_path","mcwroofs:cyan_terracotta_steep_roof","mcwroofs:brown_striped_awning","minecraft:brown_concrete_powder","mcwroofs:magenta_terracotta_steep_roof","mcwpaths:brick_diamond_paving","minecraft:cooked_chicken_from_smoking","mcwroofs:warped_top_roof","minecraft:cyan_stained_glass","minecraft:oak_pressure_plate","minecraft:stone_sword","minecraft:yellow_dye_from_sunflower","mcwroofs:red_concrete_roof","mcwroofs:magenta_terracotta_lower_roof","mcwroofs:gray_roof","mcwroofs:white_terracotta_attic_roof","minecraft:waxed_weathered_cut_copper_slab_from_waxed_weathered_copper_stonecutting","more_flower_pots:gray_flower_pot","minecraft:coal_from_smelting_coal_ore","mcwroofs:gutter_base_brown","mcwroofs:cyan_terracotta_lower_roof","mcwroofs:warped_planks_upper_steep_roof","mcwpaths:mud_brick_honeycomb_paving","minecraft:oak_slab","minecraft:orange_bed_from_white_bed","mcwroofs:oak_roof","minecraft:dripstone_block","mcwroofs:diorite_steep_roof","minecraft:smooth_stone_slab_from_smooth_stone_stonecutting","more_flower_pots:lime_flower_pot","minecraft:warped_door","minecraft:iron_hoe","minecraft:iron_ingot_from_iron_block","mcwroofs:light_blue_concrete_lower_roof","minecraft:snow","more_flower_pots:white_flower_pot","mcwroofs:purple_striped_awning","mcwroofs:birch_planks_upper_lower_roof","mcwroofs:stone_attic_roof","minecraft:clock","mcwbridges:rope_dark_oak_bridge","mcwroofs:red_concrete_top_roof","mcwroofs:warped_planks_upper_lower_roof","mcwroofs:light_blue_concrete_steep_roof","mcwroofs:birch_planks_attic_roof","mcwroofs:diorite_lower_roof","mcwroofs:birch_planks_upper_steep_roof","mcwroofs:warped_planks_roof","mcwroofs:light_blue_terracotta_roof","minecraft:orange_stained_glass_pane_from_glass_pane","mcwbridges:rope_jungle_bridge","mcwlights:soul_birch_tiki_torch","mcwroofs:oak_cube_roof","minecraft:yellow_wool","mcwwindows:acacia_log_parapet","mcwfences:oak_wired_fence","mcwroofs:dark_oak_upper_lower_roof","mcwroofs:cyan_terracotta_cube_roof","mcwroofs:blue_concrete_steep_roof","mcwroofs:light_gray_concrete_lower_roof","mcwfences:blackstone_brick_railing_gate","mcwroofs:andesite_top_roof","mcwroofs:dark_oak_planks_upper_lower_roof","mcwbridges:birch_rail_bridge","minecraft:granite_slab_from_granite_stonecutting","minecraft:glass_pane","more_flower_pots:white_glazed_flower_pot","mcwwindows:birch_window2","minecraft:granite_stairs_from_granite_stonecutting","minecraft:emerald_from_smelting_emerald_ore","minecraft:warped_slab","mcwroofs:spruce_planks_cube_roof","mcwroofs:gutter_middle_yellow","minecraft:prismarine","mcwroofs:orange_concrete_roof","mcwroofs:black_terracotta_roof","mcwroofs:black_cube_roof","mcwroofs:lime_concrete_upper_steep_roof","minecraft:purple_stained_glass","minecraft:iron_ingot_from_nuggets","mcwroofs:light_blue_striped_awning","mcwroofs:warped_lower_roof","mcwroofs:lime_terracotta_upper_steep_roof","mcwlights:purple_lamp","mcwroofs:warped_upper_steep_roof","mcwbridges:deepslate_brick_bridge","mcwroofs:magenta_concrete_roof","minecraft:smooth_stone_slab","minecraft:magenta_dye_from_allium","mcwfences:diorite_railing_gate","minecraft:ladder","mcwroofs:purple_terracotta_roof","mcwbridges:rope_birch_bridge","mcwpaths:andesite_basket_weave_paving","mcwroofs:gutter_base_black","mcwroofs:gray_terracotta_upper_steep_roof","mcwroofs:green_concrete_roof","mcwwindows:white_mosaic_glass","mcwroofs:warped_cube_roof","minecraft:redstone_torch","mcwroofs:jungle_upper_steep_roof","mcwroofs:acacia_planks_steep_roof","mcwfences:railing_andesite_wall","mcwwindows:cyan_mosaic_glass","minecraft:mossy_cobblestone_from_vine","mcwroofs:pink_concrete_steep_roof","minecraft:target","mcwbridges:mud_brick_bridge_stair","mcwroofs:red_sandstone_steep_roof","mcwroofs:yellow_concrete_cube_roof","minecraft:white_concrete_powder","minecraft:gray_wool","mcwroofs:light_gray_concrete_cube_roof","mcwroofs:green_terracotta_roof","mcwwindows:acacia_window","mcwroofs:green_concrete_upper_lower_roof","mcwroofs:spruce_planks_top_roof","mcwpaths:cobblestone_basket_weave_paving","minecraft:waxed_weathered_cut_copper","minecraft:gray_bed","mcwwindows:spruce_window2","mcwroofs:brown_terracotta_upper_lower_roof","mcwroofs:jungle_planks_cube_roof","minecraft:granite_slab","mcwroofs:gutter_base_gray","minecraft:leather_boots","minecraft:diamond_from_blasting_deepslate_diamond_ore","mcwpaths:cobblestone_diamond_paving","mcwroofs:mangrove_planks_lower_roof","mcwpaths:brick_honeycomb_paving","mcwroofs:orange_terracotta_top_roof","mcwbridges:oak_bridge_pier","minecraft:lime_concrete_powder","mcwbridges:oak_log_bridge_middle","mcwbridges:mossy_stone_brick_bridge","minecraft:leather_leggings","minecraft:blue_dye_from_cornflower","mcwwindows:gray_mosaic_glass","mcwroofs:orange_concrete_lower_roof","mcwbridges:birch_bridge_pier","mcwfences:bamboo_fence","mcwroofs:black_upper_steep_roof","minecraft:brown_banner","mcwfences:jungle_stockade_fence","mcwroofs:blue_terracotta_roof","minecraft:barrel","mcwlights:orange_lamp","minecraft:redstone_from_blasting_deepslate_redstone_ore","mcwfences:end_brick_railing_gate","minecraft:netherite_scrap_from_blasting","mcwlights:gray_ceiling_light","mcwroofs:mangrove_lower_roof","mcwbridges:blackstone_bridge_stair","mcwroofs:spruce_top_roof","mcwroofs:gutter_middle_pink","mcwroofs:pink_terracotta_lower_roof","mcwfences:oak_highley_gate","mcwbridges:oak_log_bridge_stair","mcwwindows:jungle_plank_window","more_flower_pots:iron_flower_pot","minecraft:lime_stained_glass_pane_from_glass_pane","mcwroofs:magenta_concrete_cube_roof","more_flower_pots:red_glazed_flower_pot","mcwfences:railing_end_brick_wall","minecraft:baked_potato_from_smoking","mcwroofs:green_terracotta_upper_lower_roof","mcwfences:jungle_pyramid_gate","mcwpaths:cobbled_deepslate_honeycomb_paving","minecraft:brown_carpet_from_white_carpet","mcwlights:blue_lamp","mcwroofs:light_gray_terracotta_upper_lower_roof","mcwbridges:dark_oak_bridge_pier","minecraft:chiseled_stone_bricks_stone_from_stonecutting","mcwroofs:gutter_middle_black","minecraft:book","mcwroofs:white_concrete_upper_lower_roof","mcwroofs:birch_upper_lower_roof","mcwroofs:stone_upper_lower_roof","mcwbridges:iron_bridge_stair","minecraft:wooden_shovel","mcwfences:birch_highley_gate","mcwroofs:cyan_striped_awning","mcwroofs:blue_concrete_attic_roof","mcwfences:railing_diorite_wall","mcwwindows:oak_blinds","minecraft:smithing_table","mcwwindows:mangrove_plank_parapet","mcwfences:birch_wired_fence","mcwroofs:red_concrete_lower_roof","mcwbridges:dark_oak_rail_bridge","mcwroofs:red_sandstone_cube_roof","minecraft:polished_granite_stairs_from_granite_stonecutting","mcwwindows:crimson_stem_parapet","minecraft:spruce_pressure_plate","minecraft:cauldron","minecraft:pink_concrete_powder","mcwbridges:brick_bridge","mcwfences:warped_pyramid_gate","mcwfences:railing_stone_brick_wall","minecraft:waxed_copper_block_from_honeycomb","mcwroofs:jungle_planks_roof","mcwroofs:lime_terracotta_roof","mcwfences:jungle_picket_fence","mcwlights:pink_ceiling_light","minecraft:magenta_concrete_powder","minecraft:red_dye_from_poppy","minecraft:redstone_from_smelting_deepslate_redstone_ore","minecraft:warped_fungus_on_a_stick","mcwwindows:end_brick_gothic","mcwroofs:brown_terracotta_lower_roof","mcwwindows:birch_window","minecraft:hay_block","mcwlights:dark_oak_tiki_torch","mcwfences:acacia_picket_fence","mcwroofs:deepslate_upper_steep_roof","mcwroofs:white_upper_steep_roof","minecraft:iron_ingot_from_blasting_deepslate_iron_ore","minecraft:cobblestone_slab","minecraft:gray_banner","minecraft:warped_stairs","mcwroofs:jungle_planks_upper_lower_roof","minecraft:gold_ingot_from_smelting_gold_ore","mcwfences:mud_brick_railing_gate","mcwwindows:acacia_plank_window","minecraft:cooked_cod_from_smoking","mcwfences:modern_granite_wall","mcwroofs:warped_planks_lower_roof","minecraft:minecart","mcwroofs:mangrove_upper_steep_roof","mcwfences:railing_blackstone_wall","mcwlights:soul_crimson_tiki_torch","minecraft:stone_bricks_from_stone_stonecutting","mcwroofs:red_sandstone_attic_roof","mcwlights:soul_double_street_lamp","mcwbridges:jungle_rope_bridge_stair","mcwpaths:granite_basket_weave_paving","minecraft:chest","mcwbridges:jungle_log_bridge_middle","minecraft:gray_stained_glass","mcwroofs:blue_concrete_top_roof","mcwbridges:birch_log_bridge_stair","mcwroofs:oak_upper_lower_roof","mcwroofs:green_concrete_steep_roof","mcwfences:birch_horse_fence","mcwfences:mangrove_wired_fence","mcwfences:mangrove_highley_gate","more_flower_pots:lime_glazed_flower_pot","mcwfences:modern_sandstone_wall","mcwroofs:mud_brick_top_roof","mcwwindows:andesite_parapet","mcwroofs:diorite_upper_lower_roof","more_flower_pots:blue_flower_pot","mcwroofs:purple_concrete_steep_roof","minecraft:cut_copper","minecraft:soul_lantern","mcwwindows:jungle_blinds","minecraft:copper_ingot","mcwroofs:blue_concrete_roof","mcwlights:oak_tiki_torch","mcwroofs:light_gray_terracotta_cube_roof","mcwroofs:brown_terracotta_top_roof","minecraft:white_dye_from_lily_of_the_valley","minecraft:waxed_oxidized_cut_copper_slab_from_waxed_oxidized_copper_stonecutting","mcwroofs:light_blue_terracotta_cube_roof","minecraft:oxidized_cut_copper_slab_from_oxidized_copper_stonecutting","mcwfences:mangrove_stockade_fence","mcwwindows:stripped_acacia_log_window","mcwwindows:stripped_dark_oak_log_window2","mcwbridges:spruce_rail_bridge","mcwlights:red_lamp","mcwwindows:andesite_window","mcwroofs:jungle_top_roof","mcwroofs:gutter_base_red","mcwroofs:oak_planks_upper_steep_roof","mcwroofs:black_terracotta_cube_roof","mcwbridges:mangrove_bridge_pier","minecraft:blaze_powder","mcwpaths:granite_diamond_paving","minecraft:smooth_basalt","minecraft:chain","mcwroofs:orange_concrete_top_roof","mcwpaths:red_sandstone_honeycomb_paving","mcwroofs:dark_oak_attic_roof","minecraft:blue_concrete_powder","minecraft:blue_stained_glass","minecraft:iron_ingot_from_smelting_deepslate_iron_ore","mcwwindows:dark_oak_window","minecraft:oak_fence","minecraft:warped_trapdoor","mcwfences:red_sandstone_railing_gate","mcwfences:crimson_highley_gate","minecraft:iron_boots","mcwroofs:cobblestone_steep_roof","mcwfences:dark_oak_wired_fence","mcwroofs:crimson_planks_attic_roof","mcwpaths:deepslate_basket_weave_paving","mcwpaths:granite_honeycomb_paving","mcwroofs:black_terracotta_upper_lower_roof","mcwbridges:acacia_log_bridge_middle","mcwroofs:bricks_cube_roof","mcwpaths:cobblestone_clover_paving","mcwroofs:gray_attic_roof","minecraft:prismarine_stairs_from_prismarine_stonecutting","mcwroofs:red_sandstone_top_roof","minecraft:oak_sign","mcwroofs:black_concrete_top_roof","mcwwindows:acacia_plank_window2","mcwroofs:birch_lower_roof","mcwlights:light_blue_lamp","minecraft:magenta_bed_from_white_bed","minecraft:exposed_cut_copper_stairs_from_exposed_copper_stonecutting","mcwroofs:magenta_terracotta_upper_steep_roof","mcwroofs:gray_concrete_roof","mcwlights:blue_ceiling_light","mcwroofs:blackstone_lower_roof","mcwbridges:deepslate_brick_bridge_pier","minecraft:diamond_from_smelting_deepslate_diamond_ore","mcwroofs:yellow_concrete_lower_roof","mcwwindows:dark_oak_plank_parapet","mcwwindows:spruce_log_parapet","mcwroofs:gutter_base_magenta","minecraft:flower_banner_pattern","mcwroofs:gutter_base_pink","more_flower_pots:light_gray_flower_pot","mcwroofs:magenta_concrete_lower_roof","mcwroofs:purple_terracotta_upper_lower_roof","mcwroofs:purple_terracotta_top_roof","mcwroofs:lime_terracotta_attic_roof","mcwroofs:gray_striped_awning","mcwroofs:yellow_striped_awning","mcwroofs:stone_roof","minecraft:orange_dye_from_red_yellow","mcwwindows:spruce_plank_window","minecraft:spruce_stairs","minecraft:emerald_from_blasting_deepslate_emerald_ore","mcwroofs:gutter_middle_blue","minecraft:black_bed","mcwroofs:brown_terracotta_cube_roof","mcwroofs:red_terracotta_cube_roof","minecraft:iron_nugget_from_blasting","mcwroofs:purple_concrete_roof","mcwwindows:crimson_planks_window","mcwfences:railing_mud_brick_wall","more_flower_pots:orange_flower_pot","mcwroofs:pink_terracotta_top_roof","mcwroofs:spruce_lower_roof","minecraft:gold_ingot_from_blasting_gold_ore","minecraft:diamond_from_smelting_diamond_ore","minecraft:crossbow","minecraft:light_gray_dye_from_azure_bluet","mcwroofs:blackstone_upper_steep_roof","minecraft:light_gray_dye_from_white_tulip","mcwroofs:white_concrete_roof","mcwroofs:acacia_attic_roof","mcwroofs:dark_oak_planks_top_roof","mcwbridges:crimson_bridge_pier","mcwbridges:dark_oak_log_bridge_stair","mcwroofs:oak_planks_steep_roof","mcwlights:classic_street_lamp","mcwfences:dark_oak_horse_fence","minecraft:bowl","mcwlights:white_ceiling_light","mcwpaths:warped_planks_path","mcwroofs:light_blue_concrete_top_roof","mcwwindows:ender_brick_arrow_slit","minecraft:diamond","mcwroofs:gray_upper_lower_roof","mcwroofs:light_gray_roof","minecraft:green_bed_from_white_bed","minecraft:magenta_dye_from_blue_red_pink","mcwroofs:pink_terracotta_upper_steep_roof","mcwroofs:gutter_base_purple","minecraft:black_concrete_powder","minecraft:prismarine_slab_from_prismarine_stonecutting","minecraft:purple_concrete_powder","minecraft:lime_carpet","mcwroofs:black_concrete_upper_lower_roof","minecraft:sugar_from_sugar_cane","mcwbridges:deepslate_tile_bridge_stair","more_flower_pots:pink_glazed_flower_pot","mcwlights:purple_ceiling_light","mcwroofs:gray_concrete_upper_lower_roof","mcwroofs:jungle_cube_roof","mcwroofs:light_gray_upper_steep_roof","mcwroofs:pink_concrete_upper_lower_roof","mcwroofs:acacia_steep_roof","mcwroofs:sandstone_upper_steep_roof","mcwroofs:pink_terracotta_roof","mcwfences:spruce_picket_fence","mcwroofs:bricks_upper_lower_roof","minecraft:spectral_arrow","mcwwindows:dark_oak_plank_window2","mcwpaths:mossy_cobblestone_basket_weave_paving","mcwroofs:light_blue_concrete_upper_steep_roof","mcwbridges:oak_rope_bridge_stair","mcwroofs:lime_concrete_steep_roof","minecraft:white_stained_glass","minecraft:slime_block","minecraft:acacia_planks","minecraft:wooden_hoe","mcwbridges:crimson_log_bridge_middle","mcwbridges:acacia_rope_bridge_stair","mcwroofs:warped_planks_cube_roof","mcwroofs:granite_upper_lower_roof","mcwroofs:crimson_roof","minecraft:cooked_rabbit_from_campfire_cooking","more_flower_pots:magenta_flower_pot","mcwpaths:diorite_honeycomb_paving","mcwbridges:bamboo_bridge_stair","mcwpaths:red_sandstone_square_paving","mcwroofs:birch_planks_top_roof","mcwlights:light_gray_lamp","mcwroofs:mangrove_planks_cube_roof","mcwwindows:stripped_crimson_stem_window2","minecraft:light_gray_bed_from_white_bed","mcwwindows:oak_plank_window2","mcwroofs:acacia_planks_attic_roof","minecraft:waxed_oxidized_cut_copper_from_waxed_oxidized_copper_stonecutting","mcwroofs:cyan_concrete_top_roof","mcwroofs:blue_terracotta_steep_roof","mcwfences:spruce_pyramid_gate","mcwroofs:dark_oak_steep_roof","minecraft:blue_wool","mcwwindows:andesite_window2","mcwbridges:blackstone_bridge","mcwroofs:gutter_middle_brown","minecraft:note_block","mcwroofs:gutter_base_green","mcwfences:acacia_horse_fence","minecraft:waxed_weathered_cut_copper_stairs_from_waxed_weathered_copper_stonecutting","mcwpaths:mossy_cobblestone_square_paving","mcwroofs:oak_planks_attic_roof","mcwpaths:mud_brick_square_paving","mcwroofs:dark_oak_cube_roof","mcwroofs:warped_planks_top_roof","minecraft:waxed_weathered_cut_copper_from_waxed_weathered_copper_stonecutting","minecraft:piston","minecraft:brown_bed","mcwbridges:blackstone_bridge_pier","mcwroofs:birch_planks_lower_roof","mcwlights:white_lamp","mcwroofs:red_sandstone_upper_steep_roof","mcwlights:soul_dark_oak_tiki_torch","mcwroofs:magenta_striped_awning","mcwbridges:stone_bridge_pier","minecraft:light_gray_carpet","minecraft:white_banner","minecraft:weathered_cut_copper_slab_from_weathered_copper_stonecutting","minecraft:magenta_stained_glass_pane_from_glass_pane","mcwroofs:cobblestone_attic_roof","mcwwindows:diorite_window","mcwroofs:magenta_terracotta_attic_roof","minecraft:light_gray_banner","mcwroofs:lime_concrete_roof","mcwbridges:dry_bamboo_bridge_stair","mcwbridges:rope_spruce_bridge","minecraft:stone_pickaxe","mcwroofs:white_terracotta_steep_roof","minecraft:shulker_box","mcwroofs:gutter_middle_green","minecraft:wooden_axe","mcwpaths:cobbled_deepslate_clover_paving","mcwfences:warped_stockade_fence","mcwroofs:white_terracotta_lower_roof","mcwpaths:mud_brick_diamond_paving","mcwpaths:cobblestone_square_paving","mcwbridges:mangrove_log_bridge_stair","minecraft:quartz_from_blasting","minecraft:white_carpet","mcwroofs:gray_upper_steep_roof","minecraft:red_stained_glass","mcwlights:orange_ceiling_light","mcwroofs:birch_planks_steep_roof","mcwroofs:deepslate_steep_roof","mcwfences:mangrove_picket_fence","mcwpaths:cobbled_deepslate_basket_weave_paving","minecraft:light_gray_stained_glass_pane_from_glass_pane","mcwroofs:white_steep_roof","mcwlights:light_gray_ceiling_light","mcwroofs:base_lower_roof","mcwroofs:oak_steep_roof","mcwroofs:red_sandstone_upper_lower_roof","minecraft:jack_o_lantern","mcwfences:birch_stockade_fence","minecraft:tripwire_hook","minecraft:hopper","mcwroofs:base_steep_roof","mcwfences:spruce_horse_fence","mcwlights:jungle_tiki_torch","mcwroofs:yellow_terracotta_upper_steep_roof","mcwroofs:oak_lower_roof","mcwroofs:andesite_attic_roof","minecraft:stone_stairs_from_stone_stonecutting","mcwroofs:gray_terracotta_steep_roof","minecraft:raw_gold","minecraft:lantern","mcwroofs:sandstone_top_roof","minecraft:dried_kelp","minecraft:magenta_stained_glass","minecraft:iron_bars","minecraft:beetroot_soup","mcwpaths:brick_dumble_paving","minecraft:iron_trapdoor","minecraft:brown_candle","mcwwindows:acacia_plank_parapet","mcwroofs:magenta_terracotta_cube_roof","minecraft:cooked_cod","mcwwindows:warped_blinds","mcwroofs:brown_concrete_cube_roof","minecraft:iron_helmet","mcwwindows:stripped_dark_oak_log_window","mcwroofs:red_terracotta_upper_lower_roof","minecraft:waxed_oxidized_cut_copper","mcwroofs:granite_top_roof","minecraft:lime_bed_from_white_bed","mcwroofs:lime_concrete_attic_roof","mcwwindows:dark_oak_log_parapet","minecraft:cartography_table","mcwpaths:sandstone_square_paving","mcwbridges:acacia_rail_bridge","minecraft:gray_stained_glass_pane_from_glass_pane","mcwroofs:bricks_lower_roof","mcwroofs:black_terracotta_top_roof","mcwbridges:crimson_rope_bridge_stair","mcwroofs:green_concrete_attic_roof","minecraft:stone_slab","mcwroofs:lime_striped_awning","minecraft:lime_bed","mcwroofs:gray_terracotta_lower_roof","mcwroofs:light_gray_concrete_top_roof","mcwwindows:mangrove_plank_window2","minecraft:cooked_porkchop_from_smoking","minecraft:blast_furnace","minecraft:polished_andesite_stairs","mcwroofs:oak_top_roof","mcwroofs:spruce_planks_steep_roof","more_flower_pots:yellow_glazed_flower_pot","mcwroofs:blackstone_steep_roof","mcwroofs:cobblestone_top_roof","more_flower_pots:cyan_glazed_flower_pot","minecraft:light_blue_stained_glass_pane_from_glass_pane","minecraft:magenta_dye_from_lilac","mcwpaths:sandstone_honeycomb_paving","more_flower_pots:black_flower_pot","mcwwindows:mud_brick_gothic","minecraft:lime_carpet_from_white_carpet","minecraft:purple_bed_from_white_bed","minecraft:lime_wool","minecraft:light_gray_wool","mcwlights:acacia_tiki_torch","mcwwindows:stone_window","mcwwindows:stripped_warped_stem_window","mcwroofs:gray_steep_roof","mcwroofs:red_terracotta_upper_steep_roof","minecraft:blue_stained_glass_pane_from_glass_pane","mcwroofs:white_cube_roof","mcwroofs:crimson_upper_lower_roof","mcwfences:modern_deepslate_brick_wall","mcwpaths:deepslate_diamond_paving","minecraft:polished_andesite_slab_from_polished_andesite_stonecutting","mcwroofs:blackstone_roof","mcwroofs:black_terracotta_attic_roof","mcwroofs:birch_planks_roof","mcwroofs:crimson_upper_steep_roof","mcwroofs:black_concrete_steep_roof","minecraft:baked_potato","mcwroofs:warped_roof","mcwfences:oak_horse_fence","mcwfences:railing_nether_brick_wall","mcwroofs:light_gray_steep_roof","minecraft:cooked_salmon","mcwroofs:yellow_terracotta_upper_lower_roof","mcwroofs:light_gray_lower_roof","mcwwindows:brown_mosaic_glass","mcwfences:crimson_picket_fence","mcwroofs:jungle_steep_roof","mcwroofs:birch_attic_roof","minecraft:spyglass","mcwroofs:brown_concrete_roof","mcwroofs:white_lower_roof","minecraft:heavy_weighted_pressure_plate","mcwroofs:bricks_top_roof","minecraft:stone_shovel","mcwroofs:red_concrete_upper_steep_roof","minecraft:pink_stained_glass","mcwroofs:cobblestone_roof","mcwroofs:gutter_middle_cyan","mcwfences:oak_stockade_fence","mcwfences:crimson_wired_fence","mcwroofs:blackstone_cube_roof","mcwfences:modern_mud_brick_wall","mcwbridges:acacia_bridge_pier","minecraft:lime_banner","mcwfences:dark_oak_picket_fence","minecraft:stone_pressure_plate","minecraft:dropper","mcwroofs:spruce_planks_lower_roof","minecraft:black_carpet","mcwpaths:andesite_square_paving","mcwroofs:mangrove_top_roof","mcwfences:warped_picket_fence","minecraft:cut_copper_from_copper_block_stonecutting","mcwlights:green_ceiling_light","minecraft:iron_ingot_from_blasting_iron_ore","minecraft:polished_andesite_stairs_from_polished_andesite_stonecutting","mcwwindows:oak_window2","mcwroofs:red_concrete_upper_lower_roof","mcwroofs:gray_lower_roof","mcwfences:mangrove_horse_fence","mcwroofs:red_terracotta_attic_roof","minecraft:light_blue_dye_from_blue_orchid","mcwpaths:brick_basket_weave_paving","minecraft:warped_button","mcwroofs:jungle_roof","minecraft:oxidized_cut_copper_from_oxidized_copper_stonecutting","mcwbridges:rope_acacia_bridge","minecraft:bread","mcwroofs:purple_terracotta_cube_roof","mcwroofs:green_terracotta_steep_roof","mcwpaths:diorite_clover_paving","mcwroofs:white_terracotta_roof","minecraft:acacia_boat","mcwwindows:red_mosaic_glass","mcwpaths:acacia_planks_path","mcwfences:acacia_pyramid_gate","mcwroofs:diorite_attic_roof","minecraft:lever","mcwwindows:mangrove_window","mcwpaths:cobbled_deepslate_dumble_paving","mcwroofs:white_concrete_steep_roof","mcwroofs:gray_concrete_lower_roof","mcwroofs:mud_brick_upper_lower_roof","mcwroofs:pink_concrete_top_roof","minecraft:pink_bed","mcwroofs:yellow_terracotta_attic_roof","minecraft:shield","mcwroofs:gray_concrete_steep_roof","mcwroofs:mud_brick_upper_steep_roof","mcwlights:soul_acacia_tiki_torch","minecraft:cyan_stained_glass_pane_from_glass_pane","minecraft:cooked_porkchop_from_campfire_cooking","mcwroofs:light_gray_top_roof","minecraft:black_banner","minecraft:painting","minecraft:iron_shovel","mcwroofs:blue_concrete_upper_lower_roof","mcwroofs:light_blue_terracotta_attic_roof","mcwfences:modern_red_sandstone_wall","minecraft:cooked_rabbit_from_smoking","mcwroofs:light_blue_terracotta_upper_steep_roof","mcwwindows:stone_brick_arrow_slit","minecraft:crafting_table","mcwroofs:acacia_planks_cube_roof","mcwroofs:jungle_planks_lower_roof","mcwroofs:andesite_upper_steep_roof","minecraft:green_stained_glass_pane_from_glass_pane","mcwroofs:brown_concrete_upper_steep_roof","mcwwindows:crimson_planks_window2","minecraft:stone_slab_from_stone_stonecutting","minecraft:light_blue_wool","mcwroofs:brown_concrete_steep_roof","mcwroofs:light_blue_terracotta_upper_lower_roof","mcwwindows:green_mosaic_glass","mcwroofs:granite_cube_roof","mcwroofs:warped_planks_attic_roof","minecraft:orange_wool","mcwbridges:dry_bamboo_bridge_pier","minecraft:black_bed_from_white_bed","minecraft:pink_carpet","mcwfences:spruce_wired_fence","mcwwindows:stripped_jungle_log_window","mcwroofs:orange_concrete_cube_roof","mcwbridges:brick_bridge_stair","minecraft:stone_brick_slab_from_stone_stonecutting","mcwwindows:cobblestone_arrow_slit","mcwlights:lime_lamp","minecraft:iron_nugget_from_smelting","mcwroofs:black_concrete_lower_roof","mcwroofs:white_concrete_lower_roof","mcwroofs:brown_concrete_upper_lower_roof","minecraft:waxed_exposed_copper_from_honeycomb","mcwfences:crimson_horse_fence","mcwroofs:spruce_upper_lower_roof","minecraft:anvil","mcwroofs:magenta_terracotta_top_roof","mcwroofs:andesite_upper_lower_roof","mcwwindows:stripped_spruce_log_window2","minecraft:gold_ingot_from_nuggets","mcwroofs:jungle_planks_steep_roof","mcwfences:birch_picket_fence","minecraft:cooked_chicken","mcwroofs:sandstone_lower_roof","minecraft:oak_trapdoor","mcwwindows:stripped_birch_log_window","minecraft:amethyst_block","minecraft:oak_door","mcwroofs:granite_lower_roof","mcwroofs:red_concrete_attic_roof","mcwfences:nether_brick_railing_gate","mcwroofs:granite_steep_roof","mcwroofs:green_terracotta_lower_roof","mcwroofs:white_terracotta_top_roof","mcwroofs:sandstone_steep_roof","mcwpaths:sandstone_basket_weave_paving","mcwroofs:gutter_base_cyan","mcwroofs:gutter_middle_gray","more_flower_pots:pink_flower_pot","mcwroofs:orange_terracotta_roof","minecraft:nether_brick","mcwbridges:warped_bridge_pier","mcwroofs:mud_brick_lower_roof","minecraft:wooden_sword","more_flower_pots:gray_glazed_flower_pot","minecraft:bone_meal","minecraft:stone_brick_stairs_from_stone_stonecutting","mcwfences:oak_picket_fence","mcwroofs:brown_concrete_top_roof","mcwroofs:orange_concrete_upper_lower_roof","minecraft:gold_ingot_from_blasting_nether_gold_ore","mcwpaths:andesite_diamond_paving","mcwbridges:red_sandstone_bridge_pier","mcwroofs:spruce_planks_roof","minecraft:weathered_cut_copper_stairs_from_weathered_copper_stonecutting","mcwroofs:dark_oak_planks_lower_roof","more_flower_pots:cyan_flower_pot","mcwbridges:bamboo_bridge","mcwfences:modern_andesite_wall","minecraft:spruce_door","minecraft:carrot_on_a_stick","mcwroofs:light_gray_terracotta_attic_roof","minecraft:brown_wool","mcwroofs:crimson_attic_roof","mcwroofs:mud_brick_steep_roof","mcwroofs:red_striped_awning","mcwroofs:light_gray_cube_roof","mcwroofs:orange_concrete_upper_steep_roof","minecraft:lapis_lazuli_from_smelting_lapis_ore","mcwpaths:diorite_basket_weave_paving","mcwroofs:blue_concrete_upper_steep_roof","mcwroofs:white_roof","mcwroofs:light_gray_concrete_upper_lower_roof","mcwroofs:light_blue_concrete_attic_roof","mcwroofs:lime_concrete_upper_lower_roof","mcwpaths:red_sandstone_dumble_paving","mcwwindows:stripped_oak_log_window2","minecraft:dark_prismarine","minecraft:prismarine_wall_from_prismarine_stonecutting","mcwroofs:deepslate_lower_roof","mcwroofs:white_concrete_top_roof","mcwroofs:warped_steep_roof","mcwroofs:yellow_concrete_upper_lower_roof","mcwlights:soul_jungle_tiki_torch","minecraft:purple_stained_glass_pane_from_glass_pane","mcwroofs:orange_terracotta_steep_roof","minecraft:leather_horse_armor","mcwwindows:stone_window2","minecraft:candle","minecraft:oak_button","minecraft:brown_stained_glass_pane_from_glass_pane","minecraft:granite_wall","mcwroofs:light_gray_concrete_upper_steep_roof","minecraft:orange_concrete_powder","minecraft:redstone_block","minecraft:shears","mcwroofs:green_terracotta_cube_roof","mcwroofs:jungle_planks_top_roof","mcwwindows:stripped_mangrove_log_window2","mcwlights:cyan_ceiling_light","mcwbridges:deepslate_brick_bridge_stair","mcwroofs:light_gray_concrete_roof","minecraft:yellow_stained_glass_pane_from_glass_pane","minecraft:exposed_cut_copper_from_exposed_copper_stonecutting","mcwroofs:acacia_top_roof","mcwroofs:lime_concrete_top_roof","mcwroofs:purple_terracotta_attic_roof","mcwroofs:yellow_concrete_upper_steep_roof","minecraft:warped_fence","mcwroofs:dark_oak_planks_steep_roof","minecraft:light_blue_bed_from_white_bed","mcwroofs:orange_terracotta_lower_roof","minecraft:bow","mcwroofs:blue_terracotta_upper_steep_roof","mcwpaths:cobblestone_honeycomb_paving","minecraft:coal","mcwroofs:stone_cube_roof","mcwroofs:blue_terracotta_upper_lower_roof","minecraft:compass","mcwroofs:dark_oak_lower_roof","mcwroofs:brown_terracotta_upper_steep_roof","mcwroofs:dark_oak_top_roof","mcwroofs:lime_terracotta_upper_lower_roof","mcwlights:yellow_ceiling_light","more_flower_pots:green_glazed_flower_pot","mcwwindows:mud_brick_arrow_slit","mcwpaths:deepslate_square_paving","mcwroofs:crimson_planks_roof","minecraft:item_frame","mcwlights:pink_lamp","minecraft:iron_ingot_from_smelting_iron_ore","mcwpaths:red_sandstone_basket_weave_paving","minecraft:loom","mcwpaths:diorite_dumble_paving","mcwroofs:deepslate_upper_lower_roof","minecraft:smoker","mcwwindows:nether_brick_gothic","more_flower_pots:purple_glazed_flower_pot","mcwroofs:mangrove_planks_steep_roof","mcwwindows:jungle_plank_parapet","minecraft:dark_oak_boat","mcwroofs:mud_brick_cube_roof","mcwroofs:dark_oak_planks_upper_steep_roof","minecraft:pink_dye_from_pink_tulip","minecraft:arrow","mcwroofs:light_blue_concrete_upper_lower_roof","mcwroofs:gutter_middle_light_blue","mcwroofs:birch_top_roof","minecraft:oak_fence_gate","mcwroofs:light_gray_concrete_steep_roof","mcwlights:light_blue_ceiling_light","mcwroofs:cyan_terracotta_attic_roof","minecraft:copper_ingot_from_smelting_deepslate_copper_ore","mcwroofs:cyan_concrete_cube_roof","mcwroofs:gray_terracotta_upper_lower_roof","mcwroofs:blue_terracotta_top_roof","mcwwindows:stripped_spruce_log_window","mcwroofs:sandstone_attic_roof","mcwroofs:green_concrete_upper_steep_roof","mcwfences:modern_stone_brick_wall","minecraft:firework_rocket_simple","minecraft:black_dye_from_wither_rose","mcwroofs:yellow_concrete_attic_roof","mcwlights:soul_spruce_tiki_torch","mcwbridges:pliers","mcwroofs:gray_terracotta_cube_roof","mcwroofs:blackstone_upper_lower_roof","mcwroofs:pink_terracotta_steep_roof","mcwroofs:gray_concrete_upper_steep_roof","minecraft:gray_carpet","more_flower_pots:light_blue_glazed_flower_pot","mcwroofs:gray_concrete_attic_roof","mcwroofs:oak_planks_lower_roof","minecraft:green_wool","mcwroofs:andesite_roof","minecraft:exposed_cut_copper","mcwfences:modern_quartz_wall","minecraft:stick","mcwroofs:pink_concrete_lower_roof","mcwroofs:acacia_cube_roof","mcwroofs:acacia_planks_lower_roof","minecraft:brewing_stand","mcwwindows:spruce_plank_window2","mcwpaths:mossy_cobblestone_honeycomb_paving","mcwwindows:spruce_window","mcwroofs:orange_concrete_steep_roof","mcwwindows:warped_planks_window","minecraft:emerald_from_blasting_emerald_ore","mcwroofs:acacia_roof","mcwpaths:red_sandstone_clover_paving","mcwroofs:black_upper_lower_roof","mcwroofs:jungle_upper_lower_roof","mcwfences:warped_wired_fence","minecraft:stone_axe","mcwbridges:warped_rope_bridge_stair","mcwlights:brown_ceiling_light","mcwroofs:yellow_terracotta_top_roof","mcwroofs:gutter_base_light_blue","minecraft:stone","minecraft:golden_carrot","mcwroofs:spruce_upper_steep_roof","mcwroofs:brown_concrete_lower_roof","mcwroofs:birch_upper_steep_roof","minecraft:prismarine_wall","mcwbridges:dry_bamboo_bridge","mcwroofs:stone_top_roof","mcwroofs:deepslate_roof","mcwbridges:mangrove_rope_bridge_stair","mcwroofs:orange_concrete_attic_roof","mcwpaths:dark_oak_planks_path","mcwroofs:light_gray_terracotta_upper_steep_roof","minecraft:waxed_oxidized_copper_from_honeycomb","mcwroofs:acacia_planks_roof","mcwroofs:brown_terracotta_steep_roof","mcwroofs:jungle_planks_upper_steep_roof","minecraft:spruce_trapdoor","minecraft:yellow_stained_glass","minecraft:light_blue_stained_glass","mcwbridges:mangrove_log_bridge_middle","mcwpaths:deepslate_clover_paving","minecraft:waxed_oxidized_cut_copper_stairs_from_waxed_oxidized_copper_stonecutting","minecraft:glowstone","mcwroofs:red_sandstone_lower_roof","mcwwindows:stripped_jungle_log_window2","mcwlights:soul_warped_tiki_torch","mcwpaths:sandstone_diamond_paving","mcwroofs:green_terracotta_upper_steep_roof","mcwroofs:blue_striped_awning","mcwpaths:diorite_square_paving","mcwbridges:acacia_log_bridge_stair","mcwroofs:purple_concrete_top_roof","mcwroofs:spruce_cube_roof","mcwroofs:mud_brick_roof","minecraft:smooth_stone","minecraft:cooked_mutton","mcwbridges:stone_brick_bridge","mcwroofs:warped_upper_lower_roof","mcwbridges:jungle_bridge_pier","mcwroofs:white_concrete_upper_steep_roof","mcwroofs:cyan_concrete_attic_roof","mcwroofs:light_gray_terracotta_top_roof","mcwfences:blackstone_railing_gate","minecraft:brown_bed_from_white_bed","mcwpaths:deepslate_dumble_paving","minecraft:polished_granite_slab_from_granite_stonecutting","mcwbridges:mossy_stone_bridge_pier","minecraft:snow_block","mcwroofs:lime_concrete_cube_roof","mcwroofs:pink_terracotta_cube_roof","mcwbridges:deepslate_tile_bridge_pier","mcwroofs:white_concrete_attic_roof","minecraft:iron_axe","minecraft:cyan_wool","mcwroofs:blue_concrete_lower_roof","mcwwindows:blue_mosaic_glass","mcwroofs:black_concrete_cube_roof","mcwroofs:mangrove_planks_attic_roof","minecraft:white_bed","mcwroofs:pink_terracotta_attic_roof","mcwroofs:dark_oak_upper_steep_roof","minecraft:spruce_slab","mcwwindows:oak_window","mcwroofs:warped_planks_steep_roof","more_flower_pots:light_blue_flower_pot","mcwlights:brown_lamp","mcwroofs:light_gray_attic_roof","mcwpaths:birch_planks_path","mcwroofs:mangrove_upper_lower_roof","minecraft:coarse_dirt","minecraft:red_carpet_from_white_carpet","minecraft:oak_boat","minecraft:cobblestone_slab_from_cobblestone_stonecutting","mcwwindows:birch_blinds","mcwfences:dark_oak_highley_gate","mcwwindows:magenta_mosaic_glass","minecraft:sea_lantern","mcwwindows:diorite_parapet","minecraft:prismarine_slab","minecraft:pink_stained_glass_pane_from_glass_pane","minecraft:red_dye_from_rose_bush","mcwwindows:light_gray_mosaic_glass","mcwroofs:magenta_terracotta_upper_lower_roof","mcwroofs:black_attic_roof","mcwroofs:white_upper_lower_roof","mcwroofs:birch_planks_cube_roof","minecraft:baked_potato_from_campfire_cooking","minecraft:stone_hoe","minecraft:jungle_boat","minecraft:coal_from_smelting_deepslate_coal_ore","mcwbridges:rope_mangrove_bridge","minecraft:pumpkin_pie","mcwroofs:blackstone_top_roof","mcwwindows:jungle_window2","mcwroofs:red_terracotta_top_roof","mcwwindows:stone_brick_gothic","minecraft:cooked_mutton_from_campfire_cooking","mcwroofs:purple_concrete_cube_roof","minecraft:glass_bottle","mcwroofs:lime_concrete_lower_roof","minecraft:weathered_cut_copper","mcwpaths:brick_clover_paving","mcwroofs:oak_upper_steep_roof","minecraft:iron_door","minecraft:polished_granite","mcwwindows:birch_plank_window2","mcwroofs:gray_terracotta_attic_roof","mcwroofs:brown_terracotta_attic_roof","mcwroofs:orange_terracotta_cube_roof","mcwbridges:rope_crimson_bridge","mcwroofs:gutter_base_orange","minecraft:cooked_mutton_from_smoking","mcwroofs:pink_terracotta_upper_lower_roof","more_flower_pots:brown_glazed_flower_pot","mcwlights:green_lamp","minecraft:pink_banner","minecraft:black_stained_glass_pane_from_glass_pane","minecraft:oxidized_cut_copper","minecraft:blue_bed_from_white_bed","minecraft:soul_campfire","mcwroofs:stone_upper_steep_roof","minecraft:cobblestone_stairs_from_cobblestone_stonecutting","mcwroofs:bricks_attic_roof","mcwbridges:sandstone_bridge_stair","mcwroofs:diorite_upper_steep_roof","mcwfences:quartz_railing_gate","mcwroofs:mangrove_cube_roof","mcwroofs:green_concrete_lower_roof","mcwroofs:mangrove_attic_roof","mcwlights:warped_tiki_torch","mcwpaths:granite_clover_paving","mcwroofs:light_gray_concrete_attic_roof","mcwroofs:purple_concrete_lower_roof","mcwroofs:jungle_lower_roof","minecraft:pink_wool","mcwbridges:orange_sandstone_bridge","minecraft:gold_ingot_from_smelting_nether_gold_ore","mcwfences:railing_granite_wall","mcwroofs:oak_planks_upper_lower_roof","mcwroofs:birch_steep_roof","minecraft:gold_nugget_from_smelting","mcwlights:lava_lamp","mcwlights:spruce_tiki_torch","minecraft:red_stained_glass_pane_from_glass_pane","mcwbridges:warped_rail_bridge","mcwwindows:jungle_plank_window2","minecraft:light_gray_concrete_powder","mcwroofs:spruce_planks_attic_roof","mcwbridges:brick_bridge_pier","minecraft:furnace","mcwroofs:mangrove_steep_roof","mcwpaths:andesite_clover_paving","mcwfences:crimson_pyramid_gate","mcwfences:stone_brick_railing_gate","mcwroofs:cobblestone_lower_roof","more_flower_pots:blue_glazed_flower_pot","mcwroofs:yellow_concrete_steep_roof","mcwroofs:magenta_concrete_steep_roof","mcwroofs:purple_terracotta_upper_steep_roof","mcwfences:mangrove_pyramid_gate","more_flower_pots:brown_flower_pot","mcwfences:jungle_wired_fence","mcwroofs:base_attic_roof","mcwroofs:pink_striped_awning","mcwroofs:gutter_base_yellow","mcwfences:spruce_stockade_fence","more_flower_pots:green_flower_pot","mcwpaths:deepslate_honeycomb_paving","mcwlights:mangrove_tiki_torch","mcwwindows:mangrove_window2","minecraft:oak_planks","mcwwindows:stripped_warped_stem_window2","mcwroofs:bricks_steep_roof","minecraft:warped_sign","mcwwindows:birch_plank_parapet","minecraft:lapis_lazuli_from_blasting_lapis_ore","mcwroofs:black_terracotta_upper_steep_roof","mcwroofs:light_gray_upper_lower_roof","mcwroofs:gutter_middle_white","minecraft:cooked_chicken_from_campfire_cooking","mcwpaths:diorite_diamond_paving","mcwroofs:spruce_steep_roof","minecraft:purple_dye","mcwroofs:bricks_upper_steep_roof","mcwroofs:oak_planks_top_roof","minecraft:netherite_scrap","minecraft:iron_pickaxe","more_flower_pots:magenta_glazed_flower_pot","mcwroofs:black_striped_awning","mcwlights:soul_classic_street_lamp","mcwroofs:cyan_terracotta_upper_steep_roof","mcwroofs:dark_oak_roof","mcwroofs:oak_planks_roof","minecraft:spruce_button","mcwfences:railing_sandstone_wall","mcwroofs:magenta_concrete_attic_roof","mcwwindows:granite_window","mcwroofs:deepslate_top_roof","mcwroofs:black_concrete_upper_steep_roof","mcwfences:modern_diorite_wall","mcwwindows:granite_parapet","mcwroofs:andesite_cube_roof","mcwwindows:acacia_window2","mcwroofs:red_sandstone_roof","mcwroofs:spruce_attic_roof","more_flower_pots:gold_flower_pot","mcwroofs:white_top_roof","mcwlights:black_ceiling_light","minecraft:enchanting_table","mcwpaths:cobbled_deepslate_square_paving","minecraft:lead","minecraft:spruce_boat","minecraft:birch_boat","mcwfences:spruce_highley_gate","mcwroofs:blue_terracotta_lower_roof","mcwroofs:lime_terracotta_cube_roof","minecraft:paper","minecraft:campfire","mcwroofs:blue_terracotta_cube_roof","minecraft:cooked_cod_from_campfire_cooking","mcwwindows:pink_mosaic_glass","mcwfences:modern_end_brick_wall","mcwwindows:warped_plank_parapet","mcwroofs:black_concrete_roof","more_flower_pots:red_flower_pot","mcwlights:cyan_lamp","mcwfences:deepslate_brick_railing_gate","minecraft:lime_stained_glass","mcwroofs:acacia_lower_roof","mcwpaths:granite_dumble_paving","mcwroofs:dark_oak_planks_cube_roof","minecraft:acacia_wood","mcwbridges:spruce_log_bridge_middle","mcwfences:railing_quartz_wall","mcwfences:jungle_horse_fence","minecraft:pink_dye_from_peony","mcwlights:lime_ceiling_light","mcwroofs:light_gray_terracotta_roof","mcwroofs:pink_concrete_upper_steep_roof","minecraft:stone_brick_walls_from_stone_stonecutting","mcwroofs:gray_terracotta_top_roof","minecraft:bucket","mcwroofs:granite_upper_steep_roof","mcwroofs:mangrove_planks_roof","minecraft:coal_from_blasting_deepslate_coal_ore","mcwfences:modern_blackstone_wall","minecraft:black_stained_glass","mcwroofs:birch_cube_roof"],toBeDisplayed:["mcwpaths:andesite_honeycomb_paving","mcwwindows:birch_log_parapet","mcwbridges:sandstone_bridge","minecraft:yellow_dye_from_dandelion","mcwroofs:light_blue_terracotta_lower_roof","mcwfences:granite_railing_gate","mcwroofs:dark_oak_planks_roof","minecraft:charcoal","mcwroofs:black_concrete_attic_roof","mcwroofs:magenta_concrete_top_roof","mcwroofs:lime_terracotta_steep_roof","mcwroofs:jungle_planks_attic_roof","minecraft:emerald_from_smelting_deepslate_emerald_ore","mcwpaths:spruce_planks_path","mcwfences:railing_deepslate_brick_wall","mcwwindows:lime_mosaic_glass","more_flower_pots:yellow_flower_pot","minecraft:stonecutter","minecraft:soul_torch","mcwbridges:spruce_rope_bridge_stair","mcwroofs:blue_terracotta_attic_roof","mcwbridges:dark_oak_rope_bridge_stair","minecraft:bone_block","mcwroofs:lime_terracotta_lower_roof","minecraft:iron_nugget","mcwroofs:granite_attic_roof","mcwlights:magenta_ceiling_light","mcwroofs:bricks_roof","mcwroofs:sandstone_upper_lower_roof","more_flower_pots:purple_flower_pot","mcwroofs:red_terracotta_lower_roof","mcwbridges:jungle_log_bridge_stair","mcwfences:birch_pyramid_gate","mcwroofs:yellow_concrete_roof","mcwwindows:crimson_blinds","mcwpaths:jungle_planks_path","minecraft:gold_nugget_from_blasting","minecraft:warped_fence_gate","minecraft:cooked_rabbit","mcwwindows:diorite_window2","mcwroofs:red_terracotta_steep_roof","mcwroofs:gutter_middle_light_gray","mcwroofs:sandstone_cube_roof","minecraft:cooked_salmon_from_campfire_cooking","mcwfences:dark_oak_stockade_fence","mcwbridges:spruce_log_bridge_stair","mcwroofs:blackstone_attic_roof","mcwbridges:birch_log_bridge_middle","mcwpaths:mud_brick_dumble_paving","minecraft:weathered_cut_copper_from_weathered_copper_stonecutting","mcwroofs:black_lower_roof","minecraft:red_bed_from_white_bed","minecraft:cobblestone_wall","mcwwindows:oak_plank_window","mcwroofs:gutter_base_blue","mcwroofs:granite_roof","mcwbridges:dark_oak_log_bridge_middle","mcwroofs:acacia_upper_steep_roof","mcwwindows:oak_log_parapet","minecraft:warped_pressure_plate","mcwwindows:crimson_plank_parapet","minecraft:coal_block","minecraft:raw_copper","minecraft:cyan_bed_from_white_bed","mcwroofs:yellow_terracotta_roof","mcwwindows:mangrove_plank_window","mcwwindows:nether_brick_arrow_slit","mcwroofs:mangrove_planks_top_roof","minecraft:slime_ball","mcwfences:acacia_wired_fence","minecraft:spruce_fence_gate","mcwroofs:yellow_terracotta_lower_roof","mcwroofs:cyan_terracotta_upper_lower_roof","mcwroofs:orange_terracotta_attic_roof","minecraft:leather_chestplate","mcwwindows:black_mosaic_glass","minecraft:iron_block","mcwroofs:acacia_upper_lower_roof","mcwroofs:black_terracotta_lower_roof","minecraft:spruce_sign","mcwlights:garden_light","minecraft:white_stained_glass_pane_from_glass_pane","mcwbridges:mud_brick_bridge_pier","mcwroofs:gray_concrete_top_roof","mcwroofs:light_blue_terracotta_steep_roof","mcwroofs:gray_top_roof","mcwlights:crimson_tiki_torch","mcwroofs:gutter_base","mcwroofs:oak_planks_cube_roof","minecraft:cooked_porkchop","mcwroofs:white_attic_roof","mcwroofs:gutter_middle_purple","minecraft:cut_copper_slab_from_copper_block_stonecutting","mcwroofs:yellow_terracotta_cube_roof","mcwroofs:gutter_middle_lime","minecraft:cooked_salmon_from_smoking","mcwpaths:mossy_cobblestone_diamond_paving","mcwwindows:prismarine_brick_gothic","mcwlights:gray_lamp","mcwroofs:mangrove_roof","mcwroofs:magenta_terracotta_roof","mcwbridges:deepslate_tile_bridge","mcwbridges:warped_log_bridge_stair","mcwroofs:black_terracotta_steep_roof","mcwbridges:bamboo_bridge_pier","minecraft:emerald_block","mcwlights:soul_mangrove_tiki_torch","mcwpaths:mossy_cobblestone_clover_paving","mcwroofs:diorite_cube_roof","mcwroofs:purple_concrete_attic_roof","minecraft:light_gray_dye_from_oxeye_daisy","mcwroofs:orange_striped_awning","mcwroofs:gray_terracotta_roof","minecraft:polished_granite_from_granite_stonecutting","mcwpaths:sandstone_dumble_paving","mcwroofs:andesite_lower_roof","mcwroofs:purple_concrete_upper_lower_roof","mcwwindows:stripped_acacia_log_window2","mcwroofs:deepslate_attic_roof","mcwroofs:acacia_planks_top_roof","mcwroofs:red_terracotta_roof","mcwroofs:cobblestone_cube_roof","mcwroofs:orange_terracotta_upper_steep_roof","mcwroofs:lime_terracotta_top_roof","mcwroofs:gutter_base_light_gray","mcwroofs:crimson_planks_lower_roof","minecraft:oxidized_cut_copper_stairs_from_oxidized_copper_stonecutting","mcwwindows:stripped_birch_log_window2","mcwwindows:oak_plank_parapet","mcwroofs:acacia_planks_upper_steep_roof","minecraft:green_stained_glass","minecraft:spruce_fence","minecraft:magenta_dye_from_blue_red_white_dye","mcwpaths:sandstone_clover_paving","mcwroofs:orange_terracotta_upper_lower_roof","mcwroofs:purple_concrete_upper_steep_roof","mcwroofs:acacia_planks_upper_lower_roof","mcwroofs:green_striped_awning","mcwwindows:yellow_mosaic_glass","mcwroofs:black_steep_roof","minecraft:green_dye","mcwfences:acacia_stockade_fence","mcwroofs:deepslate_cube_roof","mcwpaths:crimson_planks_path","minecraft:orange_stained_glass","mcwwindows:stripped_mangrove_log_window","mcwwindows:jungle_window","mcwpaths:andesite_dumble_paving","mcwroofs:green_concrete_cube_roof","minecraft:cobblestone_stairs","minecraft:copper_ingot_from_blasting_deepslate_copper_ore","mcwfences:warped_horse_fence","minecraft:redstone_from_smelting_redstone_ore","mcwroofs:blue_concrete_cube_roof","mcwroofs:black_roof","mcwwindows:stripped_crimson_stem_window","mcwwindows:dark_oak_blinds","mcwpaths:cobblestone_dumble_paving","mcwroofs:base_upper_lower_roof","mcwroofs:crimson_top_roof","mcwroofs:crimson_planks_upper_steep_roof","mcwroofs:gutter_base_lime","mcwroofs:green_terracotta_top_roof","mcwfences:jungle_highley_gate","minecraft:yellow_bed_from_white_bed","mcwwindows:stripped_oak_log_window","mcwroofs:crimson_planks_steep_roof","more_flower_pots:light_gray_glazed_flower_pot","mcwroofs:base_top_roof","mcwroofs:light_blue_terracotta_top_roof","mcwroofs:crimson_planks_upper_lower_roof","mcwroofs:birch_roof","mcwroofs:gutter_middle_red","mcwfences:acacia_highley_gate","minecraft:pink_dye_from_red_white_dye","minecraft:coal_from_blasting_coal_ore","mcwroofs:andesite_steep_roof","more_flower_pots:orange_glazed_flower_pot","mcwroofs:black_top_roof","mcwroofs:pink_concrete_roof","mcwfences:modern_nether_brick_wall","mcwfences:warped_highley_gate","mcwfences:crimson_stockade_fence","minecraft:prismarine_stairs","mcwbridges:crimson_rail_bridge","minecraft:cyan_concrete_powder","mcwfences:sandstone_railing_gate","mcwbridges:iron_bridge_pier","mcwwindows:warped_stem_parapet","mcwfences:dark_oak_pyramid_gate","mcwroofs:gutter_middle_orange","mcwroofs:base_roof","mcwwindows:mangrove_blinds","mcwroofs:sandstone_roof","minecraft:sticky_piston","mcwwindows:dark_oak_plank_window","mcwwindows:granite_window2","mcwroofs:gray_concrete_cube_roof","mcwroofs:light_blue_concrete_roof","minecraft:white_dye","mcwfences:railing_red_sandstone_wall","mcwroofs:spruce_roof","mcwpaths:cobbled_deepslate_diamond_paving","mcwroofs:base_upper_steep_roof","mcwroofs:jungle_attic_roof","mcwroofs:cyan_concrete_upper_lower_roof","mcwroofs:pink_concrete_cube_roof","minecraft:polished_andesite_slab","mcwroofs:mangrove_planks_upper_lower_roof","mcwlights:magenta_lamp","mcwroofs:crimson_steep_roof","minecraft:wooden_pickaxe","minecraft:exposed_cut_copper_slab_from_exposed_copper_stonecutting","mcwroofs:cyan_concrete_upper_steep_roof","mcwwindows:orange_mosaic_glass","minecraft:green_concrete_powder","mcwbridges:jungle_rail_bridge","mcwroofs:gutter_base_white","minecraft:oak_stairs","mcwwindows:warped_planks_window2","mcwbridges:crimson_log_bridge_stair","mcwroofs:white_terracotta_upper_lower_roof","minecraft:stone_button","mcwroofs:magenta_concrete_upper_lower_roof","mcwroofs:cyan_concrete_lower_roof","minecraft:brown_stained_glass","mcwroofs:white_terracotta_upper_steep_roof","mcwroofs:light_gray_terracotta_steep_roof","mcwpaths:mud_brick_basket_weave_paving","mcwroofs:cyan_concrete_steep_roof","mcwroofs:yellow_concrete_top_roof","mcwroofs:magenta_concrete_upper_steep_roof","minecraft:tinted_glass","mcwroofs:purple_terracotta_lower_roof","mcwbridges:stone_brick_bridge_stair","mcwwindows:jungle_log_parapet","mcwwindows:birch_plank_window","minecraft:yellow_concrete_powder","mcwroofs:light_gray_terracotta_lower_roof","mcwroofs:spruce_planks_upper_lower_roof","minecraft:diamond_from_blasting_diamond_ore","mcwpaths:mud_brick_clover_paving","mcwbridges:rope_warped_bridge","mcwroofs:diorite_roof","minecraft:repeater","mcwroofs:spruce_planks_upper_steep_roof","minecraft:red_concrete_powder","mcwlights:black_lamp","mcwwindows:purple_mosaic_glass","mcwroofs:mangrove_planks_upper_steep_roof","mcwroofs:pink_concrete_attic_roof","minecraft:cut_copper_stairs_from_copper_block_stonecutting","mcwfences:andesite_railing_gate","mcwroofs:red_concrete_steep_roof","mcwroofs:crimson_cube_roof","minecraft:glass","mcwbridges:mossy_stone_bridge_stair","mcwbridges:mud_brick_bridge","minecraft:stone_stairs","mcwroofs:mud_brick_attic_roof","mcwroofs:cobblestone_upper_steep_roof","mcwwindows:acacia_blinds","minecraft:quartz","mcwroofs:oak_attic_roof","mcwroofs:brown_concrete_attic_roof","mcwwindows:dark_oak_window2","minecraft:polished_basalt_from_basalt_stonecutting","mcwlights:yellow_lamp","mcwwindows:mangrove_log_parapet","mcwroofs:roofing_hammer","minecraft:gray_concrete_powder","mcwroofs:white_concrete_cube_roof","mcwfences:oak_pyramid_gate","mcwroofs:white_terracotta_cube_roof","minecraft:light_blue_concrete_powder","minecraft:granite_wall_from_granite_stonecutting","mcwroofs:gutter_middle_magenta","mcwroofs:cobblestone_upper_lower_roof","mcwfences:deepslate_railing_gate","minecraft:redstone_from_blasting_redstone_ore","minecraft:gray_bed_from_white_bed","minecraft:granite_stairs","mcwroofs:base_cube_roof","mcwwindows:spruce_blinds","mcwbridges:red_sandstone_bridge_stair","mcwbridges:spruce_bridge_pier","mcwroofs:light_gray_striped_awning","mcwroofs:cyan_terracotta_roof","minecraft:mushroom_stew","mcwroofs:cyan_terracotta_top_roof","mcwwindows:light_blue_mosaic_glass","mcwroofs:brown_terracotta_roof","minecraft:red_dye_from_tulip","mcwlights:soul_oak_tiki_torch","mcwlights:birch_tiki_torch","mcwroofs:crimson_planks_cube_roof","minecraft:red_dye_from_beetroot","mcwroofs:warped_attic_roof","mcwlights:double_street_lamp","minecraft:tnt","mcwroofs:light_blue_concrete_cube_roof","mcwroofs:crimson_lower_roof","mcwpaths:granite_square_paving","minecraft:light_gray_bed","mcwpaths:brick_square_paving","minecraft:red_candle","minecraft:orange_dye_from_orange_tulip","mcwroofs:yellow_terracotta_steep_roof","minecraft:pink_bed_from_white_bed","mcwbridges:birch_rope_bridge_stair","mcwroofs:diorite_top_roof","mcwroofs:stone_lower_roof","mcwbridges:mangrove_rail_bridge","minecraft:prismarine_bricks","mcwpaths:mossy_cobblestone_dumble_paving","mcwroofs:crimson_planks_top_roof","mcwroofs:green_concrete_top_roof","mcwpaths:red_sandstone_diamond_paving","mcwlights:red_ceiling_light","mcwbridges:oak_rail_bridge","mcwroofs:green_terracotta_attic_roof","mcwroofs:stone_steep_roof","mcwbridges:rope_oak_bridge","mcwwindows:spruce_plank_parapet","mcwbridges:warped_log_bridge_middle","mcwroofs:red_concrete_cube_roof","mcwpaths:mangrove_planks_path","minecraft:light_gray_stained_glass","mcwroofs:purple_terracotta_steep_roof","mcwroofs:cyan_concrete_roof","mcwroofs:dark_oak_planks_attic_roof","minecraft:cobblestone_wall_from_cobblestone_stonecutting","more_flower_pots:black_glazed_flower_pot","mcwroofs:gray_cube_roof","mcwbridges:sandstone_bridge_pier","mcwpaths:oak_planks_path","mcwroofs:cyan_terracotta_steep_roof","mcwroofs:brown_striped_awning","minecraft:brown_concrete_powder","mcwroofs:magenta_terracotta_steep_roof","mcwpaths:brick_diamond_paving","minecraft:cooked_chicken_from_smoking","mcwroofs:warped_top_roof","minecraft:cyan_stained_glass","minecraft:oak_pressure_plate","minecraft:yellow_dye_from_sunflower","mcwroofs:red_concrete_roof","mcwroofs:magenta_terracotta_lower_roof","mcwroofs:gray_roof","mcwroofs:white_terracotta_attic_roof","minecraft:waxed_weathered_cut_copper_slab_from_waxed_weathered_copper_stonecutting","more_flower_pots:gray_flower_pot","minecraft:coal_from_smelting_coal_ore","mcwroofs:cyan_terracotta_lower_roof","mcwroofs:gutter_base_brown","mcwroofs:warped_planks_upper_steep_roof","mcwpaths:mud_brick_honeycomb_paving","minecraft:oak_slab","minecraft:orange_bed_from_white_bed","mcwroofs:oak_roof","mcwroofs:diorite_steep_roof","minecraft:smooth_stone_slab_from_smooth_stone_stonecutting","more_flower_pots:lime_flower_pot","minecraft:warped_door","minecraft:iron_ingot_from_iron_block","minecraft:snow","mcwroofs:light_blue_concrete_lower_roof","more_flower_pots:white_flower_pot","mcwroofs:purple_striped_awning","mcwroofs:birch_planks_upper_lower_roof","mcwroofs:stone_attic_roof","minecraft:clock","mcwbridges:rope_dark_oak_bridge","mcwroofs:light_blue_concrete_steep_roof","mcwroofs:red_concrete_top_roof","mcwroofs:warped_planks_upper_lower_roof","mcwroofs:birch_planks_attic_roof","mcwroofs:diorite_lower_roof","mcwroofs:birch_planks_upper_steep_roof","mcwroofs:light_blue_terracotta_roof","mcwroofs:warped_planks_roof","minecraft:orange_stained_glass_pane_from_glass_pane","mcwbridges:rope_jungle_bridge","mcwlights:soul_birch_tiki_torch","mcwroofs:oak_cube_roof","mcwwindows:acacia_log_parapet","mcwroofs:dark_oak_upper_lower_roof","mcwfences:oak_wired_fence","mcwroofs:cyan_terracotta_cube_roof","mcwroofs:blue_concrete_steep_roof","mcwroofs:light_gray_concrete_lower_roof","mcwroofs:andesite_top_roof","mcwfences:blackstone_brick_railing_gate","mcwroofs:dark_oak_planks_upper_lower_roof","mcwbridges:birch_rail_bridge","minecraft:granite_slab_from_granite_stonecutting","minecraft:glass_pane","more_flower_pots:white_glazed_flower_pot","mcwwindows:birch_window2","minecraft:granite_stairs_from_granite_stonecutting","minecraft:emerald_from_smelting_emerald_ore","minecraft:warped_slab","mcwroofs:spruce_planks_cube_roof","mcwroofs:gutter_middle_yellow","mcwroofs:orange_concrete_roof","mcwroofs:black_terracotta_roof","mcwroofs:black_cube_roof","mcwroofs:lime_concrete_upper_steep_roof","minecraft:purple_stained_glass","minecraft:iron_ingot_from_nuggets","mcwroofs:light_blue_striped_awning","mcwroofs:warped_lower_roof","mcwroofs:lime_terracotta_upper_steep_roof","mcwlights:purple_lamp","mcwroofs:warped_upper_steep_roof","mcwbridges:deepslate_brick_bridge","mcwroofs:magenta_concrete_roof","minecraft:smooth_stone_slab","minecraft:magenta_dye_from_allium","mcwfences:diorite_railing_gate","minecraft:ladder","mcwroofs:purple_terracotta_roof","mcwbridges:rope_birch_bridge","mcwpaths:andesite_basket_weave_paving","mcwroofs:gray_terracotta_upper_steep_roof","mcwroofs:gutter_base_black","mcwroofs:green_concrete_roof","mcwwindows:white_mosaic_glass","mcwroofs:warped_cube_roof","minecraft:redstone_torch","mcwroofs:jungle_upper_steep_roof","mcwroofs:acacia_planks_steep_roof","mcwfences:railing_andesite_wall","mcwwindows:cyan_mosaic_glass","mcwroofs:pink_concrete_steep_roof","minecraft:target","mcwbridges:mud_brick_bridge_stair","mcwroofs:red_sandstone_steep_roof","minecraft:white_concrete_powder","mcwroofs:yellow_concrete_cube_roof","mcwroofs:light_gray_concrete_cube_roof","mcwroofs:green_terracotta_roof","mcwwindows:acacia_window","mcwroofs:green_concrete_upper_lower_roof","mcwroofs:spruce_planks_top_roof","mcwpaths:cobblestone_basket_weave_paving","minecraft:gray_bed","mcwwindows:spruce_window2","mcwroofs:brown_terracotta_upper_lower_roof","mcwroofs:jungle_planks_cube_roof","minecraft:granite_slab","mcwroofs:gutter_base_gray","minecraft:diamond_from_blasting_deepslate_diamond_ore","mcwpaths:cobblestone_diamond_paving","mcwroofs:mangrove_planks_lower_roof","mcwpaths:brick_honeycomb_paving","mcwroofs:orange_terracotta_top_roof","mcwbridges:oak_bridge_pier","minecraft:lime_concrete_powder","mcwbridges:oak_log_bridge_middle","mcwbridges:mossy_stone_brick_bridge","minecraft:blue_dye_from_cornflower","mcwwindows:gray_mosaic_glass","mcwroofs:orange_concrete_lower_roof","mcwbridges:birch_bridge_pier","mcwfences:bamboo_fence","mcwroofs:black_upper_steep_roof","minecraft:brown_banner","mcwfences:jungle_stockade_fence","minecraft:barrel","mcwroofs:blue_terracotta_roof","mcwlights:orange_lamp","minecraft:redstone_from_blasting_deepslate_redstone_ore","mcwfences:end_brick_railing_gate","minecraft:netherite_scrap_from_blasting","mcwlights:gray_ceiling_light","mcwroofs:mangrove_lower_roof","mcwbridges:blackstone_bridge_stair","mcwroofs:spruce_top_roof","mcwroofs:gutter_middle_pink","mcwroofs:pink_terracotta_lower_roof","mcwfences:oak_highley_gate","mcwwindows:jungle_plank_window","mcwbridges:oak_log_bridge_stair","more_flower_pots:iron_flower_pot","minecraft:lime_stained_glass_pane_from_glass_pane","mcwroofs:magenta_concrete_cube_roof","more_flower_pots:red_glazed_flower_pot","minecraft:baked_potato_from_smoking","mcwfences:railing_end_brick_wall","mcwroofs:green_terracotta_upper_lower_roof","mcwfences:jungle_pyramid_gate","mcwpaths:cobbled_deepslate_honeycomb_paving","minecraft:brown_carpet_from_white_carpet","mcwlights:blue_lamp","mcwroofs:light_gray_terracotta_upper_lower_roof","mcwbridges:dark_oak_bridge_pier","minecraft:chiseled_stone_bricks_stone_from_stonecutting","mcwroofs:gutter_middle_black","minecraft:book","mcwroofs:white_concrete_upper_lower_roof","mcwroofs:birch_upper_lower_roof","mcwroofs:stone_upper_lower_roof","mcwbridges:iron_bridge_stair","mcwfences:birch_highley_gate","mcwroofs:cyan_striped_awning","mcwroofs:blue_concrete_attic_roof","mcwfences:railing_diorite_wall","mcwwindows:oak_blinds","minecraft:smithing_table","mcwwindows:mangrove_plank_parapet","mcwfences:birch_wired_fence","mcwroofs:red_concrete_lower_roof","mcwbridges:dark_oak_rail_bridge","minecraft:polished_granite_stairs_from_granite_stonecutting","mcwroofs:red_sandstone_cube_roof","mcwwindows:crimson_stem_parapet","minecraft:spruce_pressure_plate","minecraft:cauldron","minecraft:pink_concrete_powder","mcwbridges:brick_bridge","mcwfences:warped_pyramid_gate","mcwfences:railing_stone_brick_wall","mcwroofs:jungle_planks_roof","mcwroofs:lime_terracotta_roof","mcwfences:jungle_picket_fence","mcwlights:pink_ceiling_light","minecraft:magenta_concrete_powder","minecraft:red_dye_from_poppy","minecraft:redstone_from_smelting_deepslate_redstone_ore","minecraft:warped_fungus_on_a_stick","mcwwindows:end_brick_gothic","mcwroofs:brown_terracotta_lower_roof","mcwwindows:birch_window","minecraft:hay_block","mcwlights:dark_oak_tiki_torch","mcwfences:acacia_picket_fence","mcwroofs:deepslate_upper_steep_roof","mcwroofs:white_upper_steep_roof","minecraft:cobblestone_slab","minecraft:iron_ingot_from_blasting_deepslate_iron_ore","minecraft:gray_banner","minecraft:warped_stairs","mcwroofs:jungle_planks_upper_lower_roof","minecraft:gold_ingot_from_smelting_gold_ore","mcwfences:mud_brick_railing_gate","mcwwindows:acacia_plank_window","minecraft:cooked_cod_from_smoking","mcwfences:modern_granite_wall","mcwroofs:warped_planks_lower_roof","minecraft:minecart","mcwroofs:mangrove_upper_steep_roof","mcwlights:soul_crimson_tiki_torch","mcwfences:railing_blackstone_wall","minecraft:stone_bricks_from_stone_stonecutting","mcwroofs:red_sandstone_attic_roof","mcwlights:soul_double_street_lamp","mcwbridges:jungle_rope_bridge_stair","mcwpaths:granite_basket_weave_paving","minecraft:chest","minecraft:gray_stained_glass","mcwroofs:blue_concrete_top_roof","mcwbridges:jungle_log_bridge_middle","mcwbridges:birch_log_bridge_stair","mcwroofs:oak_upper_lower_roof","mcwroofs:green_concrete_steep_roof","mcwfences:birch_horse_fence","mcwfences:mangrove_wired_fence","mcwfences:mangrove_highley_gate","more_flower_pots:lime_glazed_flower_pot","mcwfences:modern_sandstone_wall","mcwroofs:mud_brick_top_roof","mcwwindows:andesite_parapet","mcwroofs:diorite_upper_lower_roof","more_flower_pots:blue_flower_pot","minecraft:cut_copper","mcwroofs:purple_concrete_steep_roof","minecraft:soul_lantern","mcwwindows:jungle_blinds","minecraft:copper_ingot","mcwroofs:blue_concrete_roof","mcwlights:oak_tiki_torch","mcwroofs:light_gray_terracotta_cube_roof","mcwroofs:brown_terracotta_top_roof","minecraft:white_dye_from_lily_of_the_valley","minecraft:waxed_oxidized_cut_copper_slab_from_waxed_oxidized_copper_stonecutting","mcwroofs:light_blue_terracotta_cube_roof","minecraft:oxidized_cut_copper_slab_from_oxidized_copper_stonecutting","mcwfences:mangrove_stockade_fence","mcwwindows:stripped_acacia_log_window","mcwwindows:stripped_dark_oak_log_window2","mcwbridges:spruce_rail_bridge","mcwlights:red_lamp","mcwwindows:andesite_window","mcwroofs:jungle_top_roof","mcwroofs:gutter_base_red","mcwroofs:oak_planks_upper_steep_roof","mcwroofs:black_terracotta_cube_roof","mcwbridges:mangrove_bridge_pier","minecraft:blaze_powder","mcwpaths:granite_diamond_paving","minecraft:smooth_basalt","minecraft:chain","mcwroofs:orange_concrete_top_roof","mcwpaths:red_sandstone_honeycomb_paving","mcwroofs:dark_oak_attic_roof","minecraft:blue_concrete_powder","minecraft:blue_stained_glass","minecraft:iron_ingot_from_smelting_deepslate_iron_ore","mcwwindows:dark_oak_window","minecraft:oak_fence","minecraft:warped_trapdoor","mcwfences:red_sandstone_railing_gate","mcwfences:crimson_highley_gate","mcwroofs:cobblestone_steep_roof","mcwfences:dark_oak_wired_fence","mcwroofs:crimson_planks_attic_roof","mcwpaths:deepslate_basket_weave_paving","mcwpaths:granite_honeycomb_paving","mcwroofs:black_terracotta_upper_lower_roof","mcwbridges:acacia_log_bridge_middle","mcwroofs:bricks_cube_roof","mcwpaths:cobblestone_clover_paving","mcwroofs:gray_attic_roof","minecraft:prismarine_stairs_from_prismarine_stonecutting","mcwroofs:red_sandstone_top_roof","minecraft:oak_sign","mcwroofs:black_concrete_top_roof","mcwwindows:acacia_plank_window2","mcwroofs:birch_lower_roof","mcwlights:light_blue_lamp","minecraft:magenta_bed_from_white_bed","minecraft:exposed_cut_copper_stairs_from_exposed_copper_stonecutting","mcwroofs:magenta_terracotta_upper_steep_roof","mcwroofs:gray_concrete_roof","mcwlights:blue_ceiling_light","mcwroofs:blackstone_lower_roof","mcwbridges:deepslate_brick_bridge_pier","minecraft:diamond_from_smelting_deepslate_diamond_ore","mcwroofs:yellow_concrete_lower_roof","mcwwindows:dark_oak_plank_parapet","mcwwindows:spruce_log_parapet","mcwroofs:gutter_base_magenta","minecraft:flower_banner_pattern","mcwroofs:gutter_base_pink","more_flower_pots:light_gray_flower_pot","mcwroofs:magenta_concrete_lower_roof","mcwroofs:purple_terracotta_upper_lower_roof","mcwroofs:lime_terracotta_attic_roof","mcwroofs:purple_terracotta_top_roof","mcwroofs:gray_striped_awning","mcwroofs:yellow_striped_awning","mcwroofs:stone_roof","minecraft:orange_dye_from_red_yellow","mcwwindows:spruce_plank_window","minecraft:spruce_stairs","minecraft:emerald_from_blasting_deepslate_emerald_ore","mcwroofs:gutter_middle_blue","minecraft:black_bed","mcwroofs:brown_terracotta_cube_roof","mcwroofs:red_terracotta_cube_roof","minecraft:iron_nugget_from_blasting","mcwroofs:purple_concrete_roof","mcwwindows:crimson_planks_window","mcwfences:railing_mud_brick_wall","more_flower_pots:orange_flower_pot","mcwroofs:pink_terracotta_top_roof","mcwroofs:spruce_lower_roof","minecraft:gold_ingot_from_blasting_gold_ore","minecraft:diamond_from_smelting_diamond_ore","minecraft:light_gray_dye_from_azure_bluet","minecraft:light_gray_dye_from_white_tulip","mcwroofs:blackstone_upper_steep_roof","mcwroofs:white_concrete_roof","mcwroofs:acacia_attic_roof","mcwroofs:dark_oak_planks_top_roof","mcwbridges:crimson_bridge_pier","mcwbridges:dark_oak_log_bridge_stair","mcwroofs:oak_planks_steep_roof","mcwlights:classic_street_lamp","mcwfences:dark_oak_horse_fence","minecraft:bowl","mcwlights:white_ceiling_light","mcwpaths:warped_planks_path","mcwroofs:light_blue_concrete_top_roof","minecraft:diamond","mcwwindows:ender_brick_arrow_slit","mcwroofs:gray_upper_lower_roof","mcwroofs:light_gray_roof","minecraft:green_bed_from_white_bed","minecraft:magenta_dye_from_blue_red_pink","mcwroofs:pink_terracotta_upper_steep_roof","mcwroofs:gutter_base_purple","minecraft:black_concrete_powder","minecraft:prismarine_slab_from_prismarine_stonecutting","minecraft:purple_concrete_powder","mcwroofs:black_concrete_upper_lower_roof","minecraft:sugar_from_sugar_cane","mcwbridges:deepslate_tile_bridge_stair","more_flower_pots:pink_glazed_flower_pot","mcwlights:purple_ceiling_light","mcwroofs:gray_concrete_upper_lower_roof","mcwroofs:jungle_cube_roof","mcwroofs:light_gray_upper_steep_roof","mcwroofs:pink_concrete_upper_lower_roof","mcwroofs:acacia_steep_roof","mcwroofs:sandstone_upper_steep_roof","mcwroofs:pink_terracotta_roof","mcwfences:spruce_picket_fence","mcwroofs:bricks_upper_lower_roof","mcwwindows:dark_oak_plank_window2","mcwpaths:mossy_cobblestone_basket_weave_paving","mcwroofs:light_blue_concrete_upper_steep_roof","mcwbridges:oak_rope_bridge_stair","minecraft:white_stained_glass","mcwroofs:lime_concrete_steep_roof","minecraft:slime_block","minecraft:wooden_hoe","mcwbridges:crimson_log_bridge_middle","mcwbridges:acacia_rope_bridge_stair","mcwroofs:warped_planks_cube_roof","mcwroofs:granite_upper_lower_roof","mcwroofs:crimson_roof","minecraft:cooked_rabbit_from_campfire_cooking","more_flower_pots:magenta_flower_pot","mcwpaths:diorite_honeycomb_paving","mcwbridges:bamboo_bridge_stair","mcwpaths:red_sandstone_square_paving","mcwroofs:birch_planks_top_roof","mcwlights:light_gray_lamp","mcwroofs:mangrove_planks_cube_roof","mcwwindows:stripped_crimson_stem_window2","minecraft:light_gray_bed_from_white_bed","mcwwindows:oak_plank_window2","mcwroofs:acacia_planks_attic_roof","minecraft:waxed_oxidized_cut_copper_from_waxed_oxidized_copper_stonecutting","mcwroofs:cyan_concrete_top_roof","mcwroofs:blue_terracotta_steep_roof","mcwfences:spruce_pyramid_gate","mcwroofs:dark_oak_steep_roof","mcwwindows:andesite_window2","mcwbridges:blackstone_bridge","minecraft:note_block","mcwroofs:gutter_middle_brown","mcwroofs:gutter_base_green","mcwfences:acacia_horse_fence","minecraft:waxed_weathered_cut_copper_stairs_from_waxed_weathered_copper_stonecutting","mcwpaths:mossy_cobblestone_square_paving","mcwroofs:oak_planks_attic_roof","mcwpaths:mud_brick_square_paving","mcwroofs:dark_oak_cube_roof","mcwroofs:warped_planks_top_roof","minecraft:waxed_weathered_cut_copper_from_waxed_weathered_copper_stonecutting","minecraft:piston","minecraft:brown_bed","mcwbridges:blackstone_bridge_pier","mcwroofs:birch_planks_lower_roof","mcwlights:white_lamp","mcwroofs:red_sandstone_upper_steep_roof","mcwlights:soul_dark_oak_tiki_torch","mcwroofs:magenta_striped_awning","mcwbridges:stone_bridge_pier","minecraft:light_gray_carpet","minecraft:white_banner","minecraft:weathered_cut_copper_slab_from_weathered_copper_stonecutting","minecraft:magenta_stained_glass_pane_from_glass_pane","mcwroofs:cobblestone_attic_roof","mcwroofs:magenta_terracotta_attic_roof","mcwwindows:diorite_window","minecraft:light_gray_banner","mcwroofs:lime_concrete_roof","mcwbridges:dry_bamboo_bridge_stair","mcwbridges:rope_spruce_bridge","mcwroofs:white_terracotta_steep_roof","minecraft:shulker_box","mcwroofs:gutter_middle_green","mcwpaths:cobbled_deepslate_clover_paving","mcwfences:warped_stockade_fence","mcwroofs:white_terracotta_lower_roof","mcwpaths:mud_brick_diamond_paving","mcwpaths:cobblestone_square_paving","mcwbridges:mangrove_log_bridge_stair","minecraft:quartz_from_blasting","minecraft:red_stained_glass","mcwroofs:gray_upper_steep_roof","mcwlights:orange_ceiling_light","mcwroofs:birch_planks_steep_roof","mcwroofs:deepslate_steep_roof","mcwfences:mangrove_picket_fence","mcwpaths:cobbled_deepslate_basket_weave_paving","minecraft:light_gray_stained_glass_pane_from_glass_pane","mcwroofs:white_steep_roof","mcwlights:light_gray_ceiling_light","mcwroofs:base_lower_roof","mcwroofs:oak_steep_roof","mcwroofs:red_sandstone_upper_lower_roof","mcwfences:birch_stockade_fence","minecraft:tripwire_hook","minecraft:hopper","mcwroofs:base_steep_roof","mcwlights:jungle_tiki_torch","mcwfences:spruce_horse_fence","mcwroofs:yellow_terracotta_upper_steep_roof","mcwroofs:oak_lower_roof","mcwroofs:andesite_attic_roof","minecraft:stone_stairs_from_stone_stonecutting","mcwroofs:gray_terracotta_steep_roof","minecraft:lantern","minecraft:raw_gold","mcwroofs:sandstone_top_roof","minecraft:magenta_stained_glass","minecraft:iron_bars","minecraft:beetroot_soup","mcwpaths:brick_dumble_paving","minecraft:iron_trapdoor","mcwwindows:acacia_plank_parapet","mcwroofs:magenta_terracotta_cube_roof","minecraft:cooked_cod","mcwroofs:brown_concrete_cube_roof","mcwwindows:warped_blinds","mcwwindows:stripped_dark_oak_log_window","mcwroofs:red_terracotta_upper_lower_roof","minecraft:lime_bed_from_white_bed","mcwroofs:granite_top_roof","mcwroofs:lime_concrete_attic_roof","mcwwindows:dark_oak_log_parapet","minecraft:cartography_table","mcwpaths:sandstone_square_paving","minecraft:gray_stained_glass_pane_from_glass_pane","mcwroofs:bricks_lower_roof","mcwbridges:acacia_rail_bridge","mcwroofs:black_terracotta_top_roof","mcwbridges:crimson_rope_bridge_stair","mcwroofs:green_concrete_attic_roof","minecraft:stone_slab","mcwroofs:lime_striped_awning","minecraft:lime_bed","mcwroofs:gray_terracotta_lower_roof","mcwroofs:light_gray_concrete_top_roof","mcwwindows:mangrove_plank_window2","minecraft:cooked_porkchop_from_smoking","minecraft:blast_furnace","minecraft:polished_andesite_stairs","mcwroofs:spruce_planks_steep_roof","mcwroofs:oak_top_roof","more_flower_pots:yellow_glazed_flower_pot","mcwroofs:blackstone_steep_roof","mcwroofs:cobblestone_top_roof","more_flower_pots:cyan_glazed_flower_pot","minecraft:light_blue_stained_glass_pane_from_glass_pane","minecraft:magenta_dye_from_lilac","mcwpaths:sandstone_honeycomb_paving","more_flower_pots:black_flower_pot","mcwwindows:mud_brick_gothic","minecraft:lime_carpet_from_white_carpet","minecraft:purple_bed_from_white_bed","mcwlights:acacia_tiki_torch","mcwwindows:stone_window","mcwwindows:stripped_warped_stem_window","mcwroofs:gray_steep_roof","minecraft:blue_stained_glass_pane_from_glass_pane","mcwroofs:red_terracotta_upper_steep_roof","mcwroofs:white_cube_roof","mcwroofs:crimson_upper_lower_roof","mcwfences:modern_deepslate_brick_wall","mcwpaths:deepslate_diamond_paving","minecraft:polished_andesite_slab_from_polished_andesite_stonecutting","mcwroofs:blackstone_roof","mcwroofs:black_terracotta_attic_roof","mcwroofs:birch_planks_roof","mcwroofs:crimson_upper_steep_roof","mcwroofs:black_concrete_steep_roof","minecraft:baked_potato","mcwroofs:warped_roof","mcwfences:oak_horse_fence","mcwfences:railing_nether_brick_wall","minecraft:cooked_salmon","mcwroofs:light_gray_steep_roof","mcwroofs:yellow_terracotta_upper_lower_roof","mcwroofs:light_gray_lower_roof","mcwwindows:brown_mosaic_glass","mcwroofs:jungle_steep_roof","mcwfences:crimson_picket_fence","minecraft:spyglass","mcwroofs:birch_attic_roof","mcwroofs:brown_concrete_roof","mcwroofs:white_lower_roof","minecraft:heavy_weighted_pressure_plate","mcwroofs:bricks_top_roof","minecraft:pink_stained_glass","mcwroofs:red_concrete_upper_steep_roof","mcwroofs:cobblestone_roof","mcwroofs:gutter_middle_cyan","mcwfences:oak_stockade_fence","mcwfences:crimson_wired_fence","mcwroofs:blackstone_cube_roof","mcwfences:modern_mud_brick_wall","mcwbridges:acacia_bridge_pier","minecraft:lime_banner","mcwfences:dark_oak_picket_fence","minecraft:stone_pressure_plate","minecraft:dropper","mcwroofs:spruce_planks_lower_roof","mcwpaths:andesite_square_paving","mcwroofs:mangrove_top_roof","minecraft:cut_copper_from_copper_block_stonecutting","mcwfences:warped_picket_fence","mcwlights:green_ceiling_light","minecraft:iron_ingot_from_blasting_iron_ore","minecraft:polished_andesite_stairs_from_polished_andesite_stonecutting","mcwwindows:oak_window2","mcwroofs:red_concrete_upper_lower_roof","mcwroofs:gray_lower_roof","mcwfences:mangrove_horse_fence","mcwroofs:red_terracotta_attic_roof","minecraft:light_blue_dye_from_blue_orchid","mcwpaths:brick_basket_weave_paving","minecraft:warped_button","mcwroofs:jungle_roof","minecraft:oxidized_cut_copper_from_oxidized_copper_stonecutting","mcwbridges:rope_acacia_bridge","minecraft:bread","mcwroofs:purple_terracotta_cube_roof","mcwroofs:green_terracotta_steep_roof","mcwpaths:diorite_clover_paving","mcwroofs:white_terracotta_roof","minecraft:acacia_boat","mcwwindows:red_mosaic_glass","mcwpaths:acacia_planks_path","mcwfences:acacia_pyramid_gate","mcwroofs:diorite_attic_roof","minecraft:lever","mcwwindows:mangrove_window","mcwpaths:cobbled_deepslate_dumble_paving","mcwroofs:white_concrete_steep_roof","mcwroofs:gray_concrete_lower_roof","mcwroofs:mud_brick_upper_lower_roof","mcwroofs:pink_concrete_top_roof","minecraft:pink_bed","mcwroofs:yellow_terracotta_attic_roof","mcwroofs:gray_concrete_steep_roof","mcwroofs:mud_brick_upper_steep_roof","mcwlights:soul_acacia_tiki_torch","minecraft:cyan_stained_glass_pane_from_glass_pane","minecraft:cooked_porkchop_from_campfire_cooking","mcwroofs:light_gray_top_roof","minecraft:black_banner","minecraft:painting","mcwroofs:blue_concrete_upper_lower_roof","mcwroofs:light_blue_terracotta_attic_roof","mcwfences:modern_red_sandstone_wall","minecraft:cooked_rabbit_from_smoking","mcwroofs:light_blue_terracotta_upper_steep_roof","mcwwindows:stone_brick_arrow_slit","mcwroofs:acacia_planks_cube_roof","mcwroofs:jungle_planks_lower_roof","mcwroofs:andesite_upper_steep_roof","minecraft:green_stained_glass_pane_from_glass_pane","mcwroofs:brown_concrete_upper_steep_roof","mcwwindows:crimson_planks_window2","minecraft:stone_slab_from_stone_stonecutting","mcwroofs:brown_concrete_steep_roof","mcwroofs:light_blue_terracotta_upper_lower_roof","mcwwindows:green_mosaic_glass","mcwroofs:granite_cube_roof","mcwroofs:warped_planks_attic_roof","minecraft:black_bed_from_white_bed","mcwbridges:dry_bamboo_bridge_pier","mcwwindows:stripped_jungle_log_window","mcwfences:spruce_wired_fence","mcwroofs:orange_concrete_cube_roof","minecraft:stone_brick_slab_from_stone_stonecutting","mcwbridges:brick_bridge_stair","mcwlights:lime_lamp","mcwwindows:cobblestone_arrow_slit","minecraft:iron_nugget_from_smelting","mcwroofs:black_concrete_lower_roof","mcwroofs:white_concrete_lower_roof","mcwroofs:brown_concrete_upper_lower_roof","minecraft:waxed_exposed_copper_from_honeycomb","mcwfences:crimson_horse_fence","mcwroofs:spruce_upper_lower_roof","minecraft:anvil","mcwroofs:magenta_terracotta_top_roof","mcwroofs:andesite_upper_lower_roof","mcwwindows:stripped_spruce_log_window2","minecraft:gold_ingot_from_nuggets","mcwroofs:jungle_planks_steep_roof","mcwfences:birch_picket_fence","minecraft:cooked_chicken","mcwroofs:sandstone_lower_roof","minecraft:oak_trapdoor","mcwwindows:stripped_birch_log_window","minecraft:amethyst_block","minecraft:oak_door","mcwroofs:granite_lower_roof","mcwroofs:red_concrete_attic_roof","mcwroofs:granite_steep_roof","mcwfences:nether_brick_railing_gate","mcwroofs:green_terracotta_lower_roof","mcwroofs:white_terracotta_top_roof","mcwroofs:sandstone_steep_roof","mcwpaths:sandstone_basket_weave_paving","mcwroofs:gutter_base_cyan","mcwroofs:gutter_middle_gray","more_flower_pots:pink_flower_pot","mcwroofs:orange_terracotta_roof","minecraft:nether_brick","mcwbridges:warped_bridge_pier","mcwroofs:mud_brick_lower_roof","more_flower_pots:gray_glazed_flower_pot","minecraft:stone_brick_stairs_from_stone_stonecutting","mcwroofs:brown_concrete_top_roof","mcwfences:oak_picket_fence","mcwroofs:orange_concrete_upper_lower_roof","minecraft:gold_ingot_from_blasting_nether_gold_ore","mcwpaths:andesite_diamond_paving","mcwbridges:red_sandstone_bridge_pier","mcwroofs:spruce_planks_roof","minecraft:weathered_cut_copper_stairs_from_weathered_copper_stonecutting","mcwroofs:dark_oak_planks_lower_roof","more_flower_pots:cyan_flower_pot","mcwbridges:bamboo_bridge","mcwfences:modern_andesite_wall","minecraft:spruce_door","minecraft:carrot_on_a_stick","mcwroofs:light_gray_terracotta_attic_roof","mcwroofs:crimson_attic_roof","mcwroofs:mud_brick_steep_roof","mcwroofs:red_striped_awning","mcwroofs:orange_concrete_upper_steep_roof","mcwroofs:light_gray_cube_roof","minecraft:lapis_lazuli_from_smelting_lapis_ore","mcwpaths:diorite_basket_weave_paving","mcwroofs:blue_concrete_upper_steep_roof","mcwroofs:white_roof","mcwroofs:light_gray_concrete_upper_lower_roof","mcwroofs:light_blue_concrete_attic_roof","mcwroofs:lime_concrete_upper_lower_roof","mcwpaths:red_sandstone_dumble_paving","mcwwindows:stripped_oak_log_window2","minecraft:dark_prismarine","minecraft:prismarine_wall_from_prismarine_stonecutting","mcwroofs:deepslate_lower_roof","mcwroofs:white_concrete_top_roof","mcwroofs:warped_steep_roof","mcwroofs:yellow_concrete_upper_lower_roof","mcwlights:soul_jungle_tiki_torch","minecraft:purple_stained_glass_pane_from_glass_pane","mcwroofs:orange_terracotta_steep_roof","minecraft:leather_horse_armor","minecraft:candle","mcwwindows:stone_window2","minecraft:oak_button","minecraft:brown_stained_glass_pane_from_glass_pane","minecraft:granite_wall","mcwroofs:light_gray_concrete_upper_steep_roof","minecraft:orange_concrete_powder","minecraft:redstone_block","mcwroofs:green_terracotta_cube_roof","mcwroofs:jungle_planks_top_roof","mcwwindows:stripped_mangrove_log_window2","mcwlights:cyan_ceiling_light","mcwbridges:deepslate_brick_bridge_stair","mcwroofs:light_gray_concrete_roof","minecraft:yellow_stained_glass_pane_from_glass_pane","minecraft:exposed_cut_copper_from_exposed_copper_stonecutting","mcwroofs:acacia_top_roof","mcwroofs:lime_concrete_top_roof","mcwroofs:purple_terracotta_attic_roof","mcwroofs:yellow_concrete_upper_steep_roof","minecraft:warped_fence","mcwroofs:dark_oak_planks_steep_roof","minecraft:light_blue_bed_from_white_bed","mcwroofs:orange_terracotta_lower_roof","mcwroofs:blue_terracotta_upper_steep_roof","mcwpaths:cobblestone_honeycomb_paving","minecraft:coal","mcwroofs:stone_cube_roof","mcwroofs:blue_terracotta_upper_lower_roof","minecraft:compass","mcwroofs:dark_oak_lower_roof","mcwroofs:brown_terracotta_upper_steep_roof","mcwroofs:dark_oak_top_roof","mcwroofs:lime_terracotta_upper_lower_roof","mcwlights:yellow_ceiling_light","more_flower_pots:green_glazed_flower_pot","mcwwindows:mud_brick_arrow_slit","mcwpaths:deepslate_square_paving","mcwroofs:crimson_planks_roof","minecraft:item_frame","mcwlights:pink_lamp","minecraft:iron_ingot_from_smelting_iron_ore","mcwpaths:red_sandstone_basket_weave_paving","mcwpaths:diorite_dumble_paving","mcwroofs:deepslate_upper_lower_roof","minecraft:smoker","mcwwindows:nether_brick_gothic","more_flower_pots:purple_glazed_flower_pot","mcwroofs:mangrove_planks_steep_roof","mcwwindows:jungle_plank_parapet","minecraft:dark_oak_boat","mcwroofs:mud_brick_cube_roof","mcwroofs:dark_oak_planks_upper_steep_roof","minecraft:pink_dye_from_pink_tulip","mcwroofs:light_blue_concrete_upper_lower_roof","mcwroofs:birch_top_roof","mcwroofs:gutter_middle_light_blue","minecraft:oak_fence_gate","mcwroofs:light_gray_concrete_steep_roof","mcwlights:light_blue_ceiling_light","mcwroofs:cyan_terracotta_attic_roof","minecraft:copper_ingot_from_smelting_deepslate_copper_ore","mcwroofs:cyan_concrete_cube_roof","mcwroofs:gray_terracotta_upper_lower_roof","mcwroofs:blue_terracotta_top_roof","mcwwindows:stripped_spruce_log_window","mcwroofs:sandstone_attic_roof","mcwroofs:green_concrete_upper_steep_roof","mcwfences:modern_stone_brick_wall","minecraft:firework_rocket_simple","minecraft:black_dye_from_wither_rose","mcwroofs:yellow_concrete_attic_roof","mcwlights:soul_spruce_tiki_torch","mcwbridges:pliers","mcwroofs:gray_terracotta_cube_roof","mcwroofs:blackstone_upper_lower_roof","mcwroofs:pink_terracotta_steep_roof","mcwroofs:gray_concrete_upper_steep_roof","more_flower_pots:light_blue_glazed_flower_pot","mcwroofs:gray_concrete_attic_roof","mcwroofs:oak_planks_lower_roof","mcwroofs:andesite_roof","mcwfences:modern_quartz_wall","mcwroofs:pink_concrete_lower_roof","mcwroofs:acacia_cube_roof","mcwroofs:acacia_planks_lower_roof","minecraft:brewing_stand","mcwwindows:spruce_plank_window2","mcwpaths:mossy_cobblestone_honeycomb_paving","mcwwindows:spruce_window","mcwroofs:orange_concrete_steep_roof","mcwwindows:warped_planks_window","minecraft:emerald_from_blasting_emerald_ore","mcwroofs:acacia_roof","mcwpaths:red_sandstone_clover_paving","mcwroofs:black_upper_lower_roof","mcwroofs:jungle_upper_lower_roof","mcwfences:warped_wired_fence","minecraft:stone_axe","mcwbridges:warped_rope_bridge_stair","mcwlights:brown_ceiling_light","mcwroofs:yellow_terracotta_top_roof","minecraft:stone","mcwroofs:gutter_base_light_blue","minecraft:golden_carrot","mcwroofs:spruce_upper_steep_roof","mcwroofs:brown_concrete_lower_roof","mcwroofs:birch_upper_steep_roof","minecraft:prismarine_wall","mcwbridges:dry_bamboo_bridge","mcwroofs:stone_top_roof","mcwroofs:deepslate_roof","mcwbridges:mangrove_rope_bridge_stair","mcwroofs:orange_concrete_attic_roof","mcwpaths:dark_oak_planks_path","mcwroofs:light_gray_terracotta_upper_steep_roof","minecraft:waxed_oxidized_copper_from_honeycomb","mcwroofs:acacia_planks_roof","mcwroofs:brown_terracotta_steep_roof","mcwroofs:jungle_planks_upper_steep_roof","minecraft:spruce_trapdoor","minecraft:yellow_stained_glass","minecraft:light_blue_stained_glass","mcwbridges:mangrove_log_bridge_middle","mcwpaths:deepslate_clover_paving","minecraft:waxed_oxidized_cut_copper_stairs_from_waxed_oxidized_copper_stonecutting","mcwroofs:red_sandstone_lower_roof","mcwwindows:stripped_jungle_log_window2","mcwlights:soul_warped_tiki_torch","mcwpaths:sandstone_diamond_paving","mcwroofs:green_terracotta_upper_steep_roof","mcwroofs:blue_striped_awning","mcwpaths:diorite_square_paving","mcwroofs:purple_concrete_top_roof","mcwbridges:acacia_log_bridge_stair","mcwroofs:spruce_cube_roof","mcwroofs:mud_brick_roof","minecraft:smooth_stone","minecraft:cooked_mutton","mcwbridges:stone_brick_bridge","mcwroofs:warped_upper_lower_roof","mcwbridges:jungle_bridge_pier","mcwroofs:white_concrete_upper_steep_roof","mcwroofs:cyan_concrete_attic_roof","mcwroofs:light_gray_terracotta_top_roof","mcwfences:blackstone_railing_gate","minecraft:brown_bed_from_white_bed","mcwpaths:deepslate_dumble_paving","minecraft:polished_granite_slab_from_granite_stonecutting","mcwbridges:mossy_stone_bridge_pier","mcwroofs:lime_concrete_cube_roof","mcwroofs:pink_terracotta_cube_roof","mcwbridges:deepslate_tile_bridge_pier","mcwroofs:white_concrete_attic_roof","minecraft:iron_axe","mcwroofs:blue_concrete_lower_roof","mcwwindows:blue_mosaic_glass","mcwroofs:black_concrete_cube_roof","mcwroofs:mangrove_planks_attic_roof","minecraft:white_bed","mcwroofs:pink_terracotta_attic_roof","mcwroofs:dark_oak_upper_steep_roof","minecraft:spruce_slab","mcwwindows:oak_window","mcwroofs:warped_planks_steep_roof","more_flower_pots:light_blue_flower_pot","mcwlights:brown_lamp","mcwroofs:light_gray_attic_roof","mcwpaths:birch_planks_path","mcwroofs:mangrove_upper_lower_roof","minecraft:red_carpet_from_white_carpet","minecraft:oak_boat","minecraft:cobblestone_slab_from_cobblestone_stonecutting","mcwwindows:birch_blinds","mcwfences:dark_oak_highley_gate","minecraft:sea_lantern","mcwwindows:magenta_mosaic_glass","mcwwindows:diorite_parapet","minecraft:pink_stained_glass_pane_from_glass_pane","minecraft:prismarine_slab","minecraft:red_dye_from_rose_bush","mcwwindows:light_gray_mosaic_glass","mcwroofs:magenta_terracotta_upper_lower_roof","mcwroofs:black_attic_roof","mcwroofs:white_upper_lower_roof","mcwroofs:birch_planks_cube_roof","minecraft:baked_potato_from_campfire_cooking","minecraft:jungle_boat","minecraft:coal_from_smelting_deepslate_coal_ore","mcwbridges:rope_mangrove_bridge","minecraft:pumpkin_pie","mcwroofs:blackstone_top_roof","mcwwindows:jungle_window2","mcwroofs:red_terracotta_top_roof","mcwwindows:stone_brick_gothic","minecraft:cooked_mutton_from_campfire_cooking","mcwroofs:purple_concrete_cube_roof","minecraft:glass_bottle","mcwroofs:lime_concrete_lower_roof","mcwpaths:brick_clover_paving","mcwroofs:oak_upper_steep_roof","minecraft:iron_door","minecraft:polished_granite","mcwwindows:birch_plank_window2","mcwroofs:gray_terracotta_attic_roof","mcwroofs:brown_terracotta_attic_roof","mcwroofs:orange_terracotta_cube_roof","mcwbridges:rope_crimson_bridge","mcwroofs:gutter_base_orange","minecraft:cooked_mutton_from_smoking","mcwroofs:pink_terracotta_upper_lower_roof","more_flower_pots:brown_glazed_flower_pot","mcwlights:green_lamp","minecraft:pink_banner","minecraft:black_stained_glass_pane_from_glass_pane","minecraft:oxidized_cut_copper","minecraft:blue_bed_from_white_bed","minecraft:soul_campfire","mcwroofs:stone_upper_steep_roof","minecraft:cobblestone_stairs_from_cobblestone_stonecutting","mcwroofs:bricks_attic_roof","mcwbridges:sandstone_bridge_stair","mcwroofs:diorite_upper_steep_roof","mcwfences:quartz_railing_gate","mcwroofs:mangrove_cube_roof","mcwroofs:green_concrete_lower_roof","mcwroofs:mangrove_attic_roof","mcwlights:warped_tiki_torch","mcwpaths:granite_clover_paving","mcwroofs:light_gray_concrete_attic_roof","mcwroofs:purple_concrete_lower_roof","mcwroofs:jungle_lower_roof","mcwbridges:orange_sandstone_bridge","minecraft:gold_ingot_from_smelting_nether_gold_ore","mcwfences:railing_granite_wall","mcwroofs:oak_planks_upper_lower_roof","minecraft:gold_nugget_from_smelting","mcwroofs:birch_steep_roof","mcwlights:lava_lamp","mcwlights:spruce_tiki_torch","minecraft:red_stained_glass_pane_from_glass_pane","mcwbridges:warped_rail_bridge","mcwwindows:jungle_plank_window2","minecraft:light_gray_concrete_powder","mcwroofs:spruce_planks_attic_roof","mcwbridges:brick_bridge_pier","minecraft:furnace","mcwroofs:mangrove_steep_roof","mcwpaths:andesite_clover_paving","mcwfences:crimson_pyramid_gate","mcwfences:stone_brick_railing_gate","mcwroofs:cobblestone_lower_roof","more_flower_pots:blue_glazed_flower_pot","mcwroofs:yellow_concrete_steep_roof","mcwroofs:magenta_concrete_steep_roof","mcwroofs:purple_terracotta_upper_steep_roof","mcwfences:mangrove_pyramid_gate","more_flower_pots:brown_flower_pot","mcwfences:jungle_wired_fence","mcwroofs:pink_striped_awning","mcwroofs:base_attic_roof","mcwroofs:gutter_base_yellow","mcwfences:spruce_stockade_fence","more_flower_pots:green_flower_pot","mcwpaths:deepslate_honeycomb_paving","mcwlights:mangrove_tiki_torch","mcwwindows:mangrove_window2","mcwwindows:stripped_warped_stem_window2","mcwroofs:bricks_steep_roof","minecraft:warped_sign","mcwwindows:birch_plank_parapet","minecraft:lapis_lazuli_from_blasting_lapis_ore","mcwroofs:black_terracotta_upper_steep_roof","mcwroofs:light_gray_upper_lower_roof","mcwroofs:gutter_middle_white","minecraft:cooked_chicken_from_campfire_cooking","mcwpaths:diorite_diamond_paving","mcwroofs:spruce_steep_roof","minecraft:purple_dye","mcwroofs:bricks_upper_steep_roof","mcwroofs:oak_planks_top_roof","minecraft:netherite_scrap","more_flower_pots:magenta_glazed_flower_pot","mcwroofs:black_striped_awning","mcwlights:soul_classic_street_lamp","mcwroofs:cyan_terracotta_upper_steep_roof","mcwroofs:oak_planks_roof","mcwroofs:dark_oak_roof","minecraft:spruce_button","mcwfences:railing_sandstone_wall","mcwroofs:magenta_concrete_attic_roof","mcwwindows:granite_window","mcwroofs:deepslate_top_roof","mcwroofs:black_concrete_upper_steep_roof","mcwfences:modern_diorite_wall","mcwwindows:granite_parapet","mcwroofs:andesite_cube_roof","mcwwindows:acacia_window2","mcwroofs:red_sandstone_roof","mcwroofs:spruce_attic_roof","more_flower_pots:gold_flower_pot","mcwroofs:white_top_roof","minecraft:enchanting_table","mcwlights:black_ceiling_light","mcwpaths:cobbled_deepslate_square_paving","minecraft:spruce_boat","minecraft:birch_boat","mcwfences:spruce_highley_gate","mcwroofs:blue_terracotta_lower_roof","mcwroofs:lime_terracotta_cube_roof","minecraft:campfire","minecraft:paper","mcwroofs:blue_terracotta_cube_roof","minecraft:cooked_cod_from_campfire_cooking","mcwfences:modern_end_brick_wall","mcwwindows:pink_mosaic_glass","mcwwindows:warped_plank_parapet","mcwroofs:black_concrete_roof","more_flower_pots:red_flower_pot","mcwlights:cyan_lamp","minecraft:lime_stained_glass","mcwfences:deepslate_brick_railing_gate","mcwroofs:acacia_lower_roof","mcwpaths:granite_dumble_paving","mcwroofs:dark_oak_planks_cube_roof","mcwbridges:spruce_log_bridge_middle","mcwfences:railing_quartz_wall","mcwfences:jungle_horse_fence","minecraft:pink_dye_from_peony","mcwlights:lime_ceiling_light","mcwroofs:pink_concrete_upper_steep_roof","mcwroofs:light_gray_terracotta_roof","minecraft:stone_brick_walls_from_stone_stonecutting","mcwroofs:gray_terracotta_top_roof","minecraft:bucket","mcwroofs:granite_upper_steep_roof","mcwroofs:mangrove_planks_roof","minecraft:coal_from_blasting_deepslate_coal_ore","mcwfences:modern_blackstone_wall","minecraft:black_stained_glass","mcwroofs:birch_cube_roof"]},seenCredits:0b,warden_spawn_tracker:{cooldown_ticks:0,ticks_since_last_warning:600,warning_level:0}} Stacktrace: at net.minecraft.class_3222.method_14226(class_3222.java:485) at net.minecraft.class_3244.method_18784(class_3244.java:241) at net.minecraft.class_2535.method_10754(class_2535.java:246) at net.minecraft.class_3242.method_14357(class_3242.java:182) at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:886) at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:819) at net.minecraft.class_1132.method_3748(class_1132.java:98) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:665) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:258) at java.base/java.lang.Thread.run(Thread.java:833)

-- System Details -- Details: Minecraft Version: 1.19 Minecraft Version ID: 1.19 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: 2489239616 bytes (2373 MiB) / 6039797760 bytes (5760 MiB) up to 6442450944 bytes (6144 MiB) CPUs: 8 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz Identifier: Intel64 Family 6 Model 94 Stepping 3 Microarchitecture: Skylake (Client) Frequency (GHz): 2.59 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 8 Graphics card #0 name: NVIDIA GeForce GTX 980M Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x1617 Graphics card #0 versionInfo: DriverVersion=30.0.14.9729 Memory slot #0 capacity (MB): 16384.00 Memory slot #0 clockSpeed (GHz): 2.13 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 16384.00 Memory slot #1 clockSpeed (GHz): 2.13 Memory slot #1 type: DDR4 Virtual memory max (MB): 59898.93 Virtual memory used (MB): 55189.63 Swap memory total (MB): 27195.07 Swap memory used (MB): 4260.57 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Loaded Shaderpack: (off) Quilted Fabric API: !! WARNING !! This instance is using Fabric API modules re-implemented by QSL. If the issue comes from Quilted Fabric API, DO NOT report to Fabric; report them to Quilt instead! Quilt Mods: advanced_runtime_resource_pack: Runtime Resource Pack 0.6.2 advancementinfo: AdvancementInfo 1.19-fabric0.53.3-1.3.1 ambientenvironment: Ambient Environment 8.0+1 antighost: AntiGhost 1.19-fabric0.55.3-1.1.5 architectury: Architectury 5.7.27 armorchroma: Armor Chroma 1.2.2 audioplayer: AudioPlayer 1.19-1.0.3 auudio: Auudio 1.0.3 axolotlitemfix: Axolotl Item Fix 1.1.3 betterf3: BetterF3 1.3.1 bettermounthud: Better Mount HUD 1.1.4 betterpingdisplay: Better Ping Display 1.1.1 bettersafebed: BetterSafeBed a biomeinfo: BiomeInfo 1.19-11 blue_endless_jankson: jankson 1.2.1 blur: Blur (Fabric) 2.5.0 boatiview: Boat Item View Fabric 0.0.3 bookshelf: Bookshelf 14.0.3 caffeineconfig: CaffeineConfig 1.0.0+1.17 camerautils: Camera Utils 1.19-1.0.0 capetweaks: Cape Tweaks 1.0.1 cardinal-components-base: Cardinal Components API (base) 5.0.0-beta.1 cardinal-components-entity: Cardinal Components API (entities) 5.0.0-beta.1 cem: Custom Entity Models 0.7.1 chat-up: Chat Up! 2.0 chat_heads: Chat Heads 0.6.0 chisel: Chisel Refabricated 1.4.6 citresewn: CIT Resewn 1.1.0+1.19 citresewn-defaults: CIT Resewn: Defaults 1.1.0+1.19 cleanview: CleanView 1.19-v1-fabric clear-skies: Clear Skies 2.0.93 clickadv: Clickable Advancements Mod 2.5 clickthrough: ClickThrough 1.19-fabric0.53.3-0.4 cloth-basic-math: cloth-basic-math 0.6.1 cloth-config: Cloth Config v6 7.0.72 clumps: Clumps 9.0.0+1 coat: Coat 1.0.0-beta.17+mc22w17a com_github_luben_zstd-jni: zstd-jni 1.5.2-2 com_logisticscraft_occlusionculling: occlusionculling 0.0.6-SNAPSHOT com_moandjiezana_toml_toml4j: toml4j 0.7.2 com_velocitypowered_velocity-native: velocity-native 3.1.2-SNAPSHOT completeconfig: CompleteConfig 2.0.0 completeconfig-base: completeconfig-base 2.0.0 completeconfig-gui-cloth: completeconfig-gui-cloth 2.0.0 completeconfig-gui-coat: completeconfig-gui-coat 2.0.0 config2brigadier: Config to Brigadier 1.1.3 continuity: Continuity 2.0.0+1.19 controlling: Controlling For Fabric 10.0+1 crowdin-translate: CrowdinTranslate 1.4+1.19 cullleaves: Cull Leaves 2.3.4 darkpaintings: DarkPaintings 11.0.2 dashloader: DashLoader 4.0.0+1.19 deathlog: DeathLog 0.2.9+1.19 dev_quantumfusion_hyphen: Hyphen 0.2.2 dev_quantumfusion_taski: Taski 1.1.0 drippyloadingscreen: Drippy Loading Screen 1.6.4 dynamicfps: Dynamic FPS 2.2.0 eatinganimationid: Eating Animation 1.8.1-beta enhancedblockentities: Enhanced Block Entities 0.7+1.19 entity_texture_features: Entity Texture Features 3.1.3 entityculling: EntityCulling-Fabric 1.5.2-mc1.19 fabric-language-kotlin: Fabric Language Kotlin 1.8.0+kotlin.1.7.0 fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT fabrictailor: Fabric Tailor 1.8.3 fallingleaves: Falling Leaves 1.12.1+1.19 fancymenu: FancyMenu 2.8.0 fastopenlinksandfolders: FastOpenResourcePacks 1.1.1 ferritecore: FerriteCore 4.2.1 fmextension_audio: FancyMenu Audio Extension 1.1.0 forgetmechunk: Forget Me Chunk 1.0.4-1.18.X-1.19.X freecam: Freecam 1.0.8 gbfabrictools: GBfabrictools 1.3.4+1.19 glowingbanners: Glow Banners 1.2.0 held-item-info: Held Item Info 1.3.0 illuminations: Illuminations 1.10.5 indium: Indium 1.0.6+mc1.19 interdimensional-map-markers: Interdimensional Map Markers 1.0.1 inventoryhud: Inventory HUD + 3.4.2 iris: Iris 1.2.5 jankson: Jankson 4.1.1+j1.2.1 java: OpenJDK 64-Bit Server VM 17 keepheadnames: Keep Head Names 1.5.1 kirin: Kirin UI 1.11.0 konkrete: Konkrete 1.3.3 krypton: Krypton 0.2.0 lambdynlights: LambDynamicLights 2.1.2+1.19 lazydfu: LazyDFU 0.1.3 libgui: LibGui 6.0.0-beta.5+1.19-pre1 libninepatch: LibNinePatch 1.1.0 lightoverlay: Light Overlay 7.0.0 lithium: Lithium 0.8.0 loadmyresources: Load My Resources 1.0.1 mcwbridges: Macaw's Bridges 2.0.3 mcwfences: Macaw's Fences and Walls 1.0.5 mcwlights: Macaw's Lights and Lamps 1.0.3 mcwpaintings: Macaw's Paintings 1.0.3 mcwpaths: Macaw's Paths and Pavings 1.0.0 mcwroofs: Macaw's Roofs 2.1.2 mcwwindows: Macaw's Windows 2.0.3 microdurability: microDurability 0.3.5+1.19 microdurability-core: microDurability Core 0.3.5 midnightlib: MidnightLib 0.5.2 minecraft: Minecraft 1.19 minecraftcapes: MinecraftCapes Mod 12.0.2 mm: Manningham Mills 2.3 mo_glass: Mo Glass 1.6.1-MC1.19 modmenu: Mod Menu 4.0.0 morebannerfeatures: More Banner Features 1.1.3 moreflowerpots: com.eternalhelldevs.moreflowerpots 3.0-SNAPSHOT notenoughanimations: NotEnoughAnimations 1.6.0 notenoughcrashes: Not Enough Crashes 4.1.6+1.19 onsoulfire: On Soul Fire 1.19-1 org_anarres_jcpp: jcpp 1.4.14 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.7.0 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.7.0 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.7.0 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.7.0 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.17.3 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.2 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.2 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.3.3 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.3 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.3 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.3 org_joml_joml: joml 1.10.4 paintingcycle: Painting Cycle 1.0.1 patternedglass: Patterned Glass 3.0.0+1.19 phosphor: Phosphor 0.8.1 picturesign: PictureSign 1.4.1 presencefootsteps: Presence Footsteps 1.6.0 pride: Pride Lib 1.1.2+1.19 puzzle: Puzzle 1.3.3 puzzle-base: Puzzle Base 1.3.3 puzzle-gui: Puzzle GUI 1.3.3 puzzle-models: Puzzle Models 1.3.3 puzzle-splashscreen: Puzzle Splash Screen 1.3.3 quilt_base: Quilt Base API 2.0.0-beta.2+1.19 quilt_biome: Quilt Biome API 2.0.0-beta.2+1.19 quilt_block_extensions: Quilt Block Extensions API 2.0.0-beta.2+1.19 quilt_client_command: Quilt Client Command API 2.0.0-beta.2+1.19 quilt_command: Quilt Command API 2.0.0-beta.2+1.19 quilt_crash_info: Quilt Crash Info 2.0.0-beta.2+1.19 quilt_dimension: Quilt Dimension API 2.0.0-beta.2+1.19 quilt_item_group: Quilt Item Group API 2.0.0-beta.2+1.19 quilt_item_setting: Quilt Item Setting API 2.0.0-beta.2+1.19 quilt_lifecycle_events: Quilt Lifecycle Events 2.0.0-beta.2+1.19 quilt_loader: Quilt Loader 0.17.1-beta.2 quilt_networking: Quilt Networking 2.0.0-beta.2+1.19 quilt_recipe: Quilt Recipe API 2.0.0-beta.2+1.19 quilt_registry: Quilt Registry API 2.0.0-beta.2+1.19 quilt_registry_entry_attachments: Quilt Registry Entry Attachments 2.0.0-beta.2+1.19 quilt_resource_loader: Quilt Resource Loader 2.0.0-beta.2+1.19 quilt_screen: Quilt Screen API 2.0.0-beta.2+1.19 quilt_tags: Quilt Tags API 2.0.0-beta.2+1.19 quilt_tooltip: Quilt Tooltip API 2.0.0-beta.2+1.19 quilted_fabric_api: Quilted Fabric API 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_api_base: Quilted Fabric API Base 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_api_lookup_api_v1: Quilted Fabric API Lookup API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_biome_api_v1: Quilted Fabric Biome API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_blockrenderlayer_v1: Quilted Fabric BlockRenderLayer Registration (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_command_api_v2: Quilted Fabric Command API (v2) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_content_registries_v0: Quilted Fabric Content Registries (v0) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_convention_tags_api_v1: Quilted Fabric Convention Tags API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_crash_report_info_v1: Quilted Fabric Crash Report Info (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_dimensions_v1: Quilted Fabric Dimensions API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_entity_events_v1: Quilted Fabric Entity Events (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_events_interaction_v0: Quilted Fabric Events Interaction (v0) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_game_rule_api_v1: Quilted Fabric Game Rule API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_item_api_v1: Quilted Fabric Item API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_item_groups_v0: Quilted Fabric Item Groups (v0) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_key_binding_api_v1: Quilted Fabric Key Binding API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_lifecycle_events_v1: Quilted Fabric Lifecycle Events (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_loot_api_v2: Quilted Fabric Loot API (v2) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_message_api_v1: Quilted Fabric Message API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_mining_level_api_v1: Quilted Fabric Mining Level API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_models_v0: Quilted Fabric Models (v0) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_networking_api_v1: Quilted Fabric Networking API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_object_builder_api_v1: Quilted Fabric Object Builder API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_particles_v1: Quilted Fabric Particles (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_registry_sync_v0: Quilted Fabric Registry Sync (v0) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_renderer_api_v1: Quilted Fabric Renderer API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_renderer_indigo: Quilted Fabric Renderer - Indigo 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_rendering_data_attachment_v1: Quilted Fabric Rendering Data Attachment (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_rendering_fluids_v1: Quilted Fabric Rendering Fluids (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_rendering_v1: Quilted Fabric Rendering (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_resource_conditions_api_v1: Quilted Fabric Resource Conditions API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_resource_loader_v0: Quilted Fabric Resource Loader (v0) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_screen_api_v1: Quilted Fabric Screen API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_screen_handler_api_v1: Quilted Fabric Screen Handler API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_textures_v0: Quilted Fabric Textures (v0) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_transfer_api_v1: Quilted Fabric Transfer API (v1) 2.0.0-alpha.3+0.55.3-1.19 quilted_fabric_transitive_access_wideners_v1: Quilted Fabric Transitive Access Wideners (v1) 2.0.0-alpha.3+0.55.3-1.19 rainbow-shenanigans: Rainbow Shenanigans 1.0.1 reeses-sodium-options: Reese's Sodium Options 1.4.3+mc1.19-build.43 roughlyenoughitems: Roughly Enough Items 9.0.491 satin: Satin 1.8.0 screenshotclipboard: Screenshot to Clipboard 1.0.9 shulkerboxtooltip: Shulker Box Tooltip 3.0.9+1.19 sign_editor: Better Signs & Frames 0.8.4 silence: Silence 1.19-fabric0.53.3-1.0.1 sit: Sit 1.19-20 skinlayers: 3d Skin Layers 1.4.7-mc1.19 smoothboot: Smooth Boot 1.19-1.7.1 sodium: Sodium 0.4.2+build.16 sodium-extra: Sodium Extra 0.4.5+mc1.19-build.43 sound_physics_remastered: Sound Physics Remastered 1.19-1.0.6 spruceui: SpruceUI 4.0.0+1.19 sspb: Sodium Shadowy Path Blocks 3.0.0 status-effect-bars: Status Effect Bars 1.0.1 stendhal: Stendhal 1.3.3-1.19 tooltipfix: ToolTip Fix 1.0.5-1.19 villager-hats: Villager Hats 1.4.1 visuality: Visuality 0.5.0 visualoverhaul: VisualOverhaul 4.1.1 voicechat: Simple Voice Chat 1.19-2.2.46 waveycapes: WaveyCapes 1.2.0 wi_zoom: WI Zoom 1.3-MC1.19 windchimes: Windchimes 1.2.1 Server Running: true Player Count: 1 / 8; [class_3222['EGOIST23'/389, l='ServerLevel[test 1.17]', x=83.58, y=23.00, z=-89.20]] Data Packs: vanilla, loadmyresources.hiddenpack (incompatible) World Generation: Stable Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'quilt'; Server brand changed to 'quilt' Launched Version: quilt-loader-0.17.1-beta.2-1.19 Client Crashes Since Restart: 0 Integrated Server Crashes Since Restart: 3 Suspected Mods: Minecraft (minecraft) image despite it is my single player world the crash report file refer to server idk why

and here is the latest log file in minecraft folder latest.log

idk what to do anymore ;-;

EGOIST1372 commented 2 years ago

ok after a lot of head scratching I removed held-item-info-1.3.0 and interdimensional-map-markers-1.0.1 and now my worlds load again ;-;-;-;-;-;-;-; idk which one of these 2 are the culprit but I'm gonna find out and report it to the right issue tracker I'm so sorry to bother you and wasted your time and I really appreciate your help and time you put in <3 <3 <3 honestly if it was any other dev they would probably mark this issue as closed and irrelevant but you are a great one <3 thanks

AHilyard commented 2 years ago

Looking at your crash reports, there were two separate issues there. One was Map Tooltip causing a crash when hovering over the map and the other was some other mod causing the other crash/world not loading. I'm glad you can at least load your world again. As for the first crash you experienced, the fix has been applied in the latest version (2.0.1) so you can re-add Map Tooltip.

I looked into the second crash for you, and the culprit is Interdimensional Map Markers, this line of code specifically: https://github.com/A5b84/interdimensional-map-markers/blob/28729d962128d0041128d74f1a5c4b853ec40a31/src/main/java/io/github/a5b84/interdimensionalmapmarkers/mixin/MapStateMixin.java#L43 (They are using a function that was removed in 1.19)

If you raise an issue the author will likely be able to fix it since it is the same author who made Held Item Info and they recently fixed a similar issue in that mod when porting to 1.19.

EGOIST1372 commented 2 years ago

Thank you so much <3 <3 I reported issue here