1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2025-05-04 15:27:01
|
5 | Description: Ticking block entity
|
6 |
|
7 | java.lang.RuntimeException: Mixin transformation of com.simibubi.create.content.contraptions.MountedStorage failed
|
8 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
|
9 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
|
10 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
|
11 | at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
|
12 | at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
|
13 | at knot//com.simibubi.create.content.contraptions.MountedStorageManager.addBlock(MountedStorageManager.java:86)
|
14 | at knot//com.simibubi.create.content.contraptions.Contraption.addBlock(Contraption.java:651)
|
15 | at knot//com.simibubi.create.content.contraptions.bearing.BearingContraption.addBlock(BearingContraption.java:67)
|
16 | at knot//com.simibubi.create.content.contraptions.Contraption.moveBlock(Contraption.java:433)
|
17 | at knot//com.simibubi.create.content.contraptions.Contraption.searchMovedStructure(Contraption.java:245)
|
18 | at knot//com.simibubi.create.content.contraptions.bearing.BearingContraption.assemble(BearingContraption.java:41)
|
19 | at knot//com.simibubi.create.content.contraptions.bearing.MechanicalBearingBlockEntity.assemble(MechanicalBearingBlockEntity.java:174)
|
20 | at knot//com.simibubi.create.content.contraptions.bearing.MechanicalBearingBlockEntity.tick(MechanicalBearingBlockEntity.java:251)
|
21 | at knot//com.simibubi.create.content.contraptions.bearing.WindmillBearingBlockEntity.tick(WindmillBearingBlockEntity.java:46)
|
22 | at knot//com.simibubi.create.foundation.blockEntity.SmartBlockEntityTicker.tick(SmartBlockEntityTicker.java:15)
|
23 | at knot//net.minecraft.class_2818$class_5563.method_31703(class_2818.java:662)
|
24 | at knot//net.minecraft.class_2818$class_5564.method_31703(class_2818.java:716)
|
25 | at knot//net.minecraft.class_1937.method_18471(class_1937.java:470)
|
26 | at knot//net.minecraft.class_3218.method_18765(class_3218.java:390)
|
27 | at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897)
|
28 | at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
|
29 | at knot//net.minecraft.class_1132.method_3748(class_1132.java:105)
|
30 | at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671)
|
31 | at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
32 | at java.base/java.lang.Thread.run(Thread.java:833)
|
33 | Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
|
34 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
|
35 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
|
36 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
|
37 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
|
38 | ... 24 more
|
39 | 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
|
40 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638)
|
41 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589)
|
42 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379)
|
43 | ... 27 more
|
44 | 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$jdk000$create_bs$BS$canUseAsStorage(Lnet/minecraft/class_2586;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V -> Parse -> -> Validate Targets]
|
45 | at org.spongepowered.asm.mixin.injection.selectors.TargetSelectors.validate(TargetSelectors.java:346)
|
46 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:369)
|
47 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:340)
|
48 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:331)
|
49 | at org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo.<init>(CallbackInjectionInfo.java:48)
|
50 | at jdk.internal.reflect.GeneratedConstructorAccessor29.newInstance(Unknown Source)
|
51 | at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
|
52 | at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
|
53 | at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
|
54 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:196)
|
55 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:664)
|
56 | at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1399)
|
57 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:731)
|
58 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:315)
|
59 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:246)
|
60 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
|
61 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
|
62 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
|
63 | ... 27 more
|
64 |
|
65 |
|
66 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
67 | ---------------------------------------------------------------------------------------
|
68 |
|
69 | -- Head --
|
70 | Thread: Server thread
|
71 | Stacktrace:
|
72 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
|
73 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
|
74 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
|
75 | at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
|
76 | at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
|
77 | at knot//com.simibubi.create.content.contraptions.MountedStorageManager.addBlock(MountedStorageManager.java:86)
|
78 | at knot//com.simibubi.create.content.contraptions.Contraption.addBlock(Contraption.java:651)
|
79 | at knot//com.simibubi.create.content.contraptions.bearing.BearingContraption.addBlock(BearingContraption.java:67)
|
80 | at knot//com.simibubi.create.content.contraptions.Contraption.moveBlock(Contraption.java:433)
|
81 | at knot//com.simibubi.create.content.contraptions.Contraption.searchMovedStructure(Contraption.java:245)
|
82 | at knot//com.simibubi.create.content.contraptions.bearing.BearingContraption.assemble(BearingContraption.java:41)
|
83 | at knot//com.simibubi.create.content.contraptions.bearing.MechanicalBearingBlockEntity.assemble(MechanicalBearingBlockEntity.java:174)
|
84 | at knot//com.simibubi.create.content.contraptions.bearing.MechanicalBearingBlockEntity.tick(MechanicalBearingBlockEntity.java:251)
|
85 | at knot//com.simibubi.create.content.contraptions.bearing.WindmillBearingBlockEntity.tick(WindmillBearingBlockEntity.java:46)
|
86 | at knot//com.simibubi.create.foundation.blockEntity.SmartBlockEntityTicker.tick(SmartBlockEntityTicker.java:15)
|
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 |
|
92 | -- Block entity being ticked --
|
93 | Details:
|
94 | Name: create:windmill_bearing // com.simibubi.create.content.contraptions.bearing.WindmillBearingBlockEntity
|
95 | Block: Block{create:windmill_bearing}[facing=west]
|
96 | Block location: World: (-575,71,164), Section: (at 1,7,4 in -36,4,10; chunk contains blocks -576,-64,160 to -561,319,175), Region: (-2,0; contains chunks -64,0 to -33,31, blocks -1024,-64,0 to -513,319,511)
|
97 | Block: Block{create:windmill_bearing}[facing=west]
|
98 | Block location: World: (-575,71,164), Section: (at 1,7,4 in -36,4,10; chunk contains blocks -576,-64,160 to -561,319,175), Region: (-2,0; contains chunks -64,0 to -33,31, blocks -1024,-64,0 to -513,319,511)
|
99 | Stacktrace:
|
100 | at knot//net.minecraft.class_2818$class_5563.method_31703(class_2818.java:662)
|
101 | at knot//net.minecraft.class_2818$class_5564.method_31703(class_2818.java:716)
|
102 | at knot//net.minecraft.class_1937.method_18471(class_1937.java:470)
|
103 | at knot//net.minecraft.class_3218.method_18765(class_3218.java:390)
|
104 | at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897)
|
105 | at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
|
106 | at knot//net.minecraft.class_1132.method_3748(class_1132.java:105)
|
107 | at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671)
|
108 | at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
109 | at java.base/java.lang.Thread.run(Thread.java:833)
|
110 |
|
111 | -- Affected level --
|
112 | Details:
|
113 | All players: 2 total; [class_3222['Terr0rize'/55, l='ServerLevel[а чо]', x=-574.69, y=70.00, z=166.44], class_3222['C4tharSi_s'/969, l='ServerLevel[а чо]', x=-574.22, y=72.45, z=166.23]]
|
114 | Chunk stats: 3910
|
115 | Level dimension: minecraft:overworld
|
116 | Level spawn location: World: (-208,85,-160), Section: (at 0,5,0 in -13,5,-10; chunk contains blocks -208,-64,-160 to -193,319,-145), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
|
117 | Level time: 1155492 game time, 1634004 day time
|
118 | Level name: а чо
|
119 | Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
|
120 | Level weather: Rain time: 143169 (now: false), thunder time: 100405 (now: false)
|
121 | Known server brands: fabric
|
122 | Removed feature flags:
|
123 | Level was modded: true
|
124 | Level storage version: 0x04ABD - Anvil
|
125 | Stacktrace:
|
126 | at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897)
|
127 | at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
|
128 | at knot//net.minecraft.class_1132.method_3748(class_1132.java:105)
|
129 | at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671)
|
130 | at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
131 | at java.base/java.lang.Thread.run(Thread.java:833)
|
132 |
|
133 | -- System Details --
|
134 | Details:
|
135 | Minecraft Version: 1.20.1
|
136 | Minecraft Version ID: 1.20.1
|
137 | Operating System: Windows 10 (amd64) version 10.0
|
138 | Java Version: 17.0.8, Microsoft
|
139 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
|
140 | Memory: 2455583752 bytes (2341 MiB) / 5746196480 bytes (5480 MiB) up to 9663676416 bytes (9216 MiB)
|
141 | CPUs: 12
|
142 | Processor Vendor: GenuineIntel
|
143 | Processor Name: 11th Gen Intel(R) Core(TM) i5-11400H @ 2.70GHz
|
144 | Identifier: Intel64 Family 6 Model 141 Stepping 1
|
145 | Microarchitecture: unknown
|
146 | Frequency (GHz): 2.69
|
147 | Number of physical packages: 1
|
148 | Number of physical CPUs: 6
|
149 | Number of logical CPUs: 12
|
150 | Graphics card #0 name: Intel(R) UHD Graphics
|
151 | Graphics card #0 vendor: Intel Corporation (0x8086)
|
152 | Graphics card #0 VRAM (MB): 1024.00
|
153 | Graphics card #0 deviceId: 0x9a68
|
154 | Graphics card #0 versionInfo: DriverVersion=30.0.101.2079
|
155 | Graphics card #1 name: NVIDIA GeForce RTX 3050 Ti Laptop GPU
|
156 | Graphics card #1 vendor: NVIDIA (0x10de)
|
157 | Graphics card #1 VRAM (MB): 4095.00
|
158 | Graphics card #1 deviceId: 0x25a0
|
159 | Graphics card #1 versionInfo: DriverVersion=32.0.15.7283
|
160 | Memory slot #0 capacity (MB): 16384.00
|
161 | Memory slot #0 clockSpeed (GHz): 2.67
|
162 | Memory slot #0 type: DDR4
|
163 | Memory slot #1 capacity (MB): 16384.00
|
164 | Memory slot #1 clockSpeed (GHz): 2.67
|
165 | Memory slot #1 type: DDR4
|
166 | Virtual memory max (MB): 37333.67
|
167 | Virtual memory used (MB): 26442.41
|
168 | Swap memory total (MB): 4864.00
|
169 | Swap memory used (MB): 260.03
|
170 | JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx9216m -Xms256m
|
171 | Fabric Mods:
|
172 | advanced_reborn: Advanced Reborn 1.2.9
|
173 | almanac: Almanac 1.0.2
|
174 | ambientsounds: AmbientSounds 6.1.9
|
175 | amendments: Amendments 1.20-1.2.19
|
176 | animal_feeding_trough: Animal Feeding Trough 1.1.0+1.20.1
|
177 | another_furniture: Another Furniture 1.20.1-3.0.1
|
178 | appleskin: AppleSkin 2.5.1+mc1.20
|
179 | architectury: Architectury 9.2.14
|
180 | artifacts: Artifacts 9.5.15
|
181 | cardinal-components-base: Cardinal Components API (base) 5.2.2
|
182 | cardinal-components-entity: Cardinal Components API (entities) 5.2.2
|
183 | expandability: ExpandAbility 9.0.4
|
184 | step-height-entity-attribute: Step Height Entity Attribute 1.2.0
|
185 | ash_api: Ash API 3.0.2+1.20.1
|
186 | automobility: Automobility 0.4.2+1.20.1-fabric
|
187 | jsonem: JsonEM 0.2.1+1.20
|
188 | backpacked: Backpacked 3.0.0-beta.9
|
189 | mm: Manningham Mills 2.3
|
190 | badoptimizations: BadOptimizations 2.2.2
|
191 | balm: Balm 7.3.27
|
192 | kuma_api: KumaAPI 20.1.10
|
193 | betteradvancements: Better Advancements **.**.**.**
|
194 | betterarcheology: Better Archeology 1.2.1-1.20.1
|
195 | bettercombat: Better Combat 1.8.6+1.20.1
|
196 | betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3
|
197 | org_reflections_reflections: reflections 0.10.2
|
198 | betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.4
|
199 | betterendisland: YUNG's Better End Island 1.20-Fabric-2.0.6
|
200 | betterfortresses: YUNG's Better Nether Fortresses 1.20-Fabric-2.0.6
|
201 | betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.5
|
202 | bettermineshafts: YUNG's Better Mineshafts 1.20-Fabric-4.0.4
|
203 | betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4
|
204 | betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3
|
205 | betterthirdperson: Better Third Person 1.9.0
|
206 | betterwitchhuts: YUNG's Better Witch Huts 1.20-Fabric-3.0.3
|
207 | bookshelf: Bookshelf 20.2.13
|
208 | bountiful: Bountiful 6.0.4+1.20.1
|
209 | charmofundying: Charm of Undying 6.5.0+1.20.1
|
210 | cherishedworlds: Cherished Worlds 6.1.7+1.20.1
|
211 | chestsearchbar: Chest Search Bar 1.5.0
|
212 | cloth-config: Cloth Config v11 11.1.136
|
213 | cloth-basic-math: cloth-basic-math 0.6.1
|
214 | clumps: Clumps **.**.**.**
|
215 | colorfulhearts: Colorful Hearts 4.3.16
|
216 | com_electronwill_night-config_core: core 3.6.7
|
217 | com_electronwill_night-config_toml: toml 3.6.7
|
218 | comforts: Comforts 6.4.0+1.20.1
|
219 | configured: Configured 2.2.3
|
220 | controlling: Controlling For Fabric 12.0.2
|
221 | coroutil: CoroUtil 1.20.1-1.3.7
|
222 | create: Create 0.5.1-j-build.1631+mc1.20.1
|
223 | com_google_code_findbugs_jsr305: jsr305 3.0.2
|
224 | flywheel: Flywheel 0.6.11-4
|
225 | milk: Milk Lib 1.2.60
|
226 | dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
|
227 | porting_lib_accessors: Porting Lib Accessors 2.3.8+1.20.1
|
228 | porting_lib_base: Porting Lib Base 2.3.8+1.20.1
|
229 | porting_lib_fluids: Porting Lib Fluids 2.3.8+1.20.1
|
230 | porting_lib_gui_utils: Porting Lib Gui Utils 2.3.8+1.20.1
|
231 | porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.8+1.20.1
|
232 | porting_lib_utility: Porting Lib Utility 2.3.8+1.20.1
|
233 | porting_lib_brewing: Porting Lib Brewing 2.3.8+1.20.1
|
234 | porting_lib_client_events: Porting Lib Client Events 2.3.8+1.20.1
|
235 | porting_lib_entity: Porting Lib Entity 2.3.8+1.20.1
|
236 | porting_lib_extensions: Porting Lib Extensions 2.3.8+1.20.1
|
237 | porting_lib_attributes: Porting Lib Attributes 2.3.8+1.20.1
|
238 | porting_lib_common: Porting Lib Common 2.3.8+1.20.1
|
239 | porting_lib_models: Porting Lib Models 2.3.8+1.20.1
|
240 | porting_lib_networking: Porting Lib Networking 2.3.8+1.20.1
|
241 | porting_lib_obj_loader: Porting Lib Obj Loader 2.3.8+1.20.1
|
242 | porting_lib_model_loader: Porting Lib Model Loader 2.3.8+1.20.1
|
243 | porting_lib_tags: Porting Lib Tags 3.0
|
244 | porting_lib_tool_actions: Porting Lib Tool Actions 2.3.8+1.20.1
|
245 | porting_lib_core: Porting Lib Core 2.3.8+1.20.1
|
246 | porting_lib_transfer: Porting Lib Transfer 2.3.8+1.20.1
|
247 | reach-entity-attributes: Reach Entity Attributes 2.4.0
|
248 | registrate-fabric: Registrate for Fabric 1.3.79-MC1.20.1
|
249 | porting_lib_data: Porting Lib Data 2.1.1090+1.20
|
250 | porting_lib_gametest: Porting Lib GameTest 2.1.1090+1.20
|
251 | porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20
|
252 | porting_lib_model_materials: Porting Lib Model Materials 2.1.1090+1.20
|
253 | create_bs: Create: Better Storages 1.0b.Release
|
254 | create_dd: Create: Dreams & Desires 0.1d
|
255 | dsbg: Detected setBlock Be Gone 1.0
|
256 | create_enchantment_industry: Create Enchantment Industry 1.2.16
|
257 | create_dragon_lib: Create Dragon Lib 1.4.2
|
258 | create_jetpack: Create Jetpack 4.3.0
|
259 | flightlib: Flight Lib 2.1.0
|
260 | create_jetpack_curios: Create: Jetpack Curios 1.2.0
|
261 | create_origins_compat: Create Origins Compat 1.0.0
|
262 | create_ultimate_factory: Create: Ultimate Factory 1.9.0
|
263 | createcontraptionterminals: Create Contraption Terminals 1.1.0
|
264 | createdeco: Create Deco 2.0.2-1.20.1-fabric
|
265 | createdieselgenerators: Create Diesel Generators 2.1.4
|
266 | creativecore: CreativeCore 2.12.33
|
267 | net_minecraftforge_eventbus: eventbus 6.0.3
|
268 | creeperoverhaul: Creeper Overhaul 3.0.2
|
269 | cristellib: Cristel Lib 1.1.5
|
270 | blue_endless_jankson: jankson 1.2.3
|
271 | ctov: ChoiceTheorem's Overhauled Village 3.4.14
|
272 | cupboard: cupboard 1.20.1-2.7
|
273 | decorative_blocks: Decorative Blocks 4.1.3
|
274 | diagonalfences: Diagonal Fences 8.1.5
|
275 | diagonalblocks: Diagonal Blocks 8.0.6
|
276 | dummmmmmy: MmmMmmMmmMmm 1.20-2.0.6
|
277 | dynamic_fps: Dynamic FPS 3.9.3
|
278 | net_lostluma_battery: battery 1.3.0
|
279 | elementa: Elementa 700
|
280 | elytraslot: Elytra Slot 6.4.4+1.20.1
|
281 | mixinsquared: MixinSquared 0.1.2-beta.6
|
282 | enchdesc: EnchantmentDescriptions 17.1.19
|
283 | endrem: End Remastered 5.2.4
|
284 | entity_model_features: Entity Model Features 2.4.1
|
285 | entity_texture_features: Entity Texture Features 6.2.9
|
286 | org_apache_httpcomponents_httpmime: httpmime 4.5.10
|
287 | entityculling: EntityCulling 1.7.4
|
288 | essential: Essential **.**.**.**
|
289 | essential-container: essential-container 1.0.0
|
290 | essential-loader: essential-loader 1.2.3
|
291 | euphoria_patcher: Euphoria Patcher 1.5.2-r5.4-fabric
|
292 | io_sigpipe_jbsdiff: jbsdiff 1.0
|
293 | exposure: Exposure 1.7.13
|
294 | extendedgears: Extended Cogwheels 2.1.1-1.20.1-0.5.1.f-fabric
|
295 | fabric-api: Fabric API 0.92.5+1.20.1
|
296 | fabric-api-base: Fabric API Base 0.4.32+1802ada577
|
297 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.37+1802ada577
|
298 | fabric-biome-api-v1: Fabric Biome API (v1) 13.0.14+1802ada577
|
299 | fabric-block-api-v1: Fabric Block API (v1) 1.0.12+1802ada577
|
300 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.3+924f046a77
|
301 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.42+1802ada577
|
302 | fabric-client-tags-api-v1: Fabric Client Tags 1.1.3+1802ada577
|
303 | fabric-command-api-v1: Fabric Command API (v1) 1.2.35+f71b366f77
|
304 | fabric-command-api-v2: Fabric Command API (v2) 2.2.14+1802ada577
|
305 | fabric-commands-v0: Fabric Commands (v0) 0.2.52+df3654b377
|
306 | fabric-containers-v0: Fabric Containers (v0) 0.1.66+df3654b377
|
307 | fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.13+1802ada577
|
308 | fabric-convention-tags-v1: Fabric Convention Tags 1.5.6+1802ada577
|
309 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.20+1802ada577
|
310 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.2+de0fd6d177
|
311 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.6+1802ada577
|
312 | fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.55+1802ada577
|
313 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.1+1c78457f77
|
314 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.4+13a40c6677
|
315 | fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.64+df3654b377
|
316 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.41+1802ada577
|
317 | fabric-item-api-v1: Fabric Item API (v1) 2.1.29+1802ada577
|
318 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.14+1802ada577
|
319 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.38+1802ada577
|
320 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.36+df3654b377
|
321 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.23+1802ada577
|
322 | fabric-loot-api-v2: Fabric Loot API (v2) 1.2.3+1802ada577
|
323 | fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.47+9e7660c677
|
324 | fabric-message-api-v1: Fabric Message API (v1) 5.1.10+1802ada577
|
325 | fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.52+1802ada577
|
326 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.4+1802ada577
|
327 | fabric-models-v0: Fabric Models (v0) 0.4.3+9386d8a777
|
328 | fabric-networking-api-v1: Fabric Networking API (v1) 1.3.13+13a40c6677
|
329 | fabric-networking-v0: Fabric Networking (v0) 0.3.53+df3654b377
|
330 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.5+e35120df77
|
331 | fabric-particles-v1: Fabric Particles (v1) 1.1.3+1802ada577
|
332 | fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.23+1802ada577
|
333 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.5+1802ada577
|
334 | fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.2+1802ada577
|
335 | fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.3+85287f9f77
|
336 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.47+df3654b377
|
337 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.39+92a0d36777
|
338 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.29+1802ada577
|
339 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.50+df3654b377
|
340 | fabric-rendering-v1: Fabric Rendering (v1) 3.0.9+1802ada577
|
341 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.9+1802ada577
|
342 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.12+fb82e9d777
|
343 | fabric-screen-api-v1: Fabric Screen API (v1) 2.0.9+1802ada577
|
344 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.32+1802ada577
|
345 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.14+1802ada577
|
346 | fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.6+8dd72ea377
|
347 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.2+1802ada577
|
348 | fabric-language-kotlin: Fabric Language Kotlin 1.13.2+kotlin.2.1.20
|
349 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.1.20
|
350 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.1.20
|
351 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.1.20
|
352 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.1.20
|
353 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.27.0
|
354 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.1
|
355 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.1
|
356 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.2
|
357 | org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.7.0
|
358 | org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.7.0
|
359 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.8.0
|
360 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.8.0
|
361 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.8.0
|
362 | fabricloader: Fabric Loader 0.16.14
|
363 | farmersdelight: Farmer's Delight 1.20.1-2.3.0+refabricated
|
364 | porting_lib_config: Porting Lib Config 2.3.8+1.20.1
|
365 | porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.8+1.20.1
|
366 | porting_lib_loot: Porting Lib Loot 2.3.8+1.20.1
|
367 | porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 2.3.8+1.20.1
|
368 | fastipping: Fast IP Ping 1.0.5
|
369 | forgeconfigapiport: Forge Config API Port 8.0.2
|
370 | fpsreducer: FPS Reducer 1.20-2.5
|
371 | framework: Framework 0.7.12
|
372 | org_javassist_javassist: javassist 3.29.2-GA
|
373 | friendsandfoes: Friends&Foes 3.0.9
|
374 | fusion: Fusion 1.2.7
|
375 | geckoanimfix: GeckoLibIrisCompat 1.0.0
|
376 | geckolib: GeckoLib 4 **.**.**.**
|
377 | com_eliotlash_mclib_mclib: mclib 20
|
378 | geophilic: Geophilic 3.4.1
|
379 | gpumemleakfix: Gpu memory leak fix mod 1.20.1-1.8
|
380 | handcrafted: Handcrafted 3.0.6
|
381 | highlighter: Highlighter 1.1.9
|
382 | hopobetterruinedportal: Hopo Better Ruined Portal 1.3.7
|
383 | iceberg: Iceberg 1.1.25
|
384 | illagerinvasion: Illager Invasion 8.0.7
|
385 | extensibleenums: Extensible Enums 7.0.1
|
386 | immediatelyfast: ImmediatelyFast 1.5.0+1.20.4
|
387 | net_lenni0451_reflect: Reflect 1.3.4
|
388 | immersive_aircraft: Immersive Aircraft 1.2.2+1.20.1
|
389 | org_mariuszgromada_math_mathparser_org-mxparser: MathParser.org-mXparser 5.2.1
|
390 | indium: Indium 1.0.36+mc1.20.1
|
391 | inventorysorter: Inventory Sorter 1.9.0-1.20
|
392 | kyrptconfig: Kyrpt Config 1.5.6-1.20
|
393 | iris: Iris 1.7.6+mc1.20.1
|
394 | io_github_douira_glsl-transformer: glsl-transformer 2.0.1
|
395 | org_anarres_jcpp: jcpp 1.4.14
|
396 | org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
|
397 | itemphysic: ItemPhysic 1.8.7
|
398 | jade: Jade 11.13.1+fabric
|
399 | java: OpenJDK 64-Bit Server VM 17
|
400 | jei: Just Enough Items **.**.**.**
|
401 | jeresources: Just Enough Resources **.**.**.**
|
402 | justenoughbreeding: Just Enough Breeding 1.5.0
|
403 | justenoughprofessions: Just Enough Professions (JEP) 3.0.1
|
404 | kambrik: Kambrik 6.1.1+1.20.1
|
405 | legendarytooltips: Legendary Tooltips 1.4.5
|
406 | letmedespawn: Let Me Despawn 1.5.0
|
407 | lithostitched: Lithostitched 1.4
|
408 | lmft: Load My F***ing Tags 1.0.2+1.20
|
409 | lootr: Lootr **.**.**.**
|
410 | maxhealthfix: MaxHealthFix 12.0.3
|
411 | mcpitanlib: MCPitanLib 3.2.5-1.20.1-fabric
|
412 | medievalorigins: Medieval Origins Revival 6.5.1+1.20.1-fabric
|
413 | apugli: Apugli 2.10.2+1.20.1-fabric
|
414 | autotag: AutoTag 2.0.2+1.20
|
415 | projectile_damage: Projectile Damage Attribute 3.2.2+1.20.1
|
416 | mes: Moog's End Structures 1.3.4-1.20-fabric
|
417 | minecraft: Minecraft 1.20.1
|
418 | modernfix: ModernFix 5.21.0+mc1.20.1
|
419 | modmenu: Mod Menu 7.2.2
|
420 | molten_metals: Create: Molten Metals 1.20.1-0.1.4
|
421 | moonlight: Moonlight 1.20-2.13.83
|
422 | mousetweaks: Mouse Tweaks 2.26
|
423 | mr_dungeons_andtaverns: Dungeons and Taverns 3.0.3.f
|
424 | mru: Mineblock's Repeated Utilities 1.0.4+1.20.1+fabric
|
425 | mss: Moog's Soaring Structures 1.2.7-1.20-fabric
|
426 | mvs: Moog's Voyager Structures 4.1.4-1.20-fabric
|
427 | naturescompass: Nature's Compass 1.20.1-2.2.3-fabric
|
428 | necronomicon: Necronomicon 1.6.0
|
429 | noisium: Noisium 2.3.0+mc1.20-1.20.1
|
430 | notenoughanimations: NotEnoughAnimations 1.9.3
|
431 | oceansdelight: Ocean's Delight fdrf-fabric-1.0.2-1.20
|
432 | org_jetbrains_annotations: annotations 13.0
|
433 | origins: Origins 1.10.0
|
434 | apoli: Apoli 2.9.0
|
435 | additionalentityattributes: Additional Entity Attributes 1.3.0+1.20.0
|
436 | calio: Calio 1.11.0
|
437 | playerabilitylib: Pal 1.8.0
|
438 | owo: oωo 0.11.2+1.20
|
439 | paraglider: Paragliders 20.1.3
|
440 | pehkui: Pehkui 3.8.3+1.14.4-1.21
|
441 | kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
|
442 | philipsruins: Philip`s Ruins 5.3
|
443 | pickupnotifier: Pick Up Notifier 8.0.0
|
444 | ping-wheel: Ping Wheel 1.10.2
|
445 | player-animator: Player Animator 1.0.2-rc1+1.20
|
446 | polymorph: Polymorph 0.49.10+1.20.1
|
447 | cardinal-components-block: Cardinal Components API (blocks) 5.2.1
|
448 | cardinal-components-item: Cardinal Components API (items) 5.2.1
|
449 | spectrelib: SpectreLib 0.13.17+1.20.1
|
450 | prism: Prism 1.0.5
|
451 | puzzleslib: Puzzles Lib 8.1.32
|
452 | puzzlesaccessapi: Puzzles Access Api 20.1.1
|
453 | railways: Create: Steam 'n' Rails 1.6.9+fabric-mc1.20.1
|
454 | reborncore: Reborn Core 5.8.12
|
455 | team_reborn_energy: Energy 3.0.0
|
456 | reeses-sodium-options: Reese's Sodium Options 1.7.2+mc1.20.1-build.101
|
457 | resourcefulconfig: Resourcefulconfig 2.1.3
|
458 | resourcefullib: Resourceful Lib 2.1.29
|
459 | com_teamresourceful_bytecodecs: bytecodecs 1.0.2
|
460 | com_teamresourceful_yabn: yabn 1.0.3
|
461 | riverredux: River Redux 0.3.1
|
462 | searchables: Searchables 1.0.3
|
463 | shield_overhaul: Shield Overhaul 2.0.4
|
464 | simplemagnets: Simple Magnets 1.1.12
|
465 | simplyswords: Simply Swords 1.56.0-1.20.1
|
466 | spruceui: SpruceUI 5.0.0+1.20
|
467 | skinlayers3d: 3d-Skin-Layers 1.7.5
|
468 | sodium: Sodium 0.5.13+mc1.20.1
|
469 | sodium-extra: Sodium Extra 0.5.9+mc1.20.1
|
470 | caffeineconfig: CaffeineConfig 1.3.0+1.17
|
471 | sounds: Sounds 2.2.1+1.20.1+fabric
|
472 | mixinextras: MixinExtras 0.5.0-beta.2
|
473 | yet_another_config_lib_v3: YetAnotherConfigLib 3.5.0+1.20.1-fabric
|
474 | com_twelvemonkeys_common_common-image: common-image 3.10.0
|
475 | com_twelvemonkeys_common_common-io: common-io 3.10.0
|
476 | com_twelvemonkeys_common_common-lang: common-lang 3.10.0
|
477 | com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0
|
478 | com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0
|
479 | com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0
|
480 | org_quiltmc_parsers_gson: gson 0.2.1
|
481 | org_quiltmc_parsers_json: json 0.2.1
|
482 | spell_engine: Spell Engine 0.15.12+1.20.1
|
483 | com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2
|
484 | spell_power: Spell Power Attribute 0.12.0+1.20.1
|
485 | stack-to-nearby-chests: Stack to Nearby Chests 0.5.10
|
486 | libgui: LibGui 8.0.2+1.20
|
487 | jankson: Jankson 6.0.0+j1.2.3
|
488 | libninepatch: LibNinePatch 1.2.0
|
489 | storagedrawers: Storage Drawers 12.10.5
|
490 | structory: Structory 1.3.5
|
491 | structureessentials: Structure Essentials Mod 1.20.1-4.7
|
492 | supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8+a
|
493 | supermartijn642corelib: SuperMartijn642's Core Lib 1.1.18+a
|
494 | supplementaries: Supplementaries 1.20-3.1.30
|
495 | t_and_t: Towns and Towers 1.12
|
496 | tech_enhanced: Tech Enhanced 1.0.0
|
497 | techreborn: Tech Reborn 5.8.12
|
498 | terrablender: TerraBlender **.**.**.**
|
499 | toms_storage: Tom's Simple Storage Mod 1.7.1
|
500 | too_many_bows: Too Many Bows 3.5.4
|
501 | transparent: Transparent 8.0.1+1.20.1
|
502 | trinkets: Trinkets 3.7.2
|
503 | underground_bunkers: Underground Bunkers 1.0.3
|
504 | universalcraft: UniversalCraft 396
|
505 | variantsandventures: Variants & Ventures 1.0.6
|
506 | vigilance: Vigilance 306
|
507 | villagesandpillages: Villages & Pillages 1.0.2
|
508 | vinurl: VinURL 1.1.2
|
509 | visualworkbench: Visual Workbench 8.0.0
|
510 | wakes: Wakes 0.4.0+1.20.1
|
511 | com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0
|
512 | midnightlib: MidnightLib 1.4.1
|
513 | satin: Satin 1.14.0
|
514 | watut: What Are They Up To 1.20.1-1.2.3
|
515 | waystones: Waystones 14.1.11
|
516 | worldplaytime: World Play Time 1.2.3
|
517 | xaerominimap: Xaero's Minimap 25.2.0
|
518 | xaeroworldmap: Xaero's World Map 1.39.4
|
519 | yungsapi: YUNG's API 1.20-Fabric-4.0.6
|
520 | Loaded Shaderpack: ComplementaryReimagined_r5.4 + EuphoriaPatches_1.5.2
|
521 | Profile: Custom (+38 options changed by user)
|
522 | Flywheel Backend: Off
|
523 | Server Running: true
|
524 | Player Count: 2 / 8; [class_3222['Terr0rize'/55, l='ServerLevel[а чо]', x=-574.69, y=70.00, z=166.44], class_3222['C4tharSi_s'/969, l='ServerLevel[а чо]', x=-574.22, y=72.45, z=166.23]]
|
525 | Data Packs: vanilla, fabric, lithostitched:breaks_seed_parity, resources/t_and_t_waystones_patch_1.19.2 (incompatible), Moonlight Mods Dynamic Assets, Supplementaries Generated Pack
|
526 | Enabled Feature Flags: minecraft:vanilla
|
527 | World Generation: Stable
|
528 | Type: Integrated Server (map_client.txt)
|
529 | Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
|
530 | Launched Version: fabric-loader-0.16.14-1.20.1
|
531 |
|