1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2025-05-01 20:20:33
|
5 | Description: Ticking block entity
|
6 |
|
7 | java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of com.simibubi.create.content.contraptions.MountedStorage failed
|
8 | at knot//com.simibubi.create.content.contraptions.MountedStorageManager.removeStorageFromWorld(MountedStorageManager.java:166)
|
9 | at knot//com.simibubi.create.content.contraptions.Contraption.removeBlocksFromWorld(Contraption.java:979)
|
10 | at knot//com.simibubi.create.content.contraptions.bearing.MechanicalBearingBlockEntity.assemble(MechanicalBearingBlockEntity.java:189)
|
11 | at knot//com.simibubi.create.content.contraptions.bearing.MechanicalBearingBlockEntity.tick(MechanicalBearingBlockEntity.java:251)
|
12 | at knot//com.simibubi.create.foundation.blockEntity.SmartBlockEntityTicker.tick(SmartBlockEntityTicker.java:15)
|
13 | at knot//net.minecraft.class_2818$class_5563.method_31703(class_2818.java:662)
|
14 | at knot//net.minecraft.class_2818$class_5564.method_31703(class_2818.java:716)
|
15 | at knot//net.minecraft.class_1937.method_18471(class_1937.java:470)
|
16 | at knot//net.minecraft.class_3218.method_18765(class_3218.java:390)
|
17 | at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897)
|
18 | at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
|
19 | at knot//net.minecraft.class_1132.method_3748(class_1132.java:105)
|
20 | at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671)
|
21 | at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
22 | at java.base/java.lang.Thread.run(Unknown Source)
|
23 | Caused by: java.lang.RuntimeException: Mixin transformation of com.simibubi.create.content.contraptions.MountedStorage failed
|
24 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
|
25 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
|
26 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
|
27 | at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
|
28 | at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
|
29 | ... 15 more
|
30 | Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
|
31 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
|
32 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
|
33 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
|
34 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
|
35 | ... 19 more
|
36 | Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [create_bs.mixins.json:MountedStorageMixin from mod create_bs] from phase [DEFAULT] in config [create_bs.mixins.json] FAILED during APPLY
|
37 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638)
|
38 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589)
|
39 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379)
|
40 | ... 22 more
|
41 | Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on BS$canUseAsStorage could not find any targets matching 'canUseAsStorage(Lnet/minecraft/world/level/block/entity/BlockEntity;)Z' in com/simibubi/create/content/contraptions/MountedStorage. No refMap loaded. [INJECT_PREPARE Applicator Phase -> create_bs.mixins.json:MountedStorageMixin from mod create_bs -> Prepare Injections -> handler$hmo000$create_bs$BS$canUseAsStorage(Lnet/minecraft/class_2586;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V -> Parse -> -> Validate Targets]
|
42 | at org.spongepowered.asm.mixin.injection.selectors.TargetSelectors.validate(TargetSelectors.java:346)
|
43 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:369)
|
44 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:340)
|
45 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:331)
|
46 | at org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo.<init>(CallbackInjectionInfo.java:48)
|
47 | at jdk.internal.reflect.GeneratedConstructorAccessor28.newInstance(Unknown Source)
|
48 | at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
|
49 | at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source)
|
50 | at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source)
|
51 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:196)
|
52 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:664)
|
53 | at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1399)
|
54 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:731)
|
55 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:315)
|
56 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:246)
|
57 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
|
58 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
|
59 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
|
60 | ... 22 more
|
61 |
|
62 |
|
63 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
64 | ---------------------------------------------------------------------------------------
|
65 |
|
66 | -- Head --
|
67 | Thread: Server thread
|
68 | Stacktrace:
|
69 | at knot//com.simibubi.create.content.contraptions.MountedStorageManager.removeStorageFromWorld(MountedStorageManager.java:166)
|
70 | at knot//com.simibubi.create.content.contraptions.Contraption.removeBlocksFromWorld(Contraption.java:979)
|
71 | at knot//com.simibubi.create.content.contraptions.bearing.MechanicalBearingBlockEntity.assemble(MechanicalBearingBlockEntity.java:189)
|
72 | at knot//com.simibubi.create.content.contraptions.bearing.MechanicalBearingBlockEntity.tick(MechanicalBearingBlockEntity.java:251)
|
73 | at knot//com.simibubi.create.foundation.blockEntity.SmartBlockEntityTicker.tick(SmartBlockEntityTicker.java:15)
|
74 | at knot//net.minecraft.class_2818$class_5563.method_31703(class_2818.java:662)
|
75 | at knot//net.minecraft.class_2818$class_5564.method_31703(class_2818.java:716)
|
76 | at knot//net.minecraft.class_1937.method_18471(class_1937.java:470)
|
77 | at knot//net.minecraft.class_3218.method_18765(class_3218.java:390)
|
78 |
|
79 | -- Block entity being ticked --
|
80 | Details:
|
81 | Name: create:mechanical_bearing // com.simibubi.create.content.contraptions.bearing.MechanicalBearingBlockEntity
|
82 | Block: Block{create:mechanical_bearing}[facing=up]
|
83 | Block location: World: (1381,512,-558), Section: (at 5,0,2 in 86,32,-35; chunk contains blocks 1376,-64,-560 to 1391,639,-545), Region: (2,-2; contains chunks 64,-64 to 95,-33, blocks 1024,-64,-1024 to 1535,639,-513)
|
84 | Block: Block{create:mechanical_bearing}[facing=up]
|
85 | Block location: World: (1381,512,-558), Section: (at 5,0,2 in 86,32,-35; chunk contains blocks 1376,-64,-560 to 1391,639,-545), Region: (2,-2; contains chunks 64,-64 to 95,-33, blocks 1024,-64,-1024 to 1535,639,-513)
|
86 | Stacktrace:
|
87 | at knot//net.minecraft.class_2818$class_5563.method_31703(class_2818.java:662)
|
88 | at knot//net.minecraft.class_2818$class_5564.method_31703(class_2818.java:716)
|
89 | at knot//net.minecraft.class_1937.method_18471(class_1937.java:470)
|
90 | at knot//net.minecraft.class_3218.method_18765(class_3218.java:390)
|
91 | at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897)
|
92 | at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
|
93 | at knot//net.minecraft.class_1132.method_3748(class_1132.java:105)
|
94 | at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671)
|
95 | at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
96 | at java.base/java.lang.Thread.run(Unknown Source)
|
97 |
|
98 | -- Affected level --
|
99 | Details:
|
100 | All players: 1 total; [class_3222['{MINECRAFT_USERNAME}'/107, l='ServerLevel[Survive!!!!!!!!!!]', x=1381.69, y=511.00, z=-556.48]]
|
101 | Chunk stats: 5426
|
102 | Level dimension: minecraft:overworld
|
103 | Level spawn location: World: (0,141,0), Section: (at 0,13,0 in 0,8,0; chunk contains blocks 0,-64,0 to 15,639,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,639,511)
|
104 | Level time: 2161485 game time, 2791219 day time
|
105 | Level name: Survive!!!!!!!!!!
|
106 | Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
|
107 | Level weather: Rain time: 26447 (now: false), thunder time: 128317 (now: false)
|
108 | Known server brands: fabric
|
109 | Removed feature flags:
|
110 | Level was modded: true
|
111 | Level storage version: 0x04ABD - Anvil
|
112 | Stacktrace:
|
113 | at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897)
|
114 | at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
|
115 | at knot//net.minecraft.class_1132.method_3748(class_1132.java:105)
|
116 | at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671)
|
117 | at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
118 | at java.base/java.lang.Thread.run(Unknown Source)
|
119 |
|
120 | -- System Details --
|
121 | Details:
|
122 | Minecraft Version: 1.20.1
|
123 | Minecraft Version ID: 1.20.1
|
124 | Operating System: Mac OS X (aarch64) version 15.4.1
|
125 | Java Version: 17.0.14, Azul Systems, Inc.
|
126 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
|
127 | Memory: 1653751808 bytes (1577 MiB) / 4160749568 bytes (3968 MiB) up to 4160749568 bytes (3968 MiB)
|
128 | CPUs: 8
|
129 | Processor Vendor: Apple Inc.
|
130 | Processor Name: Apple M1 Pro
|
131 | Identifier: Apple Inc. Family 0x1b588bb3 Model 0 Stepping 0
|
132 | Microarchitecture: ARM64 SoC: Firestorm + Icestorm
|
133 | Frequency (GHz): 3.23
|
134 | Number of physical packages: 1
|
135 | Number of physical CPUs: 8
|
136 | Number of logical CPUs: 8
|
137 | Graphics card #0 name: Apple M1 Pro
|
138 | Graphics card #0 vendor: Apple (0x106b)
|
139 | Graphics card #0 VRAM (MB): 0.00
|
140 | Graphics card #0 deviceId: unknown
|
141 | Graphics card #0 versionInfo: unknown
|
142 | Memory slot #0 capacity (MB): 0.00
|
143 | Memory slot #0 clockSpeed (GHz): 0.00
|
144 | Memory slot #0 type: unknown
|
145 | Virtual memory max (MB): 16384.00
|
146 | Virtual memory used (MB): 11810.80
|
147 | Swap memory total (MB): 0.00
|
148 | Swap memory used (MB): 0.00
|
149 | JVM Flags: 1 total; -Xmx3968M
|
150 | Fabric Mods:
|
151 | additionallanterns: Additional Lanterns 1.1.1a
|
152 | advancedlocate: AdvancedLocate 1.4.1-1.20.1
|
153 | amendments: Amendments 1.20-1.2.19
|
154 | animal_feeding_trough: Animal Feeding Trough 1.1.0+1.20.1
|
155 | architectury: Architectury 9.2.14
|
156 | athena: Athena 3.1.2
|
157 | backported_wolves: Backported Wolves 1.1.0-1.19.3-1.20.4
|
158 | bellsandwhistles: Create: Bells & Whistles 0.4.5
|
159 | betterf3: BetterF3 7.0.2
|
160 | biomecompass: Biome Compass 3.1.0+1.20.1
|
161 | polymer-core: Polymer (Core) 0.5.19+1.20.1
|
162 | polymer-networking: Polymer (Networking) 0.5.19+1.20.1
|
163 | polymer-common: Polymer (Common) 0.5.19+1.20.1
|
164 | polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.5.19+1.20.1
|
165 | server_translations_api: Server Translations API 2.0.0+1.20
|
166 | packet_tweaker: Packet Tweaker 0.4.0+1.19.4
|
167 | sgui: sgui 1.2.2+1.20
|
168 | biomesoplenty: BiomesOPlenty **.**.**.**
|
169 | boxlib: BoxLib 11.3.2
|
170 | bug_beltlanterns: Simple Belt Lanterns 1.0.1
|
171 | bundle-backportish: Bundle Backport-ish 1.0.0
|
172 | c2me: Concurrent Chunk Management Engine 0.2.0+alpha.11.16
|
173 | c2me-base: Concurrent Chunk Management Engine (Base) 0.2.0+alpha.11.16
|
174 | c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.2.0+alpha.11.16
|
175 | c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.2.0+alpha.11.16
|
176 | c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.2.0+alpha.11.16
|
177 | c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.2.0+alpha.11.16
|
178 | c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.2.0+alpha.11.16
|
179 | c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.2.0+alpha.11.16
|
180 | c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.2.0+alpha.11.16
|
181 | c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.2.0+alpha.11.16
|
182 | c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.2.0+alpha.11.16
|
183 | c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.2.0+alpha.11.16
|
184 | c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.2.0+alpha.11.16
|
185 | c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.2.0+alpha.11.16
|
186 | c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.2.0+alpha.11.16
|
187 | c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.2.0+alpha.11.16
|
188 | c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.2.0+alpha.11.16
|
189 | c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.2.0+alpha.11.16
|
190 | c2me-threading-chunkio: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.16
|
191 | c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.2.0+alpha.11.16
|
192 | c2me-threading-worldgen: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.16
|
193 | com_ibm_async_asyncutil: asyncutil 0.1.0
|
194 | net_objecthunter_exp4j: exp4j 0.4.8
|
195 | org_threadly_threadly: threadly 7.0
|
196 | cardinal-components: Cardinal Components API 5.2.3
|
197 | cardinal-components-base: Cardinal Components API (base) 5.2.3
|
198 | cardinal-components-block: Cardinal Components API (blocks) 5.2.3
|
199 | cardinal-components-chunk: Cardinal Components API (chunks) 5.2.3
|
200 | cardinal-components-entity: Cardinal Components API (entities) 5.2.3
|
201 | cardinal-components-item: Cardinal Components API (items) 5.2.3
|
202 | cardinal-components-level: Cardinal Components API (world saves) 5.2.3
|
203 | cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.3
|
204 | cardinal-components-world: Cardinal Components API (worlds) 5.2.3
|
205 | chcf: Chipped x Create Fabric 1.0.0
|
206 | chipped: Chipped 3.0.7
|
207 | cloth-config: Cloth Config v11 11.1.136
|
208 | cloth-basic-math: cloth-basic-math 0.6.1
|
209 | connected-doors: Connected Doors 1.2+1.20
|
210 | continuity: Continuity 3.0.0+1.20.1
|
211 | copycats: Create: Copycats+ 2.2.2+mc.1.20.1-fabric
|
212 | coroutil: CoroUtil 1.20.1-1.3.7
|
213 | crawl: Crawl 0.12.0
|
214 | mm: Manningham Mills 2.3
|
215 | create: Create 0.5.1-j-build.1631+mc1.20.1
|
216 | com_google_code_findbugs_jsr305: jsr305 3.0.2
|
217 | flywheel: Flywheel 0.6.11-4
|
218 | milk: Milk Lib 1.2.60
|
219 | dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
|
220 | porting_lib_accessors: Porting Lib Accessors 2.3.8+1.20.1
|
221 | porting_lib_base: Porting Lib Base 2.3.8+1.20.1
|
222 | porting_lib_attributes: Porting Lib Attributes 2.3.8+1.20.1
|
223 | porting_lib_common: Porting Lib Common 2.3.8+1.20.1
|
224 | porting_lib_config: Porting Lib Config 2.3.8+1.20.1
|
225 | porting_lib_gui_utils: Porting Lib Gui Utils 2.3.8+1.20.1
|
226 | porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.8+1.20.1
|
227 | porting_lib_utility: Porting Lib Utility 2.3.8+1.20.1
|
228 | porting_lib_brewing: Porting Lib Brewing 2.3.8+1.20.1
|
229 | porting_lib_client_events: Porting Lib Client Events 2.3.8+1.20.1
|
230 | porting_lib_entity: Porting Lib Entity 2.3.8+1.20.1
|
231 | porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.8+1.20.1
|
232 | porting_lib_extensions: Porting Lib Extensions 2.3.8+1.20.1
|
233 | porting_lib_models: Porting Lib Models 2.3.8+1.20.1
|
234 | porting_lib_core: Porting Lib Core 2.3.8+1.20.1
|
235 | porting_lib_fluids: Porting Lib Fluids 2.3.8+1.20.1
|
236 | porting_lib_model_loader: Porting Lib Model Loader 2.3.8+1.20.1
|
237 | porting_lib_networking: Porting Lib Networking 2.3.8+1.20.1
|
238 | porting_lib_obj_loader: Porting Lib Obj Loader 2.3.8+1.20.1
|
239 | porting_lib_tool_actions: Porting Lib Tool Actions 2.3.8+1.20.1
|
240 | porting_lib_transfer: Porting Lib Transfer 2.3.8+1.20.1
|
241 | reach-entity-attributes: Reach Entity Attributes 2.4.0
|
242 | registrate-fabric: Registrate for Fabric 1.3.79-MC1.20.1
|
243 | porting_lib_tags: Porting Lib Tags 3.0
|
244 | porting_lib_gametest: Porting Lib GameTest 2.1.1090+1.20
|
245 | create-colored: Create: colored 1.1.2+1.20.1
|
246 | create-trimmed: create-trimmed 1.0.0
|
247 | create_bs: Create: Better Storages 1.0b.Release
|
248 | create_dd: Create: Dreams & Desires 0.1d
|
249 | dsbg: Detected setBlock Be Gone 1.0
|
250 | create_jetpack: Create Jetpack 4.3.0
|
251 | flightlib: Flight Lib 2.1.0
|
252 | createaddition: Create Crafts & Additions 1.2.4
|
253 | team_reborn_energy: Energy 2.3.0
|
254 | createbb: Create: Broken Bad 3.1.2
|
255 | createcontraptionterminals: Create Contraption Terminals 1.1.0
|
256 | createdeco: Create Deco 2.0.2-1.20.1-fabric
|
257 | dashboard: Dashboard 4.0.0
|
258 | debugkeybind: DebugKeybind 9.1.1
|
259 | deltaboxlib: Deltabox Lib 2.1.1
|
260 | desire: Desire 1.0.0-1.20.1
|
261 | disguiseheads: DisguiseHeads 1.0.1-mc1.20
|
262 | easymagic: Easy Magic 8.0.1
|
263 | effective: Effective 2.3.2-1.20.1
|
264 | lodestone: Lodestone 1.20.1-1.6.2.3f-fabric
|
265 | midnightlib: MidnightLib 1.4.1
|
266 | porting_lib_blocks: Porting Lib Blocks 2.3.4+1.20.1
|
267 | porting_lib_data: Porting Lib Data 2.3.4+1.20.1
|
268 | porting_lib_items: Porting Lib Items 2.3.4+1.20.1
|
269 | porting_lib_model_generators: Porting Lib Model Generators 2.3.4+1.20.1
|
270 | porting_lib_model_materials: Porting Lib Model Materials 2.3.4+1.20.1
|
271 | satin: Satin 1.14.0
|
272 | elementa: Elementa 700
|
273 | elytraslot: Elytra Slot 6.4.4+1.20.1
|
274 | mixinsquared: MixinSquared 0.1.2-beta.6
|
275 | entity_model_features: Entity Model Features 2.4.1
|
276 | entity_texture_features: Entity Texture Features 6.2.9
|
277 | org_apache_httpcomponents_httpmime: httpmime 4.5.10
|
278 | essential: Essential **.**.**.**
|
279 | essential-container: essential-container 1.0.0
|
280 | essential-loader: essential-loader 1.2.3
|
281 | fabric-api: Fabric API 0.92.5+1.20.1
|
282 | fabric-api-base: Fabric API Base 0.4.32+1802ada577
|
283 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.37+1802ada577
|
284 | fabric-biome-api-v1: Fabric Biome API (v1) 13.0.14+1802ada577
|
285 | fabric-block-api-v1: Fabric Block API (v1) 1.0.12+1802ada577
|
286 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.3+924f046a77
|
287 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.42+1802ada577
|
288 | fabric-client-tags-api-v1: Fabric Client Tags 1.1.3+1802ada577
|
289 | fabric-command-api-v1: Fabric Command API (v1) 1.2.35+f71b366f77
|
290 | fabric-command-api-v2: Fabric Command API (v2) 2.2.14+1802ada577
|
291 | fabric-commands-v0: Fabric Commands (v0) 0.2.52+df3654b377
|
292 | fabric-containers-v0: Fabric Containers (v0) 0.1.66+df3654b377
|
293 | fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.13+1802ada577
|
294 | fabric-convention-tags-v1: Fabric Convention Tags 1.5.6+1802ada577
|
295 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.20+1802ada577
|
296 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.2+de0fd6d177
|
297 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.6+1802ada577
|
298 | fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.55+1802ada577
|
299 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.1+1c78457f77
|
300 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.4+13a40c6677
|
301 | fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.64+df3654b377
|
302 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.41+1802ada577
|
303 | fabric-item-api-v1: Fabric Item API (v1) 2.1.29+1802ada577
|
304 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.14+1802ada577
|
305 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.38+1802ada577
|
306 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.36+df3654b377
|
307 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.23+1802ada577
|
308 | fabric-loot-api-v2: Fabric Loot API (v2) 1.2.3+1802ada577
|
309 | fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.47+9e7660c677
|
310 | fabric-message-api-v1: Fabric Message API (v1) 5.1.10+1802ada577
|
311 | fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.52+1802ada577
|
312 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.4+1802ada577
|
313 | fabric-models-v0: Fabric Models (v0) 0.4.3+9386d8a777
|
314 | fabric-networking-api-v1: Fabric Networking API (v1) 1.3.13+13a40c6677
|
315 | fabric-networking-v0: Fabric Networking (v0) 0.3.53+df3654b377
|
316 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.5+e35120df77
|
317 | fabric-particles-v1: Fabric Particles (v1) 1.1.3+1802ada577
|
318 | fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.23+1802ada577
|
319 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.5+1802ada577
|
320 | fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.2+1802ada577
|
321 | fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.3+85287f9f77
|
322 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.47+df3654b377
|
323 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.39+92a0d36777
|
324 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.29+1802ada577
|
325 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.50+df3654b377
|
326 | fabric-rendering-v1: Fabric Rendering (v1) 3.0.9+1802ada577
|
327 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.9+1802ada577
|
328 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.12+fb82e9d777
|
329 | fabric-screen-api-v1: Fabric Screen API (v1) 2.0.9+1802ada577
|
330 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.32+1802ada577
|
331 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.14+1802ada577
|
332 | fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.6+8dd72ea377
|
333 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.2+1802ada577
|
334 | fabric-language-kotlin: Fabric Language Kotlin 1.13.2+kotlin.2.1.20
|
335 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.1.20
|
336 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.1.20
|
337 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.1.20
|
338 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.1.20
|
339 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.27.0
|
340 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.1
|
341 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.1
|
342 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.2
|
343 | org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.7.0
|
344 | org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.7.0
|
345 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.8.0
|
346 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.8.0
|
347 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.8.0
|
348 | fabricloader: Fabric Loader 0.16.13
|
349 | mixinextras: MixinExtras 0.4.1
|
350 | fallingleaves: Falling Leaves 1.15.6
|
351 | fancymenu: FancyMenu 3.5.0
|
352 | com_github_keksuccino_japng: japng 0.5.3
|
353 | com_github_rtyley_animated-gif-lib-for-java: animated-gif-lib-for-java animated-gif-lib-1.7
|
354 | ferritecore: FerriteCore 6.0.1
|
355 | forgeconfigapiport: Forge Config API Port 8.0.2
|
356 | framework: Framework 0.7.12
|
357 | org_javassist_javassist: javassist 3.29.2-GA
|
358 | org_reflections_reflections: reflections 0.10.2
|
359 | glitchcore: GlitchCore **.**.**.**
|
360 | net_jodah_typetools: typetools 0.6.3
|
361 | gravestones: Gravestones 1.0.12-1.20.1
|
362 | pneumonocore: PneumonoCore 1.1.4+1.20.1
|
363 | immersivemc: ImmersiveMC 1.5.6
|
364 | indium: Indium 1.0.36+mc1.20.1
|
365 | interiors: Create: Interiors 0.5.6
|
366 | iris: Iris 1.7.6+mc1.20.1
|
367 | io_github_douira_glsl-transformer: glsl-transformer 2.0.1
|
368 | org_anarres_jcpp: jcpp 1.4.14
|
369 | org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
|
370 | jade: Jade 11.13.1+fabric
|
371 | jadeaddons: Jade Addons 5.4.0+fabric
|
372 | java: OpenJDK 64-Bit Server VM 17
|
373 | jei: Just Enough Items **.**.**.**
|
374 | konkrete: Konkrete 1.8.1
|
375 | lambdynlights: LambDynamicLights 4.1.2+1.20.1
|
376 | lambdynlights_api: LambDynamicLights (API) 4.1.2+1.20.1
|
377 | yumi-commons-collections: Yumi Commons: Collections 1.0.0-alpha.7
|
378 | yumi-commons-core: Yumi Commons: Core 1.0.0-alpha.7
|
379 | yumi-commons-event: Yumi Commons: Event 1.0.0-alpha.7
|
380 | pride: Pride Lib 1.2.0+1.19.4
|
381 | spruceui: SpruceUI 6.2.1+1.20
|
382 | leather_bundles: Leather Bundles! 1.1.0
|
383 | lithium: Lithium 0.11.3
|
384 | lolmblv: More Barrel Variants 1.7.4
|
385 | lolmbv: More Bookshelf Variants 1.0.4
|
386 | lolmcbv: More Chiseled Bookshelf Variants 1.7.2
|
387 | lolmcgt: More Cartography Tables 1.8.1
|
388 | lolmcmv: More Composter Variants 1.8.1
|
389 | lolmcmv-aft: More Feeding Trough Variants 1.0.4
|
390 | lolmct: More Crafting Tables 1.2.7
|
391 | lolmcv: More Chest Variants 1.5.6
|
392 | lolmcvbop: More Chest Variants - Biomes O' Plenty 1.1.0
|
393 | lolmft: More Fletching Tables 1.8.1
|
394 | lolmgv: More Grindstone Variants 1.1.2
|
395 | lolmlmv: More Loom Variants 1.2.1
|
396 | lolmlv: More Lectern Variants 1.8.2
|
397 | lolmst: More Smithing Tables 1.3.0
|
398 | melody: Melody 1.0.3
|
399 | minecraft: Minecraft 1.20.1
|
400 | modmenu: Mod Menu 7.2.2
|
401 | moonlight: Moonlight 1.20-2.13.83
|
402 | mousetweaks: Mouse Tweaks 2.26
|
403 | mr_create_decoadditions: Create Deco Additions 1.3
|
404 | mr_drop_head: Drop Head 2.1
|
405 | mr_more_compatibilityvariantsbop: More Compatibility Variants (Biomes o' Plenty) 1.0.0
|
406 | mr_pickaxable_glass: Pickaxable Glass 1.3.0
|
407 | mr_purpurpacks_chiseledbookshelvesaddenchantmentpower: Chiseled Bookshelves Add Enchantment Power [PurpurPack] 1.5
|
408 | mr_sky_voidadditions: Sky Void Additions 1.1.6
|
409 | mr_spectator_nightvision: Spectator Night Vision 0.1
|
410 | mstv-base: More Stick Variants (MStV) 1.4.1
|
411 | mstv-masv: More Armor Stand Variants (MStV+) 1.3.0
|
412 | mstv-mtoolv: More Tool Variants (MStV+) 1.1.2
|
413 | nullscape: Nullscape 1.2.7
|
414 | nyfsspiders: Nyf's Spiders 2.1.1
|
415 | org_jetbrains_annotations: annotations 13.0
|
416 | paintings_backport: 1.21 Paintings backport 2.0.0
|
417 | palegardenbackport: Pale Garden Backport 2.0.2
|
418 | particlerain: Particle Rain 3.0.6-1.20
|
419 | persistentgamemodeswitcher: PersistentGamemodeSwitcher **.**.**.**
|
420 | playerwizard: Player Head Wizard 1.1.1
|
421 | pockets: Pockets 1.2.0
|
422 | presencefootsteps: Presence Footsteps 1.10.1+1.20.1
|
423 | kirin: Kirin UI 1.15.6+1.20.1
|
424 | pumpeddesertfabric: PumpedDesertFabric 1.0.1
|
425 | purecoppertools: Pure Copper Tools 1.0.1
|
426 | puzzleslib: Puzzles Lib 8.1.32
|
427 | puzzlesaccessapi: Puzzles Access Api 20.1.1
|
428 | quad: Quad 1.2.9
|
429 | quad-lolmbdv: More Bed Variants 1.6.1
|
430 | quad-lolmbhv: More Beehive Variants 1.2.1
|
431 | quad-lolmjnv: More Jukebox/Noteblock Variants 1.1.1
|
432 | quad-lolmsmv: More Smoker Variants 1.3.3
|
433 | quad-mstv-mtv: More Torch Variants (MStV+) 1.1.3
|
434 | radiantgear: Radiant Gear 2.1.6+1.20.1
|
435 | railways: Create: Steam 'n' Rails 1.6.9+fabric-mc1.20.1
|
436 | refurbished_furniture: MrCrayfish's Furniture Mod: Refurbished 1.0.12
|
437 | replaymod: Replay Mod 1.20.1-2.6.20
|
438 | resourcefullib: Resourceful Lib 2.1.29
|
439 | com_teamresourceful_bytecodecs: bytecodecs 1.0.2
|
440 | com_teamresourceful_yabn: yabn 1.0.3
|
441 | sereneseasons: SereneSeasons **.**.**.**
|
442 | simple_quiver: Quiver 1.1.3-mc1.20.1
|
443 | skinlayers3d: 3d-Skin-Layers 1.7.5
|
444 | slime: Slime 1.5
|
445 | sodium: Sodium 0.5.13+mc1.20.1
|
446 | statement: Statement 4.2.9+1.14.4-1.20.4
|
447 | kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
|
448 | statement_vanilla_compatibility: Statement Vanilla Compatibility Module 1.0.1+1.16.5-1.17
|
449 | supermartijn642corelib: SuperMartijn642's Core Lib 1.1.18+a
|
450 | supplementaries: Supplementaries 1.20-3.1.29
|
451 | tacz: Timeless & Classics Guns: Zero 1.0.2-hotfix3
|
452 | com_github_286799714_luaj_luaj-core: luaj-core 3.0.3
|
453 | com_github_286799714_luaj_luaj-jse: luaj-jse 3.0.3
|
454 | controlling: Controlling For Fabric 12.0.2
|
455 | mkb: ModernKeyBinding 1.2.0
|
456 | org_apache_commons_commons-math3: commons-math3 3.6.1
|
457 | searchables: Searchables 1.0.3
|
458 | terrablender: TerraBlender **.**.**.**
|
459 | com_electronwill_night-config_core: core 3.6.7
|
460 | com_electronwill_night-config_toml: toml 3.6.7
|
461 | toms_storage: Tom's Simple Storage Mod 1.7.1
|
462 | travelersbackpack: Traveler's Backpack 9.1.33
|
463 | trinkets: Trinkets 3.7.2
|
464 | universalcraft: UniversalCraft 396
|
465 | vigilance: Vigilance 306
|
466 | visual-snowy-leaves: Visual Snowy Leaves 0.4.1
|
467 | walllanterns: Lanterns Belong on Walls 1.6.1+1.20.1
|
468 | watut: What Are They Up To 1.20.1-1.2.3
|
469 | weaponmaster_ydm: YDM's Weapon Master 4.2.3
|
470 | woodarmor: Wooden Armors (+ Stone Armor) 1.1.0
|
471 | xaerominimap: Xaero's Minimap 25.2.0
|
472 | xaeroworldmap: Xaero's World Map 1.39.4
|
473 | yet_another_config_lib_v3: YetAnotherConfigLib 3.6.6+1.20.1-fabric
|
474 | com_twelvemonkeys_common_common-image: common-image 3.12.0
|
475 | com_twelvemonkeys_common_common-io: common-io 3.12.0
|
476 | com_twelvemonkeys_common_common-lang: common-lang 3.12.0
|
477 | com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
|
478 | com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
|
479 | com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
|
480 | org_quiltmc_parsers_gson: gson 0.2.1
|
481 | org_quiltmc_parsers_json: json 0.2.1
|
482 | zzterrathunder_1201_v050: ZZ.Terrathunder_1.20.1_v0.5.0 1.0.0
|
483 | Loaded Shaderpack: (off)
|
484 | Flywheel Backend: GL33 Instanced Arrays
|
485 | Server Running: true
|
486 | Player Count: 1 / 8; [class_3222['{MINECRAFT_USERNAME}'/107, l='ServerLevel[Survive!!!!!!!!!!]', x=1381.69, y=511.00, z=-556.48]]
|
487 | Data Packs: vanilla, fabric, mstv-base:mstv-leaves-loot-fix, Moonlight Mods Dynamic Assets, Supplementaries Generated Pack, bundle, bundle-backportish:rabbithide, file/CraftingTweaks[1.20].zip
|
488 | Enabled Feature Flags: minecraft:bundle, minecraft:vanilla
|
489 | World Generation: Stable
|
490 | Type: Integrated Server (map_client.txt)
|
491 | Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
|
492 | Launched Version: 1.20.1
|
493 |
|