Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

PriorityGh0st

Members
  • Joined

  • Last visited

Everything posted by PriorityGh0st

  1. I added mods to Medieval Minecraft Fabric 1.19 mod pack through curse forge and now any time I try to launch a single player game I get a crash report. Here is the Report message and the report its self The game crashed whilst mouseclicked event handler Error: java.lang.NoSuchMethodError: 'void net.minecraft.class_528.method_44677(java.lang.String)' Exit Code: -1 ---- Minecraft Crash Report ---- // Hey, that tickles! Hehehe! Time: 8/20/22, 12:53 AM Description: mouseClicked event handler java.lang.NoSuchMethodError: 'void net.minecraft.class_528.method_44677(java.lang.String)' at com.illusivesoulworks.cherishedworlds.client.favorites.FavoriteWorlds.init(FavoriteWorlds.java:43) at com.illusivesoulworks.cherishedworlds.client.ScreenEvents.onInit(ScreenEvents.java:62) at net.minecraft.class_526.handler$cjb001$cherishedworlds$init(class_526.java:1034) at net.minecraft.class_526.method_25426(class_526.java:104) at net.minecraft.class_437.method_41843(class_437.java:391) at net.minecraft.class_437.method_25423(class_437.java:382) at net.minecraft.class_310.method_1507(class_310.java:1001) at net.minecraft.class_442.method_19861(class_442.java:158) at net.minecraft.class_4185.method_25306(class_4185.java:40) at net.minecraft.class_4264.method_25348(class_4264.java:16) at net.minecraft.class_339.method_25402(class_339.java:120) at net.minecraft.class_4069.method_25402(class_4069.java:27) at net.minecraft.class_442.method_25402(class_442.java:324) at net.minecraft.class_312.method_1611(class_312.java:94) at net.minecraft.class_437.method_25412(class_437.java:491) at net.minecraft.class_312.method_1601(class_312.java:94) at net.minecraft.class_312.method_22686(class_312.java:165) at net.minecraft.class_1255.execute(class_1255.java:103) at net.minecraft.class_312.method_22684(class_312.java:165) at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) at org.lwjgl.system.JNI.invokeV(Native Method) at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:222) at net.minecraft.class_310.method_1523(class_310.java:1174) at net.minecraft.class_310.method_1514(class_310.java:734) at net.minecraft.client.main.Main.main(Main.java:237) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at com.illusivesoulworks.cherishedworlds.client.favorites.FavoriteWorlds.init(FavoriteWorlds.java:43) at com.illusivesoulworks.cherishedworlds.client.ScreenEvents.onInit(ScreenEvents.java:62) at net.minecraft.class_526.handler$cjb001$cherishedworlds$init(class_526.java:1034) at net.minecraft.class_526.method_25426(class_526.java:104) at net.minecraft.class_437.method_41843(class_437.java:391) at net.minecraft.class_437.method_25423(class_437.java:382) at net.minecraft.class_310.method_1507(class_310.java:1001) at net.minecraft.class_442.method_19861(class_442.java:158) at net.minecraft.class_4185.method_25306(class_4185.java:40) at net.minecraft.class_4264.method_25348(class_4264.java:16) at net.minecraft.class_339.method_25402(class_339.java:120) at net.minecraft.class_4069.method_25402(class_4069.java:27) at net.minecraft.class_442.method_25402(class_442.java:324) at net.minecraft.class_312.method_1611(class_312.java:94) at net.minecraft.class_437.method_25412(class_437.java:491) at net.minecraft.class_312.method_1601(class_312.java:94) at net.minecraft.class_312.method_22686(class_312.java:165) at net.minecraft.class_1255.execute(class_1255.java:103) at net.minecraft.class_312.method_22684(class_312.java:165) at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) at org.lwjgl.system.JNI.invokeV(Native Method) at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) -- Affected screen -- Details: Screen name: net.minecraft.class_442 Stacktrace: at net.minecraft.class_437.method_25412(class_437.java:491) at net.minecraft.class_312.method_1601(class_312.java:94) at net.minecraft.class_312.method_22686(class_312.java:165) at net.minecraft.class_1255.execute(class_1255.java:103) at net.minecraft.class_312.method_22684(class_312.java:165) at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) at org.lwjgl.system.JNI.invokeV(Native Method) at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:222) at net.minecraft.class_310.method_1523(class_310.java:1174) at net.minecraft.class_310.method_1514(class_310.java:734) at net.minecraft.client.main.Main.main(Main.java:237) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) -- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: Yes Packs: Default, Fabric Mods, lambdabettergrass/default, charmonium/journeyman, STONEBORN - 1.19 - V3.1.zip, EmbellishedStone-1.19-1.0.0.zip, EclecticTrove-1.19-1.1.0.zip, New Glowing Ores 1.1 [1.18+].zip, Enchanted Weapons v2.4.zip, Enchanted Tools v2.7.zip, Clear Glass Pack 1.19.zip, cullleaves/smartleaves, __MoreMcmeta Internal__ Stacktrace: at net.minecraft.class_6360.method_36565(class_6360.java:49) at net.minecraft.class_310.method_1587(class_310.java:2295) at net.minecraft.class_310.method_1514(class_310.java:753) at net.minecraft.client.main.Main.main(Main.java:237) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) -- System Details -- Details: Minecraft Version: 1.19 Minecraft Version ID: 1.19 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.3, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 2497760232 bytes (2382 MiB) / 6140461056 bytes (5856 MiB) up to 12884901888 bytes (12288 MiB) CPUs: 12 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz Identifier: Intel64 Family 6 Model 63 Stepping 2 Microarchitecture: unknown Frequency (GHz): 3.30 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 12 Graphics card #0 name: NVIDIA GeForce RTX 2060 Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x1f08 Graphics card #0 versionInfo: DriverVersion=31.0.15.1694 Memory slot #0 capacity (MB): 4096.00 Memory slot #0 clockSpeed (GHz): 2.13 Memory slot #0 type: Other Memory slot #1 capacity (MB): 4096.00 Memory slot #1 clockSpeed (GHz): 2.13 Memory slot #1 type: Other Memory slot #2 capacity (MB): 4096.00 Memory slot #2 clockSpeed (GHz): 2.13 Memory slot #2 type: Other Memory slot #3 capacity (MB): 4096.00 Memory slot #3 clockSpeed (GHz): 2.13 Memory slot #3 type: Other Virtual memory max (MB): 27299.97 Virtual memory used (MB): 23868.43 Swap memory total (MB): 11017.34 Swap memory used (MB): 1501.81 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12288m -Xms256m Fabric Mods: additionalstructures: Additional Structures 4.1.0 adorn: Adorn 3.6.1+1.19 advancednetherite: Advanced Netherite 1.6.4-1.19.2 advancementplaques: Advancement Plaques 1.4.5 advdebug: Advancements Debug 2.3.0 alloy_forgery: Alloy Forgery 2.0.16+1.19 animatica: Animatica 0.5+1.19 another_furniture: Another Furniture 2.0.1-1.19 arcanus: Arcanus 1.30 architects_palette: Architect's Palette Fabric 2.1.1 architectury: Architectury 5.12.42 attributefix: AttributeFix 15.1.3 autoconfig1u: Auto Config v1 Updated 3.4.0 auudio: Auudio 1.0.3 axolotlitemfix: Axolotl Item Fix 1.1.3 backslot: BackSlot 1.2.8 amecsapi: Amecs API 1.3.6+mc22w17a backslotaddon: BackSlot Addon 1.0.9 badpackets: Bad Packets 0.1.2 bcc: BetterCompatibilityChecker fabric-2.0.1-build.15 bclib: BCLib 2.1.0 besmirchment: Besmirchment 1.19-2 playerabilitylib: Pal 1.6.0 reach-entity-attributes: Reach Entity Attributes 2.3.0 terraform-wood-api-v1: Terraform Wood API (v1) 4.1.0 betteradvancements: Better Advancements 0.2.2.136 betteranimalsplus: Better Animals Plus 1.19-11.0.7 betterend: Better End 2.1.0 betternether: Better Nether 7.1.0 betterthirdperson: Better Third Person 1.8.1 bewitchment: Bewitchment 1.19-4 fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT impersonate: Impersonate 2.6.1 step-height-entity-attribute: Step Height Entity Attribute 1.0.0 bhmenu: BHMenu-Fabric 1.19-1.3 biomemakeover: Biome Makeover 1.19-1.5.9 blur: Blur (Fabric) 2.6.0 satin: Satin 1.8.0 bookshelf: Bookshelf 14.2.10 bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.4.2-1.19 maelstrom_library: Maelstrom Library 1.3-1.19-pre1 multipart_entities: MultipartEntities 1.2-1.19-pre1 bwplus: Bewitchment Plus 1.19-4 byg: Oh The Biomes You'll Go 2.0.0.7 capybara: Capybara 1.0.5 cardinal-components: Cardinal Components API 5.0.1 cardinal-components-base: Cardinal Components API (base) 5.0.1 cardinal-components-block: Cardinal Components API (blocks) 5.0.1 cardinal-components-chunk: Cardinal Components API (chunks) 5.0.1 cardinal-components-entity: Cardinal Components API (entities) 5.0.1 cardinal-components-item: Cardinal Components API (items) 5.0.1 cardinal-components-level: Cardinal Components API (world saves) 5.0.1 cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.0.1 cardinal-components-world: Cardinal Components API (worlds) 5.0.1 carrier: Carrier 1.11.0 cem: Custom Entity Models 0.7.1 completeconfig-base: completeconfig-base 2.0.0-beta.3 completeconfig-gui-cloth: completeconfig-gui-cloth 2.0.0-beta.3 charm: Charm 4.2.2 com_moandjiezana_toml_toml4j: toml4j 0.7.2 charmofundying: Charm of Undying 6.0.0+1.19.2 charmonium: Charmonium 4.1.0 chas: Craftable Horse Armour & Saddle 1.19-1.9-Fabric fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.18+9ff28f40a9 cherishedworlds: Cherished Worlds 6.0.0+1.19.1 citresewn: CIT Resewn 1.1.1+1.19 citresewn-defaults: CIT Resewn: Defaults 1.1.1+1.19 cleancut: CleanCut 1.19-5.0-fabric cloth-api: Cloth API 4.0.65 cloth-basic-math: cloth-basic-math 0.6.1 cloth-client-events-v0: Cloth Client Events v0 4.0.65 cloth-common-events-v1: Cloth Common Events v1 4.0.65 cloth-scissors-api-v1: Cloth Scissors API v1 4.0.65 cloth-utils-v1: Cloth Utils v1 4.0.65 clumps: Clumps 9.0.0+7 collective-fabric: Collective (Fabric) 4.27 fiber: fiber 0.23.0-2 colormatic: Colormatic 3.1.2+mc.1.19 conjuring: Conjuring 1.0.25+1.19 continuity: Continuity 2.0.1+1.19 controlling: Controlling For Fabric 10.0+3 cosmetic-armor: Cosmetic Armor 1.4.0 crawl: Crawl 0.11.0 mm: Manningham Mills 2.3 ctov: ChoiceTheorem's Overhauled Villages 3.0.1 cull-less-leaves: Cull Less Leaves 1.0.5 com_github_llamalad7_mixinextras: mixinextras 0.0.12 conditional-mixin: conditional mixin 0.3.0 cullleaves: Cull Leaves 2.3.4 darkpaintings: DarkPaintings 11.1.3 dashloader: DashLoader 4.0.0+1.19 com_github_luben_zstd-jni: zstd-jni 1.5.2-2 dev_quantumfusion_hyphen: Hyphen 0.2.2 dev_quantumfusion_taski: Taski 1.1.0 dataattributes: Data Attributes 1.2.3 dawn: Dawn API 3.5.0 debugify: Debugify 2.3.2 deepslatecutting: Deepslate Cutting 1.4.0 dehydration: Dehydration 1.2.9 dragonloot: DragonLoot 1.1.1 drippyloadingscreen: Drippy Loading Screen 1.6.4 duckling: Duckling 2.0.5 dungeons_arise: When Dungeons Arise 2.1.51 dustrial_decor: Dustrial Decor 0.5 dynamicfps: Dynamic FPS 2.2.0 dynamicsoundfilters: Dynamic Sound Filters 1.3.0+1.19 earthbounds: Earthbounds 1.19-1.1.4 easymagic: Easy Magic 4.0.0 ecologics: Ecologics 2.1.8.1 cloth-config: Cloth Config v6 7.0.73 effective: Effective 1.2.2 eldritch_mobs: EldritchMobs 1.12.6 elytraslot: Elytra Slot 6.0.0+1.19.2 enchdesc: EnchantmentDescriptions 11.1.9 enderitemod: Enderite Mod 1.4.1 endrem: End Remastered 5.1.1 enhancedcelestials: Enhanced Celestials 2.1.0.1 entity_texture_features: Entity Texture Features 4.0.2 entityculling: EntityCulling-Fabric 1.5.2-mc1.19 com_logisticscraft_occlusionculling: occlusionculling 0.0.6-SNAPSHOT environmentz: EnvironmentZ 1.2.3 equipmentcompare: Equipment Compare 1.3.1 expandeddelight: Expanded Delight 0.2.2 explorerscompass: Explorer's Compass 1.19-2.1.2-fabric extrasounds: ExtraSounds 2.3.1+1.19 advanced_runtime_resource_pack: Runtime Resource Pack 0.6.2 soundcategories: Sound Categories 1.2.4+1.19 fabric: Fabric API 0.58.0+1.19 fabric-api-base: Fabric API Base 0.4.9+e62f51a3a9 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.7+9ff28f40a9 fabric-biome-api-v1: Fabric Biome API (v1) 9.0.14+b2a4a624a9 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.18+9ff28f40a9 fabric-command-api-v1: Fabric Command API (v1) 1.2.6+f71b366fa9 fabric-command-api-v2: Fabric Command API (v2) 2.1.2+0d55f585a9 fabric-commands-v0: Fabric Commands (v0) 0.2.23+df3654b3a9 fabric-containers-v0: Fabric Containers (v0) 0.1.28+df3654b3a9 fabric-content-registries-v0: Fabric Content Registries (v0) 3.2.1+07df213ea9 fabric-convention-tags-v1: Fabric Convention Tags 1.0.8+37622d24a9 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.3+bd0a0d4aa9 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.1.2+a680b9b4a9 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.28+a6d2f785a9 fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.16+9ff28f40a9 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.26+9ff28f40a9 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.26+df3654b3a9 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.19+18990361a9 fabric-item-api-v1: Fabric Item API (v1) 1.5.5+35a03c43a9 fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.26+9ff28f40a9 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.16+df3654b3a9 fabric-loot-api-v2: Fabric Loot API (v2) 1.1.1+03a4e568a9 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.4+9e7660c6a9 fabric-message-api-v1: Fabric Message API (v1) 1.0.1+513f4a59a9 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.11+33fbc738a9 fabric-models-v0: Fabric Models (v0) 0.3.15+9ff28f40a9 fabric-networking-api-v1: Fabric Networking API (v1) 1.1.0+442de8b8a9 fabric-networking-v0: Fabric Networking (v0) 0.3.15+df3654b3a9 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.0.8+9ff28f40a9 fabric-particles-v1: Fabric Particles (v1) 1.0.8+dc39553aa9 fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.18+23c4cfefa9 fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.8+9ff28f40a9 fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.10+5187d39fa9 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.18+df3654b3a9 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.12+9ff28f40a9 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.5+9ff28f40a9 fabric-rendering-v0: Fabric Rendering (v0) 1.1.20+df3654b3a9 fabric-rendering-v1: Fabric Rendering (v1) 1.10.14+9ff28f40a9 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.9+e62f51a3a9 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.5.6+5f1a85e0a9 fabric-screen-api-v1: Fabric Screen API (v1) 1.0.24+f05effafa9 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.7+9ff28f40a9 fabric-textures-v0: Fabric Textures (v0) 1.0.18+9ff28f40a9 fabric-transfer-api-v1: Fabric Transfer API (v1) 2.0.9+e62f51a3a9 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.1.1+9e7660c6a9 fabric-language-kotlin: Fabric Language Kotlin 1.8.2+kotlin.1.7.10 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.7.10 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.7.10 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.7.10 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.7.10 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.18.2 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.4 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.4 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.3 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.3 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.3 fabricloader: Fabric Loader 0.14.9 fallingleaves: Falling Leaves 1.12.1+1.19 fallingtree: FallingTree 3.7.4 fancymenu: FancyMenu 2.12.1 farmersdelight: Farmer's Delight 1.19-1.3.1 farmersknives: Farmer's Knives 2.1 ferritecore: FerriteCore 4.2.1 forgeconfigapiport: Forge Config API Port 4.0.2 com_electronwill_night-config_core: core 3.6.5 com_electronwill_night-config_toml: toml 3.6.5 frame: Frame 0.26.0+1.19 frame-api-base: Frame Base 0.2.1+906ebc04a9 frame-blocks-v0: Frame Blocks (v0) 0.1.3+233e7428a9 frame-config-v0: Frame Config (v0) 0.3.1+0fa45150a9 frame-content-registries-v0: Frame Content Registries (v0) 0.4.0+2876b511a9 frame-enchantments-v0: Frame Enchantments (v0) 0.1.0+4093105da9 frame-game-rules-v0: Frame Game Rules (v0) 0.2.4+e7ce56a6a9 frame-items-v0: Frame Items (v0) 0.1.3+906ebc04a9 frame-loot-tables-v0: Frame Loot Tables (v0) 0.1.4+4f7341eca9 frame-registries-v0: Frame Registries (v0) 0.1.1+0e0ec74ea9 frame-rendering-v0: Frame Rendering (v0) 0.1.5+906ebc04a9 frame-tabbed-item-groups-v0: Frame Tabbed Item Groups (v0) 0.2.4+0aca9b56a9 frame-toymaker-v0: Frame Data Generation Helpers (v0) 0.6.1+b13741c3a9 frame-woods-v0: Frame Woods (v0) 0.2.1+6a33fbada9 friendlyfire: FriendlyFire 12.0.2 friendsandfoes: Friends&Foes 1.5.5 ftbchunks: FTB Chunks 1900.3.8-build.157 ftblibrary: FTB Library 1900.3.8-build.135 ftbteams: FTB Teams 1900.2.8-build.59 fwaystones: Fabric Waystones 3.0.2+mc1.19 geckolib3: Geckolib 3.1.6 com_eliotlash_mclib_mclib: mclib 18 com_eliotlash_molang_molang: molang 18 geodes: More Geodes 1.4.4 goblintraders: Goblin Traders 1.5.2 goodall: Goodall 1.1.0 graveyard: The Graveyard 1.10 omega-config: OmegaConfig 1.2.2-1.18.1 graveyard_biomes: The Graveyard Biomes 1.2 guardvillagers: Guard Villagers Fabric 1.19-1.0.16 harvest_scythes: Harvest Scythes 2.5.3 highlighter: Highlighter 1.1.4 horsestatsvanilla: Horse Stats Vanilla 4.2.2 libgui: LibGui 6.0.0+1.19 jankson: Jankson 4.1.1+j1.2.1 blue_endless_jankson: jankson 1.2.1 libninepatch: LibNinePatch 1.1.0 icarus: Icarus 1.13 iceberg: Iceberg 1.0.46 illuminations: Illuminations 1.10.8 immersive_weathering: Immersive Weathering 1.0.1-1.19_SNAPSHOT impactfulweather: Biome Particle Weather 4.0.2 imst: Immersive structures 2.0.2 indium: Indium 1.0.7+mc1.19 infusion_table: Infusion Table 1.1.0 interactic: Interactic 0.1.10+1.19 inventoryhud: Inventory HUD + 3.4.2 iris: Iris 1.2.6 org_anarres_jcpp: jcpp 1.4.14 itemmodelfix: Item Model Fix 1.0.3+1.19 jamlib: JamLib 0.4.4 java: OpenJDK 64-Bit Server VM 17 jmi: JourneyMapIntegration 0.12-28 journeymap: Journeymap 5.8.5 journeymap-api-fabric: JourneyMap API 1.19-1.8-fabric-SNAPSHOT kiwi: Kiwi Lib 7.2.1 konkrete: Konkrete 1.5.0 krypton: Krypton 0.2.0 com_velocitypowered_velocity-native: velocity-native 3.1.2-SNAPSHOT lambdabettergrass: LambdaBetterGrass 1.3.0+1.19 spruceui: SpruceUI 4.0.0+1.19 lambdynlights: LambDynamicLights 2.1.2+1.19 pride: Pride Lib 1.1.2+1.19 lazydfu: LazyDFU 0.1.3 legendarytooltips: Legendary Tooltips 1.2.6 lithium: Lithium 0.8.1 magnumtorch: Magnum Torch 4.0.1 mantori: Aphid Additions 1.1.1-1.19 mavm: More Axolotl Variants Mod 1.1.0 mcda: MC Dungeons Armors 2.1.1 mcdw: MC Dungeons Weapons 4.4.1-1.19 enchant_giver: Enchant Giver 1.3.0 mcsa: MC Story Mode Armor 2.4.0-1.19 mcwbridges: Macaw's Bridges 2.0.3 medievalmusic: Medieval Music Mod 1.19-1.8 medievalorigins: Medieval Origins 1.19.x-4.1.3 medievalweapons: Medieval Weapons 1.2.1 memoryleakfix: memory Leak Fix 1.19-0.7.0 merchantmarkers: Merchant Markers 1.2.3 midnightlib: MidnightLib 0.5.2 minecraft: Minecraft 1.19 moborigins: Mob Origins 1.9.0 modid: Creatures Of The Snow 2.2.0+1.19 modmenu: Mod Menu 4.0.4 more_babies: More Babies 0.5.3 moremcmeta: MoreMcmeta 1.19-3.0.5 morevillagers: More Villagers 4.0.2 mousetweaks: Mouse Tweaks 2.22 mythicmetals: Mythic Metals 0.15.2-hotfix2 mythicmetals_decorations: Mythic Metals Decorations 0.3.0 ellemes_container_lib: Ellemes' Container Library 2.0.0-beta.4 mythicmounts: Mythic Mounts 1.19-7.0 namepain: Name Pain 1.4.0 naturalist: Naturalist 2.1.1 naturescompass: Nature's Compass 1.19-2.0.4-fabric nears: Nears 1.2.3 nochatreports: No Chat Reports 1.19-v1.2.3 notenoughanimations: NotEnoughAnimations 1.6.1 onsoulfire: On Soul Fire 1.19-2 openloader: OpenLoader 13.1.2 origins: Origins 1.6.2 apoli: Apoli 2.5.1 additionalentityattributes: Additionalentityattributes 1.0.0+1.19 calio: Calio 1.7.0 origins-classes: Origins: Classes 1.4.0 owo: oωo 0.7.3+1.19 oxidized: Oxidized 1.7.1 paintings: Paintings++ 10.0.0.0 passablefoliage: Passable Foliage 1.19-fabric-5.0.1 patchouli: Patchouli 1.19-74-FABRIC pehkui: Pehkui 3.4.0+1.14.4-1.19.2 kanos_config: Kanos Config 0.3.1+1.14.4-1.19 pickupnotifier: Pick Up Notifier 4.0.0 playerex: PlayerEx 3.3.4 net_objecthunter_exp4j: exp4j 0.4.8 opc: Offline Player Cache 0.6.1 placeholder-api: Placeholder API 2.0.0-beta.7+1.19 presencefootsteps: Presence Footsteps 1.6.1 kirin: Kirin UI 1.11.0 probablychests: Probably Chests 0.5.3-1.19 professions: Professions 0.3.2 com_typesafe_config: config 1.4.1 io_leangen_geantyref_geantyref: geantyref 1.3.11 octo-economy-api: Octo Economy API 1.0.1 org_spongepowered_configurate-core: configurate-core 4.1.2 org_spongepowered_configurate-hocon: configurate-hocon 4.1.2 puzzle: Puzzle 1.4.0-1.19 puzzle-base: Puzzle Base 1.4.0-1.19 puzzle-gui: Puzzle GUI 1.4.0-1.19 puzzle-models: Puzzle Models 1.4.0-1.19 puzzle-splashscreen: Puzzle Splash Screen 1.4.0-1.19 puzzleslib: Puzzles Lib 4.0.18 quartzelv: Quartz Elevator 2.1.5+1.19 rare-ice: Rare Ice 0.5.0 reeses-sodium-options: Reese's Sodium Options 1.4.6+mc1.19.2-build.55 repurposed_structures: Repurposed Structures 6.1.1+1.19 right-click-harvest: Right-Click-Harvest 1.2.0 rightclickharvest: Right Click Harvest 3.0.0 rocks: This Rocks! 1.6.1 rotten: FleshZ 1.4.7 roughlyenoughitems: Roughly Enough Items 9.1.530 error_notifier: Error Notifier 1.0.9 roughlyenoughprofessions: Roughly Enough Professions 1.1.1 roughlyenoughresources: Roughly Enough Resources 2.6.0 rpgdifficulty: Rpg Difficulty 1.2.0 sdrp: Simple Discord Rich Presence 2.0.1-build.16+mc1.19 seasons: Fabric Seasons 1.4-BETA+1.19 skinlayers: 3d Skin Layers 1.5.1-mc1.19.1 skyvillages: Sky Villages 1.0.2.1 smoothboot: Smooth Boot 1.19-1.7.1 sodium: Sodium 0.4.2+build.16 org_joml_joml: joml 1.10.4 sodium-extra: Sodium Extra 0.4.7+mc1.19.2-build.52 caffeineconfig: CaffeineConfig 1.0.0+1.17 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.1.1+83a8659290 spark: spark 1.9.26 starlight: Starlight 1.1.1+fabric.ae22326 starterkit-fabric: Starter Kit (Fabric) 3.3 steves_vanilla: Steves Vanilla 1.0.0+1.19 stoneholm: Stoneholm 1.4.4 strawgolem: Straw Golem 2.0.0b1 structory: Structory 1.0.1 t_and_t: Towns and Towers - Structure Add-on 1.8.2 terrablender: TerraBlender 2.0.0.120 the_bumblezone: The Bumblezone - Fabric 6.1.4+1.19 fake-player-api: Fake Player API 0.4.0 things: Things 0.2.19+1.19 thonkutil: ThonkUtil 2.15.4+1.19 thonkutil-base: ThonkUtil Base 1.13.2+4a8c408a57 thonkutil-capes-v1: ThonkUtil Capes (v1) 1.4.2+3eb2749857 thonkutil-coords-v1: ThonkUtil Coords (v1) 1.1.2+8ff533c957 thonkutil-customization-v1: ThonkUtil Customization (v1) 1.1.2+8ff533c957 thonkutil-legacy: ThonkUtil Legacy 1.1.2+5d4263f557 thonkutil-modchecker-v1: ThonkUtil ModChecker (v1) 1.1.3+bd4b387957 thonkutil-potions-v0: ThonkUtil Potions (v0) 1.5.2+8ff533c957 thonkutil-titlescreen-v1: ThonkUtil TitleScreen (v1) 1.2.2+8ff533c957 thonkutil-trades-v1: ThonkUtil Trades (v1) 1.2.2+8ff533c957 tipsmod: Tips 6.1.6 toms_storage: Tom's Simple Storage Mod 1.3.5 tooltipfix: ToolTip Fix 1.0.5-1.19 tooltiprareness: Tooltip Rareness 1.0.6 totw_additions: Towers of the Wild: Additions 1.2.3 tradingpost: Trading Post 4.0.1 transparent: Transparent 5.1.0 travelersbackpack: Traveler's Backpack 1.19-8.0.3 trinkets: Trinkets 3.4.0 twigs: Twigs 2.0.0-beta.8+1.19 villagernames: Villager Names 4.0.6 visuality: Visuality 0.5.1 visualworkbench: Visual Workbench 4.0.0 voidtotem: Void Totem 2.1.0 wandering_collector: Wandering Collector 1.1.3+mc1.19 coat: Coat 1.0.0-beta.18+mc22w17a tweed4_annotated: tweed4_annotated 1.3.1+mc22w17a tweed4_base: tweed4_base 1.6.0+mc22w17a tweed4_data: tweed4_data 1.2.1+mc22w17a tweed4_data_hjson: tweed4_data_hjson 1.1.1+mc22w17a tweed4_tailor_coat: tweed4_tailor_coat 1.1.3+mc22w17a tweed4_tailor_screen: tweed4_tailor_screen 1.1.1+mc22w17a wardentools: Warden Tools 1.2 wolveswitharmor: Wolves With Armor 1.8.0-1.19 maybe-data: Maybe data 1.3.2-1.19-rc2 static-content: Static Content 1.0.1-1.16.2 staticdata: Static Data 1.1.2 woof: Woof 1.1.2-1.19 wthit: wthit 5.11.1 xps: Xp Obelisk 0.4.3.r_for_1.19.x_Fabric yigd: You're in Grave Danger 1.4.1 zoomify: Zoomify 2.3.0 dev_isxander_settxi_settxi-core: settxi-core 2.7.4 dev_isxander_settxi_settxi-kotlinx-serialization: settxi-kotlinx-serialization 2.7.4 settxi-gui-cloth-config: Settxi Gui (Cloth Config) 2.7.4 Loaded Shaderpack: (off) Launched Version: fabric-loader-0.14.9-1.19 Backend library: LWJGL version 3.3.1 SNAPSHOT Backend API: NVIDIA GeForce RTX 2060/PCIe/SSE2 GL version 3.2.0 NVIDIA 516.94, NVIDIA Corporation Window size: 1920x1080 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fabric' Type: Client (map_client.txt) Graphics mode: fast Resource Packs: vanilla, Fabric Mods, lambdabettergrass/default, charmonium/journeyman, file/STONEBORN - 1.19 - V3.1.zip, file/EmbellishedStone-1.19-1.0.0.zip, file/EclecticTrove-1.19-1.1.0.zip, file/New Glowing Ores 1.1 [1.18+].zip, file/Enchanted Weapons v2.4.zip, file/Enchanted Tools v2.7.zip, file/Clear Glass Pack 1.19.zip, cullleaves/smartleaves Current Language: English (US) CPU: 12x Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.