Waystones (Fabric Edition)

Waystones (Fabric Edition)

3M Downloads

Portstone causes crash in SMP

chimericdream opened this issue ยท 0 comments

commented

Versions

  • Minecraft Version: 1.16.5
  • Forge Version: 36.1.18
  • Mod Version: 7.6.1

Describe the bug
I tried to activate a newly placed portstone on our survival server, and it caused a crash. See crashlog below. It looks like it's throwing NoSuchMethodError on the PortstoneBlock.func\_235333\_g() function

Additional context (e.g. Crash Log if it crashed)

Crash log

---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!

Time: 6/1/21 1:33 AM
Description: Exception in server tick loop

java.lang.NoSuchMethodError: net.blay09.mods.waystones.block.PortstoneBlock.func_235333_g_()Lnet/minecraft/util/text/IFormattableTextComponent;
at net.blay09.mods.waystones.block.PortstoneBlock$1.func_145748_c_(PortstoneBlock.java:134) ~[waystones:7.6.1] {re:classloading}
at net.minecraftforge.fml.network.NetworkHooks.openGui(NetworkHooks.java:226) ~[forge:?] {re:classloading}
at net.blay09.mods.waystones.block.PortstoneBlock.func_225533_a_(PortstoneBlock.java:131) ~[waystones:7.6.1] {re:classloading}
at net.minecraft.block.AbstractBlock$AbstractBlockState.func_227031_a_(AbstractBlock.java:640) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:ferritecore.blockstatecache.mixin.json:AbstractBlockStateMixin,pl:mixin:APP:fabrication.mixins.json:e_mechanics.obsidian_tears.MixinAbstractBlockState,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.management.PlayerInteractionManager.func_219441_a(PlayerInteractionManager.java:338) ~[?:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:charm.mixins.json:PlayerInteractionManagerMixin,pl:mixin:APP:fabrication.mixins.json:d_minor_mechanics.fire_aspect_is_flint_and_steel.MixinServerPlayerInteractionManager,pl:mixin:APP:fabrication.mixins.json:e_mechanics.pursurvers.MixinServerPlayerInteractionManager,pl:mixin:APP:fabrication.mixins.json:c_tweaks.play_note_blocks_in_creative.MixinServerPlayerInteractionManager,pl:mixin:A}
at net.minecraft.network.play.ServerPlayNetHandler.func_184337_a(ServerPlayNetHandler.java:958) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:connection.ServerPlayNetHandlerMixin,pl:mixin:APP:backpacked.mixins.json:common.ServerPlayNetHandlerMixin,pl:mixin:APP:endergetic.mixins.json:ServerPlayNetHandlerMixin,pl:mixin:APP:fabrication.mixins.json:a_fixes.sync_attacker_yaw.MixinServerPlayNetworkHandler,pl:mixin:APP:fabrication.mixins.json:d_minor_mechanics.crawling.MixinServerPlayNetworkHandler,pl:mixin:APP:fabrication.mixins.json:b_utility.despawning_items_blink.MixinServerPlayNetworkHandler,pl:mixin:APP:fabrication.mixins.json:_general.sync.MixinServerPlayNetworkHandler,pl:mixin:A}
at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(SourceFile:36) ~[?:?] {re:classloading}
at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(SourceFile:10) ~[?:?] {re:classloading}
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?] {re:classloading}
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?] {re:classloading}
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?] {re:mixin,re:computing_frames,re:classloading}
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:734) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:159) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:717) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:711) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:696) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:646) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:A,pl:runtimedistcleaner:A}
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_292] {}

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

