1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2024-03-12 09:43:54
|
5 | Description: Ticking block entity
|
6 |
|
7 | java.lang.RuntimeException: Mixin transformation of com.simibubi.create.content.fluids.spout.FillingBySpout 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:520)
|
13 | at com.simibubi.create.content.fluids.spout.SpoutBlockEntity.onItemReceived(SpoutBlockEntity.java:85)
|
14 | at com.simibubi.create.content.kinetics.belt.behaviour.BeltProcessingBehaviour.handleReceivedItem(BeltProcessingBehaviour.java:60)
|
15 | at com.simibubi.create.content.logistics.depot.DepotBehaviour.tick(DepotBehaviour.java:165)
|
16 | at java.base/java.util.HashMap$Values.forEach(HashMap.java:1065)
|
17 | at com.simibubi.create.foundation.blockEntity.SmartBlockEntity.forEachBehaviour(SmartBlockEntity.java:177)
|
18 | at com.simibubi.create.foundation.blockEntity.SmartBlockEntity.tick(SmartBlockEntity.java:80)
|
19 | at com.simibubi.create.foundation.blockEntity.SmartBlockEntityTicker.tick(SmartBlockEntityTicker.java:15)
|
20 | at net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.tick(class_2818.java:662)
|
21 | at net.minecraft.world.chunk.WorldChunk$WrappedBlockEntityTickInvoker.tick(class_2818.java:716)
|
22 | at net.minecraft.world.World.redirect$cfd000$observable$redirectTick(World.java:4048)
|
23 | at net.minecraft.world.World.tickBlockEntities(World.java:470)
|
24 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:390)
|
25 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:897)
|
26 | at net.minecraft.server.dedicated.MinecraftDedicatedServer.tickWorlds(MinecraftDedicatedServer.java:283)
|
27 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:824)
|
28 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:671)
|
29 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
30 | at java.base/java.lang.Thread.run(Thread.java:833)
|
31 | Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
|
32 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
|
33 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
|
34 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
|
35 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
|
36 | ... 22 more
|
37 | Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinPreProcessorException: Attach error for exposure.mixins.json:create.SpoutDevelopingMixin from mod exposure during activity: [Transform -> Method onGetRequiredAmountForItem(Lnet/minecraft/class_1937;Lnet/minecraft/class_1799;Lio/github/fabricators_of_create/porting_lib/util/FluidStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V -> INVOKEVIRTUAL -> io/github/fabricators_of_create/porting_lib/util/FluidStack::getAmount:()J]
|
38 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:313)
|
39 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:277)
|
40 | at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1289)
|
41 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:294)
|
42 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421)
|
43 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
|
44 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
|
45 | ... 25 more
|
46 | Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: io.github.fabricators_of_create.porting_lib.util.FluidStack
|
47 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transformMemberReference(MixinPreProcessorStandard.java:786)
|
48 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transformMethod(MixinPreProcessorStandard.java:772)
|
49 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transform(MixinPreProcessorStandard.java:738)
|
50 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:307)
|
51 | ... 31 more
|
52 | Caused by: java.lang.ClassNotFoundException: io.github.fabricators_of_create.porting_lib.util.FluidStack
|
53 | ... 35 more
|
54 |
|
55 |
|
56 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
57 | ---------------------------------------------------------------------------------------
|
58 |
|
59 | -- Head --
|
60 | Thread: Server thread
|
61 | Stacktrace:
|
62 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
|
63 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
|
64 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
|
65 | at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
|
66 | at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
|
67 | at com.simibubi.create.content.fluids.spout.SpoutBlockEntity.onItemReceived(SpoutBlockEntity.java:85)
|
68 | at com.simibubi.create.content.kinetics.belt.behaviour.BeltProcessingBehaviour.handleReceivedItem(BeltProcessingBehaviour.java:60)
|
69 | at com.simibubi.create.content.logistics.depot.DepotBehaviour.tick(DepotBehaviour.java:165)
|
70 | at java.base/java.util.HashMap$Values.forEach(HashMap.java:1065)
|
71 | at com.simibubi.create.foundation.blockEntity.SmartBlockEntity.forEachBehaviour(SmartBlockEntity.java:177)
|
72 | at com.simibubi.create.foundation.blockEntity.SmartBlockEntity.tick(SmartBlockEntity.java:80)
|
73 | at com.simibubi.create.foundation.blockEntity.SmartBlockEntityTicker.tick(SmartBlockEntityTicker.java:15)
|
74 | at net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.tick(class_2818.java:662)
|
75 | at net.minecraft.world.chunk.WorldChunk$WrappedBlockEntityTickInvoker.tick(class_2818.java:716)
|
76 | at net.minecraft.world.World.redirect$cfd000$observable$redirectTick(World.java:4048)
|
77 | at net.minecraft.world.World.tickBlockEntities(World.java:470)
|
78 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:390)
|
79 |
|
80 | -- Block entity being ticked --
|
81 | Details:
|
82 | Name: create:depot // com.simibubi.create.content.logistics.depot.DepotBlockEntity
|
83 | Block: Block{create:depot}[waterlogged=false]
|
84 | Block location: World: (1050,245,640), Section: (at 10,5,0 in 65,15,40; chunk contains blocks 1040,-64,640 to 1055,319,655), Region: (2,1; contains chunks 64,32 to 95,63, blocks 1024,-64,512 to 1535,319,1023)
|
85 | Block: Block{create:depot}[waterlogged=false]
|
86 | Block location: World: (1050,245,640), Section: (at 10,5,0 in 65,15,40; chunk contains blocks 1040,-64,640 to 1055,319,655), Region: (2,1; contains chunks 64,32 to 95,63, blocks 1024,-64,512 to 1535,319,1023)
|
87 | Stacktrace:
|
88 | at net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.tick(class_2818.java:662)
|
89 | at net.minecraft.world.chunk.WorldChunk$WrappedBlockEntityTickInvoker.tick(class_2818.java:716)
|
90 | at net.minecraft.world.World.redirect$cfd000$observable$redirectTick(World.java:4048)
|
91 | at net.minecraft.world.World.tickBlockEntities(World.java:470)
|
92 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:390)
|
93 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:897)
|
94 | at net.minecraft.server.dedicated.MinecraftDedicatedServer.tickWorlds(MinecraftDedicatedServer.java:283)
|
95 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:824)
|
96 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:671)
|
97 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
98 | at java.base/java.lang.Thread.run(Thread.java:833)
|
99 |
|
100 | -- Affected level --
|
101 | Details:
|
102 | All players: 1 total; [class_3222['Maliszensky'/221, l='ServerLevel[world]', x=1050.30, y=245.00, z=637.54]]
|
103 | Chunk stats: 3748
|
104 | Level dimension: minecraft:overworld
|
105 | Level spawn location: World: (-9,106,193), Section: (at 7,10,1 in -1,6,12; chunk contains blocks -16,-64,192 to -1,319,207), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511)
|
106 | Level time: 9860250 game time, 5707319 day time
|
107 | Level name: world
|
108 | Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
|
109 | Level weather: Rain time: 3121 (now: false), thunder time: 59692 (now: false)
|
110 | Known server brands: fabric
|
111 | Removed feature flags:
|
112 | Level was modded: true
|
113 | Level storage version: 0x04ABD - Anvil
|
114 | Stacktrace:
|
115 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:897)
|
116 | at net.minecraft.server.dedicated.MinecraftDedicatedServer.tickWorlds(MinecraftDedicatedServer.java:283)
|
117 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:824)
|
118 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:671)
|
119 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
120 | at java.base/java.lang.Thread.run(Thread.java:833)
|
121 |
|
122 | -- System Details --
|
123 | Details:
|
124 | Minecraft Version: 1.20.1
|
125 | Minecraft Version ID: 1.20.1
|
126 | Operating System: Linux (amd64) version 5.15.0-89-generic
|
127 | Java Version: 17.0.8, Oracle Corporation
|
128 | Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
|
129 | Memory: 842358920 bytes (803 MiB) / 2290089984 bytes (2184 MiB) up to 8589934592 bytes (8192 MiB)
|
130 | CPUs: 16
|
131 | Processor Vendor: AuthenticAMD
|
132 | Processor Name: AMD Ryzen 7 5800X 8-Core Processor
|
133 | Identifier: AuthenticAMD Family 25 Model 33 Stepping 0
|
134 | Microarchitecture: Zen 3
|
135 | Frequency (GHz): -0.00
|
136 | Number of physical packages: 1
|
137 | Number of physical CPUs: 8
|
138 | Number of logical CPUs: 16
|
139 | Graphics card #0 name: unknown
|
140 | Graphics card #0 vendor: unknown
|
141 | Graphics card #0 VRAM (MB): 0.00
|
142 | Graphics card #0 deviceId: unknown
|
143 | Graphics card #0 versionInfo: unknown
|
144 | Virtual memory max (MB): 84843.56
|
145 | Virtual memory used (MB): 108911.56
|
146 | Swap memory total (MB): 20479.99
|
147 | Swap memory used (MB): 9845.07
|
148 | JVM Flags: 2 total; -Xmx8192M -Xms512M
|
149 | Fabric Mods:
|
150 | ae2: Applied Energistics 2 15.0.22
|
151 | team_reborn_energy: Energy 3.0.0
|
152 | amendments: Amendments 1.20-1.1.6
|
153 | another_furniture: Another Furniture 1.20.1-3.0.1
|
154 | appleskin: AppleSkin 2.5.1+mc1.20
|
155 | architectury: Architectury 9.2.14
|
156 | artifacts: Artifacts 9.3.0
|
157 | cardinal-components-base: Cardinal Components API (base) 5.2.2
|
158 | cardinal-components-entity: Cardinal Components API (entities) 5.2.2
|
159 | expandability: ExpandAbility 9.0.0
|
160 | step-height-entity-attribute: Step Height Entity Attribute 1.2.0
|
161 | automobility: Automobility 0.4.2+1.20.1-fabric
|
162 | jsonem: JsonEM 0.2.1+1.20
|
163 | azurelib: AzureLib 2.0.20
|
164 | bakery: Bakery 1.1.3
|
165 | balm-fabric: Balm 7.2.2
|
166 | beachparty: Beachparty 1.1.3
|
167 | betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.3
|
168 | org_reflections_reflections: reflections 0.10.2
|
169 | betterfortresses: YUNG's Better Nether Fortresses 1.20-Fabric-2.0.5
|
170 | betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4
|
171 | betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3
|
172 | bisecthosting: BisectHosting 1.0.3
|
173 | botarium: Botarium 2.3.3
|
174 | bountiful: Bountiful 6.0.3+1.20.1
|
175 | candlelight: Candlelight 1.2.8
|
176 | carryon: Carry On **.**.**.**
|
177 | chefsdelight: Chefs Delight 1.0.3-fabric-1.20.1
|
178 | chunky: Chunky 1.3.138
|
179 | cloth-config: Cloth Config v11 11.1.118
|
180 | cloth-basic-math: cloth-basic-math 0.6.1
|
181 | clumps: Clumps **.**.**.**
|
182 | collective: Collective 7.30
|
183 | comforts: Comforts 6.3.5+1.20.1
|
184 | spectrelib: SpectreLib 0.13.15+1.20.1
|
185 | com_electronwill_night-config_core: core 3.6.5
|
186 | com_electronwill_night-config_toml: toml 3.6.5
|
187 | cratedelight: Crate Delight 1.4.2
|
188 | create: Create 0.5.1-f-build.1329+mc1.20.1
|
189 | com_google_code_findbugs_jsr305: jsr305 3.0.2
|
190 | milk: Milk Lib 1.2.60
|
191 | dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
|
192 | porting_lib_accessors: Porting Lib Accessors 2.2.8-beta.8+1.20.1
|
193 | porting_lib_base: Porting Lib Base 2.2.8-beta.8+1.20.1
|
194 | porting_lib_lazy_registration: Porting Lib Lazy Register 2.2.8-beta.8+1.20.1
|
195 | porting_lib_utility: Porting Lib Utility 2.2.8-beta.8+1.20.1
|
196 | porting_lib_brewing: Porting Lib Brewing 2.2.8-beta.8+1.20.1
|
197 | porting_lib_client_events: Porting Lib Client Events 2.2.8-beta.8+1.20.1
|
198 | porting_lib_entity: Porting Lib Entity 2.2.8-beta.8+1.20.1
|
199 | porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.2.8-beta.8+1.20.1
|
200 | porting_lib_extensions: Porting Lib Extensions 2.2.8-beta.8+1.20.1
|
201 | porting_lib_attributes: Porting Lib Attributes 2.2.8-beta.8+1.20.1
|
202 | porting_lib_common: Porting Lib Common 2.2.8-beta.8+1.20.1
|
203 | porting_lib_models: Porting Lib Models 2.2.8-beta.8+1.20.1
|
204 | porting_lib_networking: Porting Lib Networking 2.2.8-beta.8+1.20.1
|
205 | porting_lib_core: Porting Lib Core 2.2.8-beta.8+1.20.1
|
206 | porting_lib_obj_loader: Porting Lib Obj Loader 2.2.8-beta.8+1.20.1
|
207 | porting_lib_model_loader: Porting Lib Model Loader 2.2.8-beta.8+1.20.1
|
208 | porting_lib_tags: Porting Lib Tags 3.0
|
209 | porting_lib_tool_actions: Porting Lib Tool Actions 2.2.8-beta.8+1.20.1
|
210 | porting_lib_transfer: Porting Lib Transfer 2.2.8-beta.8+1.20.1
|
211 | porting_lib_fluids: Porting Lib Fluids 2.2.8-beta.8+1.20.1
|
212 | reach-entity-attributes: Reach Entity Attributes 2.4.0
|
213 | registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1
|
214 | porting_lib_data: Porting Lib Data 2.1.1090+1.20
|
215 | porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20
|
216 | porting_lib_gametest: Porting Lib GameTest 2.1.1090+1.20
|
217 | porting_lib_model_materials: Porting Lib Model Materials 2.1.1090+1.20
|
218 | create_structures: Create: Structures 1.1.0
|
219 | createaddition: Create Crafts & Additions 1.2.3
|
220 | createdeco: Create Deco 2.0.1-1.20.1-fabric
|
221 | creeperoverhaul: Creeper Overhaul 3.0.2
|
222 | crossstitch: CrossStitch 0.1.6
|
223 | ctov: ChoiceTheorem's Overhauled Village 3.4.2
|
224 | darkwaters: Dark Waters 0.0.22
|
225 | deathbackup: Death Backup 3.2
|
226 | delightfulcreators: Delightful Creators 1.1.8
|
227 | discord-mc-chat: Discord-MC-Chat 2.3.1
|
228 | com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.14.1
|
229 | com_fasterxml_jackson_core_jackson-core: jackson-core 2.14.1
|
230 | com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.14.1
|
231 | com_google_code_gson_gson: gson 2.10.1
|
232 | com_neovisionaries_nv-websocket-client: nv-websocket-client 2.14
|
233 | com_squareup_okhttp3_okhttp: okhttp 4.11.0
|
234 | com_squareup_okio_okio: okio 2.10.0
|
235 | discord-mc-chat-1_20_1: Discord-MC-Chat 2.3.1
|
236 | net_dv8tion_jda: JDA 5.0.0-beta.18
|
237 | net_fellbaum_jemoji: jemoji 1.3.3
|
238 | net_sf_trove4j_trove4j: trove4j 3.0.3
|
239 | org_apache_commons_commons-collections4: commons-collections4 4.4
|
240 | org_slf4j_slf4j-api: slf4j-api 2.0.9
|
241 | doapi: Lets Do Api 1.2.8
|
242 | terraform-wood-api-v1: Terraform Wood API (v1) 7.0.1
|
243 | easyanvils: Easy Anvils 8.0.2
|
244 | emi: EMI 1.1.2+1.20.1+fabric
|
245 | emojiful: Emojiful 4.2.0
|
246 | com_esotericsoftware_yamlbeans_yamlbeans: yamlbeans 1.15
|
247 | midnightlib: MidnightLib 1.1.0
|
248 | emotecraft: Emotecraft 2.2.7-b.build.50
|
249 | player-animator: Player Animator 1.0.2-rc1+1.20
|
250 | endermanoverhaul: Enderman Overhaul 1.0.4
|
251 | exposure: Exposure 1.4.0
|
252 | extended_drawers: Extended Drawers 2.1.1+mc.1.20.1
|
253 | config_toolkit: ConfigToolkit 1.0.0
|
254 | io_determann_shadow-api-17: shadow-api-17 0.1.1
|
255 | net_fabricmc_javapoet: javapoet 0.1.0
|
256 | graphlib: Graph Lib 1.4.0+1.20
|
257 | libnetworkstack: Lib Network Stack 0.10.0
|
258 | extra-mod-integrations: Extra Mod Integrations 0.4.2+1.20.1
|
259 | fabric-api: Fabric API 0.92.0+1.20.1
|
260 | fabric-api-base: Fabric API Base 0.4.31+1802ada577
|
261 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577
|
262 | fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577
|
263 | fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577
|
264 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577
|
265 | fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77
|
266 | fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577
|
267 | fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377
|
268 | fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377
|
269 | fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577
|
270 | fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577
|
271 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577
|
272 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177
|
273 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577
|
274 | fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577
|
275 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77
|
276 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577
|
277 | fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377
|
278 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577
|
279 | fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577
|
280 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577
|
281 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577
|
282 | fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577
|
283 | fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677
|
284 | fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577
|
285 | fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577
|
286 | fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577
|
287 | fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377
|
288 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577
|
289 | fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577
|
290 | fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577
|
291 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577
|
292 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777
|
293 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577
|
294 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577
|
295 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577
|
296 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577
|
297 | fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.4+1802ada577
|
298 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577
|
299 | fabric-language-kotlin: Fabric Language Kotlin 1.10.18+kotlin.1.9.22
|
300 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.22
|
301 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.22
|
302 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.22
|
303 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.22
|
304 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.23.2
|
305 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.0
|
306 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.0
|
307 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.5.0
|
308 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.2
|
309 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.2
|
310 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.2
|
311 | fabricloader: Fabric Loader 0.15.7
|
312 | mixinextras: MixinExtras 0.3.5
|
313 | fabricproxy-lite: FabricProxy Lite 2.6.0
|
314 | com_moandjiezana_toml_toml4j: toml4j 0.7.2
|
315 | farmersdelight: Farmer's Delight 1.20.1-1.4.3
|
316 | ferritecore: FerriteCore 6.0.1
|
317 | forgeconfigapiport: Forge Config API Port 8.0.0
|
318 | ftblibrary: FTB Library 2001.1.5
|
319 | ftbultimine: FTB Ultimine 2001.1.4
|
320 | geckolib: GeckoLib 4 4.4.2
|
321 | com_eliotlash_mclib_mclib: mclib 20
|
322 | generator: Generator 0.1.0
|
323 | hangglider: Hang Glider 8.0.1
|
324 | herbalbrews: Herbal Brews 1.0.3-1
|
325 | immersive_melodies: Immersive Melodies 0.1.0+1.20.1
|
326 | incendium: Incendium 5.3.4
|
327 | inmis: Inmis 2.7.2-1.20.1
|
328 | omega-config: OmegaConfig 1.2.3-1.18.1
|
329 | inmisaddon: InmisAddon 1.0.4
|
330 | jade: Jade 11.8.0
|
331 | jadeaddons: Jade Addons 5.2.3
|
332 | jamlib: JamLib 0.6.1+1.20.x
|
333 | java: Java HotSpot(TM) 64-Bit Server VM 17
|
334 | kambrik: Kambrik 6.1.1+1.20.1
|
335 | kubejs: KubeJS 2001.6.4-build.138
|
336 | kubejsadditions: KubeJS Addditions (Fabric) 4.0.2
|
337 | leavesbegone: Leaves Be Gone 8.0.0
|
338 | ledger: Ledger 1.2.8
|
339 | server_translations_api: Server Translations API 2.0.0-beta.2+1.19.4-pre2
|
340 | packet_tweaker: Packet Tweaker 0.3.1+23w06a
|
341 | letmedespawn: Let Me Despawn 1.2.0
|
342 | lightmanscurrency: Lightman's Currency 1.20.1-1.0.2.2a
|
343 | lithostitched: Lithostitched 1.1.5
|
344 | lootjs: LootJS 1.20.1-2.11.0
|
345 | lootr: Lootr **.**.**.**
|
346 | luckperms: LuckPerms 5.4.102
|
347 | mcwbridges: Macaw's Bridges 2.1.0
|
348 | mcwroofs: Macaw's Roofs 2.3.0
|
349 | minecraft: Minecraft 1.20.1
|
350 | modernfix: ModernFix 5.13.0+mc1.20.1
|
351 | moonlight: Moonlight 1.20-2.10.11
|
352 | mr_ctov_chefsdelightcompat: CTOV - Chef's delight Compat 2.0
|
353 | mr_ctov_createstructures: CTOV - Create: Structures 1.0
|
354 | mr_ctov_farmersdelightcompat: CTOV - Farmer Delight Compat 2.1
|
355 | naturalist: Naturalist 4.0.3
|
356 | naturescompass: Nature's Compass 1.20.1-2.2.3-fabric
|
357 | nullscape: Nullscape 1.2.4
|
358 | observable: Observable 4.4.1
|
359 | opaccreatesupport: OPAC Create Mod Support 1.3.0
|
360 | openpartiesandclaims: Open Parties and Claims 0.20.4
|
361 | oth3r-sit: Sit! 1.1.3+1.20-1.20.1
|
362 | owo: oωo 0.11.2+1.20
|
363 | plasmovoice: Plasmo Voice 2.0.8
|
364 | aopalliance_aopalliance: aopalliance 1.0
|
365 | com_google_inject_guice: guice 5.0.1
|
366 | javax_inject_javax_inject: javax.inject 1
|
367 | puzzleslib: Puzzles Lib 8.1.17
|
368 | puzzlesaccessapi: Puzzles Access Api 8.0.7
|
369 | pv-addon-sculk: pv-addon-sculk 1.0.0
|
370 | pv-addon-whisper: pv-addon-whisper 1.0.0
|
371 | reinfbarrel: Reinforced Barrels 2.4.1+1.20
|
372 | reinfcore: Reinforced Core 3.1.2+1.20
|
373 | reinfchest: Reinforced Chests 2.4.2+1.20
|
374 | resourcefulconfig: Resourcefulconfig 2.1.2
|
375 | resourcefullib: Resourceful Lib 2.1.23
|
376 | com_teamresourceful_bytecodecs: bytecodecs 1.0.2
|
377 | com_teamresourceful_yabn: yabn 1.0.3
|
378 | rhino: Rhino 2001.2.2-build.18
|
379 | rightclickharvest: Right Click Harvest 3.2.3+1.19.x-1.20.1-fabric
|
380 | simplehats: SimpleHats 1.20.1-0.2.0
|
381 | smartbrainlib: SmartBrainLib 1.13
|
382 | spark: spark 1.10.59
|
383 | styledplayerlist: Styled Player List 3.1.1+1.20.1
|
384 | placeholder-api: Placeholder API 2.1.1+1.20
|
385 | player-data-api: Player Data API 0.2.2+1.19.3
|
386 | predicate-api: Predicate API 0.1.2+1.20
|
387 | supermartijn642corelib: SuperMartijn642's Core Lib 1.1.12+b
|
388 | supplementaries: Supplementaries 1.20-2.8.4
|
389 | mixinsquared: MixinSquared 0.1.1
|
390 | templates: Templates 2 2.1.1+1.20.1
|
391 | terralith: Terralith 2.4.11
|
392 | trashcans: Trash Cans 1.0.18
|
393 | trinkets: Trinkets 3.7.1
|
394 | vinery: Vinery 1.4.10
|
395 | waystones: Waystones 14.1.3
|
396 | xaerominimap: Xaero's Minimap 23.9.7
|
397 | xaeroworldmap: Xaero's World Map 1.37.8
|
398 | xercapaint: Joy of Painting fabric-1.20.1-1.0.0
|
399 | yet_another_config_lib_v3: YetAnotherConfigLib 3.2.2+1.20
|
400 | com_twelvemonkeys_common_common-image: common-image 3.10.0-SNAPSHOT
|
401 | com_twelvemonkeys_common_common-io: common-io 3.10.0-SNAPSHOT
|
402 | com_twelvemonkeys_common_common-lang: common-lang 3.10.0-SNAPSHOT
|
403 | com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0-SNAPSHOT
|
404 | com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0-SNAPSHOT
|
405 | com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0-SNAPSHOT
|
406 | org_quiltmc_parsers_gson: gson 0.2.1
|
407 | org_quiltmc_parsers_json: json 0.2.1
|
408 | yigd: You're in Grave Danger 2.0.0-beta.10
|
409 | fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
|
410 | libgui: LibGui 8.1.1+1.20.1
|
411 | jankson: Jankson 6.0.0+j1.2.3
|
412 | blue_endless_jankson: jankson 1.2.3
|
413 | libninepatch: LibNinePatch 1.2.0
|
414 | yungsapi: YUNG's API 1.20-Fabric-4.0.4
|
415 | org_javassist_javassist: javassist 3.29.2-GA
|
416 | Server Running: true
|
417 | Player Count: 1 / 30; [class_3222['Maliszensky'/221, l='ServerLevel[world]', x=1050.30, y=245.00, z=637.54]]
|
418 | Data Packs: vanilla, Supplementaries Generated Pack, fabric
|
419 | Enabled Feature Flags: minecraft:vanilla
|
420 | World Generation: Stable
|
421 | Is Modded: Definitely; Server brand changed to 'fabric'
|
422 | Type: Dedicated Server (map_server.txt)
|
423 |
|