Skip to content

Instantly share code, notes, and snippets.

@ChiefLogan3010
Created February 5, 2022 12:07
Show Gist options
  • Save ChiefLogan3010/6caa8cf3a65aa56d52370efadec78e1f to your computer and use it in GitHub Desktop.
Save ChiefLogan3010/6caa8cf3a65aa56d52370efadec78e1f to your computer and use it in GitHub Desktop.
Factory Automation Crash
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 2/5/22, 12:02 PM
Description: Exception ticking world
java.lang.NoSuchMethodError: 'net.minecraft.nbt.CompoundTag boblovespi.factoryautomation.common.tileentity.smelting.TEStoneCastingVessel.save(net.minecraft.nbt.CompoundTag)'
at boblovespi.factoryautomation.common.tileentity.smelting.TEStoneCastingVessel.getUpdatePacket(TEStoneCastingVessel.java:252) ~[FactoryAutomation-mc1.18.1-alpha0.4.0.jar%23122!/:mc1.18.1-alpha0.4.0] {re:classloading}
at boblovespi.factoryautomation.common.tileentity.smelting.TEStoneCastingVessel.m_183216_(TEStoneCastingVessel.java:37) ~[FactoryAutomation-mc1.18.1-alpha0.4.0.jar%23122!/:mc1.18.1-alpha0.4.0] {re:classloading}
at net.minecraft.server.level.ChunkHolder.m_140029_(ChunkHolder.java:228) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:classloading}
at net.minecraft.server.level.ChunkHolder.m_140032_(ChunkHolder.java:220) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:classloading}
at net.minecraft.server.level.ChunkHolder.m_140054_(ChunkHolder.java:200) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:classloading}
at net.minecraft.server.level.ServerChunkCache.m_184021_(ServerChunkCache.java:371) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?] {re:mixin}
at net.minecraft.server.level.ServerChunkCache.m_8490_(ServerChunkCache.java:370) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.server.level.ServerChunkCache.m_142483_(ServerChunkCache.java:311) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:278) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:sereneseasons:temperature_transformer,re:classloading,pl:accesstransformer:B,xf:fml:sereneseasons:temperature_transformer,pl:mixin:APP:biomemakeover-common.mixins.json:ServerLevelMixin_Mansion,pl:mixin:APP:biomemakeover-common.mixins.json:multipart.ServerLevelMixin,pl:mixin:APP:snowrealmagic.mixins.json:ServerLevelMixin,pl:mixin:APP:assets/sound_physics_remastered/sound_physics_remastered.mixins.json:ServerWorldMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:868) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:808) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:86) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:668) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:258) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
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: Server thread
Stacktrace:
at boblovespi.factoryautomation.common.tileentity.smelting.TEStoneCastingVessel.getUpdatePacket(TEStoneCastingVessel.java:252) ~[FactoryAutomation-mc1.18.1-alpha0.4.0.jar%23122!/:mc1.18.1-alpha0.4.0] {re:classloading}
at boblovespi.factoryautomation.common.tileentity.smelting.TEStoneCastingVessel.m_183216_(TEStoneCastingVessel.java:37) ~[FactoryAutomation-mc1.18.1-alpha0.4.0.jar%23122!/:mc1.18.1-alpha0.4.0] {re:classloading}
at net.minecraft.server.level.ChunkHolder.m_140029_(ChunkHolder.java:228) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:classloading}
at net.minecraft.server.level.ChunkHolder.m_140032_(ChunkHolder.java:220) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:classloading}
at net.minecraft.server.level.ChunkHolder.m_140054_(ChunkHolder.java:200) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:classloading}
at net.minecraft.server.level.ServerChunkCache.m_184021_(ServerChunkCache.java:371) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?] {re:mixin}
at net.minecraft.server.level.ServerChunkCache.m_8490_(ServerChunkCache.java:370) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.server.level.ServerChunkCache.m_142483_(ServerChunkCache.java:311) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:278) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:sereneseasons:temperature_transformer,re:classloading,pl:accesstransformer:B,xf:fml:sereneseasons:temperature_transformer,pl:mixin:APP:biomemakeover-common.mixins.json:ServerLevelMixin_Mansion,pl:mixin:APP:biomemakeover-common.mixins.json:multipart.ServerLevelMixin,pl:mixin:APP:snowrealmagic.mixins.json:ServerLevelMixin,pl:mixin:APP:assets/sound_physics_remastered/sound_physics_remastered.mixins.json:ServerWorldMixin,pl:mixin:A}
-- Affected level --
Details:
All players: 1 total; [ServerPlayer['ChiefLogan3010'/759, l='ServerLevel[New World]', x=553.04, y=70.00, z=725.96]]
Chunk stats: 6924
Level dimension: minecraft:overworld
Level spawn location: World: (0,80,0), Section: (at 0,0,0 in 0,5,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Level time: 17293 game time, 32804 day time
Level name: New World
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Level weather: Rain time: 22918 (now: false), thunder time: 36716 (now: false)
Known server brands: forge
Level was modded: true
Level storage version: 0x04ABD - Anvil
Stacktrace:
at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:868) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:808) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:86) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:668) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:258) ~[client-1.18.1-20211210.034407-srg.jar%23243!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at java.lang.Thread.run(Thread.java:833) [?:?] {}
-- System Details --
Details:
Minecraft Version: 1.18.1
Minecraft Version ID: 1.18.1
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.1, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 838885008 bytes (800 MiB) / 4294967296 bytes (4096 MiB) up to 4294967296 bytes (4096 MiB)
CPUs: 4
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-7600 CPU @ 3.50GHz
Identifier: Intel64 Family 6 Model 158 Stepping 9
Microarchitecture: Kaby Lake
Frequency (GHz): 3.50
Number of physical packages: 1
Number of physical CPUs: 4
Number of logical CPUs: 4
Graphics card #0 name: NVIDIA GeForce GTX 1050 Ti
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x1c82
Graphics card #0 versionInfo: DriverVersion=27.21.14.6611
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 2.40
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 2.40
Memory slot #1 type: DDR4
Virtual memory max (MB): 26592.22
Virtual memory used (MB): 23083.17
Swap memory total (MB): 10249.67
Swap memory used (MB): 1228.44
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
Server Running: true
Player Count: 1 / 8; [ServerPlayer['ChiefLogan3010'/759, l='ServerLevel[New World]', x=553.04, y=70.00, z=725.96]]
Data Packs: vanilla, mod:maenchants (incompatible), mod:habitat, mod:supermartijn642configlib, mod:blazegear (incompatible), mod:curiousshulkerboxes, mod:all_in_the_quiver, mod:incontrol (incompatible), mod:dtdash (incompatible), mod:wonderful_enchantments (incompatible), mod:modnametooltip (incompatible), mod:insanelib, mod:bowinfinityfix (incompatible), mod:glassential (incompatible), mod:ktnilcks (incompatible), mod:darkness (incompatible), mod:better_portal_opening (incompatible), mod:ctm (incompatible), mod:controlling (incompatible), mod:placebo (incompatible), mod:beaconsforall, mod:angrymobs, mod:potionsmaster (incompatible), mod:moreminecarts (incompatible), mod:feature_nbt_deadlock_be_gone, mod:itemzoom (incompatible), mod:guardvillagers (incompatible), mod:progressivebosses (incompatible), mod:jeed (incompatible), mod:balm (incompatible), mod:snowrealmagic, mod:vtweaks (incompatible), mod:gunswithoutroses (incompatible), mod:fpsreducer, mod:jeresources, mod:paraglider (incompatible), mod:dragonfight (incompatible), mod:cloth_config (incompatible), mod:sound_physics_remastered, mod:supplementaries (incompatible), mod:konkrete, mod:durabilitytooltip, mod:tinyskeletons, mod:farmersdelight, mod:coppersdelight, mod:cleancut (incompatible), mod:customizableelytra (incompatible), mod:curious_armor_stands (incompatible), mod:ageingmobs, mod:netherportalspread, mod:toolstats, mod:growthcontrols (incompatible), mod:drawerfps (incompatible), mod:improvedmounthud, mod:combat_commons, mod:aquatictorches, mod:lostworld, mod:supermartijn642corelib, mod:enderitemod (incompatible), mod:sporeblossomspollinate, mod:decorative_winter, mod:curios, mod:patchouli, mod:enchantedwolves, mod:lucent, mod:collective, mod:extlights, mod:betterthirdperson, mod:enigmaticlegacy (incompatible), mod:quicksand, mod:brass_geodes, mod:majruszs_difficulty (incompatible), mod:sapience, mod:architectury (incompatible), mod:curiouselytra, mod:aiimprovements, mod:hardernaturalhealing (incompatible), mod:mountedpearl (incompatible), mod:lightoverlay (incompatible), mod:glowinc (incompatible), mod:clearwater, mod:enchantwithmob, mod:factoryautomation (incompatible), mod:bwncr, mod:bettertridentreturn (incompatible), mod:toms_storage, mod:babel (incompatible), mod:compote (incompatible), mod:jepb (incompatible), mod:justenoughgolems (incompatible), mod:voidtotem, mod:veinmining, mod:geckolib3 (incompatible), mod:winteroverhaul, mod:darkmodeeverywhere, mod:betteradvancements, mod:seedfix, mod:quarkoddities (incompatible), mod:kiwi, mod:stylisheffects, mod:rhino, mod:xtraarrows, mod:trashslot, mod:ftblibrary, mod:ftbteams (incompatible), mod:biomemakeover (incompatible), mod:shieldmechanics (incompatible), mod:connectiblechains, mod:itemfilters, mod:jei, mod:visualworkbench, mod:attributefix, mod:caelus, mod:waystones, mod:fastsuite (incompatible), mod:clumps (incompatible), mod:naturescompass (incompatible), mod:artifacts, mod:smarterfarmers (incompatible), mod:sereneseasons (incompatible), mod:framedcompactdrawers (incompatible), mod:configured (incompatible), mod:libx, mod:decorative_blocks, mod:piercearrow (incompatible), mod:dungeoncrawl, mod:curioofundying, mod:nimble, mod:farsightedmobs (incompatible), mod:snowundertrees, mod:travel_anchors, mod:explorerscompass (incompatible), mod:walljump (incompatible), mod:toastcontrol (incompatible), mod:jeitweaker (incompatible), mod:crafttweaker (incompatible), mod:majruszs_accessories (incompatible), mod:ftbchunks (incompatible), mod:kubejs, mod:texturedump (incompatible), mod:meetyourfight (incompatible), mod:leashed, mod:selene (incompatible), mod:craftingtweaks, mod:tconstruct (incompatible), mod:precisionmining (incompatible), mod:revamped_phantoms, mod:fxcontrol (incompatible), mod:enchdesc, mod:boomshot, mod:mousetweaks, mod:ftbquests (incompatible), mod:jade, mod:forge, mod:reworkedmetals, mod:vanillatweaks, mod:snowyspirit, mod:spidersproducewebs, mod:scarecrowsterritory, mod:ceramicbucket, mod:fixmyminecart (incompatible), mod:ding, mod:majrusz_library (incompatible), mod:flywheel, mod:create, mod:jerintegration (incompatible), mod:mantle (incompatible), mod:ecologics, mod:bucketlib, mod:ngv, mod:malum (incompatible), mod:fastbench (incompatible), mod:spiffyhud (incompatible), mod:autoreglib (incompatible), mod:quark (incompatible), mod:storagedrawers (incompatible), mod:backpacked (incompatible), mod:effective_fg, mod:vinecollector, mod:fastfurnace (incompatible), mod:unlitcampfire, mod:hunterillager, mod:bezoar (incompatible), mod:worldstripper (incompatible), mod:lootr, mod:solcarrot (incompatible), mod:moredragoneggs, mod:puzzleslib, mod:lychee, mod:expandability (incompatible), mod:healingcampfire, mod:responsiveshields (incompatible), mod:createaddition (incompatible), zfa_override_pack (incompatible)
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
ModLauncher: 9.1.0+9.1.0+main.6690ee51
ModLauncher launch target: forgeclient
ModLauncher naming: srg
ModLauncher services:
mixin PLUGINSERVICE
eventbus PLUGINSERVICE
object_holder_definalize PLUGINSERVICE
runtime_enum_extender PLUGINSERVICE
capability_token_subclass PLUGINSERVICE
accesstransformer PLUGINSERVICE
runtimedistcleaner PLUGINSERVICE
mixin TRANSFORMATIONSERVICE
fml TRANSFORMATIONSERVICE
FML Language Providers:
minecraft@1.0
javafml@null
Mod List:
maessentials-1.18.1-5.0.0.jar |Ma Enchants |maenchants |1.18.1-5.0.0 |DONE |Manifest: NOSIGNATURE
habitat-1.1.2.jar |Habitat |habitat |1.1.2 |DONE |Manifest: NOSIGNATURE
supermartijn642configlib-1.0.9-mc1.18.jar |SuperMartijn642's Config Lib |supermartijn642configlib |1.0.9 |DONE |Manifest: NOSIGNATURE
blazegear-1.18.1-1.2.0.jar |Blaze Gear |blazegear |1.18.1-1.2.0 |DONE |Manifest: NOSIGNATURE
curiousshulkerboxes-forge-1.18.1-4.2.0.0.jar |Curious Shulker Boxes |curiousshulkerboxes |1.18.1-4.2.0.0 |DONE |Manifest: NOSIGNATURE
all_in_the_quiver-1.18.1-1.1.2.jar |All In The Quiver |all_in_the_quiver |1.1.2 |DONE |Manifest: NOSIGNATURE
incontrol-1.18-6.0.0.jar |InControl |incontrol |1.18-6.0.0 |DONE |Manifest: NOSIGNATURE
dtdash-1.0.1-forge.jar |Double-Tap Dash |dtdash |1.0.1 |DONE |Manifest: NOSIGNATURE
wonderful-enchantments-1.18.1-1.6.2.jar |Wonderful Enchantments |wonderful_enchantments |1.6.2 |DONE |Manifest: NOSIGNATURE
modnametooltip-1.18.1-1.18.0.jar |Mod Name Tooltip |modnametooltip |1.18.0 |DONE |Manifest: NOSIGNATURE
InsaneLib-1.4.3-mc1.18.1.jar |InsaneLib |insanelib |1.4.3 |DONE |Manifest: NOSIGNATURE
BowInfinityFix-1.18.x-rv11.jar |Bow Infinity Fix |bowinfinityfix |1.18.x-rv11 |DONE |Manifest: NOSIGNATURE
glassential-forge-1.18-1.2.1.jar |Glassential |glassential |1.18-1.2.1 |DONE |Manifest: NOSIGNATURE
ItemLocks-1.18.1-1.2.jar |ItemLocks |ktnilcks |1.18.1-1.2 |DONE |Manifest: NOSIGNATURE
darkness-forge-mc118-2.0.89.jar |True Darkness |darkness |2.0.89 |DONE |Manifest: NOSIGNATURE
better_portal_opening-1.18.1-1.2.jar |BetterPortalOpening |better_portal_opening |1.2 |DONE |Manifest: NOSIGNATURE
CTM-1.18-1.1.3+1.jar |ConnectedTexturesMod |ctm |1.18-1.1.3+1 |DONE |Manifest: NOSIGNATURE
Controlling-forge-1.18.1-9.0+14.jar |Controlling |controlling |9.0+14 |DONE |Manifest: NOSIGNATURE
Placebo-1.18.1-6.0.5.jar |Placebo |placebo |6.0.5 |DONE |Manifest: NOSIGNATURE
beaconsforall-forge-1.18.1-5.2.0.0.jar |Beacons For All |beaconsforall |1.18.1-5.2.0.0 |DONE |Manifest: NOSIGNATURE
AngryMobs-1.18.1-1.1.jar |Angry Mobs |angrymobs |1.1 |DONE |Manifest: NOSIGNATURE
potionsmaster-0.5.2-1.18.1-39.0.19.jar |Potions Master |potionsmaster |0.5.2-1.18.1-39.0.19|DONE |Manifest: NOSIGNATURE
moreminecarts-1.4.2.jar |More Minecarts |moreminecarts |1.4.2 |DONE |Manifest: NOSIGNATURE
feature_nbt_deadlock_be_gone_forge-1.0.0+1.18.1.ja|Feature NBT Deadlock Be Gone |feature_nbt_deadlock_be_gone |1.0.0+1.18.1 |DONE |Manifest: NOSIGNATURE
itemzoom-1.18.1-2.5.0.jar |Item Zoom |itemzoom |2.5.0 |DONE |Manifest: NOSIGNATURE
guardvillagers-1.18.1.4.0.jar |Guard Villagers |guardvillagers |1.4.0 |DONE |Manifest: NOSIGNATURE
ProgressiveBosses-3.5.0-mc1.18.1.jar |Progressive Bosses |progressivebosses |3.5.0 |DONE |Manifest: NOSIGNATURE
jeed-1.18-1.6.jar |Just Enough Effect Description|jeed |1.18-1.6 |DONE |Manifest: NOSIGNATURE
balm-2.4.2+0.jar |Balm |balm |2.4.2+0 |DONE |Manifest: NOSIGNATURE
SnowRealMagic-1.18-forge-3.2.2.jar |Snow! Real Magic! |snowrealmagic |3.2.2 |DONE |Manifest: NOSIGNATURE
VTweaks-1.18-3.5.4.jar |V-Tweaks |vtweaks |3.5.4 |DONE |Manifest: NOSIGNATURE
gunswithoutroses-1.18-1.0.10.jar |Guns Without Roses |gunswithoutroses |1.18-1.0.10 |DONE |Manifest: NOSIGNATURE
FpsReducer-forge-1.25-mc1.18.jar |FPS Reducer |fpsreducer |1.25-mc1.18 |DONE |Manifest: NOSIGNATURE
JustEnoughResources-1.18.1-0.13.1.138.jar |Just Enough Resources |jeresources |0.13.1.138 |DONE |Manifest: NOSIGNATURE
Paraglider-1.18-1.5.0.0.jar |Paraglider |paraglider |1.5.0.0 |DONE |Manifest: NOSIGNATURE
dragonfight-1.18.1-1.8.jar |dragonfight mod |dragonfight |1.18.1-1.8 |DONE |Manifest: NOSIGNATURE
cloth-config-6.1.50-forge.jar |Cloth Config v4 API |cloth_config |6.1.50 |DONE |Manifest: NOSIGNATURE
soundphysics-forge-1.18.1-1.0.4.jar |Sound Physics Remastered |sound_physics_remastered |1.18.1-1.0.4 |DONE |Manifest: NOSIGNATURE
supplementaries-1.18.1-1.1.11.jar |Supplementaries |supplementaries |1.1.11 |DONE |Manifest: NOSIGNATURE
konkrete_forge_1.3.3_MC_1.18-1.18.1.jar |Konkrete |konkrete |1.3.3 |DONE |Manifest: NOSIGNATURE
durabilitytooltip-1.0.1-mc1.18.jar |durabilitytooltip |durabilitytooltip |1.0.1 |DONE |Manifest: NOSIGNATURE
TinySkeletons-v3.1.0-1.18.1-Forge.jar |Tiny Skeletons |tinyskeletons |3.1.0 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
FarmersDelight-1.18.1-1.0.3.jar |Farmer's Delight |farmersdelight |1.18.1-1.0.3 |DONE |Manifest: NOSIGNATURE
CoppersDelight-1.18.1-1.1.jar |Copper's Delight |coppersdelight |1.1 |DONE |Manifest: NOSIGNATURE
cleancut-mc1.18-3.0-forge.jar |Clean Cut |cleancut |3.0 |DONE |Manifest: NOSIGNATURE
customizableelytra-1.18-1.6.3.jar |Customizable Elytra |customizableelytra |1.18-1.6.3 |DONE |Manifest: NOSIGNATURE
curious-armor-stands-1.18.1-4.0.0.jar |Curious Armor Stands |curious_armor_stands |1.18.1-4.0.0 |DONE |Manifest: NOSIGNATURE
Ageing-Mobs-1.18.1-1.2.0.jar |Ageing Mobs Mod |ageingmobs |1.2.0 |DONE |Manifest: NOSIGNATURE
netherportalspread_1.18.1-5.7.jar |Nether Portal Spread |netherportalspread |5.7 |DONE |Manifest: NOSIGNATURE
ToolStats-Forge-1.18.1-8.0.3.jar |ToolStats |toolstats |8.0.3 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
growthcontrols-1.18-1.0.2.jar |Growth Controls |growthcontrols |1.18-1.0.2 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
drawerfps-1.18.1-1.7.jar |Example Mod |drawerfps |1.18.1-1.7 |DONE |Manifest: NOSIGNATURE
ImprovedMountHUD-v3.0.1-1.18.1-Forge.jar |Improved Mount HUD |improvedmounthud |3.0.1 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
combat_commons-0.2.0-beta-1.18.1-forge.jar |Combat-Commons |combat_commons |0.2.0-beta |DONE |Manifest: NOSIGNATURE
aquatictorches-1.18-1.1.0.jar |Aquatic Torches |aquatictorches |1.1.0 |DONE |Manifest: NOSIGNATURE
lostworld-1.18.1-1.0.0.2.jar |Lost World |lostworld |1.0.0.2 |DONE |Manifest: NOSIGNATURE
supermartijn642corelib-1.0.16a-mc1.18.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.16a |DONE |Manifest: NOSIGNATURE
enderitemod-1.18.1-0.9.1-forge-39.0.58.jar |Enderite Mod |enderitemod |0.9.1 |DONE |Manifest: NOSIGNATURE
sporeblossomspollinate-1.0.2.jar |Spore Blossoms Pollinate |sporeblossomspollinate |1.0.2 |DONE |Manifest: NOSIGNATURE
Decorative Winter-forge-1.18.1-2.0.1.jar |Decorative Winter |decorative_winter |2.0.1 |DONE |Manifest: NOSIGNATURE
curios-forge-1.18.1-5.0.6.0.jar |Curios API |curios |1.18.1-5.0.6.0 |DONE |Manifest: NOSIGNATURE
Patchouli-1.18.1-65.jar |Patchouli |patchouli |1.18.1-65 |DONE |Manifest: NOSIGNATURE
enchantedwolves-1.18.1-1.1.0.4.jar |Enchanted Wolves |enchantedwolves |1.1.0.4 |DONE |Manifest: NOSIGNATURE
lucent-1.18.1-1.2.0.jar |Lucent |lucent |1.2.0 |DONE |Manifest: NOSIGNATURE
collective-1.18.1-4.0.jar |Collective |collective |4.0 |DONE |Manifest: NOSIGNATURE
extlights-4.2.jar |Extended Lights |extlights |4.2 |DONE |Manifest: NOSIGNATURE
BetterThirdPerson-Forge-1.18-1.6.0.jar |Better Third Person |betterthirdperson |1.6.0 |DONE |Manifest: NOSIGNATURE
EnigmaticLegacy-2.14.0.jar |Enigmatic Legacy |enigmaticlegacy |2.14.0 |DONE |Manifest: NOSIGNATURE
quicksandPR-1.4.jar |Quicksand |quicksand |1.4 |DONE |Manifest: NOSIGNATURE
brass_geodes_1.18.1-1.0.5.jar |BrassGeodes |brass_geodes |1.0.5 |DONE |Manifest: NOSIGNATURE
majruszs-difficulty-1.18.1-1.4.1.jar |Majrusz's Progressive Difficul|majruszs_difficulty |1.4.1 |DONE |Manifest: NOSIGNATURE
sapience-1.18.1-1.0.2.jar |Sapience |sapience |1.0.2 |DONE |Manifest: NOSIGNATURE
architectury-3.6.16.jar |Architectury |architectury |3.6.16 |DONE |Manifest: NOSIGNATURE
curiouselytra-forge-1.18.1-5.0.1.0.jar |Curious Elytra |curiouselytra |1.18.1-5.0.1.0 |DONE |Manifest: NOSIGNATURE
AI-Improvements-1.18-0.4.0.jar |AI-Improvements |aiimprovements |0.4.0 |DONE |Manifest: NOSIGNATURE
HarderNaturalHealing-1.18.1-1.39.0.9.jar |Harder Natural Healing Mod |hardernaturalhealing |1.18.1-1.39.0.9 |DONE |Manifest: NOSIGNATURE
mountedpearl-1.18-1.0.0.jar |Mounted Pearl |mountedpearl |1.18-1.0.0 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
light-overlay-6.0.4-forge.jar |Light Overlay |lightoverlay |6.0.4 |DONE |Manifest: NOSIGNATURE
glowinc-1.18.1_1.0.jar |Glow Inc. |glowinc |1.18.1_1.0 |DONE |Manifest: NOSIGNATURE
clearwater-1.18-1.7.jar |Clear Water |clearwater |1.18-1.7 |DONE |Manifest: NOSIGNATURE
enchantwithmob-1.18.1-3.3.0.jar |Enchant With Mob |enchantwithmob |1.18.1-3.3.0 |DONE |Manifest: NOSIGNATURE
FactoryAutomation-mc1.18.1-alpha0.4.0.jar |Factory Automation |factoryautomation |1.18.1mc-alpha0.4.0 |DONE |Manifest: NOSIGNATURE
bwncr-forge-1.18.1-3.10.18.jar |Bad Wither No Cookie Reloaded |bwncr |3.10.18 |DONE |Manifest: NOSIGNATURE
bettertridentreturn-1.18.1-1.0.2-forge.jar |Better Trident Return |bettertridentreturn |1.18.1-1.0.2 |DONE |Manifest: NOSIGNATURE
toms_storage-1.18-1.2.23.jar |Tom's Simple Storage Mod |toms_storage |1.2.23 |DONE |Manifest: NOSIGNATURE
Babel-3.0.1.jar |Babel |babel |3.0.1 |DONE |Manifest: NOSIGNATURE
Compote-1.1.0.jar |Compote |compote |1.1.0 |DONE |Manifest: NOSIGNATURE
JEPB-1.1.0.jar |Just Enough Piglin Bartering |jepb |1.1.0 |DONE |Manifest: NOSIGNATURE
JustEnoughGolems - 2.2 Magma Release 1.18.1.jar |JustEnoughGolems |justenoughgolems |2.2 Magma Release 1.|DONE |Manifest: NOSIGNATURE
voidtotem-forge-1.18.1-1.1.0.jar |Void Totem |voidtotem |1.18.1-1.1.0 |DONE |Manifest: NOSIGNATURE
veinmining-forge-1.18.1-0.16.jar |Vein Mining |veinmining |1.18.1-0.16 |DONE |Manifest: NOSIGNATURE
geckolib-1.18-forge-3.0.11.jar |GeckoLib |geckolib3 |3.0.11 |DONE |Manifest: NOSIGNATURE
winteroverhaul-1.0.0.jar |Winter Overhaul |winteroverhaul |1.0.0 |DONE |Manifest: NOSIGNATURE
DarkModeEverywhere-1.18.1-1.0.1.jar |DarkModeEverywhere |darkmodeeverywhere |1.18.1-1.0.1 |DONE |Manifest: NOSIGNATURE
BetterAdvancements-1.18.1-0.1.2.122.jar |Better Advancements |betteradvancements |0.1.2.122 |DONE |Manifest: NOSIGNATURE
Amplified Nether 1.0.1 ~ Forge.jar |Amplified Nether + Seed Fix |seedfix |0.0NONE |DONE |Manifest: NOSIGNATURE
QuarkOddities-1.18.jar |Quark Oddities |quarkoddities |1.18 |DONE |Manifest: NOSIGNATURE
Kiwi-1.18-forge-5.2.5.jar |Kiwi |kiwi |5.2.5 |DONE |Manifest: NOSIGNATURE
StylishEffects-v3.0.2-1.18.1-Forge.jar |Stylish Effects |stylisheffects |3.0.2 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
rhino-forge-1801.1.8-build.99.jar |Rhino |rhino |1801.1.8-build.99 |DONE |Manifest: NOSIGNATURE
Xtra Arrows v1.7.1 MC1.18.jar |Xtra Arrows |xtraarrows |1.7.1 |DONE |Manifest: NOSIGNATURE
trashslot-forge-1.18-11.0.1.jar |TrashSlot |trashslot |11.0.1 |DONE |Manifest: NOSIGNATURE
ftb-library-forge-1801.3.5-build.109.jar |FTB Library |ftblibrary |1801.3.5-build.109 |DONE |Manifest: NOSIGNATURE
ftb-teams-forge-1801.2.4-build.46.jar |FTB Teams |ftbteams |1801.2.4-build.46 |DONE |Manifest: NOSIGNATURE
biomemakeover-FORGE-1.18.1-1.4.5.jar |Biome Makeover |biomemakeover |1.18.1-1.4.5 |DONE |Manifest: NOSIGNATURE
shieldmechanics-1.18-2.9.jar |Shield Mechanics |shieldmechanics |1.18-2.9 |DONE |Manifest: NOSIGNATURE
Connectible Chains-forge-1.18.1-2.0.1.jar |Connectible Chains |connectiblechains |2.0.1 |DONE |Manifest: NOSIGNATURE
item-filters-forge-1801.2.6-build.16.jar |Item Filters |itemfilters |1801.2.6-build.16 |DONE |Manifest: NOSIGNATURE
jei-1.18.1-9.2.3.84.jar |Just Enough Items |jei |9.2.3.84 |DONE |Manifest: NOSIGNATURE
VisualWorkbench-v3.1.0-1.18.1-Forge.jar |Visual Workbench |visualworkbench |3.1.0 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
AttributeFix-Forge-1.18.1-13.0.5.jar |AttributeFix |attributefix |13.0.5 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
caelus-forge-1.18-3.0.0.1.jar |Caelus API |caelus |1.18-3.0.0.1 |DONE |Manifest: NOSIGNATURE
waystones-forge-1.18.1-9.0.3.jar |Waystones |waystones |9.0.3 |DONE |Manifest: NOSIGNATURE
FastSuite-1.18.1-3.0.0.jar |Fast Suite |fastsuite |3.0.0 |DONE |Manifest: NOSIGNATURE
Clumps-forge-1.18.1-8.0.0+5.jar |Clumps |clumps |8.0.0+5 |DONE |Manifest: NOSIGNATURE
NaturesCompass-1.18.1-1.9.4-forge.jar |Nature's Compass |naturescompass |1.18.1-1.9.4-forge |DONE |Manifest: NOSIGNATURE
artifacts-1.18.1-4.0.2.jar |Artifacts |artifacts |1.18.1-4.0.2 |DONE |Manifest: NOSIGNATURE
smarterfarmers-1.18-1.2.1.jar |Smarter Farmers |smarterfarmers |1.18-1.2.1 |DONE |Manifest: NOSIGNATURE
SereneSeasons-1.18.1-6.0.0.11-universal.jar |Serene Seasons |sereneseasons |1.18.1-6.0.0.11 |DONE |Manifest: NOSIGNATURE
framedcompactdrawers-1.18-4.0.2.jar |Framed Compacting Drawers |framedcompactdrawers |1.18-4.0.2 |DONE |Manifest: NOSIGNATURE
configured-1.5.1-1.18.1.jar |Configured |configured |1.5.1 |DONE |Manifest: NOSIGNATURE
LibX-1.18.1-3.1.0.jar |LibX |libx |1.18.1-3.1.0 |DONE |Manifest: NOSIGNATURE
Decorative Blocks-forge-1.18.1-2.0.4.jar |Decorative Blocks |decorative_blocks |2.0.4 |DONE |Manifest: NOSIGNATURE
piercearrow-1.18.1-0.1.0.jar |Pierce Arrow |piercearrow |1.18.1-0.1.0 |DONE |Manifest: NOSIGNATURE
DungeonCrawl-1.18.1-2.3.6.jar |Dungeon Crawl |dungeoncrawl |2.3.6 |DONE |Manifest: NOSIGNATURE
curioofundying-forge-1.18-5.3.0.0.jar |Curio of Undying |curioofundying |1.18-5.3.0.0 |DONE |Manifest: NOSIGNATURE
Nimble-1.18-forge-2.2.0.jar |Nimble |nimble |2.2.0 |DONE |Manifest: NOSIGNATURE
farsightedmobs-forge-1.1-1.18.jar |Farsighted Mobs |farsightedmobs |1.1 |DONE |Manifest: NOSIGNATURE
snowundertrees-1.18.1-1.1.6.jar |Snow Under Trees |snowundertrees |1.1.6 |DONE |Manifest: NOSIGNATURE
TravelAnchors-1.18.1-3.2.3.jar |Travel Anchors |travel_anchors |1.18.1-3.2.3 |DONE |Manifest: NOSIGNATURE
ExplorersCompass-1.18.1-1.1.2-forge.jar |Explorer's Compass |explorerscompass |1.18.1-1.1.2-forge |DONE |Manifest: NOSIGNATURE
walljump-forge-1.18.1-1.3.7.jar |Wall-Jump! |walljump |1.18.1-1.3.7 |DONE |Manifest: NOSIGNATURE
ToastControl-1.18.1-6.0.0.jar |Toast Control |toastcontrol |6.0.0 |DONE |Manifest: NOSIGNATURE
JEITweaker-1.18.1-3.0.0.3.jar |JEI Tweaker |jeitweaker |3.0.0.3 |DONE |Manifest: NOSIGNATURE
CraftTweaker-forge-1.18.1-9.0.45.jar |CraftTweaker |crafttweaker |9.0.45 |DONE |Manifest: NOSIGNATURE
majruszsaccessories-1.18.1-0.4.1.jar |Majrusz's Accessories |majruszs_accessories |0.4.1 |DONE |Manifest: NOSIGNATURE
ftb-chunks-forge-1801.3.3-build.113.jar |FTB Chunks |ftbchunks |1801.3.3-build.113 |DONE |Manifest: NOSIGNATURE
kubejs-forge-1801.4.2-build.298.jar |KubeJS |kubejs |1801.4.2-build.298 |DONE |Manifest: NOSIGNATURE
texturedump_1.18.1-1.18.0.jar |TextureDump |texturedump |1.18.0 |DONE |Manifest: NOSIGNATURE
meetyourfight-1.18-1.2.3.jar |Meet Your Fight |meetyourfight |1.18-1.2.3 |DONE |Manifest: NOSIGNATURE
leashed-1.18.1-1.2.3.jar |Leashed |leashed |1.2.3 |DONE |Manifest: NOSIGNATURE
selene-1.18-1.12.0.jar |Selene |selene |1.18-1.12.0 |DONE |Manifest: NOSIGNATURE
craftingtweaks-forge-1.18.1-14.0.2.jar |CraftingTweaks |craftingtweaks |14.0.2 |DONE |Manifest: NOSIGNATURE
client-1.18.1-20211210.034407-srg.jar |Minecraft |minecraft |1.18.1 |DONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
TConstruct-1.18.1-3.4.0.34.jar |Tinkers' Construct |tconstruct |3.4.0.34 |DONE |Manifest: NOSIGNATURE
precisionmining-1.18-1.0.jar |Precision Mining |precisionmining |1.18-1.0 |DONE |Manifest: NOSIGNATURE
revamped_phantoms-forge-0.2.0b.jar |Revamped Phantoms |revamped_phantoms |0.2.0b |DONE |Manifest: NOSIGNATURE
fxcontrol-1.18-3.0.0.jar |FxControl |fxcontrol |1.18-3.0.0 |DONE |Manifest: NOSIGNATURE
EnchantmentDescriptions-Forge-1.18.1-9.0.11.jar |EnchantmentDescriptions |enchdesc |9.0.11 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
boomshot-1.18.1-1.0.jar |BoomShot |boomshot |1.18.1-1.0 |DONE |Manifest: NOSIGNATURE
MouseTweaks-forge-mc1.18-2.21.jar |Mouse Tweaks |mousetweaks |2.21 |DONE |Manifest: NOSIGNATURE
ftb-quests-forge-1801.3.7-build.93.jar |FTB Quests |ftbquests |1801.3.7-build.93 |DONE |Manifest: NOSIGNATURE
Jade-1.18-4.2.0.jar |Jade |jade |4.2.0 |DONE |Manifest: NOSIGNATURE
forge-1.18.1-39.0.66-universal.jar |Forge |forge |39.0.66 |DONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
reworkedmetals-1.18.1-3.1.1.jar |Reworked Metals |reworkedmetals |3.1.1 |DONE |Manifest: NOSIGNATURE
VanillaTweaks-forge-1.18.1-1.5.53.jar |VanillaTweaks |vanillatweaks |1.5.53 |DONE |Manifest: NOSIGNATURE
snowyspirit-1.18-1.1.0.jar |Snowy Spirit |snowyspirit |1.18-1.1.0 |DONE |Manifest: NOSIGNATURE
spidersproducewebs_1.18.1-1.6.jar |Spiders Produce Webs |spidersproducewebs |1.6 |DONE |Manifest: NOSIGNATURE
scarecrowsterritory-1.1.3-mc1.18.jar |Scarecrow's Territory |scarecrowsterritory |1.1.3 |DONE |Manifest: NOSIGNATURE
ceramicbucket-1.18.1-3.0.1.0.jar |Ceramic Bucket |ceramicbucket |1.18.1-3.0.1.0 |DONE |Manifest: NOSIGNATURE
fixmyminecart-1.18-1.0.0.jar |fixmyminecart |fixmyminecart |1.18-1.0.0 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
Ding-1.18-1.3.0.jar |Ding |ding |1.3.0 |DONE |Manifest: NOSIGNATURE
majrusz-library-1.18.1-2.7.1.jar |Majrusz Library |majrusz_library |2.7.1 |DONE |Manifest: NOSIGNATURE
flywheel-forge-1.18-0.6.0.jar |Flywheel |flywheel |1.18-0.6.0 |DONE |Manifest: NOSIGNATURE
create-mc1.18.1_v0.4d.jar |Create |create |0.4d |DONE |Manifest: NOSIGNATURE
JER-Integration-2.2.0-experimental.jar |JER Integration |jerintegration |2.2.0-experimental |DONE |Manifest: NOSIGNATURE
Mantle-1.18.1-1.8.31.jar |Mantle |mantle |1.8.31 |DONE |Manifest: NOSIGNATURE
ecologics-FORGE-1.18.1-1.1.3.jar |Ecologics |ecologics |1.1.3 |DONE |Manifest: NOSIGNATURE
bucketlib-1.18.1-0.4.0.0.jar |BucketLib |bucketlib |1.18.1-0.4.0.0 |DONE |Manifest: NOSIGNATURE
ngv-1.0.0_FORGE.jar |Nether Gold Veins |ngv |1.0.0 |DONE |Manifest: NOSIGNATURE
malum-1.18.1-1.1.3.jar |Malum |malum |1.18.1-1.1.3 |DONE |Manifest: NOSIGNATURE
FastWorkbench-1.18.1-6.0.0.jar |Fast Workbench |fastbench |6.0.0 |DONE |Manifest: NOSIGNATURE
spiffyhud_forge_1.5.0_MC_1.18-1.18.1.jar |Spiffy HUD |spiffyhud |1.5.0 |DONE |Manifest: NOSIGNATURE
AutoRegLib-1.7-52.jar |AutoRegLib |autoreglib |1.7-52 |DONE |Manifest: NOSIGNATURE
Quark-3.0-334.jar |Quark |quark |3.0-334 |DONE |Manifest: NOSIGNATURE
StorageDrawers-1.18.1-10.1.1.jar |Storage Drawers |storagedrawers |10.1.1 |DONE |Manifest: NOSIGNATURE
backpacked-2.0.4-1.18.1.jar |Backpacked |backpacked |2.0.4 |DONE |Manifest: NOSIGNATURE
effective_for_forge-1.001.jar |Effective (Forge) |effective_fg |1.0 |DONE |Manifest: NOSIGNATURE
vinecollector-1.2.3.jar |VineCollector |vinecollector |1.2.3 |DONE |Manifest: NOSIGNATURE
FastFurnace-1.18.1-6.0.1.jar |FastFurnace |fastfurnace |6.0.1 |DONE |Manifest: NOSIGNATURE
unlitcampfire-forge-1.18-1.4.0.0.jar |Unlit Campfire |unlitcampfire |1.18-1.4.0.0 |DONE |Manifest: NOSIGNATURE
HunterIllager-1.18.1-3.1.5.jar |Hunter Illager |hunterillager |1.18.1-3.1.5 |DONE |Manifest: NOSIGNATURE
bezoar-1.1.0.jar |Bezoar |bezoar |1.1.0 |DONE |Manifest: NOSIGNATURE
World Stripper-1.18.1-3.0.0-beta.jar |World Stripper |worldstripper |3.0.0-beta |DONE |Manifest: NOSIGNATURE
lootr-1.18-0.1.14.48.jar |Lootr |lootr |0.1.14.48 |DONE |Manifest: NOSIGNATURE
SoL-Carrot-1.18.1-1.12.0.jar |Spice of Life: Carrot Edition |solcarrot |1.18.1-1.12.0 |DONE |Manifest: NOSIGNATURE
moredragoneggs-3.1.jar |More Dragon Eggs |moredragoneggs |3.1 |DONE |Manifest: NOSIGNATURE
PuzzlesLib-v3.1.3-1.18.1-Forge.jar |Puzzles Lib |puzzleslib |3.1.3 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
Lychee-1.18.1-forge-1.3.1.jar |Lychee Tweaker |lychee |1.3.1 |DONE |Manifest: NOSIGNATURE
expandability-5.0.0-forge.jar |ExpandAbility |expandability |5.0.0 |DONE |Manifest: NOSIGNATURE
healingcampfire_1.18.1-3.4.jar |Healing Campfire |healingcampfire |3.4 |DONE |Manifest: NOSIGNATURE
responsiveshields-1.1-mc1.18.x.jar |Responsive Shields |responsiveshields |1.1 |DONE |Manifest: NOSIGNATURE
createaddition-1.18.1-20220125a.jar |Create Crafts & Additions |createaddition |1.18.1-20220125a |DONE |Manifest: NOSIGNATURE
Crash Report UUID: 8b4a903a-f7c7-4d57-8073-968a969a4754
FML: 39.0
Forge: net.minecraftforge:39.0.66
Flywheel Backend: GL33 Instanced Arrays
Kiwi Modules:
kiwi:contributors
kiwi:data
snowrealmagic:core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment