
[Bug]: DeathDusk Creative crash
nomad5151 opened this issue · 1 comments
What happened?
Crash when entering creative mode and trying to turn to page 2/19 in the inventory
Version
1.0.2
Provide the log
---- Minecraft Crash Report ----
// My bad.
Time: 4/9/22, 6:27 PM
Description: mouseClicked event handler
java.lang.NullPointerException: Cannot invoke "java.util.List.isEmpty()" because "this.controllerCache" is null
at Not Enough Crashes deobfuscated stack trace.(1.18.2+build.2)
at wraith.alloyforgery.AlloyForgeryItemGroup.createIcon(AlloyForgeryItemGroup.java:26)
at net.minecraft.item.ItemGroup.getIcon(ItemGroup:134)
at net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen.handler$doc000$tabChange(CreativeInventoryScreen:1086)
at net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen.setSelectedTab(CreativeInventoryScreen:530)
at net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen.fabric_updateSelection(CreativeInventoryScreen:1633)
at net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen.fabric_nextPage(CreativeInventoryScreen:1596)
at net.fabricmc.fabric.impl.item.group.FabricCreativeGuiComponents$ItemGroupButtonWidget.lambda$new$0(FabricCreativeGuiComponents.java:50)
at net.minecraft.client.gui.widget.ButtonWidget.onPress(ButtonWidget:40)
at net.minecraft.client.gui.widget.PressableWidget.onClick(PressableWidget:16)
at net.minecraft.client.gui.widget.ClickableWidget.mouseClicked(ClickableWidget:121)
at net.minecraft.client.gui.ParentElement.mouseClicked(ParentElement:27)
at net.minecraft.client.gui.screen.ingame.HandledScreen.mouseClicked(HandledScreen:311)
at net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen.mouseClicked(CreativeInventoryScreen:502)
at net.minecraft.client.Mouse.method_1611(Mouse:94)
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen:492)
at net.minecraft.client.Mouse.onMouseButton(Mouse:94)
at net.minecraft.client.Mouse.method_22686(Mouse:165)
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor:103)
at net.minecraft.client.Mouse.method_22684(Mouse:165)
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101)
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem:197)
at net.minecraft.client.util.Window.swapBuffers(Window:310)
at net.minecraft.client.MinecraftClient.render(MinecraftClient:1147)
at net.minecraft.client.MinecraftClient.run(MinecraftClient:737)
at net.minecraft.client.main.Main.main(Main:236)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:568)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
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 wraith.alloyforgery.AlloyForgeryItemGroup.method_7750(AlloyForgeryItemGroup.java:26)
at net.minecraft.class_1761.method_7747(class_1761.java:134)
at net.minecraft.class_481.handler$doc000$tabChange(class_481.java:1086)
at net.minecraft.class_481.method_2466(class_481.java:530)
at net.minecraft.class_481.fabric_updateSelection(class_481.java:1633)
at net.minecraft.class_481.fabric_nextPage(class_481.java:1596)
at net.fabricmc.fabric.impl.item.group.FabricCreativeGuiComponents$ItemGroupButtonWidget.lambda$new$0(FabricCreativeGuiComponents.java:50)
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:121)
at net.minecraft.class_4069.method_25402(class_4069.java:27)
at net.minecraft.class_465.method_25402(class_465.java:311)
at net.minecraft.class_481.method_25402(class_481.java:502)
at net.minecraft.class_312.method_1611(class_312.java:94)
at net.minecraft.class_437.method_25412(class_437.java:492)
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:36)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101)
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:197)
-- Affected screen --
Details:
Screen name: net.minecraft.class_481
Stacktrace:
at net.minecraft.class_437.method_25412(class_437.java:492)
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:36)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101)
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:197)
at net.minecraft.class_1041.method_15998(class_1041.java:310)
at net.minecraft.class_310.method_1523(class_310.java:1147)
at net.minecraft.class_310.method_1514(class_310.java:737)
at net.minecraft.client.main.Main.main(Main.java:236)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
-- Affected level --
Details:
All players: 1 total; [class_746['nomad5151'/18, l='ClientWorld minecraft:overworld', x=9.08, y=103.06, z=7.66]]
Chunk stats: Client Chunks (ImmPtl) 90
Level dimension: minecraft:overworld
Level spawn location: World: (0,114,0), Section: (at 0,2,0 in 0,7,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Level time: 140 game time, 140 day time
Server brand: fabric
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.class_638.method_8538(class_638.java:407)
at net.minecraft.class_310.method_1587(class_310.java:2376)
at net.minecraft.class_310.method_1514(class_310.java:756)
at net.minecraft.client.main.Main.main(Main.java:236)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: spoornpacks, Default, Fabric Mods, moreberries/modifiedsweetberrybushmodel, visualoverhaul/fancyfurnace, visualoverhaul/rounddiscs, visualoverhaul/coloredwaterbucket, cullleaves/smartleaves, visualoverhaul/nobrewingbottles, fabric-diagonal-panes/default, Better-Leaves-6.1-1.13+.zip, Better_Dogs_V1.17.zip, immersive_weathering/better_brick_items, immersive_weathering/visual_waxed_iron_items, immersive_weathering/better_brick_blocks, charmonium/journeyman, FreshAnimations_v1.6.zip, §a§lLeaf§0-§2§lDecay§0-§3§o-§0-§3§oProg§0-§3§oart§0-§8.zip, Round-Trees-6.0-1.13+.zip, Real animals V1.1.zip, lambdabettergrass/default, continuity/glass_pane_culling_fix, continuity/default, KubeJS Resource Pack [assets]
-- System Details --
Details:
Minecraft Version: 1.18.2
Minecraft Version ID: 1.18.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.1, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 2810282880 bytes (2680 MiB) / 6878658560 bytes (6560 MiB) up to 8053063680 bytes (7680 MiB)
CPUs: 6
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz
Identifier: Intel64 Family 6 Model 158 Stepping 10
Microarchitecture: Coffee Lake
Frequency (GHz): 3.60
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 6
Graphics card #0 name: NVIDIA TITAN X (Pascal)
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x1b00
Graphics card #0 versionInfo: DriverVersion=30.0.14.9729
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 2.40
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 2.40
Memory slot #1 type: DDR4
Virtual memory max (MB): 27381.32
Virtual memory used (MB): 24227.81
Swap memory total (MB): 11063.33
Swap memory used (MB): 1059.36
JVM Flags: 12 total; -XX:-OmitStackTraceInFastThrow -Xms1024M -Xmx7680M -XX:MetaspaceSize=256M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M
Fabric Mods:
adapaxels: AdaPaxels 1.3.2+1.18.2
additionaladditions: Additional Additions 3.0.1
additionalbars: Additional Bars 3.0.0
additionalstructures: Additional Structures 3.0.3
adorn: Adorn 3.4.0+1.18.2
advanced_runtime_resource_pack: Runtime Resource Pack 0.5.7
advancementplaques: Advancement Plaques 1.4.4
adventurez: AdventureZ 1.4.10
akashictomeoftools: Akashic Tome Of Tools Fabric 1.2.1
alkimicraft: AlkimiCraft 0.0.3
all_the_fan_made_discs: All The Fan Made Discs 0.2.4
alloy_forgery: Alloy Forgery 2.0.11+1.18
alternatecurrent: Alternate Current 1.1.0
amazingchest: Amazing Chest 0.0.4+1.18.2
ambientenvironment: Ambient Environment 7.0+18
ambientsounds: Ambiend Sounds (Fabric) 5.0.16
amethystequipment: Amethyst Equipment fabric-1.18.2-v1.0.1
amphitritecoffer: Amphitrite Coffer 1.2.0
amplified-nether: Amplified Nether 1.1
animal_feeding_trough: Animal Feeding Trough 1.0.3+1.18.2
anthropophagy: Anthropophagy 1.18-5
antighost: AntiGhost 1.18.2-fabric0.47.10-1.1.4
appleskin: AppleSkin 2.4.0+mc1.18.2
aqupdcaracal: Caracal mob 1.18.2-1.3.8
aqupdgrizzly: Grizzly Bear mob 1.18-1.3
arcanus: Arcanus 1.28
architects_palette: Architect's Palette Fabric 1.7
architectury: Architectury 4.1.39
archon: Archon 0.2.3
armorsoundtweak: Armor Sound Tweak 5.0.0
asbestos: Asbestos 1.2.1-1.18.2
attributefix: AttributeFix 14.0.1
authme: Auth Me 3.0.0
autoreconnect: AutoReconnet 2.0.0
awesomedungeon: Awesome Dungeon 2.0.5
awesomedungeonend: Awesome Dungeon Edition end 1.0.0
awesomedungeonnether: Awesome Dungeon Edition Nether 1.0.0
awesomedungeonocean: Awesome Dungeon Edition Ocean 2.0.5
awesomeflooring: Awesome Flooring 2.0.0
axolotlitemfix: Axolotl Item Fix 1.1.3
badstdout: BadStdOut 1.1.1-1.18
balm-fabric: Balm 3.0.0+0
basicshields: Basic Shields [Fabric] 1.3.1-1.18.2
bcc: BetterCompatibilityChecker fabric-1.0.5
bedrockify: BedrockIfy 1.4.1+mc1.18.2
beehivetooltips: Beehive Tooltips 1.4.2
beeinajar: Bee In A Jar 1.0.0
bendy-lib: Bendy api 2.0.4
better-snowball-fight: Better Snowball Fight 0.1
betteranimalsplus: Better Animals Plus 1.18.2-11.0.5
betterbiomeblend: Better Biome Blend 1.18.2-1.3.4-fabric
bettercommandblock: IDE Better Command Block 2.5.10
betterf3: BetterF3 1.2.4
betterfpsdist: Better FPS distance Mod 1.18-1.7
bettermounthud: Better Mount HUD 1.1.4
bettersafebed: BetterSafeBed 1.18-fabric-a
bettertaskbar: Better Taskbar 1.1
bewitchment: Bewitchment 1.18-17
bhmenu: BHMenu-Fabric 1.17.1-1.18.2-1.3
biomemakeover: Biome Makeover 1.18.2-1.4.17
birdsnests: Bird's Nests 1.0.0+1.18.2
bitsandchisels: BitsAndChisels 2.6.7
blast: BLAST 1.8.4
blockus: Blockus 2.4.3+1.18.2
blossom: Blossom 1.18.2-1.0.4
blue_endless_jankson: jankson 1.2.1
blur: Blur (Fabric) 2.4.1
bodaciousberries: Bodacious Berries 1.4.0+mc1.18.2
boneequipment: Bone Equipment fabric-1.18.2-v1.0.1
bookshelf: Bookshelf 13.0.8
borderlessmining: Borderless Mining 1.1.1+1.18
bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.3.6-1.18.2
botania: Botania 1.18.2-430-FABRIC
bowinfinityfix: Bow Infinity Fix rv11
breedablekillerrabbit-fabric: Breedable Killer Rabbit (Fabric) 1.5
byg: Oh The Biomes You'll Go 1.4-RC-7
cacao: Croptopia's Chocolaterie 1.0
caffeineconfig: CaffeineConfig 1.1.0
cakechomps: Cake Chomps 1.4.1-1.18.2
cakemod: Cake Mod 1.3.1
capes: Capes 1.3.0+1.18.2
capybara: Capybara 1.0.3
cardinal-components: Cardinal Components API 4.1.4
cardinal-components-base: Cardinal Components API (base) 4.1.4
cardinal-components-block: Cardinal Components API (blocks) 4.1.4
cardinal-components-chunk: Cardinal Components API (chunks) 4.1.4
cardinal-components-entity: Cardinal Components API (entities) 4.1.4
cardinal-components-item: Cardinal Components API (items) 4.1.4
cardinal-components-level: Cardinal Components API (world saves) 4.1.4
cardinal-components-scoreboard: Cardinal Components API (scoreboard) 4.1.4
cardinal-components-world: Cardinal Components API (worlds) 4.1.4
carrier: Carrier 1.10.0
carrynametag: Carry the Nametag 1.0.1-1.18
catsexpanded: Cats Expanded 1.0.0
cauldron_dyeing: Cauldron Dyeing 1.0.2+1.18.2
cauldronlib: Cauldronlib 1.2.2
cavedust: Cave Dust 1.2.0
ce: Cave Enhancements 1.0.4
cem: Custom Entity Models 0.7.1
cenchants: Combat Enchants 1.13.0
chainsuspension: Chain Suspension 1.1.0
chalk: Chalk 2.0.0+1.18.2
charcoalplus: Charcoal+ 1.1.2
charmonium: Charmonium 4.0.0
chat_heads: Chat Heads 0.6.0
cherishedworlds: Cherished Worlds 2.0.1-1.18
chickensshed: ChickensShed 1.18.1-1.3
citresewn: CIT Resewn 1.0.1+1.18.2
citresewn-defaults: CIT Resewn: Defaults 1.0.1+1.18.2
cloth-basic-math: cloth-basic-math 0.6.0
cloth-config: Cloth Config v6 6.2.57
cloth-config-lite: cloth-config-lite 2.0.6
coat: Coat 1.0.0-beta.17+mc1.18.2
cobbled_paths: Cobbled Paths 0.1.7
collective-fabric: Collective (Fabric) 4.26
coloredglowlib: ColoredGlow Lib 1.3.1
columns: Columns 1.4.0
com_electronwill_night-config_core: core 3.6.5
com_electronwill_night-config_toml: toml 3.6.5
com_eliotlash_mclib_mclib: mclib 18
com_eliotlash_molang_molang: molang 18
com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.13.1
com_fasterxml_jackson_core_jackson-core: jackson-core 2.13.1
com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.13.1
com_flowpowered_flow-math: flow-math 1.0.3
com_github_dimensionaldevelopment_poly2tri_java: poly2tri.java 0.1.1
com_github_llamalad7_mixinextras: mixinextras 0.0.6
com_github_luben_zstd-jni: zstd-jni 1.5.2-2
com_moandjiezana_toml_toml4j: toml4j 0.7.2
com_typesafe_config: config 1.4.1
com_velocitypowered_velocity-native: velocity-native 1.1.0-SNAPSHOT
comforts: Comforts 1.1.2-1.18.2
compacthelpcommand-fabric: Compact Help Command (Fabric) 1.1
companion: Companion 2.0.1
completeconfig: CompleteConfig 1.4.0
compost: Compost 1.0.3
conduitspreventdrowned-fabric: Conduits Prevent Drowned (Fabric) 1.5
connectiblechains: Connectible Chains 2.1.1+1.18.2
continuity: Continuity 1.1.0+1.18.2
controlling: Controlling For Fabric 9.0+17
craftablechainmail: Craftable Chainmail Armor 1.18.2-1.5.2-[FABRIC]
craftingtweaks: Crafting Tweaks 13.0.0
craftpresence: CraftPresence 1.8.8
crawl: Crawl 0.10.4
crayfish: Womp's Crayfish Mod 1.18.0
creativecore: CreativeCore (Fabric) 2.6.5
creatures_of_the_jungle: Creatures From The Jungle 1.0.0
creeperoverhaul: Creeper Overhaul 1.3.0
crimsonchickens: Crimson Chickens 1.18.2-Fabric-v1.0.0
crimsongoats: Crimson Goats 1.18.2-Fabric-v1.0.1
crimsonmoon: Crimson Moon 2.2.1-1.18.2
crimsonslimes: Crimson Slimes 1.18.2-Fabric-v1.0.0
crockpot: Crock Pot 0.7.4+1.18.2
croparia: Croparia 3.8.3
crops_love_rain: Crops Love Rain 1.2.2
croptopia: Croptopia 1.8.3
croptosis: Croptosis 1.5.0
crowdin-translate: CrowdinTranslate 1.4+1.18.2
crusade: Crusade 1.2.6
cryingghasts-fabric: Crying Ghasts (Fabric) 1.4
cryingportals-fabric: Crying Portals (Fabric) 1.2
culinaire: Culinaire 2.4.0
cullleaves: Cull Leaves 2.3.2
curse_maven_wthit-3707010: wthit-3707010 440979
customizableelytra: Customizable Elytra 1.5.3-1.18
customportalapi: Custom Portal Api 0.0.1-beta50-1.18
damagetilt: Damage Tilt 1.18-fabric-0.1.2
dark-enchanting: Dark Enchanting 0.7.0+1.18.2
darkpaintings: DarkPaintings 10.0.1
dashloader: DashLoader 3.1.1+1.18
dawn: Dawn API 3.3.0
ddmod: DiscDump 1.0.0
deathknell: DeathKnell 3.0.1
debugify: Debugify 1.7.0
decorative_blocks: Decorative Blocks 2.1.0
decorative_winter: Decorative Winter 2.1.0
deepslatecutting: Deepslate Cutting 1.3.2
defaultsettings: DefaultSettings 3.5.1
dehydration: Dehydration 1.2.7
deleteworldstotrash: Delete Worlds To Trash 3.2.0
despawningeggshatch-fabric: Despawning Eggs Hatch (Fabric) 2.3
dev_quantumfusion_dashloader_dashloader-core: dashloader-core 1.4.0
dev_quantumfusion_hyphen: hyphen 0.2.0
diamond_nuggets: Diamond Nuggets 1.3
dimdoors: DimensionalDoors 4.0.4
dinocraft: Dinocraft 0.1
dirtmonds: Dirtmonds! 2.1.0
disenchanter: Disenchanter 0.1.5+1.18
dismountentity-fabric: Dismount Entity (Fabric) 1.5
dogmeat: Simple Dog Meat 1.0
dont-run-with-scissors: Don't Run With Scissors 1.1-1.18
doom: Doom Fabric 4.2.3
dracomelette: Dracomelette 1.18-1
drippyloadingscreen: Drippy Loading Screen 1.5.1
dripstone_fluid_lib: Dripstone Fluid Lib 1.2.0
dualwielding: Dual Wielding 1.0.8
duckling: Duckling 1.0.3
dungeonvanilla: Dungeon vanilla 2.1.0
durabilitynotifier: Durability Notifier 1.2
dwarfcoal: Dwarf Coal 1.18.1-1.0.1
dynamic_asset_generator: Dynamic Asset Generator 0.4.4
dynamicfps: Dynamic FPS 2.1.0
earthbounds: Earthbounds 1.0.5c
earthtojavamobs: Earth2Java 1.8.0+1.18.2
easymagic: Easy Magic 3.3.0
eateggs: Eat All The Eggs 1.2.0
ecologics: Ecologics 1.5.2
effective: Effective 1.2.1
eggtab: Egg Tab 2.2.0+1.18-fabric
eldritch_mobs: Eldritch Mobs 1.11.0
elementalcreepers: Elemental Creepers: Refabricated 1.4.2+1.18.2
emeraldapple: Emerald Apple 1.0.1
emotecraft: Emotecraft 2.1
enchant_giver: Enchant Giver 1.1.0
enchanted-vertical-slabs: Enchanted Vertical Slabs 1.4.0
enchantment_lore: Enchantment Lore 1.2.6-1
enchdesc: EnchantmentDescriptions 10.0.2
endemic: Endemic 1.18.2-1.2.1
endergrab: EnderGrab 1.0.2
enhanced_attack_indicator: Enhanced Attack Indicator 1.0.3+1.18
enhancedblockentities: Enhanced Block Entities 0.6+1.18.2
enhancedvisuals: Enhanced Visuals (Fabric) 1.5.2
enriched: Enriched 2.3.0
entity_texture_features: Entity Texture Features 2.6.0
entityculling: EntityCulling-Fabric 1.5.0
environmentz: EnvironmentZ 1.2.2
equipmentcompare: Equipment Compare 1.2.12
eternaleats: Eternal Eats 1.0.4
excavated_variants: Excavated Variants 0.4.1
exlineawnings: Exline's Awnings fabric-1.18.2-v1.0.2
exlinefurniture: Exline's Furniture fabric-1.18.2-v2.0.5
expandedstorage: Expanded Storage 7.3.11
expert_armor: Expert_Armor 1.7.5
expert_weapons: Expert Weapons and Tools 1.5
extendedbonemeal-fabric: Extended Bone Meal (Fabric) 1.6
extensibleenums: Extensible Enums 3.0.0
extractpoison-fabric: Extract Poison (Fabric) 1.6
extradiscs: Extra Discs 1.0.1
extrarecords: Extra Records 3.2.1
extrasounds: Extra Sounds 2.2.1+1.18.2
extrasponges: ExtraSponges 1.3.0
extraweapons: Consulars Extra Weapons & Armor 0.2.2
fabric: Fabric API 0.48.0+1.18.2
fabric-api-base: Fabric API Base 0.4.4+d7c144a860
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.5.7+d7c144a860
fabric-biome-api-v1: Fabric Biome API (v1) 8.0.3+801ec85b60
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.12+3ac43d9560
fabric-command-api-v1: Fabric Command API (v1) 1.1.9+d7c144a860
fabric-commands-v0: Fabric Commands (v0) 0.2.8+b4f4f6cd60
fabric-containers-v0: Fabric Containers (v0) 0.1.21+d7c144a860
fabric-content-registries-v0: Fabric Content Registries (v0) 3.0.2+d82b939260
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.11+3ac43d9560
fabric-diagonal-panes: Fabric Diagonal Panes 0.6.1
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.17+2540745460
fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.8+d7c144a860
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.19+d7c144a860
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.13+d7c144a860
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.13+d7c144a860
fabric-item-api-v1: Fabric Item API (v1) 1.3.3+691a79b560
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.10+3ac43d9560
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.12+54e5b2ec60
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.10+b4f4f6cd60
fabric-language-kotlin: Fabric Language Kotlin 1.7.2+kotlin.1.6.20
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.0.2+2540745460
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.11+d7c144a860
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.0.4+d1027f7d60
fabric-models-v0: Fabric Models (v0) 0.3.6+d7c144a860
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.21+d882b91560
fabric-networking-v0: Fabric Networking (v0) 0.3.8+b4f4f6cd60
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 2.0.3+40c91ec860
fabric-particles-v1: Fabric Particles (v1) 0.2.12+526dc1ac60
fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.8+0d9ab37260
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.13+d882b91560
fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.17+d8c7b9ae60
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.11+b4f4f6cd60
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.7+d7c144a860
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 2.0.2+54e5b2ec60
fabric-rendering-v0: Fabric Rendering (v0) 1.1.13+b4f4f6cd60
fabric-rendering-v1: Fabric Rendering (v1) 1.10.7+54e5b2ec60
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.2+d1027f7d60
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.18+2de5574560
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.10+d882b91560
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.14+40c91ec860
fabric-textures-v0: Fabric Textures (v0) 1.0.12+3ac43d9560
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.14+cca23f9360
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.0.0+40c91ec860
fabric-tree-chopper: Fabric Tree Chopper 0.8.5
fabricanvils: Fabric Anvils 1.1.0
fabricloader: Fabric Loader 0.13.3
fabricshieldlib: Fabric Shield Lib 1.5.3-1.18
fallingleaves: Falling Leaves 1.10.0+1.18.2
fallthroughslime-fabric: Fall Through Slime (Fabric) 1.4
fancymenu: FancyMenu 2.6.4
fancysporeblossom: FancySporeBlossom 1.0.0
farmingforblockheads: Farming for Blockheads 10.0.0
farsight: Farsight Mod 1.18-1.8
farsighted-mobs: Farsighted Mobs 1.1-1.18
fasttoolswitching: Fast Tool Switching 1.0.0
feature_nbt_deadlock_be_gone: Feature NBT Deadlock Be Gone - Fabric 2.0.0+1.18.2-rc1
ferritecore: FerriteCore 4.2.0
fiber: fiber 0.23.0-2
fiber2cloth: Fiber To Cloth 3.2.0
findme: FindMe 3.0.6
fireworkfrenzy: Firework Frenzy 1.9
fishofthieves: Fish of Thieves 1.0.5
fishontheline-fabric: Fish On The Line (Fabric) 1.2
flamearrows: FlameArrows 1.18.2-2
flonters: Flonters 1.3.1+1.18.2
floral_flair: Floral Flair 1.3.0
flowery: Flowery Structures 6
flowerycrop: Flowery Structure: Croptopia 2a
foodplusid: Food+ 1.3.1
forgeconfigapiport: Forge Config API Port 3.2.0
forgottengraves: Forgotten Graves mc1.18.2-v2.5.0
foxglow: FoxGlow 1.2.8
friendsandfoes: Friends&Foes 1.3.4
frogpog: Frog pog dev_0.7
ftblibrary: FTB Library 1802.3.6-build.115
ftbquests: FTB Quests 1802.3.8-build.101
ftbranks: FTB Ranks 1802.1.7-build.27
ftbteams: FTB Teams 1802.2.6-build.51
geckolib3: Geckolib 3.0.36
geodes: More Geodes 1.3-SNAPSHOT.1
giantspawn-fabric: Giant Spawn (Fabric) 2.7
glassdoor: Glass Doors 2.1.0+1.18
gloopy: Gloopy 1.1.0
go-fish: Go Fish 1.5.0-1.18.2
goblintraders: Goblin Traders 1.5.1
golemsgalore: Golems Galore 1.2.1+1.18.2
goosik-config: goosik-config 0.2.0
graveyard: The Graveyard 1.7
graveyard_biomes: The Graveyard Biomes 1.1
greater_eye: Greater Eye of Ender 1.3.25
gromovspaintings: Gromov's Paintings 1.18.2 - 1.1.1
guardvillagers: Guard Villagers Fabric 1.18.2-1.0.11
gud_recipe_confidence: Recipe Confidence 1.0.2
halfdoors: Half Doors 1.18.2-fabric-1.0.0
hammermod: War-Hammers Mod fabric-1.18.2-v1.0.1
harvest_scythes: Harvest Scythes 2.5.0
healingcampfire-fabric: Healing Campfire (Fabric) 3.3
horizontalpanes: Horizontal Panes 1.1.7+1.18.2
howlingmoon_rebooted: howlingmoon_rebooted 0.9.3.7
hyperlighting: Hyper Lighting 1.2.2
icarus: Icarus 1.10
iceberg: Iceberg 1.0.38
ikwid_fabric: I know what I'm doing! [FABRIC] 1.1+1.18.x
illagerexp: Illager Expansion 0.1.4
imm_ptl_core: Immersive Portals Core 1.3.5
immersive_portals: Immersive Portals 1.3.5
immersive_weathering: Immersive Weathering 2.4.0
immortuoscalyx: Immortuos Calyx 1.2.3-1.18.2
impaled: Impaled 1.1.1
imperishableitems: Imperishable Items 2.1.2
impersonate: Impersonate 2.4.1
improved-stations: Improved Stations 2.1.0
incapacitated: Incapacitated 1.1.2-1.18
incendium: Incendium + Seed Fix 5.0.3
incubus_core: Incubus Core 1.6.6+1.18.2
indium: Indium 1.0.2+mc1.18.2
infusion_table: Infusion Table 1.0.5
interactic: Interactic 0.1.10+1.18
inventoryhud: Inventory HUD + 3.4.2
inventorysorter: Inventory Sorter 1.8.6-1.18
invisframes: Invisible Frames 2.1.1
io_leangen_geantyref_geantyref: geantyref 1.3.11
iris: Iris 1.2.2-build.32
itemfilters: Item Filters 1802.2.7-build.21
itemmodelfix: Item Model Fix 1.0.3+1.18
jamfabric: Jamtastic 1.2.0
jankson: Jankson 4.0.0+j1.2.0
java: OpenJDK 64-Bit Server VM 17
jello: Jello 3.1.0+1.18.2
jumpingnoteblock: Extended Noteblock 2.0.0
justmobheads-fabric: Just Mob Heads (Fabric) 5.4
justplayerheads-fabric: Just Player Heads (Fabric) 1.8
kanos_config: Kanos Config 0.1.5+1.14.4-1.18.2
kelpfertilizer-fabric: Kelp Fertilizer (Fabric) 1.8
kirin: Kirin UI 1.10.0
kleeslabs: KleeSlabs 11.0.0
konkrete: Konkrete 1.3.3
krypton: Krypton 0.1.9
ksyxis: Ksyxis 1.1
kubejs: KubeJS 1802.5.1-build.331
kyrptconfig: Kyrpt Config 1.4.2-1.18
lambdabettergrass: LambdaBetterGrass 1.2.3+1.18
lava_walker: LavaWalker Fabric-1.18.2-0.1
lavajava: Lava Java 0.4.0
lazy-language-loader: lazy-language-loader 0.3.0
lazydfu: LazyDFU 0.1.2
legendarytooltips: Legendary Tooltips 1.2.4
libgui: LibGui 5.3.2+1.18.2
libninepatch: LibNinePatch 1.1.0
libraryferret: Library Ferret 1.0.3
lithereal: Lithereal 1.18.2-1.8.0
llamarama: Llamarama 1.6.4
llamasteeds: Llama Steeds 2020.2.8
loud_leads: Loud Leads 1.0.1+mc1.18
lovely_snails: Lovely Snails 1.0.4+1.18
lychee: Lychee Tweaker 2.1.1
maelstrom_library: Maelstrom Library 1.2.4-1.18.2
magicalforest: Magical Forest 2.0.2
magicfungi: Magic Fungi 0.7.1-BETA+1.18.2
magna: Magna 1.7.0-1.18-pre1
mambience: MAmbience 5.0.0+1.18.2
maptooltip: Map Tooltip 1.3.2
matrix: Matrix 1.0.0
mavm: More Axolotl Variants Mod 1.0.7a
maybe-more-data: Maybe More Data 1.0.0-1.18.2
mbembe: Mbembe 1.1.0
mca: Minecraft Comes Alive 7.2.0-rc.3+1.18.2
mcda: MC Dungeons Armors 2.0.5
mcdar: MC Dungeons Artifacts 1.4.5
mcdw: MC Dungeons Weapons 4.2.5
mcwlights: Macaw's Lights and Lamps 1.0.3
mcwpaintings: Macaw's Paintings 1.0.3
mcwtrpdoors: Macaw's Trapdoors 1.0.5
mdi: More Dumb Items 4.2.2
me_hypherionmc_night-config_core: core 3.6.5_custom
me_hypherionmc_night-config_toml: toml 3.6.5_custom
mealapi: Meal API 0.3+1.18
medievalentity: Mediaval Entity 2.0.1
medievalmusic: Medieval Music Mod 1.18-1.3
medievalweapons: Medieval Weapons 1.1.9
megaparrot: Megaparrot 1.0.4
metaldecorations: Metal Doors 1.0.0
midashunger: Midas Hunger 2.1.0+1.18.2
midnightlib: MidnightLib 0.4.0
milk: Milk Lib 0.3.0
milk_plus: Milk+ 3.0.0
minecraft: Minecraft 1.18.2
minekea: Minekea 2.1.0
mm: Manningham Mills 2.3
mo_glass: Mo Glass 1.6.1-MC1.18.2
mob_catcher: Mob Catcher 1.1.26
mobscarecrow: Mob Scarecrow 1.2.2
modid: Example Mod 3.2.0.0
modmenu: Mod Menu 3.1.0
more_babies: More Babies 0.4.0
moreachievements: MoreAchievements 1.0.8
morebannerfeatures: More Banner Features 1.1.3
moreberries: More Berries 1.4.7
morediscs: MoreDiscs 1.18.2-3
moretags: More Tags 3.0.3
morevillagers-fabric: MoreVillagersFabric 3.2.0-SNAPSHOT
moreweaponry: More Weaponry v1.18+1.18.2
mousetweaks: Mouse Tweaks 2.22
movementvision: Movement Vision 1.1.0
moyai: Moyai 1.18.2-1.1.0
multibeds: MultiBeds 1.2.4
multipart_entities: MultipartEntities 1.1.5-1.18.2
myron: Myron 1.6.3+1.18.1
mythicmetals: Mythic Metals 0.13.1
mythicmounts: Mythic Mounts 1.18.2-6.0
namepain: Name Pain 1.4.0
naturallychargedcreepers-fabric: Naturally Charged Creepers (Fabric) 1.7
nbtcrafting: NBT Crafting 2.1.3+mc1.18.2
nears: Nears 1.1.6
netherportalfix: NetherPortalFix 9.0.0
netherportalspread-fabric: Nether Portal Spread (Fabric) 5.7
neutrino: Neutrino 0.7.1
nicemod: NiceMod - New blocks 0.1.9
ninjaphenix_container_lib: NinjaPhenix's Container Library 1.3.0
no_sneaking_over_magma: No Sneaking Over Magma! 1.0.13
northerncompass: NorthernCompass 1.18.2-1.0.10
notenoughanimations: NotEnoughAnimations 1.6.0
notenoughcrashes: Not Enough Crashes 4.1.4+1.18.2
numismatic-overhaul: Numismatic Overhaul 0.1.10+1.18
observed: Observed 1.2.4.1-1.18.2
ohmygoat: OhMyGoat 1.18.2-1.1.0
omega-config: OmegaConfig 1.2.3-1.18.1
omega-config-gui: Omega Config GUI 1.2.3-1.18.1
orcinus: Hedgehog 1.18.2-1.0.1
ore_tree: Ore Tree 0.2.4
orerevolution: Ore Revolution 1.18.2-1.1.2-[FABRIC]
org_anarres_jcpp: jcpp 1.4.14
org_apache_httpcomponents_httpclient: httpclient 4.5.10
org_apache_httpcomponents_httpcore: httpcore 4.4.12
org_apache_httpcomponents_httpmime: httpmime 4.5.10
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.6.20
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.6.20
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.6.20
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.6.20
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.0
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.2
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.2
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.2
org_jgrapht_jgrapht-core: jgrapht-core 1.1.0
org_joml_joml: joml 1.10.2
org_json_json: json 20211205
org_spongepowered_configurate-core: configurate-core 4.1.2
org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
overweight_farming: Overweight Farming 1.18.2-1.1.0-fabric
owo: oωo 0.6.0+1.18
oxidized: Oxidized 1.6.3
patchouli: Patchouli 1.18.2-67-FABRIC
pehkui: Pehkui 3.2.1+1.14.4-1.19
pelmenid: Pelmen 2.0
pickyourpoison: Pick Your Poison 1.0.4
pigeons: Pleasant Pigeons 1.3.0
placeableblazerods-fabric: Placeable Blaze Rods (Fabric) 1.4
playdate: Playdate 2.2.1
playerabilitylib: Pal 1.5.0
pling: Pling 1.5.0
plushies: Plushie Mod 1.2
powershot: Powershot 1.4.0-1.18.2-fabric
presencefootsteps: Presence Footsteps 1.5.0
probablychests: Probably Chests 0.2.0
promenade: Promenade 2.6.1
puddles: Puddles 1.2.1
pugh_lib: Pugh Lib 1.3.0
puzzleslib: Puzzles Lib 3.3.1
pyrotastic: Pyrotastic 1.18.2+0.0.2
q_misc_util: QMiscUtil 1.3.5
questsadditions: Quests Additions 1.2.0
quicksand: Quicksand 1.1.0
rainbegoneritual-fabric: Rain Be Gone Ritual (Fabric) 1.7
raised: Raised 1.0.6
randombonemealflowers-fabric: Random Bone Meal Flowers (Fabric) 1.7
randomshulkercolours-fabric: Random Shulker Colours (Fabric) 1.3
rare-ice: Rare Ice 0.4.1
ratsmischief: Rat's Mischief 1.3.6
reach-entity-attributes: Reach Entity Attributes 2.1.1
reasonable-sorting: Reasonable Sorting 1.5
rebrand: Rebrand 1.0.1
reeses-sodium-options: Reese's Sodium Options 1.4.2
reinforced_bows: Reinforced Bows 1.18.2 - 1.1
repurposed_structures: Repurposed Structures 4.1.1+1.18.2
revamped_phantoms: Revamped Phantoms 0.2.3
rhino: Rhino 1801.1.9-build.133
roughlyenoughitems: Roughly Enough Items 8.0.442
roughlyenoughprofessions: Roughly Enough Professions 1.0.0
roughlyenoughresources: Roughly Enough Resources 2.5.0
sandwichmod: Sandwich Mod fabric-1.18.2-v2.0.1
satin: Satin 1.7.2
screenshotclipboard: Screenshot to Clipboard 1.0.9
secretrooms: Secret Rooms 1.3.1+1.18.2
seedfix: Seed Fix 1.0.1
servercore: ServerCore 1.2.8-1.18.2
serverpause: Multiplayer Server Pause 1.0.0
sextant: Immersive Travel Overhaul 1.2
sheepconsistency: Sheep Consistency 1.0.4
shetiphiancore: ShetiPhianCore 1.2.7
simplemango: Simple Mango 1.1.2
skinlayers: 3d Skin Layers 1.4.3-mc1.18.2
skinswapper: Skin Swapper 3.1.1
sleepwarp: SleepWarp 1.1.1+1.18.2
smallernetherportals-fabric: Smaller Nether Portals (Fabric) 1.8
smoothboot: Smooth Boot 1.18.2-1.7.0
sneakycurses: Sneaky Curses 3.0.0
snowballsfreezemobs-fabric: Snowballs Freeze Mobs (Fabric) 1.5
sodium: Sodium 0.4.1+build.15
sodium-extra: Sodium Extra 0.4.3
softdrinks: Soft Drinks 1.3.0
sound_physics_remastered: Sound Physics Remastered 1.18.2-1.0.5
soundcategories: Sound Categories 1.2.1+1.18
spark: spark 1.8.14
spelunker: Spelunker 1.3.0
splash_milk: Splash Milk 1.0.1
spoornpacks: SpoornPacks 4.2-1.18.2
spoornpink: Spoornpink 3.3
spruceui: SpruceUI 3.3.3+1.18
stacc: Stacc 1.3.0
starlight: Starlight 1.0.2+fabric.89b8d9f
step-height-entity-attribute: Step Height Entity Attribute 1.0.0
stoneholm: Stoneholm 1.4.3
sulfurpotassiummod: Sulfur & Potassium 1.1.2
sushimod: Sushi Mod fabric-1.18.2-v1.0.1
tacocraft: TacoCraft 1.7.4-1.18.2
teenycoal: Teeny Coal 1.1.2-1.16.x-1.17.x-1.18.x-1.19-experimental-snapshot
terrablender: TerraBlender 1.1.0.99
terraform-shapes-api-v1: Terraform Shapes API (v1) 2.1.0
terraform-wood-api-v1: Terraform Wood API (v1) 3.0.0
terrarianslimes: Terrarian Slimes 1.2-BETA+1.18
the_aether: Paradise Lost 1.6.8+1.18.2
therrassium: Therrassium 1.3.2
things: Things 0.2.16+1.18
thonkutil: ThonkUtil 2.12.0+1.18
thonkutil-base: ThonkUtil Base 1.12.0+93f5607360
thonkutil-capes-v1: ThonkUtil Capes (v1) 1.3.1+974d16dd60
thonkutil-coords-v1: ThonkUtil Coords (v1) 1.0.18+4c66479160
thonkutil-customization-v1: ThonkUtil Customization (v1) 1.0.13+4c66479160
thonkutil-legacy: ThonkUtil Legacy 1.0.19+aa74e18060
thonkutil-modchecker-v1: ThonkUtil ModChecker (v1) 1.0.11+4c66479160
thonkutil-potions-v0: ThonkUtil Potions (v0) 1.4.0+6d0d59d760
thonkutil-titlescreen-v1: ThonkUtil TitleScreen (v1) 1.1.8+4c66479160
thonkutil-trades-v1: ThonkUtil Trades (v1) 1.1.19+4c66479160
throwabletorch: Throwable Torch 1.18.2-1
tlcosmetica: Cosmetica 0.4.0
tooltipfix: ToolTip Fix 1.0.4-1.18
totw_additions: Towers of the Wild: Additions 1.2.0
transportables: Transportables 1.1
trapperpelts: Trapper Pelts 1.0.1
treehollows: Tree Hollows 1.2.2
trinkets: Trinkets 3.3.0
tweed4_annotated: tweed4_annotated 1.3.0
tweed4_base: tweed4_base 1.5.0+mc1.18.2
tweed4_data: tweed4_data 1.2.1
tweed4_data_hjson: tweed4_data_hjson 1.1.0
tweed4_tailor_coat: tweed4_tailor_coat 1.1.2+mc1.18.2
tweed4_tailor_screen: tweed4_tailor_screen 1.1.1+mc1.18.2
twigs: Twigs 1.1.3-patch1+1.18.2
universalenchants: Universal Enchants 3.0.6
unstructured: Unstructured 0.3.2+1.18.2
valley: ValleyCraft 2.3-1.18.2
vanilla_degus: Vanilla Degus 1.3.0
vanillatweaks: VanillaTweaks 1.5.56
variantbarrels: Variant Barrels 1.4.0
variantcraftingtables: Variant Crafting Tables 2.4
veggie_way: The Veggie Way 1.2.32
vehiclefix: VehicleFix 3.3
villager-hats: Villager Hats Mod 1.3.1
villainousfishai: Villainous Fish AI 1.0.2-1.18
visuality: Visuality 0.4.2
visualoverhaul: VisualOverhaul 4.1.0
visualworkbench: Visual Workbench 3.2.0
voicechat: Simple Voice Chat 1.18.2-2.2.32
voidz: VoidZ 1.0.6
wandering_collector: Wandering Collector 1.1.2+mc1.18.2
waterdripsound: Drip Sounds 1.18-0.3.0
waystones: Waystones 2.5.0
weakerspiderwebs-fabric: Weaker Spiderwebs (Fabric) 2.0
whyamionfire: Why Am I on Fire? 1.1.2
wildfire_gender: Wildfire's Female Gender Mod 2.9
wildlife: Wildlife 1.18.2-1.0
windchimes: Windchimes 1.2.0
wooledboots: Wooled Boots 1.0.1
world-data: World Data 1.0.3-1.18.2
world_of_food: World of Food 1.0.1
xlpackets: XLPackets 2.1-1.17.1
xps: Xp Obelisk 0.3.4.r_for_1.18.2_Fabric
Loaded Shaderpack: (off)
Launched Version: 1.18.2
Backend library: LWJGL version 3.2.2 build 10
Backend API: NVIDIA TITAN X (Pascal)/PCIe/SSE2 GL version 3.2.0 NVIDIA 497.29, NVIDIA Corporation
Window size: 2560x1377
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'Deathdusk'; Server brand changed to 'fabric'
Type: Integrated Server (map_client.txt)
Graphics mode: fast
Resource Packs: spoornpacks, vanilla, Fabric Mods, moreberries/modifiedsweetberrybushmodel, visualoverhaul/fancyfurnace, visualoverhaul/rounddiscs, visualoverhaul/coloredwaterbucket, cullleaves/smartleaves (incompatible), visualoverhaul/nobrewingbottles, fabric-diagonal-panes/default (incompatible), file/Better-Leaves-6.1-1.13+.zip, file/Better_Dogs_V1.17.zip, immersive_weathering/better_brick_items, immersive_weathering/visual_waxed_iron_items, immersive_weathering/better_brick_blocks, charmonium/journeyman, file/FreshAnimations_v1.6.zip, file/§a§lLeaf§0-§2§lDecay§0-§3§o-§0-§3§oProg§0-§3§oart§0-§8.zip, file/Round-Trees-6.0-1.13+.zip, file/Real animals V1.1.zip (incompatible), lambdabettergrass/default (incompatible), continuity/glass_pane_culling_fix, continuity/default
Current Language: English (US)
CPU: 6x Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz
Server Running: true
Player Count: 1 / 8; [class_3222['nomad5151'/18, l='ServerWorld minecraft:overworld New World', x=9.08, y=103.06, z=7.66]]
Data Packs: vanilla, dimdoors/classic (incompatible), moreberries/berrybushrecipes (incompatible), minecraft/eamodcompat, minecraft/croptop, dimdoors/default (incompatible), spoornpacks (incompatible), Fabric Mods
World Generation: Stable
Client Crashes Since Restart: 1
Integrated Server Crashes Since Restart: 0
Suspected Mods: Minecraft (minecraft), Fabric Loader (fabricloader), Fabric Item Groups (v0) (fabric-item-groups-v0), Alloy Forgery (alloy_forgery)