-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Linux (amd64) version 5.4.0-73-generic
Java Version: 1.8.0_292, Private Build
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Private Build
Memory: 673225504 bytes (642 MB) / 3201302528 bytes (3053 MB) up to 5726797824 bytes (5461 MB)
CPUs: 4
JVM Flags: 6 total; -Xms3072M -Xmx6144M -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=4 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlserver
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.5-36.1.18.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.1.18.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.1.18.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.5-36.1.18.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/forge-1.16.5-36.1.18.jar fml TRANSFORMATIONSERVICE
FML: 36.1
Forge: net.minecraftforge:36.1.18
FML Language Providers:
[email protected]
minecraft@1
Mod List:
upsizer-mc1.16.4-6.1.1.jar |Upsizer |upsizer |6.1.1 |DONE |NOSIGNATURE
placeableblazerods_1.16.5-1.1.jar |Placeable Blaze Rods |placeableblazerods |1.1 |DONE |NOSIGNATURE
ContentTweaker-1.16-1.0.0.develop.19.jar |ContentTweaker |contenttweaker |1.0.0.develop.19 |DONE |NOSIGNATURE
windowlogging-mc1.16.3_v0.0.4.jar |Windowlogging |windowlogging |0.0.4 |DONE |NOSIGNATURE
pitg-1.16.3-1.4.2.jar |Pane In The Glass |pitg |1.16.3-1.4.2 |DONE |NOSIGNATURE
BetterCaves-Forge-1.16.4-1.1.2.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.2 |DONE |NOSIGNATURE
CTM-MC1.16.1-1.1.2.6.jar |ConnectedTexturesMod |ctm |MC1.16.1-1.1.2.6 |DONE |NOSIGNATURE
YungsApi-1.16.4-Forge-6.jar |YUNG's API |yungsapi |1.16.4-Forge-6 |DONE |NOSIGNATURE
softerhaybales_1.16.5-1.3.jar |Softer Hay Bales |softerhaybales |1.3 |DONE |NOSIGNATURE
Wither-Skeleton-Tweaks-1.16.4-5.3.0.jar |Wither Skeleton Tweaks |wstweaks |5.3.0 |DONE |NOSIGNATURE
quickpaths_1.16.5-1.5.jar |Quick Paths |quickpaths |1.5 |DONE |NOSIGNATURE
zombievillagersfromspawner_1.16.5-1.4.jar |Zombie Villagers From Spawner |zombievillagersfromspawner |1.4 |DONE |NOSIGNATURE
ironagefurniture 1.16.4-1.16.5 0.2.0.5.jar |Iron Age Furniture |ironagefurniture |1.16.4-0.2.0 |DONE |NOSIGNATURE
SnowRealMagic-1.16.4-2.5.7.jar |Snow! Real Magic! |snowrealmagic |2.5.7 |DONE |NOSIGNATURE
Paraglider-1.16.5-1.3.1.1.jar |Paraglider |paraglider |1.3.1.1 |DONE |NOSIGNATURE
supplementaries-1.16.5-0.12.2.jar |Supplementaries |supplementaries |1.16.5-0.12.2 |DONE |NOSIGNATURE
refinedstorage-1.9.12.jar |Refined Storage |refinedstorage |1.9.12 |DONE |NOSIGNATURE
structure_gel-1.16.5-1.7.7.jar |Structure Gel API |structure_gel |1.7.7 |DONE |NOSIGNATURE
torchmaster-2.3.7.jar |Torchmaster |torchmaster |2.3.7 |DONE |NOSIGNATURE
ironfurnaces-1.16.5-2.6.8.jar |Iron Furnaces |ironfurnaces |2.6.8 |DONE |NOSIGNATURE
dungeons_plus-1.16.5-1.1.5.jar |Dungeons Plus |dungeons_plus |1.1.5 |DONE |NOSIGNATURE
ornamental-1.16.3-4.4.jar |Ornamental |ornamental |4.4 |DONE |NOSIGNATURE
mcw-trapdoors-1.0.2-mc1.16.5.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.2 |DONE |NOSIGNATURE
conduitspreventdrowned_1.16.5-1.2.jar |Conduits Prevent Drowned |conduitspreventdrowned |1.2 |DONE |NOSIGNATURE
supermartijn642corelib-1.0.4-mc1.16.5.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.4 |DONE |NOSIGNATURE
underwaterenchanting_1.16.5-1.3.jar |Underwater Enchanting |underwaterenchanting |1.3 |DONE |NOSIGNATURE
randomenchants-4.0.7.jar |Random Enchants |randomenchants |4.0.7 |DONE |NOSIGNATURE
curios-forge-1.16.5-4.0.5.1.jar |Curios API |curios |1.16.5-4.0.5.1 |DONE |NOSIGNATURE
shulkerdropstwo_1.16.5-1.4.jar |Shulker Drops Two |shulkerdropstwo |1.4 |DONE |NOSIGNATURE
Measurements-1.16.5-1.0.0.jar |Measurements |measurements |1.0.0 |DONE |NOSIGNATURE
tanknull-2.3-1.16.4.jar |Tank Null |tanknull |2.3-1.16.4 |DONE |NOSIGNATURE
Chunk Pregenerator-V1.16-3.0.5.jar |Chunk Pregenerator |chunkpregen |V1.16-3.0.5 |DONE |NOSIGNATURE
sapience-1.16.4-1.1.1.jar |Sapience |sapience |1.1.1 |DONE |NOSIGNATURE
nametagtweaks_1.16.5-1.5.jar |Name Tag Tweaks |nametagtweaks |1.5 |DONE |NOSIGNATURE
globalxp-1.16.5-v1.8.jar |Global XP |globalxp |v1.8 |DONE |NOSIGNATURE
Chimes-1.16.5-0.9.5.jar |Chimes |chimes |0.9.5 |DONE |NOSIGNATURE
cloth-config-4.11.26-forge.jar |Cloth Config v4 API |cloth-config |4.11.26 |DONE |NOSIGNATURE
smallernetherportals_1.16.5-1.6.jar |Smaller Nether Portals |smallernetherportals |1.6 |DONE |NOSIGNATURE
rainbegoneritual_1.16.5-1.4.jar |Rain Be Gone Ritual |rainbegoneritual |1.4 |DONE |NOSIGNATURE
FastLeafDecay-v25.jar |FastLeafDecay |fastleafdecay |v25 |DONE |NOSIGNATURE
Disenchanting-forge-1.16.5-1.7.1.jar |Disenchanting |disenchanting |1.6.0 |DONE |NOSIGNATURE
CodeChickenLib-1.16.4-3.5.1.408-universal.jar |CodeChicken Lib |codechickenlib |3.5.1.408 |DONE |31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
BetterMineshafts-Forge-1.16.4-2.0.3.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.3 |DONE |NOSIGNATURE
randombonemealflowers_1.16.5-1.3.jar |Random Bone Meal Flowers |randombonemealflowers |1.3 |DONE |NOSIGNATURE
StructuredCrafting-1.16.4-0.2.2.jar |StructuredCrafting |structuredcrafting |0.2.2 |DONE |NOSIGNATURE
SaveMyStronghold-1.16.4-1.0.jar |Save My Stronghold! |savemystronghold |1.16.4-1.0 |DONE |NOSIGNATURE
QuarkOddities-1.16.3.jar |Quark Oddities |quarkoddities |1.16.3 |DONE |NOSIGNATURE
Kiwi-1.16.5-3.5.1.jar |Kiwi |kiwi |3.5.1 |DONE |NOSIGNATURE
Notes-1.16.5-1.2.3.jar |Notes |notes |1.16.5-1.2.3 |DONE |NOSIGNATURE
RawOresMod B0.1.jar |Raw Ores Mod |raw_ores_mod |1.0.0 |DONE |NOSIGNATURE
cogwheeltweaker-mc1.16.3_v0.0.2.jar |Cogwheel Tweaker |cogwheeltweaker |mc1.16.3_v0.0.2 |DONE |NOSIGNATURE
jei-1.16.5-7.7.0.101.jar |Just Enough Items |jei |7.7.0.101 |DONE |NOSIGNATURE
Jellyfishing-1.6.9.jar |Jellyfishing |jellyfishing |1.6.8 |DONE |NOSIGNATURE
differentiate-1.16.5-0.5.0.jar |Differentiate |differentiate |0.5.0 |DONE |NOSIGNATURE
caelus-forge-1.16.5-2.1.3.0.jar |Caelus API |caelus |1.16.5-2.1.3.0 |DONE |NOSIGNATURE
SneakyMagic-v1.3.2-1.16.5.jar |Sneaky Magic |sneakymagic |1.3.2 |DONE |9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
RingsOfAscension-1.16.4-1.6.0.jar |Rings of Ascension |ringsofascension |1.6.0 |DONE |NOSIGNATURE
easyelytratakeoff_1.16.5-1.7.jar |Easy Elytra Takeoff |easyelytratakeoff |1.7 |DONE |NOSIGNATURE
NaturesCompass-1.16.5-1.8.6.jar |Nature's Compass |naturescompass |1.16.5-1.8.6 |DONE |NOSIGNATURE
1.16.5-additionalbars-2.0.3.jar |Additional Bars |additionalbars |2.0.3 |DONE |NOSIGNATURE
cursedearth-3.2.jar |Cursed Earth |cursedearth |3.2 |DONE |NOSIGNATURE
angelblock-3.0.jar |Angel Block |angelblock |3.0 |DONE |NOSIGNATURE
fantasy-forge-1.1.1.jar |Fantasy Mounts |fantasy |1.0 |DONE |NOSIGNATURE
curioofundying-forge-1.16.5-5.2.0.0.jar |Curio of Undying |curioofundying |1.16.5-5.2.0.0 |DONE |NOSIGNATURE
FarmingForBlockheads_1.16.3-7.3.0.jar |Farming for Blockheads |farmingforblockheads |7.3.0 |DONE |NOSIGNATURE
grassseeds_1.16.5-1.4.jar |Grass Seeds |grassseeds |1.4 |DONE |NOSIGNATURE
JEITweaker-1.16.5-1.0.1.27.jar |JEI Tweaker |jeitweaker |1.0.1.27 |DONE |NOSIGNATURE
dismountentity_1.16.5-1.4.jar |Dismount Entity |dismountentity |1.4 |DONE |NOSIGNATURE
CraftTweaker-1.16.5-7.1.0.307.jar |CraftTweaker |crafttweaker |7.1.0.307 |DONE |NOSIGNATURE
extendedbonemeal_1.16.5-1.3.jar |Extended Bone Meal |extendedbonemeal |1.3 |DONE |NOSIGNATURE
wooltweaks_1.16.5-1.2.jar |Wool Tweaks |wooltweaks |1.2 |DONE |NOSIGNATURE
ironchest-1.16.4-11.2.10.jar |Iron Chests |ironchest |1.16.4-11.2.10 |DONE |NOSIGNATURE
forge-1.16.5-36.1.18-server.jar |Minecraft |minecraft |1.16.5 |DONE |NOSIGNATURE
morevanillalib-1.16.4-1.4.0.jar |MoreVanillaLib |morevanillalib |1.4.0 |DONE |NOSIGNATURE
inventorytotem_1.16.5-1.3.jar |Inventory Totem |inventorytotem |1.3 |DONE |NOSIGNATURE
Wither-Proof Block_forge-1.0.3.jar |Wither-Proof Block Mod |wpbmod |1.0.3 |DONE |NOSIGNATURE
CreateTweaker-1.0.0.13.jar |CreateTweaker |createtweaker |1.0.0.13 |DONE |NOSIGNATURE
Mantle-1.16.5-1.6.103.jar |Mantle |mantle |1.6.103 |DONE |NOSIGNATURE
ftb-backups-2.1.1.6.jar |FTB Backups |ftbbackups |2.1.1.6 |DONE |NOSIGNATURE
dragondropselytra_1.16.5-1.3.jar |Dragon Drops Elytra |dragondropselytra |1.3 |DONE |NOSIGNATURE
cyclepaintings_1.16.5-1.6.jar |Cycle Paintings |cyclepaintings |1.6 |DONE |NOSIGNATURE
baubley-heart-canisters-1.16.4-1.1.2.jar |Baubley Heart Canisters |bhc |1.1.2 |DONE |NOSIGNATURE
morewaterlogging-1.4.jar |More Waterlogging |morewaterlogging |1.4 |DONE |NOSIGNATURE
AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |DONE |NOSIGNATURE
backpacked-1.10.0-1.16.3.jar |Backpacked |backpacked |1.10.0 |DONE |NOSIGNATURE
backpacker-1.3.0-1.16.3.jar |Backpacker |backpacker |1.3.0 |DONE |NOSIGNATURE
lanterncolors-1.16.3-2.1.1.jar |Lantern Colors |lanterncolors |1.16.2-2.1.1 |DONE |NOSIGNATURE
FastFurnace-1.16.4-4.4.0.jar |FastFurnace |fastfurnace |4.4.0 |DONE |NOSIGNATURE
step-1.16.4-1.1.0.jar |Step |step |1.1.0 |DONE |NOSIGNATURE
wrenchest-1.16.2-v1.0.1.jar |Wrenchest |wrenchest |v1.0.1 |DONE |NOSIGNATURE
lostandfound-1.0-1.16.4.jar |Lost and Found |lostandfound |1.0-1.16.4 |DONE |NOSIGNATURE
CyclopsCore-1.16.5-1.11.6.jar |Cyclops Core |cyclopscore |1.11.6 |DONE |NOSIGNATURE
curiousshulkerboxes-forge-1.16.5-4.0.1.0.jar |Curious Shulker Boxes |curiousshulkerboxes |1.16.5-4.0.1.0 |DONE |NOSIGNATURE
superflatworldnoslimes_1.16.5-1.3.jar |Superflat World No Slimes |superflatworldnoslimes |1.3 |DONE |NOSIGNATURE
fish_in_planks-1.16.5-0.3.jar |Fish in Planks |fish_in_planks |1.16.5-0.3 |DONE |NOSIGNATURE
glazedsymmetry-1.0.jar |Glazed Symmetry |glazedsymmetry |1.0 |DONE |NOSIGNATURE
KleeSlabs_1.16.5-9.2.1.jar |KleeSlabs |kleeslabs |9.2.1 |DONE |NOSIGNATURE
gildedarmor-forge-1.16.5-1.1.2.jar |Gilded Armor |gildedarmor |1.1.2 |DONE |NOSIGNATURE
chiseled0.4.3.jar |Chiseled |chiseled |0.2.2 |DONE |NOSIGNATURE
BowInfinityFix-1.16.x-rv9.1.jar |Bow Infinity Fix |bowinfinityfix |rv9.1 |DONE |NOSIGNATURE
glassential-forge-1.16.5-1.1.6.jar |Glassential |glassential |1.1.6 |DONE |NOSIGNATURE
CookingForBlockheads_1.16.5-9.3.2.jar |Cooking for Blockheads |cookingforblockheads |9.3.2 |DONE |NOSIGNATURE
Placebo-1.16.4-4.4.5.jar |Placebo |placebo |4.4.5 |DONE |NOSIGNATURE
jumpoverfences-1.16.4-1.0.1.jar |Jump Over Fences |jumpoverfences |1.16.4-1.0.1 |DONE |NOSIGNATURE
dankstorage-3.16.jar |Dank Storage |dankstorage |3.16 |DONE |NOSIGNATURE
citadel-1.6.3.jar |Citadel |citadel |1.6.3 |DONE |NOSIGNATURE
alexsmobs-1.10.1.jar |Alex's Mobs |alexsmobs |1.10.1 |DONE |NOSIGNATURE
Bookshelf-1.16.5-10.0.8.jar |Bookshelf |bookshelf |10.0.8 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
forgery-1.3.4.jar |Fabrication |fabrication |1.3.4 |DONE |NOSIGNATURE
buildinggadgets-1.16.5-3.8.0.jar |Building Gadgets |buildinggadgets |3.8.0 |DONE |NOSIGNATURE
forge-1.16.5-36.1.18-universal.jar |Forge |forge |36.1.18 |DONE |22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
cofh_core-1.16.4-1.2.1.jar |CoFH Core |cofh_core |1.2.1 |DONE |NOSIGNATURE
AppleSkin-mc1.16.2-forge-1.0.14.jar |AppleSkin |appleskin |1.0.14 |DONE |NOSIGNATURE
mcw-doors-1.0.2-mc1.16.5.jar |Macaw's Doors |mcwdoors |1.0.2 |DONE |NOSIGNATURE
ironshulkerboxes-1.16.4-5.1.11.jar |Iron Shulker Boxes |ironshulkerbox |1.16.4-5.1.11 |DONE |NOSIGNATURE
betterbeaconplacement_1.16.5-1.3.jar |Better Beacon Placement |betterbeaconplacement |1.3 |DONE |NOSIGNATURE
lavasponge-1.0.2-1.16.5.jar |LavaSponge |lavasponge |1.0.2-1.16.5 |DONE |NOSIGNATURE
chocolate-1.3.0-1.16.4.jar |Chocolate |chocolate |1.3.0-1.16.4 |DONE |NOSIGNATURE
anviltweaks-3.1.jar |Anvil Tweaks |anviltweaks |3.1 |DONE |NOSIGNATURE
mcw-bridges-1.0.5-mc1.16.5-4.jar |Macaw's Bridges |mcwbridges |1.0.5 |DONE |NOSIGNATURE
FarmersDelight-1.16.5-0.4.3.jar |Farmer's Delight |farmersdelight |1.16.5-0.4.3 |DONE |NOSIGNATURE
fd_cookbook-2.0.jar |Farmers Delight Cookbook |fd_cookbook |2.0 |DONE |NOSIGNATURE
customizableelytra-1.16.4-1.4.4.jar |Customizable Elytra |customizableelytra |1.16.4-1.4.4 |DONE |NOSIGNATURE
Curious Armor Stands-1.16.5-2.1.0.jar |Curious Armor Stands |curious_armor_stands |1.16.5-2.1.0 |DONE |NOSIGNATURE
Compressium-1.16.5-1.2.2.jar |Compressium |compressium |1.2.2 |DONE |NOSIGNATURE
betterspawnercontrol_1.16.5-1.3.jar |Better Spawner Control |betterspawnercontrol |1.3 |DONE |NOSIGNATURE
finallyfarmabledyes-1.16.4-1.2.0.1.jar |Finally Farmable Dyes |finallyfarmabledyes |1.2.0.1 |DONE |NOSIGNATURE
mcw-fences-1.0.0-mc1.16.5.jar |Macaw's Fences and Walls |mcwfences |1.0.0 |DONE |NOSIGNATURE
skinned_lanterns-1.16.5-1.3.1.jar |Skinned Lanterns |skinnedlanterns |1.16.5-1.3.1 |DONE |NOSIGNATURE
mining_dimension-1.16.5-1.0.5.jar |Mining World |mining_dimension |1.16.5-1.0.5 |DONE |NOSIGNATURE
shulker_enchantments-1.1.1.jar |Shulker Enchantments |shulker_enchantments |1.1.1 |DONE |NOSIGNATURE
Patchouli-1.16.4-51.jar |Patchouli |patchouli |1.16.4-51 |DONE |NOSIGNATURE
morecharcoal-1.16.4-1.jar |More Charcoal |morecharcoal |1.16.4-1 |DONE |NOSIGNATURE
leap-1.16.4-1.1.1.jar |Leap |leap |1.1.1 |DONE |NOSIGNATURE
collective-1.16.5-2.26.jar |Collective |collective |2.26 |DONE |NOSIGNATURE
OreExcavation-1.8.157.jar |Ore Excavation |oreexcavation |1.8.157 |DONE |e7:68:1c:0d:b9:7e:cf:f8:f3:40:9c:84:c5:39:d7:a4:59:78:b0:6b:c3:fd:b7:4f:69:18:a3:88:e3:76:8c:3f
elevatorid-1.16.5-1.7.13.jar |Elevator Mod |elevatorid |1.16.5-1.7.13 |DONE |NOSIGNATURE
BetterStrongholds-1.16.4-1.1.jar |YUNG's Better Strongholds |betterstrongholds |1.16.4-1.1 |DONE |NOSIGNATURE
architectury-1.17.20-forge.jar |Architectury |architectury |1.17.20 |DONE |NOSIGNATURE
ftb-gui-library-1605.2.1.41-forge.jar |FTB GUI Library |ftbguilibrary |1605.2.1.41 |DONE |NOSIGNATURE
curiouselytra-forge-1.16.5-4.0.2.3.jar |Curious Elytra |curiouselytra |1.16.5-4.0.2.3 |DONE |NOSIGNATURE
trashcans-1.0.10-mc1.16.5.jar |Trash Cans |trashcans |1.0.10 |DONE |NOSIGNATURE
bwncr-1.16.4-3.9.16.jar |Bad Wither No Cookie Reloaded |bwncr |1.16.4-3.9.16 |DONE |NOSIGNATURE
infinitetrading_1.16.5-1.4.jar |Infinite Trading |infinitetrading |1.4 |DONE |NOSIGNATURE
voidtotem-1.16.5-1.4.0.jar |Void Totem |voidtotem |1.16.5-1.4.0 |DONE |NOSIGNATURE
scaffoldingdropsnearby_1.16.5-1.3.jar |Scaffolding Drops Nearby |scaffoldingdropsnearby |1.3 |DONE |NOSIGNATURE
handoveryouritems_1.16.5-1.2.jar |Hand Over Your Items |handoveryouritems |1.2 |DONE |NOSIGNATURE
craftingstation-4.1.1.jar |Crafting Station |craftingstation |4.1.1 |DONE |NOSIGNATURE
snad-1.0.5-1.16.5.jar |Snad |snad |1.0.5 |DONE |NOSIGNATURE
MoreJellyfish-1.1.5.jar |More Jellyfish |more_jellyfish |1.0.0 |DONE |NOSIGNATURE
biggerspongeabsorptionradius_1.16.5-1.3.jar |Bigger Sponge Absorption Radiu|biggerspongeabsorptionradius |1.3 |DONE |NOSIGNATURE
abnormals_core-1.16.5-3.1.1.jar |Abnormals Core |abnormals_core |3.1.1 |DONE |NOSIGNATURE
environmental-1.16.5-1.0.0.jar |Environmental |environmental |1.0.0 |DONE |NOSIGNATURE
Peculiars-1.16.4-1.1.0.jar |Peculiars |peculiars |1.1.0 |DONE |NOSIGNATURE
cookielicious-1.16.5-1.2.2.jar |Cookielicious |cookielicious |1.2.2 |DONE |NOSIGNATURE
Bayou-Blues-1.16.5-1.0.4.jar |Bayou Blues |bayou_blues |1.16.5-1.0.4 |DONE |NOSIGNATURE
upgrade_aquatic-1.16.5-3.1.0.jar |Upgrade Aquatic |upgrade_aquatic |3.1.0 |DONE |NOSIGNATURE
Better-Badlands-1.16.5-2.0.3.jar |Better Badlands |better_badlands |1.16.5-2.0.3 |DONE |NOSIGNATURE
endergetic-1.16.4-3.0.0.jar |The Endergetic Expansion |endergetic |3.0.0 |DONE |NOSIGNATURE
nether_extension-1.16.5-1.0.0.jar |Nether Extension |nether_extension |1.0.0 |DONE |NOSIGNATURE
neapolitan-1.16.5-2.1.0.jar |Neapolitan |neapolitan |2.1.0 |DONE |NOSIGNATURE
personality-1.16.5-1.0.2.jar |Personality |personality |1.0.2 |DONE |NOSIGNATURE
savageandravage-1.16.5-3.1.0.jar |Savage & Ravage |savageandravage |3.1.0 |DONE |NOSIGNATURE
autumnity-1.16.5-2.1.1.jar |Autumnity |autumnity |2.1.1 |DONE |NOSIGNATURE
allurement-1.16.5-1.1.1.jar |Allurement |allurement |1.1.1 |DONE |NOSIGNATURE
caverns_and_chasms-1.16.5-1.0.0.jar |Caverns & Chasms |caverns_and_chasms |1.0.0 |DONE |NOSIGNATURE
buzzier_bees-1.16.5-3.0.1.jar |Buzzier Bees |buzzier_bees |3.0.1 |DONE |NOSIGNATURE
berry_good-1.16.5-4.1.1.jar |Berry Good |berry_good |4.1.1 |DONE |NOSIGNATURE
Enhanced-Mushrooms-1.16.5-3.0.7.jar |Enhanced Mushrooms |enhanced_mushrooms |1.16.5-3.0.7 |DONE |NOSIGNATURE
justmobheads_1.16.5-4.0.jar |Just Mob Heads |justmobheads |4.0 |DONE |NOSIGNATURE
enchantingcommands_1.16.5-1.6.jar |Enchanting Commands |enchantingcommands |1.6 |DONE |NOSIGNATURE
extraboats-1.16.5-2.1.0.jar |Extra Boats |extraboats |2.1.0 |DONE |NOSIGNATURE
ensorcellation-1.16.4-1.2.0.jar |Ensorcellation |ensorcellation |1.2.0 |DONE |NOSIGNATURE
create-mc1.16.5_v0.3.1c.jar |Create |create |mc1.16.5_v0.3.1c+151|DONE |NOSIGNATURE
Waystones_1.16.5-7.6.1.jar |Waystones |waystones |7.6.1 |DONE |NOSIGNATURE
mcw-paintings-1.0.1-mc1.16.5.jar |Macaw's Paintings |mcwpaintings |1.0.1 |DONE |NOSIGNATURE
FastSuite-1.16.4-1.0.2.jar |FastSuite |fastsuite |1.0.2 |DONE |NOSIGNATURE
Clumps-6.0.0.24.jar |Clumps |clumps |6.0.0.24 |DONE |NOSIGNATURE
journeymap-1.16.5-5.7.1.jar |Journeymap |journeymap |5.7.1 |DONE |NOSIGNATURE
SimpleStorageNetwork-1.16.5-1.3.5.jar |Simple Storage Network |storagenetwork |1.16.5-1.3.5 |DONE |1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
decorative_blocks-1.16.4-1.7.2.jar |Decorative Blocks |decorative_blocks |1.7.2 |DONE |NOSIGNATURE
respawningshulkers_1.16.5-1.4.jar |Respawning Shulkers |respawningshulkers |1.4 |DONE |NOSIGNATURE
BadMobs-1.16.5-9.0.3.jar |BadMobs |badmobs |9.0.3 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
bedspreads-forge-1.16.5-5.1.0.2.jar |Bedspreads |bedspreads |1.16.5-5.1.0.2 |DONE |NOSIGNATURE
walljump-forge-1.16.4-1.3.7.jar |Wall-Jump! |walljump |1.16.4-1.3.7 |DONE |NOSIGNATURE
fixedanvilrepaircost_1.16.5-1.4.jar |Fixed Anvil Repair Cost |fixedanvilrepaircost |1.4 |DONE |NOSIGNATURE
EnderStorage-1.16.4-2.7.1.166-universal.jar |EnderStorage |enderstorage |2.7.1.166 |DONE |31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
Seasonals-1.16.4-1.4.1.jar |Seasonals |seasonals |1.4.1 |DONE |NOSIGNATURE
scuba-gear-1.16.5-1.0.3.jar |Scuba Gear |scuba_gear |1.0.3 |DONE |NOSIGNATURE
deathbackup_1.16.5-1.4.jar |Death Backup |deathbackup |1.4 |DONE |NOSIGNATURE
Inspirations-1.16.5-1.2.3.32.jar |Inspirations |inspirations |1.2.3.32 |DONE |NOSIGNATURE
woolplates-1.16.2-v1.2.1.jar |Wool Pressure Plates |woolplates |v1.2.1 |DONE |NOSIGNATURE
swingthroughgrass-1.16.4-1.5.3.jar |SwingThroughGrass |swingthroughgrass |1.16.4-1.5.3 |DONE |NOSIGNATURE
ToolBelt-1.16.5-1.16.0.jar |Tool Belt |toolbelt |1.16.0 |DONE |NOSIGNATURE
Abundance-1.16.5-1.0.5.jar |Abundance |abundance |1.16.5-1.0.5 |DONE |NOSIGNATURE
icepreventscropgrowth_1.16.5-1.2.jar |Ice Prevents Crop Growth |icepreventscropgrowth |1.2 |DONE |NOSIGNATURE
Jade-1.16.4-2.7.1.jar |Jade |jade |2.7.1 |DONE |NOSIGNATURE
archers_paradox-1.16.4-1.2.0.jar |Archer's Paradox |archers_paradox |1.2.0 |DONE |NOSIGNATURE
towers_of_the_wild-1.16.4-2.0.1.jar |Towers Of The Wild |towers_of_the_wild |1.16.4-2.0.1 |DONE |NOSIGNATURE
lepton-1.16.5-1.3.0.jar |Lepton |lepton |1.3.0 |DONE |NOSIGNATURE
atmospheric-1.16.5-3.1.0.jar |Atmospheric |atmospheric |3.1.0 |DONE |NOSIGNATURE
justplayerheads_1.16.5-1.6.jar |Just Player Heads |justplayerheads |1.6 |DONE |NOSIGNATURE
Quark-r2.4-312.jar |Quark |quark |r2.4-312 |DONE |NOSIGNATURE
charm-forge-1.16.5-2.3.2.jar |Charm |charm |2.3.2 |DONE |NOSIGNATURE
SBM-CharcoalBlock-1.16.5-1.1.0.jar |SBM-Charcoal Block |sbmcharcoalblock |v1.1.0 |DONE |NOSIGNATURE
FastWorkbench-1.16.4-4.5.1.jar |FastWorkbench |fastbench |4.5.1 |DONE |NOSIGNATURE
abnormals_delight-1.16.5-1.1.1.jar |Abnormals Delight |abnormals_delight |1.1.1 |DONE |NOSIGNATURE
StorageDrawers-1.16.3-8.2.2.jar |Storage Drawers |storagedrawers |8.2.2 |DONE |NOSIGNATURE
performant-1.16.2-5-3.64m.jar |Performant |performant |3.56m |DONE |NOSIGNATURE
vanillahammers-1.16.4-2.2.0.jar |Vanilla Hammers |vanillahammers |2.2.0 |DONE |NOSIGNATURE
betterconduitplacement_1.16.5-1.2.jar |Better Conduit Placement |betterconduitplacement |1.2 |DONE |NOSIGNATURE
mobcatcher-3.2.jar |Mob Catcher |mobcatcher |3.2 |DONE |NOSIGNATURE
ferritecore-2.0.4-forge.jar |Ferrite Core |ferritecore |2.0.4 |DONE |41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
ice_ice_baby-1.16.4-3.0.1.jar |Ice Ice Baby |ice_ice_baby |3.0.1 |DONE |NOSIGNATURE
refinedstorageaddons-0.7.2.jar |Refined Storage Addons |refinedstorageaddons |0.7.2 |DONE |NOSIGNATURE
chiselsandbits-0.3.4-RELEASE.jar |Chisels & bits |chiselsandbits |NONE |DONE |NOSIGNATURE
OpenLoader-1.16.5-9.0.2.jar |OpenLoader |openloader |9.0.2 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
balancedenchanting-1.0.jar |Balanced Enchanting |balancedenchanting |1.0 |DONE |NOSIGNATURE
Crash Report UUID: 2a1e5c20-5517-4894-988e-61bdf48cf002
Kiwi Modules:
kiwi:contributors
kiwi:data
snowrealmagic:core
snowrealmagic:world
Player Count: 1 / 10; [ServerPlayerEntity['chimericdream'/238, l='ServerLevel[pundemonium]', x=1652.25, y=73.50, z=2311.73]]
Data Packs: vanilla, mod:upsizer, mod:placeableblazerods, mod:windowlogging (incompatible), mod:pitg (incompatible), mod:bettercaves (incompatible), mod:ctm (incompatible), mod:yungsapi, mod:softerhaybales, mod:wstweaks (incompatible), mod:quickpaths, mod:zombievillagersfromspawner, mod:ironagefurniture (incompatible), mod:snowrealmagic, mod:paraglider, mod:supplementaries, mod:structure_gel, mod:torchmaster (incompatible), mod:ironfurnaces, mod:dungeons_plus, mod:ornamental, mod:mcwtrpdoors (incompatible), mod:conduitspreventdrowned, mod:underwaterenchanting, mod:randomenchants, mod:curios, mod:shulkerdropstwo, mod:tanknull (incompatible), mod:chunkpregen, mod:sapience, mod:nametagtweaks, mod:globalxp, mod:chimes, mod:cloth-config (incompatible), mod:smallernetherportals, mod:rainbegoneritual, mod:fastleafdecay (incompatible), mod:disenchanting (incompatible), mod:codechickenlib (incompatible), mod:bettermineshafts, mod:randombonemealflowers, mod:structuredcrafting, mod:savemystronghold, mod:quarkoddities (incompatible), mod:kiwi, mod:notes (incompatible), mod:jei, mod:jellyfishing (incompatible), mod:differentiate, mod:caelus, mod:ringsofascension (incompatible), mod:easyelytratakeoff, mod:naturescompass (incompatible), mod:additionalbars (incompatible), mod:fantasy, mod:curioofundying, mod:farmingforblockheads (incompatible), mod:grassseeds, mod:jeitweaker, mod:dismountentity, mod:crafttweaker, mod:extendedbonemeal, mod:wooltweaks, mod:ironchest (incompatible), mod:morevanillalib, mod:inventorytotem, mod:createtweaker, mod:mantle (incompatible), mod:ftbbackups (incompatible), mod:dragondropselytra, mod:cyclepaintings, mod:bhc (incompatible), mod:autoreglib (incompatible), mod:backpacked (incompatible), mod:backpacker, mod:lanterncolors (incompatible), mod:fastfurnace (incompatible), mod:step (incompatible), mod:wrenchest, mod:cyclopscore, mod:curiousshulkerboxes, mod:superflatworldnoslimes, mod:fish_in_planks, mod:glazedsymmetry, mod:kleeslabs (incompatible), mod:chiseled, mod:bowinfinityfix (incompatible), mod:glassential (incompatible), mod:cookingforblockheads (incompatible), mod:placebo (incompatible), mod:jumpoverfences, mod:dankstorage, mod:citadel (incompatible), mod:alexsmobs, mod:bookshelf, mod:fabrication, mod:buildinggadgets, mod:forge, mod:cofh_core (incompatible), mod:appleskin, mod:mcwdoors, mod:betterbeaconplacement, mod:chocolate, mod:mcwbridges, mod:farmersdelight, mod:fd_cookbook, mod:customizableelytra, mod:curious_armor_stands, mod:betterspawnercontrol, mod:finallyfarmabledyes (incompatible), mod:mcwfences, mod:skinnedlanterns, mod:mining_dimension, mod:shulker_enchantments, mod:patchouli (incompatible), mod:morecharcoal (incompatible), mod:leap (incompatible), mod:collective, mod:oreexcavation, mod:elevatorid, mod:betterstrongholds, mod:architectury, mod:ftbguilibrary (incompatible), mod:curiouselytra, mod:trashcans, mod:bwncr (incompatible), mod:infinitetrading, mod:voidtotem, mod:scaffoldingdropsnearby, mod:handoveryouritems, mod:craftingstation (incompatible), mod:snad (incompatible), mod:more_jellyfish (incompatible), mod:biggerspongeabsorptionradius, mod:abnormals_core, mod:environmental, mod:peculiars, mod:cookielicious, mod:bayou_blues, mod:upgrade_aquatic, mod:better_badlands, mod:endergetic, mod:nether_extension, mod:neapolitan, mod:personality, mod:savageandravage, mod:autumnity, mod:allurement, mod:caverns_and_chasms, mod:buzzier_bees, mod:berry_good, mod:enhanced_mushrooms, mod:justmobheads, mod:enchantingcommands, mod:extraboats, mod:ensorcellation (incompatible), mod:create, mod:waystones (incompatible), mod:mcwpaintings (incompatible), mod:clumps, mod:journeymap (incompatible), mod:storagenetwork, mod:decorative_blocks, mod:respawningshulkers, mod:badmobs (incompatible), mod:bedspreads, mod:walljump (incompatible), mod:fixedanvilrepaircost, mod:enderstorage (incompatible), mod:seasonals, mod:scuba_gear (incompatible), mod:deathbackup, mod:inspirations (incompatible), mod:woolplates, mod:swingthroughgrass (incompatible), mod:toolbelt (incompatible), mod:abundance, mod:icepreventscropgrowth, mod:jade, mod:archers_paradox (incompatible), mod:towers_of_the_wild, mod:lepton, mod:atmospheric, mod:justplayerheads, mod:quark (incompatible), mod:charm, mod:sbmcharcoalblock, mod:fastbench (incompatible), mod:abnormals_delight, mod:storagedrawers (incompatible), mod:performant (incompatible), mod:vanillahammers, mod:betterconduitplacement, mod:mobcatcher (incompatible), mod:ferritecore (incompatible), mod:ice_ice_baby (incompatible), mod:chiselsandbits (incompatible), mod:openloader, openloader/data/afk display v1.1.0.zip, openloader/data/armor statues v2.8.1.zip, openloader/data/custom villager shops v1.2.0.zip, openloader/data/gem villagers v4.3.3.zip, openloader/data/player head drops v1.1.0.zip, openloader/data/redstone rotation wrench v1.1.1.zip, openloader/data/spawning spheres v1.1.0.zip, openloader/data/terracotta rotation wrench v1.1.1.zip, openloader/data/villager workstation highlights v1.1.0.zip, openloader/data/wandering trades hermit edition v1.4.0.zip, mod:ironshulkerbox (incompatible), mod:raw_ores_mod, mod:lavasponge (incompatible), mod:anviltweaks (incompatible), openloader/data/pannotia_data_v1, openloader/data/pannotia_worldgen_v1, mod:refinedstorage, mod:fastsuite (incompatible), mod:refinedstorageaddons, openloader/data/silky-spawners-newt-update.zip, mod:supermartijn642corelib, mod:measurements, mod:cursedearth, mod:angelblock (incompatible), mod:morewaterlogging (incompatible), mod:lostandfound (incompatible), mod:wpbmod, mod:compressium (incompatible), mod:sneakymagic, mod:gildedarmor, mod:balancedenchanting (incompatible), mod:contenttweaker, mod:cogwheeltweaker (incompatible), openloader/data/contenttweaker
Is Modded: Definitely; Server brand changed to 'forge'
Type: Dedicated Server (map_server.txt)