Advertisement
Guest User

Untitled

a guest
Mar 12th, 2024
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.79 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 2024-03-12 22:15:57
  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:525)
  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.kinetics.belt.transport.BeltInventory.handleBeltProcessingAndCheckIfRemoved(BeltInventory.java:280)
  16. at com.simibubi.create.content.kinetics.belt.transport.BeltInventory.tick(BeltInventory.java:146)
  17. at com.simibubi.create.content.kinetics.belt.BeltBlockEntity.tick(BeltBlockEntity.java:128)
  18. at com.simibubi.create.foundation.blockEntity.SmartBlockEntityTicker.tick(SmartBlockEntityTicker.java:15)
  19. at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:662)
  20. at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:716)
  21. at net.minecraft.class_1937.method_18471(class_1937.java:470)
  22. at net.minecraft.class_3218.method_18765(class_3218.java:390)
  23. at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897)
  24. at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
  25. at net.minecraft.class_1132.method_3748(class_1132.java:105)
  26. at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671)
  27. at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
  28. at java.base/java.lang.Thread.run(Thread.java:833)
  29. Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
  30. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
  31. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
  32. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
  33. at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
  34. ... 20 more
  35. 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]
  36. at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:313)
  37. at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:277)
  38. at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1289)
  39. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:294)
  40. at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421)
  41. at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
  42. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
  43. ... 23 more
  44. Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: io.github.fabricators_of_create.porting_lib.util.FluidStack
  45. at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transformMemberReference(MixinPreProcessorStandard.java:786)
  46. at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transformMethod(MixinPreProcessorStandard.java:772)
  47. at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transform(MixinPreProcessorStandard.java:738)
  48. at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:307)
  49. ... 29 more
  50. Caused by: java.lang.ClassNotFoundException: io.github.fabricators_of_create.porting_lib.util.FluidStack
  51. ... 33 more
  52.  
  53.  
  54. A detailed walkthrough of the error, its code path and all known details is as follows:
  55. ---------------------------------------------------------------------------------------
  56.  
  57. -- Head --
  58. Thread: Server thread
  59. Stacktrace:
  60. at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
  61. at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
  62. at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
  63. at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
  64. at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
  65. at com.simibubi.create.content.fluids.spout.SpoutBlockEntity.onItemReceived(SpoutBlockEntity.java:85)
  66. at com.simibubi.create.content.kinetics.belt.behaviour.BeltProcessingBehaviour.handleReceivedItem(BeltProcessingBehaviour.java:60)
  67. at com.simibubi.create.content.kinetics.belt.transport.BeltInventory.handleBeltProcessingAndCheckIfRemoved(BeltInventory.java:280)
  68. at com.simibubi.create.content.kinetics.belt.transport.BeltInventory.tick(BeltInventory.java:146)
  69. at com.simibubi.create.content.kinetics.belt.BeltBlockEntity.tick(BeltBlockEntity.java:128)
  70. at com.simibubi.create.foundation.blockEntity.SmartBlockEntityTicker.tick(SmartBlockEntityTicker.java:15)
  71. at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:662)
  72. at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:716)
  73. at net.minecraft.class_1937.method_18471(class_1937.java:470)
  74. at net.minecraft.class_3218.method_18765(class_3218.java:390)
  75.  
  76. -- Block entity being ticked --
  77. Details:
  78. Name: create:belt // com.simibubi.create.content.kinetics.belt.BeltBlockEntity
  79. Block: Block{create:belt}[casing=false,facing=south,part=start,slope=horizontal,waterlogged=false]
  80. Block location: World: (781,87,1081), Section: (at 13,7,9 in 48,5,67; chunk contains blocks 768,-64,1072 to 783,319,1087), Region: (1,2; contains chunks 32,64 to 63,95, blocks 512,-64,1024 to 1023,319,1535)
  81. Block: Block{create:belt}[casing=false,facing=south,part=start,slope=horizontal,waterlogged=false]
  82. Block location: World: (781,87,1081), Section: (at 13,7,9 in 48,5,67; chunk contains blocks 768,-64,1072 to 783,319,1087), Region: (1,2; contains chunks 32,64 to 63,95, blocks 512,-64,1024 to 1023,319,1535)
  83. Stacktrace:
  84. at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:662)
  85. at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:716)
  86. at net.minecraft.class_1937.method_18471(class_1937.java:470)
  87. at net.minecraft.class_3218.method_18765(class_3218.java:390)
  88. at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897)
  89. at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
  90. at net.minecraft.class_1132.method_3748(class_1132.java:105)
  91. at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671)
  92. at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
  93. at java.base/java.lang.Thread.run(Thread.java:833)
  94.  
  95. -- Affected level --
  96. Details:
  97. All players: 1 total; [class_3222['Hey_Peter_1'/19, l='ServerLevel[-] Timber Town [-]', x=796.30, y=92.92, z=1103.40]]
  98. Chunk stats: 3372
  99. Level dimension: minecraft:overworld
  100. Level spawn location: World: (384,64,768), Section: (at 0,0,0 in 24,4,48; chunk contains blocks 384,-64,768 to 399,319,783), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,-64,512 to 511,319,1023)
  101. Level time: 1091792 game time, 491553 day time
  102. Level name: -] Timber Town [-
  103. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  104. Level weather: Rain time: 1 (now: false), thunder time: 1 (now: false)
  105. Known server brands: fabric
  106. Removed feature flags:
  107. Level was modded: true
  108. Level storage version: 0x04ABD - Anvil
  109. Stacktrace:
  110. at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897)
  111. at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
  112. at net.minecraft.class_1132.method_3748(class_1132.java:105)
  113. at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671)
  114. at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
  115. at java.base/java.lang.Thread.run(Thread.java:833)
  116.  
  117. -- System Details --
  118. Details:
  119. Minecraft Version: 1.20.1
  120. Minecraft Version ID: 1.20.1
  121. Operating System: Windows 10 (amd64) version 10.0
  122. Java Version: 17.0.8, Microsoft
  123. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
  124. Memory: 2356259568 bytes (2247 MiB) / 5335154688 bytes (5088 MiB) up to 6442450944 bytes (6144 MiB)
  125. CPUs: 16
  126. Processor Vendor: AuthenticAMD
  127. Processor Name: AMD Ryzen 7 3700X 8-Core Processor
  128. Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
  129. Microarchitecture: Zen 2
  130. Frequency (GHz): 3.60
  131. Number of physical packages: 1
  132. Number of physical CPUs: 8
  133. Number of logical CPUs: 16
  134. Graphics card #0 name: NVIDIA GeForce RTX 3060 Ti
  135. Graphics card #0 vendor: NVIDIA (0x10de)
  136. Graphics card #0 VRAM (MB): 4095.00
  137. Graphics card #0 deviceId: 0x2489
  138. Graphics card #0 versionInfo: DriverVersion=31.0.15.4633
  139. Memory slot #0 capacity (MB): 8192.00
  140. Memory slot #0 clockSpeed (GHz): 3.20
  141. Memory slot #0 type: DDR4
  142. Memory slot #1 capacity (MB): 8192.00
  143. Memory slot #1 clockSpeed (GHz): 3.20
  144. Memory slot #1 type: DDR4
  145. Virtual memory max (MB): 31146.33
  146. Virtual memory used (MB): 20077.56
  147. Swap memory total (MB): 14848.00
  148. Swap memory used (MB): 455.80
  149. JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  150. Fabric Mods:
  151. amplified_nether: Amplified Nether 1.2.4
  152. architectury: Architectury 9.1.12
  153. athena: Athena 3.1.1
  154. autotag-convention: AutoTag Convention 2.0.2+1.20
  155. autotag: AutoTag 2.0.2+1.20
  156. bettercombat: Better Combat 1.8.3+1.20.1
  157. betterdays: BetterDays 1.20.1-3.1.0.2-FABRIC
  158. betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3
  159. org_reflections_reflections: reflections 0.10.2
  160. betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.1
  161. betterf3: BetterF3 7.0.2
  162. betterfortresses: YUNG's Better Nether Fortresses 1.20-Fabric-2.0.5
  163. betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.4
  164. betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4
  165. betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.1
  166. betterthirdperson: Better Third Person 1.9.0
  167. big_items_duh: Big items, duh! 1.1.4+mc1.20.1
  168. amecsapi: Amecs API 1.5.1+mc1.20-pre1
  169. coat: Coat 1.0.0-beta.20+mc1.20-pre1
  170. tweed4_annotated: tweed4_annotated 1.3.1+mc1.20-pre1
  171. tweed4_base: tweed4_base 1.7.1+mc1.20-pre1
  172. tweed4_data: tweed4_data 1.2.1+mc1.20-pre1
  173. tweed4_data_hjson: tweed4_data_hjson 1.1.1+mc1.20-pre1
  174. tweed4_tailor_coat: tweed4_tailor_coat 1.1.3+mc1.20-pre1
  175. tweed4_tailor_screen: tweed4_tailor_screen 1.1.4+mc1.20-pre1
  176. bookshelf: Bookshelf 20.1.8
  177. bushierflowers: Bushier Flowers 0.0.3-1.20.1
  178. c2me: Concurrent Chunk Management Engine 0.2.0+alpha.11.5
  179. c2me-base: Concurrent Chunk Management Engine (Base) 0.2.0+alpha.11.5
  180. c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.2.0+alpha.11.5
  181. c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.2.0+alpha.11.5
  182. c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.2.0+alpha.11.5
  183. c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.2.0+alpha.11.5
  184. c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.2.0+alpha.11.5
  185. c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.2.0+alpha.11.5
  186. c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.2.0+alpha.11.5
  187. c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.2.0+alpha.11.5
  188. c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.2.0+alpha.11.5
  189. c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.2.0+alpha.11.5
  190. c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.2.0+alpha.11.5
  191. c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.2.0+alpha.11.5
  192. c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.2.0+alpha.11.5
  193. c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.2.0+alpha.11.5
  194. c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.2.0+alpha.11.5
  195. c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.2.0+alpha.11.5
  196. c2me-threading-chunkio: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.5
  197. c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.2.0+alpha.11.5
  198. c2me-threading-worldgen: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.5
  199. com_ibm_async_asyncutil: asyncutil 0.1.0
  200. net_objecthunter_exp4j: exp4j 0.4.8
  201. org_threadly_threadly: threadly 7.0
  202. cameraoverhaul: Camera Overhaul 1.4.0-fabric-universal
  203. carryon: Carry On 2.1.2.7
  204. charmonium: Charmonium 6.0.6
  205. charmony: Charmony 6.11.5
  206. charmony_api: Charmony API 6.7.0
  207. com_electronwill_night-config_core: core 3.6.6
  208. com_electronwill_night-config_toml: toml 3.6.6
  209. com_moandjiezana_toml_toml4j: toml4j 0.7.2
  210. chimes: Chimes 2.0.1
  211. chipped: Chipped 3.0.1
  212. chunky: Chunky 1.3.138
  213. clay: Clay Soldiers 0.5.0
  214. cloth-config: Cloth Config v11 11.1.118
  215. cloth-basic-math: cloth-basic-math 0.6.1
  216. collective: Collective 7.26
  217. connectiblechains: Connectible Chains 2.2.1+1.20.1
  218. continuity: Continuity 3.0.0-beta.4+1.20.1
  219. corgilib: CorgiLib 4.0.0.4
  220. crawl: Crawl 0.12.0
  221. mm: Manningham Mills 2.3
  222. create: Create 0.5.1-f-build.1335+mc1.20.1
  223. com_google_code_findbugs_jsr305: jsr305 3.0.2
  224. flywheel: Flywheel 0.6.10-2
  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.0+1.20.1
  228. porting_lib_base: Porting Lib Base 2.3.0+1.20.1
  229. porting_lib_attributes: Porting Lib Attributes 2.3.0+1.20.1
  230. porting_lib_common: Porting Lib Common 2.3.0+1.20.1
  231. porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.0+1.20.1
  232. porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.0+1.20.1
  233. porting_lib_utility: Porting Lib Utility 2.3.0+1.20.1
  234. porting_lib_brewing: Porting Lib Brewing 2.3.0+1.20.1
  235. porting_lib_client_events: Porting Lib Client Events 2.3.0+1.20.1
  236. porting_lib_entity: Porting Lib Entity 2.3.0+1.20.1
  237. porting_lib_extensions: Porting Lib Extensions 2.3.0+1.20.1
  238. porting_lib_models: Porting Lib Models 2.3.0+1.20.1
  239. porting_lib_core: Porting Lib Core 2.3.0+1.20.1
  240. porting_lib_fluids: Porting Lib Fluids 2.3.0+1.20.1
  241. porting_lib_model_loader: Porting Lib Model Loader 2.3.0+1.20.1
  242. porting_lib_networking: Porting Lib Networking 2.3.0+1.20.1
  243. porting_lib_obj_loader: Porting Lib Obj Loader 2.3.0+1.20.1
  244. porting_lib_tags: Porting Lib Tags 3.0
  245. porting_lib_tool_actions: Porting Lib Tool Actions 2.3.0+1.20.1
  246. porting_lib_transfer: Porting Lib Transfer 2.3.0+1.20.1
  247. reach-entity-attributes: Reach Entity Attributes 2.4.0
  248. registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1
  249. porting_lib_data: Porting Lib Data 2.1.1090+1.20
  250. porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20
  251. porting_lib_gametest: Porting Lib GameTest 2.1.1090+1.20
  252. porting_lib_model_materials: Porting Lib Model Materials 2.1.1090+1.20
  253. createairfabric: Create Air Fabric 1.0+1.20.1-18
  254. cubes-without-borders: Cubes Without Borders 1.1.0+1.20
  255. decorative_blocks: Decorative Blocks 4.0.3
  256. diagonalfences: Diagonal Fences 8.0.1
  257. disable_custom_worlds_advice: Disable Custom Worlds Advice 4.1
  258. dsurround: Dynamic Surroundings 0.3.3
  259. org_openjdk_nashorn_nashorn-core: nashorn-core 15.4
  260. enchanting-system-overhaul: Enchanting System Overhaul 1.0.6
  261. enhancedblockentities: Enhanced Block Entities 0.9+1.20
  262. advanced_runtime_resource_pack: Runtime Resource Pack 0.6.7
  263. spruceui: SpruceUI 5.0.0+1.20
  264. enhancedcelestials: Enhanced Celestials 5.0.0.2
  265. entity_model_features: Entity Model Features 1.1.0
  266. entity_texture_features: Entity Texture Features 4.6.1
  267. org_apache_httpcomponents_httpmime: httpmime 4.5.10
  268. entityculling: EntityCulling-Fabric 1.6.2-mc1.20.1
  269. explorify: Explorify v1.3.0-mc1.20
  270. exposure: Exposure 1.3.0
  271. fabric-api: Fabric API 0.92.0+1.20.1
  272. fabric-api-base: Fabric API Base 0.4.31+1802ada577
  273. fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577
  274. fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577
  275. fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577
  276. fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577
  277. fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577
  278. fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577
  279. fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77
  280. fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577
  281. fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377
  282. fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377
  283. fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577
  284. fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577
  285. fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577
  286. fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177
  287. fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577
  288. fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577
  289. fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77
  290. fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577
  291. fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377
  292. fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577
  293. fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577
  294. fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577
  295. fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577
  296. fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377
  297. fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577
  298. fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577
  299. fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677
  300. fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577
  301. fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577
  302. fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577
  303. fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777
  304. fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577
  305. fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377
  306. fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577
  307. fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577
  308. fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577
  309. fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577
  310. fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577
  311. fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.1+1802ada577
  312. fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377
  313. fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777
  314. fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577
  315. fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377
  316. fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577
  317. fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577
  318. fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577
  319. fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577
  320. fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577
  321. fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577
  322. fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.4+1802ada577
  323. fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577
  324. fabric-language-kotlin: Fabric Language Kotlin 1.10.9+kotlin.1.9.0
  325. org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.0
  326. org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.0
  327. org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.0
  328. org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.0
  329. org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.22.0
  330. org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.7.3
  331. org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.7.3
  332. org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0
  333. org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.0
  334. org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.0
  335. org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.0
  336. fabricloader: Fabric Loader 0.15.7
  337. mixinextras: MixinExtras 0.3.5
  338. farmersdelight: Farmer's Delight 1.20.1-1.4.3
  339. ferritecore: FerriteCore 6.0.1
  340. forgeconfigapiport: Forge Config API Port 8.0.0
  341. geckolib: Geckolib 4.2
  342. com_eliotlash_mclib_mclib: mclib 20
  343. grapplemod: Grappling Hook Mod 1.20-v1.7
  344. grindenchantments: Grind Enchantments 3.1.2+1.20
  345. codec-config-api: Codec Config API 1.0.2+1.19.3
  346. guardvillagers: GuardVillagers 2.0.9-1.20.1
  347. midnightlib: MidnightLib 1.4.1
  348. handcrafted: Handcrafted 3.0.5
  349. hearth_and_home: Hearth & Home 1.20.1-2.0.1
  350. hopobettermineshaft: Hopo Better Mineshaft 1.1.8
  351. iceberg: Iceberg 1.1.18
  352. illagerinvasion: Illager Invasion 8.0.3
  353. extensibleenums: Extensible Enums 7.0.1
  354. immediatelyfast: ImmediatelyFast 1.2.8+1.20.4
  355. net_lenni0451_reflect: Reflect 1.3.1
  356. indium: Indium 1.0.30+mc1.20.4
  357. iris: Iris 1.6.17
  358. io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13
  359. org_anarres_jcpp: jcpp 1.4.14
  360. org_antlr_antlr4-runtime: antlr4-runtime 4.11.1
  361. items_displayed: Items Displayed 1.2
  362. jade: Jade 11.6.1
  363. jamlib: JamLib 0.6.0+1.20
  364. java: OpenJDK 64-Bit Server VM 17
  365. keebsz: Keebsz's Battle Towers 0.6.0
  366. lazydfu: LazyDFU 0.1.3
  367. libz: LibZ 1.0.2
  368. com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.15.2
  369. com_fasterxml_jackson_core_jackson-core: jackson-core 2.15.2
  370. com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.15.2
  371. lithium: Lithium 0.11.2
  372. lookaround: Lookaround! 0.11.5
  373. majruszlibrary: Majrusz Library 7.0.5
  374. majruszsdifficulty: Majrusz's Progressive Difficulty 1.9.9
  375. mcwpaintings: Macaw's Paintings 1.0.5
  376. memoryleakfix: Memory Leak Fix 1.1.2
  377. minecraft: Minecraft 1.20.1
  378. modmenu: Mod Menu 7.2.2
  379. moonlight: Moonlight 1.20-2.8.78
  380. mousewheelie: Mouse Wheelie 1.13.0+mc1.20.1
  381. tweed4_tailor_lang_json_descriptions: tweed4_tailor_lang_json_descriptions 1.1.0+mc1.20-pre1
  382. njb: Not Just Biomes 1.1.0
  383. no-resource-pack-warnings: No Resource Pack Warnings 1.3.0
  384. nohotbarlooping: No Hotbar Looping 1.1.1
  385. nyfsspiders: Nyf's Spiders 2.1.0
  386. overflowingbars: Overflowing Bars 8.0.0
  387. patchouli: Patchouli 1.20.1-84-FABRIC
  388. fiber: fiber 0.23.0-2
  389. pickupnotifier: Pick Up Notifier 8.0.0
  390. player-animator: Player Animator 1.0.2-rc1+1.20
  391. polymorph: Polymorph 0.49.1+1.20.1
  392. cardinal-components-block: Cardinal Components API (blocks) 5.2.1
  393. cardinal-components-entity: Cardinal Components API (entities) 5.2.1
  394. cardinal-components-item: Cardinal Components API (items) 5.2.1
  395. spectrelib: SpectreLib 0.13.14+1.20.1
  396. portfolio: Portfolio 1.20.1-1.3.5-fabric
  397. presencefootsteps: Presence Footsteps 1.9.1
  398. kirin: Kirin UI 1.15.4+1.20
  399. prism: Prism 1.0.4
  400. puzzleslib: Puzzles Lib 8.1.17
  401. puzzlesaccessapi: Puzzles Access Api 8.0.7
  402. rebind_narrator: Rebind Narrator 2.0.2
  403. reeses-sodium-options: Reese's Sodium Options 1.7.2+mc1.20.1-build.101
  404. resourcefulconfig: Resourcefulconfig 2.1.0
  405. resourcefullib: Resourceful Lib 2.1.20
  406. com_teamresourceful_bytecodecs: bytecodecs 1.0.2
  407. com_teamresourceful_yabn: yabn 1.0.3
  408. resourcify: Resourcify 1.2.1
  409. universalcraft: UniversalCraft 312
  410. roughlyenoughitems: Roughly Enough Items 12.0.684
  411. error_notifier: Error Notifier 1.0.9
  412. rrls: Remove Reloading Screen 3.2.0-1.20.1-fabric
  413. seamless_loading_screen: Seamless Loading Screen 2.0.2+1.20.1
  414. seasonhud: SeasonHUD 1.7.4
  415. seasons: Fabric Seasons 2.2.1+1.20
  416. seasonsdelightcompat: Fabric Seasons: Delight Compat 1.0-1.3.9
  417. shulkerboxtooltip: Shulker Box Tooltip 4.0.4+1.20.1
  418. simplyswords: Simply Swords 1.51.5-1.20.1
  419. skinlayers: 3d Skin Layers 1.5.4-mc1.20.1
  420. sodium: Sodium 0.5.8+mc1.20.1
  421. sodium-extra: Sodium Extra 0.5.4+mc1.20.1-build.115
  422. caffeineconfig: CaffeineConfig 1.3.0+1.17
  423. crowdin-translate: CrowdinTranslate 1.4+1.19.3
  424. sol_valheim: Spice of Life: Valheim Edition 1.0.1
  425. sootychimneys: Sooty Chimneys for Fabric 1.1.0
  426. sound_physics_remastered: Sound Physics Remastered 1.20.1-1.3.1
  427. sparsestructures: Sparse Structures 2.1.2
  428. tectonic: Tectonic 2.1.1
  429. thinair: Thin Air 8.1.5
  430. cardinal-components-base: Cardinal Components API (base) 5.2.2
  431. cardinal-components-chunk: Cardinal Components API (chunks) 5.2.2
  432. tiered: Tiered 1.3.0
  433. treechop: HT's TreeChop 0.18.3
  434. trinkets: Trinkets 3.7.1
  435. trulytreasures: Truly Treasures 1.20-3.0.0
  436. urlmusicdiscs: URL Music Discs 1.1.0
  437. net_lingala_zip4j_zip4j: zip4j 2.11.5
  438. vanillazoom: Vanilla Zoom 2.3
  439. visuality: Visuality 0.7.1+1.20
  440. waterdripsound: Drip Sounds 1.19-0.3.2
  441. yet_another_config_lib_v3: YetAnotherConfigLib 3.2.1+1.20
  442. com_twelvemonkeys_common_common-image: common-image 3.10.0-SNAPSHOT
  443. com_twelvemonkeys_common_common-io: common-io 3.10.0-SNAPSHOT
  444. com_twelvemonkeys_common_common-lang: common-lang 3.10.0-SNAPSHOT
  445. com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0-SNAPSHOT
  446. com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0-SNAPSHOT
  447. com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0-SNAPSHOT
  448. org_quiltmc_parsers_gson: gson 0.2.1
  449. org_quiltmc_parsers_json: json 0.2.1
  450. yungsapi: YUNG's API 1.20-Fabric-4.0.1
  451. org_javassist_javassist: javassist 3.29.2-GA
  452. Loaded Shaderpack: ComplementaryReimagined_r5.1.1.zip
  453. Profile: HIGH (+21 options changed by user)
  454. Flywheel Backend: Off
  455. Server Running: true
  456. Player Count: 1 / 8; [class_3222['Hey_Peter_1'/19, l='ServerLevel[-] Timber Town [-]', x=796.30, y=92.92, z=1103.40]]
  457. Data Packs: vanilla, fabric, tectonic:tectonic
  458. Enabled Feature Flags: minecraft:vanilla
  459. World Generation: Experimental
  460. Type: Integrated Server (map_client.txt)
  461. Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
  462. Launched Version: fabric-loader-0.15.7-1.20.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement