Advertisement
Guest User

Untitled

a guest
Apr 24th, 2021
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.64 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // My bad.
  3.  
  4. Time: 4/22/21 6:00 AM
  5. Description: Initializing game
  6.  
  7. java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'harvest_scythes'!
  8. at Not Enough Crashes deobfuscated stack trace.(1.16.5+build.6)
  9. at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:53)
  10. at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36)
  11. at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32)
  12. at net.minecraft.client.MinecraftClient.redirect$zok000$catchFabricInit(MinecraftClient:4877)
  13. at net.minecraft.client.MinecraftClient.<init>(MinecraftClient:437)
  14. at net.minecraft.client.main.Main.main(Main:177)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  18. at java.lang.reflect.Method.invoke(Method.java:498)
  19. at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
  20. at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:146)
  21. at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
  22. Suppressed: java.lang.NoClassDefFoundError: Could not initialize class paulevs.betternether.registry.ItemsRegistry
  23. at paulevs.betternether.registry.BlocksRegistry.registerBlockDirectly(BlocksRegistry.java:533)
  24. at paulevs.betternether.registry.BlocksRegistry.registerBlock(BlocksRegistry.java:517)
  25. at paulevs.betternether.registry.BlocksRegistry.<clinit>(BlocksRegistry.java:32)
  26. at paulevs.betternether.BetterNether.onInitialize(BetterNether.java:30)
  27. at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50)
  28. ... 12 more
  29. Caused by: java.lang.ExceptionInInitializerError
  30. at paulevs.betternether.items.materials.BNItemMaterials.<clinit>(BNItemMaterials.java:10)
  31. at wraith.harvest_scythes.support.BetterNetherSupport.loadItems(BetterNetherSupport.java:15)
  32. at wraith.harvest_scythes.HarvestScythes.onInitialize(HarvestScythes.java:60)
  33. at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50)
  34. ... 12 more
  35. Caused by: java.lang.NullPointerException
  36. at net.minecraft.item.ToolItem.<init>(ToolItem:7)
  37. at net.minecraft.item.MiningToolItem.<init>(MiningToolItem:24)
  38. at net.minecraft.item.PickaxeItem.<init>(PickaxeItem:100)
  39. at paulevs.betternether.items.BNItemPickaxe.<init>(BNItemPickaxe.java:13)
  40. at paulevs.betternether.registry.ItemsRegistry.<clinit>(ItemsRegistry.java:64)
  41. ... 16 more
  42.  
  43.  
  44. A detailed walkthrough of the error, its code path and all known details is as follows:
  45. ---------------------------------------------------------------------------------------
  46.  
  47. -- Initialization --
  48. Details:
  49. Stacktrace:
  50. at fudge.notenoughcrashes.mixinhandlers.EntryPointCatcher.handleEntryPointError(EntryPointCatcher.java:31)
  51. at net.minecraft.class_310.redirect$zok000$catchFabricInit(class_310.java:4879)
  52. at net.minecraft.class_310.<init>(class_310.java:437)
  53. at net.minecraft.client.main.Main.main(Main.java:177)
  54. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  56. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  57. at java.lang.reflect.Method.invoke(Method.java:498)
  58. at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
  59. at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:146)
  60. at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
  61. -- System Details --
  62. Details:
  63. Minecraft Version: 1.16.5
  64. Minecraft Version ID: 1.16.5
  65. Operating System: Windows 10 (amd64) version 10.0
  66. Java Version: 1.8.0_242, AdoptOpenJDK
  67. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode),
  68. Memory: 7103053784 bytes (6773 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
  69. CPUs: 8
  70. JVM Flags: 21 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8192m -Xms8192m -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1
  71. Suspected Mods: Fabric Loader (fabricloader), Harvest Scythes (harvest_scythes), Better Nether (betternether), Better Nether (betternether), Fabric Loader (fabricloader)
  72. Fabric Mods:
  73. adabraniummod: Adabranium 1.3.2+1.16.5
  74. addendum: Addendum 1.16.5-1.0.2
  75. adorn: Adorn 1.13.0+1.16.5
  76. advanced_runtime_resource_pack: Runtime Resource Pack 0.3.9
  77. alaskanativecraft: Alaska Native Craft 1.1.1
  78. alloy_forgery: Alloy Forgery 1.0.8
  79. angerable-patch: Angerable Patch 1.1.0-1.16.4
  80. animal_feeding_trough: Animal Feeding Trough 1.0.2
  81. anthropophagy: Anthropophagy 1.16.5-4
  82. antighost: AntiGhost 1.16.5-fabric0.30.0-1.1.3
  83. anvil_crushing_recipes: Anvil Crushing Recipes 1.0+MC1.16.2-1.16.5
  84. anvil_fix: AnvilFix 1.2.1-1.16
  85. aot: Articles of Temerant 1.1.0
  86. appleskin: AppleSkin 1.0.11
  87. aquarius_fabric: Aquarius Fabric 1.1.1
  88. architectury: Architectury 1.12.145
  89. armoredelytra: Armored Elytra 1.0.7
  90. arstheurgia: Ars Theurgia 1.0.6
  91. artifacts: Artifacts 3.2.0+fabric
  92. artifice: Artifice 0.13.2+1.16.3
  93. artofalchemy: Art of Alchemy: Memoriam 1.0.0-rc4+1.16.4
  94. attributefix: Attribute Fix {FABRIC} 1.0.1
  95. authme: Auth Me 1.4.0
  96. autoconfig1u: Auto Config v1 Updated 3.3.1
  97. autoconfigtoml: AutoConfig-TOML 1.0.0-fabric
  98. autosmeltenchant: AutosmeltEnchant 1.1.0
  99. bambooeverything: Bamboo Everything 1.0.0
  100. bambootweaks: Bamboo Tweaks 2.0.5
  101. bannerpp: Banner++ 2.0.2+mc.1.16.3
  102. battletowers: Battle Towers 3.3.4-1.16.4
  103. beaconoverhaul: Beacon Overhaul 1.3.0+1.16
  104. bedspreads: Bedspreads 1.3.1-1.16.4
  105. besmirchment: Besmirchment 2.0.0
  106. betterbiomeblend: Better Biome Blend 1.16.4-1.1.4-fabric
  107. bettercaves: YUNG's Better Caves 1.16.5-1.1
  108. betterend: Better End 0.9.1-pre
  109. bettermineshafts: YUNG's Better Mineshafts 1.16.4-1.0.1
  110. betternether: Better Nether 5.0.7
  111. bettersodiumvideosettingsbutton: Better Sodium Video Settings Button 1.0.3.1
  112. bewitchment: Bewitchment 1.16.5-8
  113. bigbeacons: Big Beacons 1.0.4
  114. biom4st3rportal: Fancy Fountain Passage 3.0.1
  115. biome_locator: Biome Locator 1.1.2
  116. biomemakeover: Biome Makeover 1.16.5-1.3.6
  117. biomepicker: Biome Picker 1.1
  118. bitsandchisels: BitsAndChisels 2.1.4
  119. black-powder: Black Powder 1.0.1
  120. blockus: Blockus 2.1.1+1.16.5
  121. bno: Basic Nether Ores 1.16.5-5.5.0-Fabric
  122. bookworm: Bookworm Library 3.1.0
  123. boot: BootZ 1.3.5
  124. brazier: Brazier 3.0.4
  125. byg: BYG 1.1.7
  126. camp_fires_cook_mobs: Camp Fires Cook Mobs 1.1.7+MC1.16.2-1.16.5
  127. campanion: Campanion 1.3.5
  128. camsbackpacks: Cammie's Wearable Backpacks 1.3
  129. capes: Capes 1.1.1
  130. cardinal-components: Cardinal Components API 2.8.0
  131. cardinal-components-base: Cardinal Components API (base) 2.8.0
  132. cardinal-components-block: Cardinal Components API (blocks) 2.8.0
  133. cardinal-components-chunk: Cardinal Components API (chunks) 2.8.0
  134. cardinal-components-entity: Cardinal Components API (entities) 2.8.0
  135. cardinal-components-item: Cardinal Components API (items) 2.8.0
  136. cardinal-components-level: Cardinal Components API (world saves) 2.8.0
  137. cardinal-components-scoreboard: Cardinal Components API (scoreboard) 2.8.0
  138. cardinal-components-util: Cardinal Components API (utilities) 2.8.0
  139. cardinal-components-world: Cardinal Components API (worlds) 2.8.0
  140. castle_dungeons: Castle Dungeons 2.2
  141. cavebiomes: Cave Biomes 0.6.2
  142. celib: Celib - CebbyS Library Mod 0.4.0
  143. chainmail: Chainmail 0.5.0
  144. charcoalblock: Charcoal Block 1.0.1
  145. chestblocks: Chest Building Blocks 0.0.2
  146. chillager_mod: Chillager 1.1
  147. chiseldecor: Chisel Decor 1.1.3
  148. cinderscapes: Cinderscapes 1.3.3
  149. classicalart: Classical Art 1.1.0
  150. classicbeaches: Classic Beaches 0.2.1
  151. cleancut: CleanCut mc1.16-2.1-fabric
  152. cloth-api: Cloth API 1.4.9
  153. cloth-armor-api-v1: Cloth Armor API v1 1.4.9
  154. cloth-basic-math: Cloth Basic Math 0.5.1
  155. cloth-client-events-v0: Cloth Client Events v0 1.5.47
  156. cloth-common-events-v1: Cloth Common Events v1 1.4.9
  157. cloth-config2: Cloth Config v4 4.11.19
  158. cloth-datagen-api-v1: Cloth Datagen v1 1.4.9
  159. cloth-durability-bar-api-v1: Cloth Durability Bar API v1 1.4.9
  160. cloth-dynamic-registry-api-v1: Cloth Dynamic Registry API v1 1.4.9
  161. cloth-scissors-api-v1: Cloth Scissors API v1 1.4.9
  162. cloth-utils-v1: Cloth Utils v1 1.4.9
  163. coderecipes: Programmatic Recipes 0.3.1
  164. coloredslime: Colored Slime Blocks 1.1.1
  165. columns: Columns 1.1.1
  166. com_electronwill_night-config_core: core 3.6.3
  167. com_electronwill_night-config_toml: toml 3.6.3
  168. com_github_mouse0w0_fastreflection: FastReflection 1.0.1
  169. com_moandjiezana_toml_toml4j: toml4j 0.7.2
  170. comforts: Comforts 0.0.2-1.16.5
  171. companion_bats: Companion Bats 1.13.0
  172. composing: Composing 1.0.4+1.16.4
  173. cookiecore: Oreo Core 0.0.4
  174. cosmetic-armor: Cosmetic Armor 1.0.0
  175. cotton: Cotton 1.1.0
  176. cotton-cauldron: Cotton Cauldron 1.1.0
  177. cotton-client-commands: Cotton Client Commands 1.0.1+1.16-rc1
  178. cotton-commons: Cotton Commons 1.0.4
  179. cotton-config: Cotton Config 1.0.0-rc.7
  180. cotton-datapack: Cotton Datapack 1.0.7
  181. cotton-logging: Cotton Logging 1.0.0-rc.4
  182. cotton-player-events: Cotton Player Events 1.0.2
  183. cpm: Customizable Player Models 0.0.11c
  184. crawl: Crawl 0.8.2
  185. creeperspores: Creeper Spores 1.5.0
  186. crookedcrooks: Crooked Crooks 1.3.3+1.16.4
  187. croptopia: Croptopia 1.3.1
  188. croptosis: Croptosis 1.1.0
  189. crowdin-translate: CrowdinTranslate 1.2
  190. crumbs: Crumbs 1.0.7
  191. crusade: Crusade 1.2.0
  192. culinaire: Culinaire 2.0
  193. curios: Curios API 0.0.13-1.16.5
  194. curses: Curses 1.5.1
  195. custom-fog: Custom Fog 1.4.0
  196. custom_piglin_bartering: Custom Piglin Bartering 1.2.2+MC1.16-1.16.5
  197. dadobugbiomes: Dadobug1111's Biomes 1.3.0
  198. daemonic: Daemonic 1.1.1
  199. darkpaintings: Dark Paintings 3.0.1
  200. darkrites: Dark Rites 1.16.5-2
  201. dawn: Dawn API 1.8
  202. decorative: Decorative 4.0.0
  203. deep-dungeons: Deep Dungeons 1.0.0-1.16.5
  204. desolation: Desolation 1.0.4.1
  205. diamold: Diamold 1.1.1+1.16.4
  206. direbats: Direbats 1.1.1+1.16.5-fabric
  207. disable_custom_worlds_advice: Disable Custom Worlds Advice 1.2
  208. dishes: Delicious Dishes 2.0.0
  209. dual_riders: DualRiders 1.0.5
  210. dynamicsoundfilters: Dynamic Sound Filters 1.2.0+1.16.5
  211. dynmus: Dynamic Music 1.1.0
  212. earthtojavamobs: Earth2Java 1.6.1+1.16.4
  213. eldritch_mobs: Eldritch Mobs 1.6.9
  214. enchant_giver: Enchant Giver 1.0.3
  215. enchantment_lore: EnchantmentLore 1.1.1+MC1.16.1-1.16.5
  216. enhancedcelestials: Enhanced Celestials 1.0.2
  217. enva: Environmental Armor 1.1.3
  218. expandedstorage: ExpandedStorage 5.6.33
  219. extraalchemy: Extra Alchemy 1.4.4
  220. extraorigins: Extra Origins 1.16.5-11
  221. extrarecords: Extra Records 1.3.1
  222. fabric: Fabric API 0.33.0+1.16
  223. fabric-api-base: Fabric API Base 0.2.1+9354966b7d
  224. fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.0.0+dc716ea17d
  225. fabric-biome-api-v1: Fabric Biome API (v1) 3.1.1+ca58154a7d
  226. fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.5+ca58154a7d
  227. fabric-command-api-v1: Fabric Command API (v1) 1.1.1+351679a77d
  228. fabric-commands-v0: Fabric Commands (v0) 0.2.2+ca58154a7d
  229. fabric-containers-v0: Fabric Containers (v0) 0.1.11+9354966b7d
  230. fabric-content-registries-v0: Fabric Content Registries (v0) 0.2.1+ca58154a7d
  231. fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.3+ca58154a7d
  232. fabric-dimensions-v1: fabric-dimensions-v1 2.0.6+9354966b7d
  233. fabric-entity-events-v1: Fabric Entity Events (v1) 1.0.3+ca58154a7d
  234. fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.2+ca58154a7d
  235. fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+ca58154a7d
  236. fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.6+ca58154a7d
  237. fabric-item-api-v1: Fabric Item API (v1) 1.2.1+ca58154a7d
  238. fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.7+2868a2287d
  239. fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.4+9354966b7d
  240. fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.1+ca58154a7d
  241. fabric-language-kotlin: Fabric Language Kotlin 1.5.0+kotlin.1.4.31
  242. fabric-language-scala: Fabric Language Scala 1.0.0
  243. fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.2.1+ca58154a7d
  244. fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.2+ca58154a7d
  245. fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+ca58154a7d
  246. fabric-models-v0: Fabric Models (v0) 0.3.0+bc7a746f7d
  247. fabric-networking-api-v1: Fabric Networking API (v1) 1.0.1+ca58154a7d
  248. fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.8+ca58154a7d
  249. fabric-networking-v0: Fabric Networking (v0) 0.3.2+ca58154a7d
  250. fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.9.4+9354966b7d
  251. fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.2+ca58154a7d
  252. fabric-particles-v1: Fabric Particles (v1) 0.2.4+ca58154a7d
  253. fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.4+ca58154a7d
  254. fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.2+2868a2287d
  255. fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.4+ca58154a7d
  256. fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.3.0+2868a2287d
  257. fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+ca58154a7d
  258. fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.13+ca58154a7d
  259. fabric-rendering-v0: Fabric Rendering (v0) 1.1.2+ca58154a7d
  260. fabric-rendering-v1: Fabric Rendering (v1) 1.6.0+2868a2287d
  261. fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.6+2868a2287d
  262. fabric-screen-api-v1: Fabric Screen API (v1) 1.0.0+c045166c7d
  263. fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.5+9354966b7d
  264. fabric-structure-api-v1: Fabric Structure API (v1) 1.1.4+ca58154a7d
  265. fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.1.1+ca58154a7d
  266. fabric-textures-v0: Fabric Textures (v0) 1.0.6+ca58154a7d
  267. fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.6+ca58154a7d
  268. fabricloader: Fabric Loader 0.11.3
  269. fallflyinglib: FallFlyingLib 1.1.0
  270. fallingleaves: Falling Leaves 1.5.0+1.16.5
  271. fantasycraft: Fantasycraft 1.1.3
  272. fasttransferlib: Fast Transfer Lib 0.2.1
  273. ferritecore: FerriteCore 2.0.4
  274. fiber: fiber 0.23.0-2
  275. fiber2cloth: Fiber To Cloth 3.1.0
  276. flamingo_ooo: Flamingo, oh, oh, oh... 1.0.4-MC1.16.3-fabric
  277. fluidphysics: Fluid Physics 1.4.0+fabric-1.16.4
  278. flytre_lib: FlytreLib 0.2.9
  279. fof: Forge of Fiends 1.1-SNAPSHOT
  280. frex: FREX 4.5.201
  281. gateofbabylon: Gate Of Babylon 1.4.2-1.16.5
  282. geckolib3: Geckolib 3.0.31
  283. gentlefawn: GentleFawn 1.1.4-MC1.16.5-fabric
  284. gildednetherite: Gilded Netherite 1.6.0
  285. givemehats: Give Me Hats! 1.5.1
  286. glassential: Glassential 1.16.4-1.1.5
  287. go-fish: Go Fish 1.2.1-beta-1.16.4
  288. goldensteak: Goldensteak 1.0.2
  289. golemancy: Golemancy 1.0.1
  290. grass_pass: Grass Bypass 1.0.0
  291. guillotine: Guillotine 1.0.0
  292. harshwilderness: Harsh Wilderness 0.1.0b
  293. harvest_scythes: Harvest Scythes 1.1.0
  294. heartbond: Heartbond 1.0.0
  295. hellish-materials: Hellish Materials 0.12.2
  296. hexxitgear: HexxitGear 1.1.2
  297. horsestatsvanilla: Horse Stats Vanilla 4.1.6
  298. hwg: Happiness is a Warm Gun 1.0.10
  299. ice_boat_nerf: Ice Boat Nerf 1.0.5+MC1.16.2-1.16.5
  300. ignis-fatuus: Ignis Fatuus 1.1.3
  301. illuminations: Illuminations 1.4.9
  302. impersonate: Impersonate 2.1.0
  303. improved-stations: Improved Stations 2.0.3
  304. inmis: Inmis 2.2.1-1.16.5
  305. jankson: Jankson 3.0.1+j1.2.0
  306. java: OpenJDK 64-Bit Server VM 8
  307. json-model-extensions: JSON Model Extensions 1.19.172
  308. krypton: Krypton 0.1.2
  309. kubejs: KubeJS 1605.3.7-build.185
  310. kubejs_ui: KubeJS UI 1605.1.3-build.4
  311. kyanite: Kyanite 1.2.3
  312. lakeside: Lakeside 1.0.3+1.16.4
  313. lambdabettergrass: LambdaBetterGrass 1.0.3+1.16
  314. lazydfu: LazyDFU 0.1.2
  315. libcd: LibCapableData 3.0.3+1.16.3
  316. libgui: LibGui 3.3.5+1.16.5
  317. libstructure: LibStructure 1.5
  318. lightstones: Lightstones 1.3.0
  319. lithium: Lithium 0.6.4
  320. llamarama: Llamarama 1.3.3
  321. llamasteeds: Llama Steeds 2020.2.8
  322. lonsdaleite: Lonsdaleite Tools 1.0.15
  323. maelstrom_library: Maelstrom Library 1.0-1.16.5
  324. magic_lanterns: Magic Lanterns 1.4.5
  325. mcda: MC Dungeons Armors 1.4.1
  326. mcdict: MCDict 2.0.1+1.16.4
  327. mcdw: MC Dungeons Weapons 3.1.0
  328. mcsa: MC Story Mode Armor 2.0.0
  329. medievalweapons: Medieval Weapons 1.1.0
  330. mermod: Mermod 1.3
  331. mesh: Mesh 0.6.1-alpha.21+1.16.4
  332. mesh_api: Mesh API 0.6.1-alpha.21+1.16.4
  333. microconfig: Microconfig 1.0.7
  334. midnight-hats: Midnight Hats 2.0.1
  335. minecraft: Minecraft 1.16.5
  336. minegate-moreblocks: MineGate - MoreBlocks 1.1.1
  337. miskatonicmysteries: Miskatonic Mysteries 0.0.1
  338. mm: Manningham Mills 2.2
  339. mo_glass: Mo Glass 1.5-MC1.16.5
  340. mobs_attempt_parkour: Mobs Attempt Parkour 0.2.2-1.16.5
  341. mocolors: Mo' Colors 1.1.2
  342. modify-drops-api: Modify Drops API 0.3.1
  343. modmenu: Mod Menu 1.16.9
  344. monster-in-the-closet: Monsters in the Closet 1.0.0
  345. more_gems: More Gems 1.1.22
  346. morebakedfoods: More Baked Foods 1.1.0
  347. moreberries: More Berries 1.3.5
  348. mostructures: Mo' Structures 1.1.1+mc.1.16.5
  349. multi_item_lib: Multi Item Lib 1.2.0
  350. multi_item_lin: Multi Item Lin 1.0.0
  351. musica: Musica 1.1.0
  352. musicexpansion: Music Expansion 1.2.3
  353. mythicmetals: Mythic Metals 0.9.9
  354. namepain: Name Pain 1.3.1
  355. nbtcrafting: NBT Crafting 2.0.6+mc1.16.4
  356. netherite_plus: Netherite Plus Mod 1.3.12-1.16.5
  357. netheritems: Nether Items 1.1.0
  358. nookbuild: NookBuild 1.4.0
  359. notchify: Notchify 0.4.0-configmenu.1
  360. notenoughanimations: NotEnoughAnimations 1.2.3
  361. notenoughcrashes: Not Enough Crashes 3.2.0
  362. nourish: Nourish 1.2.1
  363. omega-config: OmegaConfig 1.0.2
  364. onsoulfire: On Soul Fire 1.16.5-2
  365. org_apache_commons_commons-math3: commons-math3 3.3
  366. org_aperlambda_lambdajcommon: lambdajcommon 1.8.1
  367. org_jetbrains_annotations: annotations 17.0.0
  368. org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.4.31
  369. org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.4.31
  370. org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.4.31
  371. org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.4.31
  372. org_jetbrains_kotlinx_kotlinx-coroutines-core: kotlinx-coroutines-core 1.3.7
  373. org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.4.2
  374. org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.4.2
  375. org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.1.0
  376. org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.1.0
  377. origins: Origins 0.7.0
  378. origins-classes: Origins: Classes 1.1.1
  379. oro_config: OroArmor Config unspecified
  380. paintingcycle: Painting Cycle 1.0.0
  381. parakeetmod: The Parakeet Mod 1.16.3-1.0.6
  382. patchouli: Patchouli 1.16.4-50-FABRIC
  383. pehkui: Pehkui 2.0.0+21w14a
  384. phonos: Phonos 0.1.1-beta
  385. phosphor: Phosphor 0.7.1+build.11
  386. piglib: Piglib 1.0.1
  387. pigsteel: Pigsteel Mod 1.2.4
  388. playerabilitylib: Pal 1.2.1
  389. polymorph: Polymorph 0.0.10-1.16.5
  390. promenade: Promenade 2.0
  391. puddles: Puddles 1.0.0
  392. pugh_lib: Pugh Lib 1.1.0
  393. randompatches: RandomPatches 2.4.5-fabric
  394. rare-ice: Rare Ice 0.2.2
  395. ratsmischief: Rat's Mischief 1.1
  396. reach-entity-attributes: Reach Entity Attributes 1.1.1
  397. realisticfirespread: Realistic Fire Spread 1.16.5-1
  398. recipeconditions: Fabric Recipe Conditions 0.4.0
  399. repurposed_structures: Repurposed Structures 1.16.5-1.10.4-fabric
  400. requiem: Requiem 1.5.1
  401. requiemapi: Requiem-API 1.5.1
  402. reroll: Reroll 1.2.1-1.16.5
  403. respawnablepets: Respawnable Pets 1.16.5-2
  404. rhino: Rhino 1.7.13-build.23
  405. ring_of_attraction: Ring Of Attraction 1.0.29
  406. ring_of_enderchest: Ring of Enderchest 1.0.27
  407. ring_of_growth: Ring Of Growth 1.0.26
  408. ring_of_miner: Ring Of Miner 1.1.2
  409. ringsofascension: Rings of Ascension 1.1.1
  410. riverredux: River Redux 0.1.6
  411. rocks: This Rocks! 1.3.1
  412. roughlyenoughitems: Roughly Enough Items 5.11.218
  413. roughlyenoughitems-api: REI (API) 5.11.218
  414. roughlyenoughitems-default-plugin: REI (Default Plugin) 5.11.218
  415. roughlyenoughitems-runtime: REI (Runtime) 5.11.218
  416. roughlyenoughresources: Roughly Enough Resources 2.1.3
  417. roughlysearchable: Roughly Searchable 2.1.3+1.16.5
  418. sakurarosea: Sakura Rosea 1.6.0-MC1.16.3-fabric
  419. satin: Satin 1.5.1
  420. savemystronghold: Save My Stronghold! 1.16.4-1.0
  421. seasons: Fabric Seasons 1.1.1-BETA
  422. shulkercharm: Shulker Charm 1.1.3+1.16.5
  423. skinnedlanterns: Skinned Lanterns 1.16.5-1.1.3
  424. slime_sling: SlimeSling 1.0.0
  425. slimyfloor: Slimy Floor 1.0.0+1.16.x
  426. smoothboot: Smooth Boot 1.16.5-1.6.0
  427. sneak-through-berries: Sneak Through Berries 1.1.0+1.16.4-fabric
  428. sodium: Sodium 0.1.0
  429. sodium-extra: Sodium Extra 0.2.2
  430. sojurn: Sojurn b1.1
  431. someforgepatchesported: Some Forge Patches Ported 1.0.0
  432. somnus: Somnus API 0.0.11-1.16.5
  433. sorcerycraft: SorceryCraft 1.2.9+1.16.4
  434. spellbound: Spellbound 1.2.1
  435. spoornbountymobs: SpoornBountyMobs 1.0.7
  436. spoornloot: SpoornLoot 1.10.4
  437. spruceui: SpruceUI 2.0.4+1.16
  438. stacc: Stacc 1.0.1
  439. static-content: Static Content 1.0.2-1.16.2
  440. staticdata: Static Data 1.1.2
  441. step-height-entity-attribute: Step Height Entity Attribute 1.0.0
  442. stitchedsnow: Stiched Snow 1.0.1
  443. stoneholm: Stoneholm 1.1.0
  444. strangeberry: Strange Berries 1.2.0
  445. strawdummy: Straw Dummy 1.4.0
  446. structure-helpers: Structure Helpers 3.0.0
  447. sweet-berry-bonanza: Sweet Berry Bonanza 1.0.0
  448. taterzens: Taterzens 1.0.1
  449. team_reborn_energy: Energy 0.1.1
  450. terraform-biome-builder-api-v1: Terraform Biome Builder API (v1) 1.0.4
  451. terraform-config-api-v1: Terraform Config API (v1) 1.0.3
  452. terraform-dirt-api-v1: Terraform Dirt API (v1) 1.1.4
  453. terraform-overworld-biome-extensions-api-v1: Terraform Overworld Biome Extensions API (v1) 1.0.3
  454. terraform-shapes-api-v1: Terraform Shapes API (v1) 1.0.4
  455. terraform-surfaces-api-v1: Terraform Surfaces API (v1) 1.0.3
  456. terraform-tree-api-v1: Terraform Tree API (v1) 1.0.5
  457. terraform-wood-api-v1: Terraform Wood API (v1) 1.0.4
  458. terrarianslimes: Terrarian Slimes 1.0.3-BETA
  459. terrestria: Terrestria 2.2.0
  460. the_garden: The Garden 0.1.3
  461. things: Things 0.1
  462. tk_valoeghese_zoesteriaconfig: ZoesteriaConfig 1.3.2
  463. tougherglass: Tougher Glass 1.0.2
  464. transliterationlib: TRansliterationLib 1.0.4
  465. traverse: Traverse 3.3.2
  466. trinkets: Trinkets 2.6.7
  467. truerooms: True Secret Rooms 1.1.3
  468. ttg_fallfest: FallFest 2020 0.1.1
  469. tungstenmod: Tungsten Mod 1.2.2
  470. upstream: Upstream 1.0.1
  471. vanguard: Vanguard 1.0.5
  472. vanillaplusbiomes: Vanilla Plus Biomes 0.2.2
  473. varied-mobs: Varied Mobs 1.0.0
  474. veggie_way: The Veggie Way 1.0.41
  475. veneficium: Veneficium 1.2.2
  476. villager_see_villager_do: Villager See, Villager Do 1.0.2+MC1.16.3-1.16.5
  477. villagernames: Villager Names 1.6.0
  478. vistas: Vistas 1.3.1
  479. voyager: Voyager 1.0.0
  480. waila: Hwyla 1.9.22
  481. wandering_collector: Wandering Collector 1.0.0+mc1.16.5
  482. ward_blocks: Ward Blocks 1.0.21
  483. water-erosion: Water Erosion 1.1.1
  484. waystones: Waystones 1.1.1.1
  485. weeping_angels: Weeping Angels Mod 1.0.3
  486. white_rabbit: White Rabbit 1.0.9+21w10a
  487. wildworld: Wild World 2.0.0+1.16.5
  488. woods_and_mires: Woods and Mires 1.0.4+1.16.3
  489. xaerominimap: Xaero's Minimap 21.7.0
  490. xlpackets: XLPackets 1.1
  491. yungsapi: YUNG's API 1.16.5-Fabric-2
  492. zoob: Monster Of The Ocean Depths 3.0.0
  493. Patchouli open book context: n/a
  494. Launched Version: 1.16.5
  495. Backend library: LWJGL version 3.2.2 build 10
  496. Backend API: NO CONTEXT
  497. GL Caps:
  498. Using VBOs: Yes
  499. Is Modded: Definitely; Client brand changed to 'fabric'
  500. Type: Client (map_client.txt)
  501. CPU: <unknown>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement