1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2024-08-29 20:30:37
|
5 | Description: Exception in server tick loop
|
6 |
|
7 | java.lang.OutOfMemoryError: Java heap space
|
8 | at net.jpountz.lz4.LZ4FrameOutputStream.<init>(LZ4FrameOutputStream.java:140) ~[lz4-pure-java-1.8.0.jar%23388!/:?] {re:classloading}
|
9 | at net.jpountz.lz4.LZ4FrameOutputStream.<init>(LZ4FrameOutputStream.java:117) ~[lz4-pure-java-1.8.0.jar%23388!/:?] {re:classloading}
|
10 | at net.jpountz.lz4.LZ4FrameOutputStream.<init>(LZ4FrameOutputStream.java:104) ~[lz4-pure-java-1.8.0.jar%23388!/:?] {re:classloading}
|
11 | at net.jpountz.lz4.LZ4FrameOutputStream.<init>(LZ4FrameOutputStream.java:158) ~[lz4-pure-java-1.8.0.jar%23388!/:?] {re:classloading}
|
12 | at net.jpountz.lz4.LZ4FrameOutputStream.<init>(LZ4FrameOutputStream.java:170) ~[lz4-pure-java-1.8.0.jar%23388!/:?] {re:classloading}
|
13 | at mod.chiselsandbits.utils.LZ4DataCompressionUtils.compress(LZ4DataCompressionUtils.java:35) ~[chisels-and-bits-forge-1.4.148.jar%23230!/:1.4.148] {re:classloading}
|
14 | at mod.chiselsandbits.utils.LZ4DataCompressionUtils.compress(LZ4DataCompressionUtils.java:22) ~[chisels-and-bits-forge-1.4.148.jar%23230!/:1.4.148] {re:classloading}
|
15 | at mod.chiselsandbits.block.entities.ChiseledBlockEntity$LZ4StorageBasedStorageHandler.serializeNBT(ChiseledBlockEntity.java:1846) ~[chisels-and-bits-forge-1.4.148.jar%23230!/:1.4.148] {re:classloading}
|
16 | at mod.chiselsandbits.block.entities.ChiseledBlockEntity$LZ4StorageBasedStorageHandler.serializeNBT(ChiseledBlockEntity.java:1817) ~[chisels-and-bits-forge-1.4.148.jar%23230!/:1.4.148] {re:classloading}
|
17 | at mod.chiselsandbits.storage.VersionedStorageEngine.serializeNBTInto(VersionedStorageEngine.java:54) ~[chisels-and-bits-forge-1.4.148.jar%23230!/:1.4.148] {re:classloading}
|
18 | at mod.chiselsandbits.storage.VersionedStorageEngine.serializeNBT(VersionedStorageEngine.java:45) ~[chisels-and-bits-forge-1.4.148.jar%23230!/:1.4.148] {re:classloading}
|
19 | at mod.chiselsandbits.storage.VersionedStorageEngine.serializeNBT(VersionedStorageEngine.java:16) ~[chisels-and-bits-forge-1.4.148.jar%23230!/:1.4.148] {re:classloading}
|
20 | at mod.chiselsandbits.storage.MultiThreadAwareStorageEngine.serializeNBT(MultiThreadAwareStorageEngine.java:55) ~[chisels-and-bits-forge-1.4.148.jar%23230!/:1.4.148] {re:classloading}
|
21 | at mod.chiselsandbits.storage.MultiThreadAwareStorageEngine.serializeNBT(MultiThreadAwareStorageEngine.java:17) ~[chisels-and-bits-forge-1.4.148.jar%23230!/:1.4.148] {re:classloading}
|
22 | at mod.chiselsandbits.block.entities.ChiseledBlockEntity.m_5995_(ChiseledBlockEntity.java:395) ~[chisels-and-bits-forge-1.4.148.jar%23230!/:1.4.148] {re:classloading}
|
23 | at mod.chiselsandbits.network.packets.TileEntityUpdatedPacket.<init>(TileEntityUpdatedPacket.java:21) ~[chisels-and-bits-forge-1.4.148.jar%23230!/:1.4.148] {re:classloading}
|
24 | at mod.chiselsandbits.block.entities.ChiseledBlockEntity.m_6596_(ChiseledBlockEntity.java:356) ~[chisels-and-bits-forge-1.4.148.jar%23230!/:1.4.148] {re:classloading}
|
25 | at mod.chiselsandbits.block.entities.ChiseledBlockEntity.lambda$batch$13(ChiseledBlockEntity.java:690) ~[chisels-and-bits-forge-1.4.148.jar%23230!/:1.4.148] {re:classloading}
|
26 | at mod.chiselsandbits.block.entities.ChiseledBlockEntity$$Lambda$29323/0x00007f08cfad5940.run(Unknown Source) ~[?:?] {}
|
27 | at mod.chiselsandbits.block.entities.ChiseledBlockEntity$BatchMutationLock.close(ChiseledBlockEntity.java:874) ~[chisels-and-bits-forge-1.4.148.jar%23230!/:1.4.148] {re:classloading}
|
28 | at mod.chiselsandbits.multistate.mutator.WorldWrappingMutator$BatchMutationLock.close(WorldWrappingMutator.java:508) ~[chisels-and-bits-forge-1.4.148.jar%23230!/:1.4.148] {re:classloading}
|
29 | at mod.chiselsandbits.multistate.mutator.WorldWrappingMutator.lambda$batch$10(WorldWrappingMutator.java:446) ~[chisels-and-bits-forge-1.4.148.jar%23230!/:1.4.148] {re:classloading}
|
30 | at mod.chiselsandbits.multistate.mutator.WorldWrappingMutator$$Lambda$28862/0x00007f08cfa547c8.close(Unknown Source) ~[?:?] {}
|
31 | at mod.chiselsandbits.chiseling.modes.cubed.CubedChiselMode.lambda$onLeftClickBy$5(CubedChiselMode.java:105) ~[chisels-and-bits-forge-1.4.148.jar%23230!/:1.4.148] {re:classloading}
|
32 | at mod.chiselsandbits.chiseling.modes.cubed.CubedChiselMode$$Lambda$29317/0x00007f08cfad4390.apply(Unknown Source) ~[?:?] {}
|
33 | at java.util.Optional.map(Optional.java:260) ~[?:?] {re:mixin}
|
34 | at mod.chiselsandbits.chiseling.modes.cubed.CubedChiselMode.lambda$onLeftClickBy$6(CubedChiselMode.java:82) ~[chisels-and-bits-forge-1.4.148.jar%23230!/:1.4.148] {re:classloading}
|
35 | at mod.chiselsandbits.chiseling.modes.cubed.CubedChiselMode$$Lambda$29316/0x00007f08cfad4168.get(Unknown Source) ~[?:?] {}
|
36 | at java.util.Optional.orElseGet(Optional.java:364) ~[?:?] {re:mixin}
|
37 | at mod.chiselsandbits.chiseling.modes.cubed.CubedChiselMode.onLeftClickBy(CubedChiselMode.java:82) ~[chisels-and-bits-forge-1.4.148.jar%23230!/:1.4.148] {re:classloading}
|
38 | at mod.chiselsandbits.item.bit.BitItem$$Lambda$29340/0x00007f08cfab4668.run(Unknown Source) ~[?:?] {}
|
39 | at mod.chiselsandbits.item.bit.BitItem.handleClickProcessing(BitItem.java:253) ~[chisels-and-bits-forge-1.4.148.jar%23230!/:1.4.148] {re:classloading}
|
40 |
|
41 |
|
42 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
43 | ---------------------------------------------------------------------------------------
|
44 |
|
45 | -- System Details --
|
46 | Details:
|
47 | Minecraft Version: 1.20.1
|
48 | Minecraft Version ID: 1.20.1
|
49 | Operating System: Linux (amd64) version 5.15.0-119-generic
|
50 | Java Version: 17.0.12, Eclipse Adoptium
|
51 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
|
52 | Memory: 12385984 bytes (11 MiB) / 2411724800 bytes (2300 MiB) up to 2411724800 bytes (2300 MiB)
|
53 | CPUs: 2
|
54 | Processor Vendor: AuthenticAMD
|
55 | Processor Name: AMD EPYC 7272 12-Core Processor
|
56 | Identifier: AuthenticAMD Family 23 Model 49 Stepping 0
|
57 | Microarchitecture: Zen 2
|
58 | Frequency (GHz): -0.00
|
59 | Number of physical packages: 1
|
60 | Number of physical CPUs: 12
|
61 | Number of logical CPUs: 24
|
62 | Graphics card #0 name: unknown
|
63 | Graphics card #0 vendor: unknown
|
64 | Graphics card #0 VRAM (MB): 0.00
|
65 | Graphics card #0 deviceId: unknown
|
66 | Graphics card #0 versionInfo: unknown
|
67 | Virtual memory max (MB): 64337.52
|
68 | Virtual memory used (MB): 74490.13
|
69 | Swap memory total (MB): 0.00
|
70 | Swap memory used (MB): 0.00
|
71 | JVM Flags: 3 total; -XX:MaxMetaspaceSize=300M -Xmx2300M -Xms1150M
|
72 | Server Running: true
|
73 | Player Count: 4 / 20; [ServerPlayer['Aran3ll'/609, l='ServerLevel[world]', x=-2192.15, y=147.63, z=3457.27], ServerPlayer['lemonthreat'/101782, l='ServerLevel[world]', x=-18035.29, y=6.00, z=27589.41], ServerPlayer['TurtleGuy69'/166, l='ServerLevel[world]', x=-2232.85, y=62.00, z=4698.42], ServerPlayer['Kokosakoskokos_'/123376, l='ServerLevel[world]', x=-2205.81, y=100.00, z=3623.70]]
|
74 | Data Packs: vanilla, mod:treechop (incompatible), mod:betterdungeons, mod:kuma_api (incompatible), mod:supermartijn642configlib (incompatible), mod:betterwitchhuts, mod:additionalentityattributes (incompatible), mod:geckolib, mod:scena (incompatible), mod:aether, mod:hamsters (incompatible), mod:naturalist (incompatible), mod:betteroceanmonuments, mod:mcwwindows, mod:apoli (incompatible), mod:sophisticatedcore (incompatible), mod:yungsapi, mod:mixinextras (incompatible), mod:sophisticatedbackpacks (incompatible), mod:create_dragon_lib (incompatible), mod:balm, mod:carryon (incompatible), mod:interiors (incompatible), mod:betterfortresses, mod:cloth_config (incompatible), mod:twilightforest, mod:create_oxidized, mod:diagonalblocks, mod:corpse, mod:advancementplaques (incompatible), mod:mcwbridges, mod:farmersdelight, mod:supermartijn642corelib, mod:yungsbridges, mod:fairylights (incompatible), mod:create_recipes, mod:curios (incompatible), mod:origins (incompatible), mod:create_factory, mod:collective, mod:camera, mod:simplehats (incompatible), mod:yungsextras, mod:framedblocks, mod:ftbultimine (incompatible), mod:betterstrongholds, mod:worldedit (incompatible), mod:createliquidfuel (incompatible), mod:cumulus_menus, mod:constructionwand, mod:deeperdarker, mod:cfm, mod:architectury (incompatible), mod:cupboard (incompatible), mod:betterendisland, mod:nitrogen_internals, mod:t_and_t (incompatible), mod:bettermineshafts, mod:wwoo_forge (incompatible), mod:elytraslot (incompatible), mod:create_tweaked_controllers, mod:bellsandwhistles, mod:gourmet, mod:ftblibrary (incompatible), mod:rechiseled (incompatible), mod:formationsnether, mod:amendments (incompatible), mod:jei, mod:pehkui (incompatible), mod:callablehorses (incompatible), mod:caelus (incompatible), mod:waystones, mod:clumps (incompatible), mod:journeymap (incompatible), mod:comforts (incompatible), mod:rechiseledcreate, mod:create_confectionery, mod:betterdeserttemples, mod:terralith, mod:fusion, mod:azurelib, mod:watut, mod:formations, mod:puzzlesaccessapi, mod:forge, mod:travelerstitles, mod:dragonlib, mod:voicechat (incompatible), mod:sound_physics_remastered (incompatible), mod:railways, mod:terrablender, mod:moonlight (incompatible), mod:moyai (incompatible), mod:necronomicon (incompatible), mod:createsweetsandtreets, mod:mixinsquared (incompatible), mod:jade (incompatible), mod:ae2 (incompatible), mod:createappliedkinetics (incompatible), mod:justenoughbreeding (incompatible), mod:creativecore, mod:spectrelib (incompatible), mod:calio, mod:iceberg (incompatible), mod:flywheel, mod:create, mod:creategoggles (incompatible), mod:createrailwaysnavigator, mod:apugli, mod:mes (incompatible), mod:create_sa, mod:polymorph (incompatible), mod:storagedrawers (incompatible), mod:sit, mod:diagonalfences, mod:betterarcheology, mod:coroutil (incompatible), mod:appleskin (incompatible), mod:the_dirty_stuff, mod:puzzleslib, mod:create_power_loader, mod:aquaculture, mod:cosmeticarmorreworked, mod:chiselsandbits (incompatible), mod:medievalorigins, mod:create_enchantment_industry (incompatible), mod:journeymapteams (incompatible), mod:createaddition (incompatible), mod:cristellib (incompatible), T&T Waystone Patch Pack (incompatible), builtin/aether_accessories, createappliedkinetics:remove_ae_recipes (incompatible)
|
75 | Enabled Feature Flags: minecraft:vanilla
|
76 | World Generation: Stable
|
77 | Is Modded: Definitely; Server brand changed to 'forge'
|
78 | Type: Dedicated Server (map_server.txt)
|
79 | ModLauncher: 10.0.9+10.0.9+main.dcd20f30
|
80 | ModLauncher launch target: forgeserver
|
81 | ModLauncher naming: srg
|
82 | ModLauncher services:
|
83 | mixin-0.8.5.jar mixin PLUGINSERVICE
|
84 | eventbus-6.0.5.jar eventbus PLUGINSERVICE
|
85 | fmlloader-1.20.1-47.3.7.jar slf4jfixer PLUGINSERVICE
|
86 | fmlloader-1.20.1-47.3.7.jar object_holder_definalize PLUGINSERVICE
|
87 | fmlloader-1.20.1-47.3.7.jar runtime_enum_extender PLUGINSERVICE
|
88 | fmlloader-1.20.1-47.3.7.jar capability_token_subclass PLUGINSERVICE
|
89 | accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
|
90 | fmlloader-1.20.1-47.3.7.jar runtimedistcleaner PLUGINSERVICE
|
91 | modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
|
92 | modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
|
93 | FML Language Providers:
|
94 | minecraft@1.0
|
95 | lowcodefml@null
|
96 | javafml@null
|
97 | Mod List:
|
98 | TreeChop-1.20.1-forge-0.19.0.jar |HT's TreeChop |treechop |0.18.8 |DONE |Manifest: NOSIGNATURE
|
99 | YungsBetterDungeons-1.20-Forge-4.0.4.jar |YUNG's Better Dungeons |betterdungeons |1.20-Forge-4.0.4 |DONE |Manifest: NOSIGNATURE
|
100 | kuma-api-forge-20.1.6+1.20.1.jar |KumaAPI |kuma_api |20.1.6 |DONE |Manifest: NOSIGNATURE
|
101 | supermartijn642configlib-1.1.8-forge-mc1.20.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |DONE |Manifest: NOSIGNATURE
|
102 | YungsBetterWitchHuts-1.20-Forge-3.0.3.jar |YUNG's Better Witch Huts |betterwitchhuts |1.20-Forge-3.0.3 |DONE |Manifest: NOSIGNATURE
|
103 | additionalentityattributes-forge-1.4.0.5+1.20.1.ja|Additional Entity Attributes |additionalentityattributes |**.**.**.**+1.20.1 |DONE |Manifest: NOSIGNATURE
|
104 | geckolib-forge-1.20.1-4.4.7.jar |GeckoLib 4 |geckolib |4.4.7 |DONE |Manifest: NOSIGNATURE
|
105 | scena-forge-1.0.103.jar |Scena |scena |1.0.103 |DONE |Manifest: NOSIGNATURE
|
106 | aether-1.20.1-1.4.2-neoforge.jar |The Aether |aether |1.20.1-1.4.2-neoforg|DONE |Manifest: NOSIGNATURE
|
107 | hamsters-forge-1.0.3-1.20.1.jar |Hamsters |hamsters |1.20.1-1.0.3 |DONE |Manifest: NOSIGNATURE
|
108 | naturalist-forge-4.0.3-1.20.1.jar |Naturalist |naturalist |4.0.3 |DONE |Manifest: NOSIGNATURE
|
109 | YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar |YUNG's Better Ocean Monuments |betteroceanmonuments |1.20-Forge-3.0.4 |DONE |Manifest: NOSIGNATURE
|
110 | mcw-windows-2.2.1-mc1.20.1forge.jar |Macaw's Windows |mcwwindows |2.2.1 |DONE |Manifest: NOSIGNATURE
|
111 | apoli-forge-1.20.1-2.9.0.8.jar |Apoli |apoli |1.20.1-2.9.0.8 |DONE |Manifest: NOSIGNATURE
|
112 | sophisticatedcore-1.20.1-0.6.22.611.jar |Sophisticated Core |sophisticatedcore |**.**.**.** |DONE |Manifest: NOSIGNATURE
|
113 | YungsApi-1.20-Forge-4.0.5.jar |YUNG's API |yungsapi |1.20-Forge-4.0.5 |DONE |Manifest: NOSIGNATURE
|
114 | mixinextras-forge-0.3.6.jar |MixinExtras |mixinextras |0.3.6 |DONE |Manifest: NOSIGNATURE
|
115 | sophisticatedbackpacks-1.20.1-3.20.5.1044.jar |Sophisticated Backpacks |sophisticatedbackpacks |3.20.5.1044 |DONE |Manifest: NOSIGNATURE
|
116 | create_dragon_lib-1.20.1-1.4.3.jar |Create: Dragon Lib |create_dragon_lib |1.4.3 |DONE |Manifest: NOSIGNATURE
|
117 | balm-forge-1.20.1-7.3.4-all.jar |Balm |balm |7.3.4 |DONE |Manifest: NOSIGNATURE
|
118 | carryon-forge-1.20.1-2.1.2.7.jar |Carry On |carryon |**.**.**.** |DONE |Manifest: NOSIGNATURE
|
119 | interiors-0.5.3+forge-mc1.20.1.jar |Create: Interiors |interiors |0.5.3+forge-mc1.20.1|DONE |Manifest: NOSIGNATURE
|
120 | YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar |YUNG's Better Nether Fortresse|betterfortresses |1.20-Forge-2.0.6 |DONE |Manifest: NOSIGNATURE
|
121 | cloth-config-11.1.118-forge.jar |Cloth Config v10 API |cloth_config |11.1.118 |DONE |Manifest: NOSIGNATURE
|
122 | twilightforest-1.20.1-4.3.2508-universal.jar |The Twilight Forest |twilightforest |4.3.2508 |DONE |Manifest: NOSIGNATURE
|
123 | create_oxidized-0.1.1.jar |Create: Oxidized |create_oxidized |0.1.1 |DONE |Manifest: NOSIGNATURE
|
124 | diagonalblocks-forge-8.0.5.jar |Diagonal Blocks |diagonalblocks |8.0.5 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
125 | corpse-forge-1.20.1-1.0.12.jar |Corpse |corpse |1.20.1-1.0.12 |DONE |Manifest: NOSIGNATURE
|
126 | AdvancementPlaques-1.20.1-forge-1.5.1.jar |Advancement Plaques |advancementplaques |1.5.1 |DONE |Manifest: NOSIGNATURE
|
127 | mcw-bridges-3.0.0-mc1.20.1forge.jar |Macaw's Bridges |mcwbridges |3.0.0 |DONE |Manifest: NOSIGNATURE
|
128 | FarmersDelight-1.20.1-1.2.4.jar |Farmer's Delight |farmersdelight |1.20.1-1.2.4 |DONE |Manifest: NOSIGNATURE
|
129 | supermartijn642corelib-1.1.17-forge-mc1.20.1.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.17 |DONE |Manifest: NOSIGNATURE
|
130 | YungsBridges-1.20-Forge-4.0.3.jar |YUNG's Bridges |yungsbridges |1.20-Forge-4.0.3 |DONE |Manifest: NOSIGNATURE
|
131 | fairylights-7.0.0-1.20.1.jar |Fairy Lights |fairylights |7.0.0 |DONE |Manifest: NOSIGNATURE
|
132 | create_recipes-1.2.0.jar |Create: More Recipes |create_recipes |1.0.0 |DONE |Manifest: NOSIGNATURE
|
133 | curios-forge-5.9.1+1.20.1.jar |Curios API |curios |5.9.1+1.20.1 |DONE |Manifest: NOSIGNATURE
|
134 | origins-forge-1.20.1-1.10.0.9-all.jar |Origins |origins |1.20.1-1.10.0.9 |DONE |Manifest: NOSIGNATURE
|
135 | create_factory-0.4b-1.20.1.jar |Create: Factory |create_factory |0.4b-1.20.1 |DONE |Manifest: NOSIGNATURE
|
136 | collective-1.20.1-7.64.jar |Collective |collective |7.64 |DONE |Manifest: NOSIGNATURE
|
137 | camera-forge-1.20.1-1.0.14.jar |Camera Mod |camera |1.20.1-1.0.14 |DONE |Manifest: NOSIGNATURE
|
138 | simplehats-forge-1.20.1-0.3.0.jar |SimpleHats |simplehats |1.20.1-0.3.0 |DONE |Manifest: NOSIGNATURE
|
139 | YungsExtras-1.20-Forge-4.0.3.jar |YUNG's Extras |yungsextras |1.20-Forge-4.0.3 |DONE |Manifest: NOSIGNATURE
|
140 | FramedBlocks-9.3.0.jar |FramedBlocks |framedblocks |9.3.0 |DONE |Manifest: NOSIGNATURE
|
141 | ftb-ultimine-forge-2001.1.5.jar |FTB Ultimine |ftbultimine |2001.1.5 |DONE |Manifest: NOSIGNATURE
|
142 | YungsBetterStrongholds-1.20-Forge-4.0.3.jar |YUNG's Better Strongholds |betterstrongholds |1.20-Forge-4.0.3 |DONE |Manifest: NOSIGNATURE
|
143 | worldedit-mod-7.2.15.jar |WorldEdit |worldedit |7.2.15+6463-5ca4dff |DONE |Manifest: NOSIGNATURE
|
144 | createliquidfuel-2.1.1-1.20.1.jar |Create Liquid Fuel |createliquidfuel |2.1.1-1.20.1 |DONE |Manifest: NOSIGNATURE
|
145 | cumulus_menus-1.20.1-1.0.0-neoforge.jar |Cumulus |cumulus_menus |1.20.1-1.0.0-neoforg|DONE |Manifest: NOSIGNATURE
|
146 | constructionwand-1.20.1-2.11.jar |Construction Wand |constructionwand |1.20.1-2.11 |DONE |Manifest: NOSIGNATURE
|
147 | deeperdarker-forge-1.20.1-1.2.1.jar |Deeper and Darker |deeperdarker |1.2.1 |DONE |Manifest: NOSIGNATURE
|
148 | cfm-forge-1.20.1-7.0.0-pre36.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre36 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
149 | architectury-9.2.14-forge.jar |Architectury |architectury |9.2.14 |DONE |Manifest: NOSIGNATURE
|
150 | cupboard-1.20.1-2.7.jar |Cupboard utilities |cupboard |1.20.1-2.7 |DONE |Manifest: NOSIGNATURE
|
151 | YungsBetterEndIsland-1.20-Forge-2.0.6.jar |YUNG's Better End Island |betterendisland |1.20-Forge-2.0.6 |DONE |Manifest: NOSIGNATURE
|
152 | nitrogen_internals-1.20.1-1.0.7-neoforge.jar |Nitrogen |nitrogen_internals |1.20.1-1.0.7-neoforg|DONE |Manifest: NOSIGNATURE
|
153 | Towns-and-Towers-1.12-Fabric+Forge.jar |Towns and Towers |t_and_t |0.0NONE |DONE |Manifest: NOSIGNATURE
|
154 | YungsBetterMineshafts-1.20-Forge-4.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.20-Forge-4.0.4 |DONE |Manifest: NOSIGNATURE
|
155 | WWOO-FABRIC+FORGE+QUILT-2.0.0.jar |William Wythers Overhauled Ove|wwoo_forge |2.0.0 |DONE |Manifest: NOSIGNATURE
|
156 | elytraslot-forge-6.4.0+1.20.1.jar |Elytra Slot |elytraslot |6.4.0+1.20.1 |DONE |Manifest: NOSIGNATURE
|
157 | create_tweaked_controllers-1.20.1-1.2.4.jar |Create: Tweaked Controllers |create_tweaked_controllers |1.20.1-1.2.4 |DONE |Manifest: NOSIGNATURE
|
158 | bellsandwhistles-0.4.3-1.20.x.jar |Create: Bells & Whistles |bellsandwhistles |0.4.3-1.20.x |DONE |Manifest: NOSIGNATURE
|
159 | gourmet-0.1.1b-1.20.1.jar |Create Gourmet |gourmet |0.1.1b-1.20.1 |DONE |Manifest: NOSIGNATURE
|
160 | ftb-library-forge-2001.2.2.jar |FTB Library |ftblibrary |2001.2.2 |DONE |Manifest: NOSIGNATURE
|
161 | rechiseled-1.1.6-forge-mc1.20.jar |Rechiseled |rechiseled |1.1.6 |DONE |Manifest: NOSIGNATURE
|
162 | formationsnether-1.0.4.jar |Formations Nether |formationsnether |1.0.4 |DONE |Manifest: NOSIGNATURE
|
163 | amendments-1.20-1.2.8.jar |Amendments |amendments |1.20-1.2.8 |DONE |Manifest: NOSIGNATURE
|
164 | jei-1.20.1-forge-15.3.0.8.jar |Just Enough Items |jei |**.**.**.** |DONE |Manifest: NOSIGNATURE
|
165 | Pehkui-3.8.2+1.20.1-forge.jar |Pehkui |pehkui |3.8.2+1.20.1-forge |DONE |Manifest: NOSIGNATURE
|
166 | callablehorses-1.20.1-1.3.0.1.jar |Callable Horses |callablehorses |**.**.**.** |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
167 | caelus-forge-3.2.0+1.20.1.jar |Caelus API |caelus |3.2.0+1.20.1 |DONE |Manifest: NOSIGNATURE
|
168 | waystones-forge-1.20-14.1.3.jar |Waystones |waystones |14.1.3 |DONE |Manifest: NOSIGNATURE
|
169 | Clumps-forge-1.20.1-12.0.0.4.jar |Clumps |clumps |**.**.**.** |DONE |Manifest: NOSIGNATURE
|
170 | journeymap-1.20.1-5.9.24-forge.jar |Journeymap |journeymap |5.9.24 |DONE |Manifest: NOSIGNATURE
|
171 | comforts-forge-6.3.5+1.20.1.jar |Comforts |comforts |6.3.5+1.20.1 |DONE |Manifest: NOSIGNATURE
|
172 | rechiseledcreate-1.0.2-forge-mc1.20.jar |Rechiseled: Create |rechiseledcreate |1.0.2 |DONE |Manifest: NOSIGNATURE
|
173 | create-confectionery1.20.1_v1.1.0.jar |Create Confectionery |create_confectionery |1.1.0 |DONE |Manifest: NOSIGNATURE
|
174 | YungsBetterDesertTemples-1.20-Forge-3.0.3.jar |YUNG's Better Desert Temples |betterdeserttemples |1.20-Forge-3.0.3 |DONE |Manifest: NOSIGNATURE
|
175 | Terralith_1.20_v2.5.1.jar |Terralith |terralith |2.5.1 |DONE |Manifest: NOSIGNATURE
|
176 | fusion-1.1.1-forge-mc1.20.1.jar |Fusion |fusion |1.1.1 |DONE |Manifest: NOSIGNATURE
|
177 | azurelib-neo-1.20.1-2.0.27.jar |AzureLib |azurelib |2.0.27 |DONE |Manifest: NOSIGNATURE
|
178 | watut-forge-1.20.1-1.1.1.jar |What Are They Up To |watut |1.20.1-1.1.1 |DONE |Manifest: NOSIGNATURE
|
179 | formations-1.0.2-forge-mc1.20.jar |Formations |formations |1.0.2 |DONE |Manifest: NOSIGNATURE
|
180 | puzzlesaccessapi-forge-8.0.7.jar |Puzzles Access Api |puzzlesaccessapi |8.0.7 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
181 | forge-1.20.1-47.3.7-universal.jar |Forge |forge |47.3.7 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
182 | TravelersTitles-1.20-Forge-4.0.2.jar |Traveler's Titles |travelerstitles |1.20-Forge-4.0.2 |DONE |Manifest: NOSIGNATURE
|
183 | server-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |DONE |Manifest: NOSIGNATURE
|
184 | dragonlib-forge-1.20.1-2.1.13.jar |DragonLib |dragonlib |1.20.1-2.1.13 |DONE |Manifest: NOSIGNATURE
|
185 | voicechat-forge-1.20.1-2.5.17.jar |Simple Voice Chat |voicechat |1.20.1-2.5.17 |DONE |Manifest: NOSIGNATURE
|
186 | sound-physics-remastered-forge-1.20.1-1.4.2.jar |Sound Physics Remastered |sound_physics_remastered |1.20.1-1.4.2 |DONE |Manifest: NOSIGNATURE
|
187 | Steam_Rails-1.6.4+forge-mc1.20.1.jar |Create: Steam 'n' Rails |railways |1.6.4+forge-mc1.20.1|DONE |Manifest: NOSIGNATURE
|
188 | TerraBlender-forge-1.20.1-3.0.1.7.jar |TerraBlender |terrablender |**.**.**.** |DONE |Manifest: NOSIGNATURE
|
189 | moonlight-1.20-2.12.6-forge.jar |Moonlight Library |moonlight |1.20-2.12.6 |DONE |Manifest: NOSIGNATURE
|
190 | moyai-1.20-2.1.4.jar |Moyai |moyai |1.20-2.1.4 |DONE |Manifest: NOSIGNATURE
|
191 | Necronomicon-Forge-1.4.2.jar |Necronomicon |necronomicon |1.4.2 |DONE |Manifest: NOSIGNATURE
|
192 | Create Sweets And Treats 1.1.1.jar |CreateSweetsAndTreets |createsweetsandtreets |1.0.0 |DONE |Manifest: NOSIGNATURE
|
193 | mixinsquared-forge-0.1.2-beta.6.jar |MixinSquared |mixinsquared |0.1.2-beta.6 |DONE |Manifest: NOSIGNATURE
|
194 | Jade-1.20.1-forge-11.9.2.jar |Jade |jade |11.9.2+forge |DONE |Manifest: NOSIGNATURE
|
195 | appliedenergistics2-forge-15.2.8.jar |Applied Energistics 2 |ae2 |15.2.8 |DONE |Manifest: NOSIGNATURE
|
196 | createappliedkinetics-1.3.2-1.20.1.jar |Create Applied Kinetics |createappliedkinetics |1.3.2-1.20.1 |DONE |Manifest: NOSIGNATURE
|
197 | justenoughbreeding-forge-1.20.x-1.2.1.jar |Just Enough Breeding |justenoughbreeding |1.2.1 |DONE |Manifest: NOSIGNATURE
|
198 | CreativeCore_FORGE_v2.11.30_mc1.20.1.jar |CreativeCore |creativecore |2.11.30 |DONE |Manifest: NOSIGNATURE
|
199 | spectrelib-forge-0.13.15+1.20.1.jar |SpectreLib |spectrelib |0.13.15+1.20.1 |DONE |Manifest: NOSIGNATURE
|
200 | calio-forge-1.20.1-1.11.0.5.jar |Calio |calio |1.20.1-1.11.0.5 |DONE |Manifest: NOSIGNATURE
|
201 | Iceberg-1.20.1-forge-1.1.21.jar |Iceberg |iceberg |1.1.21 |DONE |Manifest: NOSIGNATURE
|
202 | flywheel-forge-1.20.1-0.6.10-7.jar |Flywheel |flywheel |0.6.10-7 |DONE |Manifest: NOSIGNATURE
|
203 | create-1.20.1-0.5.1.f.jar |Create |create |0.5.1.f |DONE |Manifest: NOSIGNATURE
|
204 | creategoggles-1.20.1-0.5.5.g-[FORGE].jar |Create Goggles |creategoggles |0.5.5.g |DONE |Manifest: NOSIGNATURE
|
205 | createrailwaysnavigator-forge-1.20.1-0.5.4.jar |Create Railways Navigator |createrailwaysnavigator |1.20.1-0.5.4 |DONE |Manifest: NOSIGNATURE
|
206 | Apugli-2.10.0+1.20.1-forge.jar |Apugli |apugli |2.10.0+1.20.1-forge |DONE |Manifest: NOSIGNATURE
|
207 | mes-1.3.1-1.20-forge.jar |Moog's End Structures |mes |1.3.1-1.20-forge |DONE |Manifest: NOSIGNATURE
|
208 | create-stuff-additions1.20.1_v2.0.4a.jar |Create Stuff & Additions |create_sa |2.0.4. |DONE |Manifest: NOSIGNATURE
|
209 | polymorph-forge-0.49.5+1.20.1.jar |Polymorph |polymorph |0.49.5+1.20.1 |DONE |Manifest: NOSIGNATURE
|
210 | storagedrawers-1.20.1-12.0.3.jar |Storage Drawers |storagedrawers |12.0.3 |DONE |Manifest: NOSIGNATURE
|
211 | sit-1.20.1-1.3.5.jar |Sit |sit |1.3.5 |DONE |Manifest: NOSIGNATURE
|
212 | DiagonalFences-v8.1.4-1.20.1-Forge.jar |Diagonal Fences |diagonalfences |8.1.4 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
213 | betterarcheology-1.1.9-1.20.1.jar |Better Archeology |betterarcheology |1.1.9-1.20.1 |DONE |Manifest: NOSIGNATURE
|
214 | coroutil-forge-1.20.1-1.3.7.jar |CoroUtil |coroutil |1.20.1-1.3.7 |DONE |Manifest: NOSIGNATURE
|
215 | appleskin-forge-mc1.20.1-2.5.1.jar |AppleSkin |appleskin |2.5.1+mc1.20.1 |DONE |Manifest: NOSIGNATURE
|
216 | the_dirty_stuff-2.1-forge-1.20.1.jar |The Dirty Stuff |the_dirty_stuff |2.1 |DONE |Manifest: NOSIGNATURE
|
217 | PuzzlesLib-v8.1.21-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.1.21 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
218 | create_power_loader-1.5.0-mc1.20.1.jar |Create: Power Loader |create_power_loader |1.5.0-mc1.20.1 |DONE |Manifest: NOSIGNATURE
|
219 | Aquaculture-1.20.1-2.5.1.jar |Aquaculture 2 |aquaculture |2.5.1 |DONE |Manifest: NOSIGNATURE
|
220 | cosmeticarmorreworked-1.20.1-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.20.1-v1a |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
221 | chisels-and-bits-forge-1.4.148.jar |chisels-and-bits |chiselsandbits |1.4.148 |DONE |Manifest: NOSIGNATURE
|
222 | medievalorigins-6.2.5+1.20.1-forge.jar |Medieval Origins Revival |medievalorigins |6.2.5+1.20.1-forge |DONE |Manifest: NOSIGNATURE
|
223 | create_enchantment_industry-1.20.1-for-create-0.5.|Create Enchantment Industry |create_enchantment_industry |1.2.9.d |DONE |Manifest: NOSIGNATURE
|
224 | JourneyMap-Teams-forge-1.20.1-1.1.0.jar |JourneyMap-Teams |journeymapteams |1.1.0 |DONE |Manifest: NOSIGNATURE
|
225 | createaddition-1.20.1-1.2.3.jar |Create Crafts & Additions |createaddition |1.20.1-1.2.3 |DONE |Manifest: NOSIGNATURE
|
226 | cristellib-1.1.5-forge.jar |Cristel Lib |cristellib |1.1.5 |DONE |Manifest: NOSIGNATURE
|
227 | Crash Report UUID: d0720aa6-04e1-431d-b3b2-be736594557c
|
228 | FML: 47.3
|
229 | Forge: net.minecraftforge:47.3.7
|