Jump to content

DrMilk240

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

DrMilk240's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I'm working with Geckolib and due to level.getGameTime() I keep getting this build error error: level has private access in Entity in this code: private PlayState attackingPredicate(AnimationState event) { double d1 = this.getX() - this.xOld; double d0 = this.getZ() - this.zOld; float velocity = (float) Math.sqrt(d1 * d1 + d0 * d0); if (getAttackAnim(event.getPartialTick()) > 0f && !this.swinging) { this.swinging = true; this.lastSwing = level.getGameTime(); } if (this.swinging && this.lastSwing + 7L <= level.getGameTime()) { this.swinging = false; } if (this.swinging && event.getController().getAnimationState() == AnimationController.State.STOPPED) { event.getController().forceAnimationReset(); return event.setAndContinue(RawAnimation.begin().thenPlay("animation.crab.attack")); } return PlayState.CONTINUE; Is there a way to get the ingame time without access to the level class? or is it possible to get access to the level class? I'm VERY new to java modding and java itself, so do forgive me if it's a super easy fix that I just don't see.
  2. I'm playing on 1.18.2, curseforge launcher, and I have 169 mods. Every time I start up the game, it freezes and never loads, and I have to forcefully close it. It doesn't give me a crashlog to work off of, and the latest.log is super unhelpful and tells me nothing. I categorized this as urgent because I've been trying to get this to work for weeks and I've spent several hours doing binary searches to no avail. [20:44:40] [main/INFO]: ModLauncher running: args [--username, DrMilk240, --version, forge-40.2.2, --gameDir, C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn, --assetsDir, C:\Users\User\curseforge\minecraft\Install\assets, --assetIndex, 1.18, --uuid, 770b1f3d992c426a991e0177b25ad3ba, --accessToken, ????????, --clientId, MGY2MGIwMWUtYzVlNS00YWVkLWFmY2MtNmE5NjE4NjFjMmNm, --xuid, 2535448137479074, --userType, msa, --versionType, release, --width, 1024, --height, 768, --launchTarget, forgeclient, --fml.forgeVersion, 40.2.2, --fml.mcVersion, 1.18.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220404.173914] [20:44:40] [main/INFO]: ModLauncher 9.1.3+9.1.3+main.9b69c82a starting: java version 17.0.1 by Microsoft [20:44:43] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/User/curseforge/minecraft/Install/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2314!/ Service=ModLauncher Env=CLIENT [20:44:43] [main/INFO]: Found mod file (forge 1.18.2) regions_unexplored R-182.1.7.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file [FORGE] Wilder Wilds V2.0.2 - 1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file abnormals_delight-1.18.2-3.0.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Advanced_smithing_1.1.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file AI-Improvements-1.18.2-0.5.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file alcocraft-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file alexsdelight-1.18.2-1.3.3.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file alexsmobs-1.18.6.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file allurement-1.18.2-2.0.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file AmbientSounds_FORGE_v5.0.16_mc1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file another_furniture-forge-1.2.2-1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Apotheosis-1.18.2-5.7.7.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file appleskin-forge-mc1.18.2-2.4.1.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file architectury-4.11.90-forge.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file astikorcarts-1.18.2-1.1.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file atmospheric-1.18.2-4.0.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file AttributeFix-Forge-1.18.2-14.0.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file AutoRegLib-1.7-53.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file autumnity-1.18.2-3.0.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file balm-3.2.6.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file bbs-1.0.2-1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file bettercombat-forge-1.6.2+1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file betterfpsdist-1.18.2-1.5.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file BlockySiege-5.0.2-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file blueprint-1.18.2-5.5.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file boatload-1.18.2-3.0.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file bon-1.18.2-1.6.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Bookshelf-Forge-1.18.2-13.2.53.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file callablehorses-1.18.2-1.2.2.5.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file canary-mc1.18.2-0.1.7.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file carryon-1.18.2-1.17.0.8.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file CatLib-Forge-2.8.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file chipped-forge-1.18.2-2.0.1.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file citadel-1.11.3-1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file cloth-config-6.4.90-forge.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Clumps-forge-1.18.2-8.0.0+17.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file collective-1.18.2-6.53.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file combatroll-forge-1.1.5+1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file connectivity-1.18.2-3.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Controlling-forge-1.18.2-9.0+22.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file corpse-1.18.2-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file CosmeticArmorReworked-1.18.2-v2a.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Craftable Horse Armour Saddle-1.18-1.8-Forge.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file CreativeCore_FORGE_v2.6.16_mc1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file CTM-1.18.2-1.1.5+5.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file curios-forge-1.18.2-5.0.9.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file DarkerDepths-1.18.2-1.0.6-patch4.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file davespotioneering-1.18.2-1.2.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Decorative Blocks-forge-1.18.2-2.1.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file deeper_nether_biomes-3.0.0-1.18.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Delightful-1.18.2-2.6.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file DiagonalFences-v3.1.0-1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file dynamic_asset_generator-forge-1.18.2-0.6.3.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file dynamiclights-1.18.6.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file effective_fg-1.2.4.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file EnchantmentDescriptions-Forge-1.18.2-10.0.12.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file environmental-1.18.2-2.0.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file EquipmentCompare-1.18.2-forge-1.3.3.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file everycomp-1.18.2-1.5.15.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file fantasyfurniture-1.18.2-3.14.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file FarmersDelight-1.18.2-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file FarmersRespite-1.18.2-1.3.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file farsight-1.18.2-1.9.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Fastload-Reforged-2.6.9+1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file FastSuite-1.18.2-3.0.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file ferritecore-4.2.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file fixedanvilrepaircost-1.18.2-3.1.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file FpsReducer2-forge-1.18.2-2.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file FriendlyFire-Forge-1.18.2-11.0.3.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Galosphere-1.18.2-1.2.2-Forge.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file geckolib-forge-1.18-3.0.57.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file GeneticAnimals-0_8_24.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file grappling_hook_mod-1.18.2-v13.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file guardvillagers-1.18.2.1.4.3.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file horse_colors-1.18.2-1.8.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file horsecombatcontrols-1.18.2-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file hourglass-1.18.2-1.2.1.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Hyle-forge-1.18.2-0.1.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Iceberg-1.18.2-forge-1.0.49.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file illuminations-forge-1.18.2-1.10.2.19.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file immersive_paintings-0.6.0+1.18.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file iterpg-0.4.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Jade-1.18.2-forge-5.2.6.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file jei-1.18.2-9.7.1.255.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file JustEnoughResources-1.18.2-0.14.1.171.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file justhammers-forge-0.1.2+mc1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Kobolds-2.1.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file lazydfu-1.0-1.18+.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file LegendaryTooltips-1.18.2-1.3.1.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file letmedespawn-1.18.x-1.19.x-forge-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file limitedchunks-1.18.2-2.3.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file logprot-1.18.2-1.6.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file lootr-1.18.2-0.3.24.61.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file ManyIdeasCore-1.18.2-1.4.1.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file ManyIdeasDoors-1.18.2-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file mcw-bridges-2.0.7-mc1.18.2forge.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file mcw-doors-1.0.9forge-mc1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file mcw-fences-1.0.7-mc1.18.2forge.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file mcw-roofs-2.2.3-mc1.18.2forge.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file mcw-trapdoors-1.0.9-mc1.18.2forge.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file mcw-windows-2.1.1-mc1.18.2forge.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file memoryleakfix-forge-1.17+-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file miners_delight-1.18.2-1.1.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file MouseTweaks-forge-mc1.18-2.21.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file mowziesmobs-1.5.32.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file MyServerIsCompatible-1.18-1.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file nether-s-exoticism-1.18.2-1.2.4.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file netherdepthsupgrade-2.0.3-1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file netherportalfix-forge-1.18.2-9.0.1.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file NethersDelight-1.18.2-2.2.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file notreepunching-forge-1.18.2-5.1.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file numismaticoverhaul-1.18.2-1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file open-parties-and-claims-forge-1.18.2-0.17.3.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Paraglider-1.18.2-1.6.0.6.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Patchouli-1.18.2-71.1.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Philips-ruins1.18.2-4.5.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Placebo-1.18.2-6.6.7.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file player-animation-lib-forge-1.0.2+1.18.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file pluto-mc1.18.2-0.0.6.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file polymorph-forge-1.18.2-0.46.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file PresenceFootsteps-1.18.2-1.5.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Prism-1.18.2-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file PuzzlesLib-v3.3.6-1.18.2-Forge.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Quark-3.2-358.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file RecipesLibrary-1.18.2-2.0.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file rubidium-0.5.6.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file rubidium_extras-1.18.2_v1.3.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file saturn-mc1.18.2-0.0.3.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file seasonhud-1.18.2-1.4.11.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file selene-1.18.2-1.17.9.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Serene Seasons-1.18.2-7.0.0.13.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file sereneseasonfix-1.18.2-1.0.6.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file ShieldExpansion-1.18.2-1.1.6.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file smoothboot(reloaded)-mc1.18.2-0.0.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file smoothchunk-1.18.2-1.9.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file snailmail-1.18.2-1.1.0-forge.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file snowundertrees-1.18.2-1.4.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file SoMSecondSemester1.18.2-3.1.3.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file sophisticatedbackpacks-1.18.2-3.18.45.818.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file sophisticatedbackpacksvh-1.18.2-1.0.5.13.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file sophisticatedcore-1.18.2-0.5.48.244.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file soundphysics-forge-1.18.2-1.0.6.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file SpelunkingBags1.18_V1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file starlight-1.0.2+forge.546ae87.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file StorageDrawers-1.18.2-10.2.1.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Structory-1.18.2-1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file supplementaries-1.18.2-1.5.16.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file TerraBlender-forge-1.18.2-1.2.0.126.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file ToastControl-1.18.2-6.0.3.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Tough As Nails-1.18.2-7.0.0.69.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file towns_and_towers_forge-1.10.0.1+1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file TreeChop-forge-1.18.2-0.17.7.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file TreeChop-Jade-1.18.2-forge-0.1.1.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Unearthed-forge-1.18.2-2.3.3-slim.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file UniversalEnchants-v3.0.6-1.18.2-Forge.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file verdure-1.18.2-1.1.3a.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file voicechat-forge-1.18.2-2.4.5.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file volcanic_caverns-1.18.2-1.1.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file wandering-bags-1.18.2-2.0.5.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file weaponleveling-1.18.2-1.4.3.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file xaeroarrowfix-forge-1.1+1.18.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file Xaeros_Minimap_23.4.0_Forge_1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file XaerosWorldMap_1.30.0_Forge_1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file xlpackets-1.18.2-2.1.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file YungsApi-1.18.2-Forge-2.2.9.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file YungsBetterDesertTemples-1.18.2-Forge-1.3.1.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file YungsBetterMineshafts-1.18.2-Forge-2.2.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file YungsBetterNetherFortresses-1.18.2-Forge-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/INFO]: Found mod file YungsBetterOceanMonuments-1.18.2-Forge-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\mods} [20:44:43] [main/WARN]: Mod file C:\Users\User\curseforge\minecraft\Install\libraries\net\minecraftforge\fmlcore\1.18.2-40.2.2\fmlcore-1.18.2-40.2.2.jar is missing mods.toml file [20:44:43] [main/WARN]: Mod file C:\Users\User\curseforge\minecraft\Install\libraries\net\minecraftforge\javafmllanguage\1.18.2-40.2.2\javafmllanguage-1.18.2-40.2.2.jar is missing mods.toml file [20:44:43] [main/WARN]: Mod file C:\Users\User\curseforge\minecraft\Install\libraries\net\minecraftforge\lowcodelanguage\1.18.2-40.2.2\lowcodelanguage-1.18.2-40.2.2.jar is missing mods.toml file [20:44:43] [main/WARN]: Mod file C:\Users\User\curseforge\minecraft\Install\libraries\net\minecraftforge\mclanguage\1.18.2-40.2.2\mclanguage-1.18.2-40.2.2.jar is missing mods.toml file [20:44:44] [main/INFO]: Found mod file fmlcore-1.18.2-40.2.2.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@66d57c1b [20:44:44] [main/INFO]: Found mod file javafmllanguage-1.18.2-40.2.2.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@66d57c1b [20:44:44] [main/INFO]: Found mod file lowcodelanguage-1.18.2-40.2.2.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@66d57c1b [20:44:44] [main/INFO]: Found mod file mclanguage-1.18.2-40.2.2.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@66d57c1b [20:44:44] [main/INFO]: Found mod file client-1.18.2-20220404.173914-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@66d57c1b [20:44:44] [main/INFO]: Found mod file forge-1.18.2-40.2.2-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@66d57c1b [20:44:44] [main/INFO]: Found 5 dependencies adding them to mods collection [20:44:44] [main/INFO]: Found mod file apexcore-1.18.2-4.13.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@185f7840 [20:44:44] [main/INFO]: Found mod file jankson-1.2.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@185f7840 [20:44:44] [main/INFO]: Found mod file commonality-1.18.2-1.4.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@185f7840 [20:44:44] [main/INFO]: Found mod file Registrate-MC1.18.2-1.1.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@185f7840 [20:44:44] [main/INFO]: Found mod file capabilitysyncer-1.18.2-2.0.9-SNAPSHOT.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@185f7840 [20:44:50] [main/INFO]: Compatibility level set to JAVA_17 [20:44:50] [main/ERROR]: Mixin config justhammers.mixins.json does not specify "minVersion" property [20:44:50] [main/ERROR]: Mixin config illuminations.mixins.json does not specify "minVersion" property [20:44:50] [main/INFO]: Successfully loaded Mixin Connector [com.sonicether.soundphysics.MixinConnector] [20:44:50] [main/INFO]: Successfully loaded Mixin Connector [tictim.paraglider.MixinConnector] [20:44:50] [main/INFO]: Successfully loaded Mixin Connector [ca.spottedleaf.starlight.mixin.MixinConnector] [20:44:50] [main/INFO]: Launching target 'forgeclient' with arguments [--version, forge-40.2.2, --gameDir, C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn, --assetsDir, C:\Users\User\curseforge\minecraft\Install\assets, --uuid, 770b1f3d992c426a991e0177b25ad3ba, --username, DrMilk240, --assetIndex, 1.18, --accessToken, ????????, --clientId, MGY2MGIwMWUtYzVlNS00YWVkLWFmY2MtNmE5NjE4NjFjMmNm, --xuid, 2535448137479074, --userType, msa, --versionType, release, --width, 1024, --height, 768] [20:44:50] [main/WARN]: Reference map 'grapplemod.refmap.json' for grapplemod.mixins.json could not be read. If this is a development environment you can ignore this message [20:44:50] [main/INFO]: Trying to switch memory allocators to work around memory leaks present with Jemalloc 5.0.0 through 5.2.0 on Windows [20:44:50] [main/INFO]: Loaded configuration file for Rubidium: 28 options available, 0 override(s) found [20:44:50] [main/WARN]: Reference map 'sereneseasonfix.refmap.json' for sereneseasonfix.mixins.json could not be read. If this is a development environment you can ignore this message [20:44:50] [main/WARN]: Reference map 'justhammers-forge-forge-refmap.json' for justhammers.mixins.json could not be read. If this is a development environment you can ignore this message [20:44:50] [main/WARN]: Reference map 'xlpackets.refmap.json' for xlpackets.mixins.json could not be read. If this is a development environment you can ignore this message [20:44:50] [main/WARN]: Reference map 'everycomp.refmap.json' for everycomp.mixins.json could not be read. If this is a development environment you can ignore this message [20:44:50] [main/WARN]: Reference map 'creativecore.mixins.refmap.json' for creativecore.mixins.json could not be read. If this is a development environment you can ignore this message [20:44:50] [main/WARN]: Reference map 'nethersdelight.refmap.json' for nethersdelight.mixins.json could not be read. If this is a development environment you can ignore this message [20:44:51] [main/WARN]: Reference map 'farmersrespite.refmap.json' for farmersrespite.mixins.json could not be read. If this is a development environment you can ignore this message [20:44:51] [main/WARN]: Reference map 'immersive_paintings-common-refmap.json' for immersive_paintings.mixin.json could not be read. If this is a development environment you can ignore this message [20:44:51] [main/INFO]: Loaded configuration file for Canary: 112 options available, 1 override(s) found [20:44:52] [main/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/inventory/AnvilMenu [20:44:53] [main/WARN]: Error loading class: com/theishiopian/parrying/Mechanics/ArmorPenetrationMechanic (java.lang.ClassNotFoundException: com.theishiopian.parrying.Mechanics.ArmorPenetrationMechanic) [20:44:53] [main/WARN]: Error loading class: com/theishiopian/parrying/Entity/DaggerEntity (java.lang.ClassNotFoundException: com.theishiopian.parrying.Entity.DaggerEntity) [20:44:53] [main/WARN]: Error loading class: com/mrcrayfish/guns/common/Gun (java.lang.ClassNotFoundException: com.mrcrayfish.guns.common.Gun) [20:44:53] [main/WARN]: Error loading class: com/mrcrayfish/guns/item/GunItem (java.lang.ClassNotFoundException: com.mrcrayfish.guns.item.GunItem) [20:44:53] [main/WARN]: Error loading class: se/mickelus/tetra/items/modular/impl/bow/ModularBowItem (java.lang.ClassNotFoundException: se.mickelus.tetra.items.modular.impl.bow.ModularBowItem) [20:44:53] [main/WARN]: Error loading class: se/mickelus/tetra/items/modular/impl/crossbow/ModularCrossbowItem (java.lang.ClassNotFoundException: se.mickelus.tetra.items.modular.impl.crossbow.ModularCrossbowItem) [20:44:53] [main/WARN]: Error loading class: com/theishiopian/parrying/Entity/SpearEntity (java.lang.ClassNotFoundException: com.theishiopian.parrying.Entity.SpearEntity) [20:44:53] [main/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in net/minecraft/world/entity/npc/VillagerTrades$EnchantBookForEmeralds [20:44:53] [main/INFO]: Replaced 1 calls to Enchantment#isTreasureOnly() in net/minecraft/world/entity/npc/VillagerTrades$EnchantBookForEmeralds [20:44:53] [main/INFO]: Replaced 1 calls to Enchantment#isTradeable() in net/minecraft/world/entity/npc/VillagerTrades$EnchantBookForEmeralds [20:44:53] [main/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/item/EnchantedBookItem [20:44:53] [main/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [20:44:53] [main/INFO]: Replaced 1 calls to Enchantment#isDiscoverable() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [20:44:53] [main/WARN]: Force-disabling mixin 'world.player_chunk_tick.ChunkMapMixin' as rule 'mixin.world.player_chunk_tick' (added by mods [pluto]) disables it and children [20:44:53] [main/INFO]: [MemoryLeakFix] Will be applying 5 memory leak fixes! [20:44:53] [main/INFO]: [MemoryLeakFix] Currently enabled memory leak fixes: [tagKeyLeak, targetEntityLeak, entityMemoriesLeak, biomeTemperatureLeak, hugeScreenshotLeak] [20:44:55] [main/INFO]: BeforeConstant is searching for constants in method with descriptor (Lnet/minecraft/network/chat/Component;Z)V [20:44:55] [main/INFO]: BeforeConstant found INTEGER constant: value = 60, intValue = null [20:44:55] [main/INFO]: BeforeConstant found a matching constant TYPE at ordinal 0 [20:44:55] [main/INFO]: BeforeConstant found IntInsn 60 [20:44:58] [pool-3-thread-1/INFO]: Replaced 5 calls to Enchantment#getMaxLevel() in vazkii/quark/content/tools/module/AncientTomesModule [20:44:58] [pool-3-thread-1/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/inventory/AnvilMenu [20:44:59] [pool-3-thread-1/INFO]: Lazy DFU [20:45:00] [pool-3-thread-1/INFO]: Patching FishingHook#catchingFish [20:45:00] [pool-3-thread-1/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/item/EnchantedBookItem [20:45:01] [pool-3-thread-1/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [20:45:01] [pool-3-thread-1/INFO]: Replaced 1 calls to Enchantment#isDiscoverable() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [20:45:01] [pool-3-thread-1/INFO]: Potentially Dangerous alternative prefix `combatroll` for name `distance`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod. [20:45:01] [pool-3-thread-1/INFO]: Potentially Dangerous alternative prefix `combatroll` for name `recharge`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod. [20:45:01] [pool-3-thread-1/INFO]: Potentially Dangerous alternative prefix `combatroll` for name `count`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod. [20:45:01] [pool-3-thread-1/INFO]: Potentially Dangerous alternative prefix `combatroll` for name `longfooted`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod. [20:45:01] [pool-3-thread-1/INFO]: Potentially Dangerous alternative prefix `combatroll` for name `acrobat`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod. [20:45:01] [pool-3-thread-1/INFO]: Potentially Dangerous alternative prefix `combatroll` for name `multi_roll`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod. [20:45:01] [Render thread/WARN]: Assets URL 'union:/C:/Users/User/curseforge/minecraft/Install/libraries/net/minecraft/client/1.18.2-20220404.173914/client-1.18.2-20220404.173914-srg.jar%23222!/assets/.mcassetsroot' uses unexpected schema [20:45:01] [Render thread/WARN]: Assets URL 'union:/C:/Users/User/curseforge/minecraft/Install/libraries/net/minecraft/client/1.18.2-20220404.173914/client-1.18.2-20220404.173914-srg.jar%23222!/data/.mcassetsroot' uses unexpected schema [20:45:01] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [20:45:02] [Render thread/INFO]: Setting user: DrMilk240 [20:45:02] [Render thread/INFO]: Backend library: LWJGL version 3.2.2 SNAPSHOT [20:45:03] [modloading-worker-0/WARN]: Attempting to add a Lambda listener with computed generic type of Event. Are you sure this is what you meant? NOTE : there are complex lambda forms where the generic type information is erased and cannot be recovered at runtime. [20:45:04] [modloading-worker-0/INFO]: Fixing MC-151457. Crafting remainder for minecraft:pufferfish_bucket is now minecraft:bucket. [20:45:04] [modloading-worker-0/INFO]: Fixing MC-151457. Crafting remainder for minecraft:salmon_bucket is now minecraft:bucket. [20:45:04] [modloading-worker-0/INFO]: Fixing MC-151457. Crafting remainder for minecraft:cod_bucket is now minecraft:bucket. [20:45:04] [modloading-worker-0/INFO]: Fixing MC-151457. Crafting remainder for minecraft:tropical_fish_bucket is now minecraft:bucket. [20:45:04] [modloading-worker-0/INFO]: Fixing MC-151457. Crafting remainder for minecraft:axolotl_bucket is now minecraft:bucket. [20:45:04] [modloading-worker-0/INFO]: Fixing MC-151457. Crafting remainder for minecraft:powder_snow_bucket is now minecraft:bucket. [20:45:04] [modloading-worker-0/INFO]: Loading "ManyIdeas Core" Client Config [20:45:04] [modloading-worker-0/INFO]: [debug_blocks] = false [20:45:04] [modloading-worker-0/INFO]: [all_colors_in_item_group] = true [20:45:04] [modloading-worker-0/INFO]: "ManyIdeas Core" Config loaded [20:45:05] [modloading-worker-0/INFO]: Loading Collective version 6.53. [20:45:05] [modloading-worker-0/INFO]: Registering S2C receiver with id architectury:sync_ids [20:45:05] [modloading-worker-0/INFO]: Registering C2S receiver with id architectury:sync_ids [20:45:05] [modloading-worker-0/INFO]: Registering C2S receiver with id snailmail:main_channel/3f5ff0834488350bb68b65b87c1326ba [20:45:05] [modloading-worker-0/INFO]: Registering S2C receiver with id snailmail:main_channel/3f5ff0834488350bb68b65b87c1326ba [20:45:05] [modloading-worker-0/INFO]: Registering C2S receiver with id snailmail:main_channel/ea494d052fb93053a5258286fff845f7 [20:45:05] [modloading-worker-0/INFO]: Registering S2C receiver with id snailmail:main_channel/ea494d052fb93053a5258286fff845f7 [20:45:05] [modloading-worker-0/INFO]: Registering C2S receiver with id snailmail:main_channel/d084aaeef02e3b11a8f130d0c6ef6e5e [20:45:05] [modloading-worker-0/INFO]: Registering S2C receiver with id snailmail:main_channel/d084aaeef02e3b11a8f130d0c6ef6e5e [20:45:05] [modloading-worker-0/INFO]: Registering C2S receiver with id snailmail:main_channel/2d145438bdb83460b674a7dd7d1218f1 [20:45:05] [modloading-worker-0/INFO]: Registering S2C receiver with id snailmail:main_channel/2d145438bdb83460b674a7dd7d1218f1 [20:45:05] [modloading-worker-0/INFO]: Registering C2S receiver with id snailmail:main_channel/be76272a38fe3a96a97c063c04f356a0 [20:45:05] [modloading-worker-0/INFO]: Registering S2C receiver with id snailmail:main_channel/be76272a38fe3a96a97c063c04f356a0 [20:45:05] [modloading-worker-0/INFO]: CHUNK_TRY_LIMIT: 100 [20:45:05] [modloading-worker-0/INFO]: CLOSE_LOADING_SCREEN_UNSAFELY: FALSE [20:45:05] [modloading-worker-0/INFO]: PRE_RENDER_RADIUS: 0 [20:45:05] [modloading-worker-0/INFO]: PRE_RENDER_AREA: 0 [20:45:05] [modloading-worker-0/INFO]: DEBUG: FALSE [20:45:05] [modloading-worker-0/INFO]: PREGEN_CHUNK_RADIUS: 5 [20:45:05] [modloading-worker-0/INFO]: PREGEN_CHUNK_AREA: 121 [20:45:06] [modloading-worker-0/INFO]: Setting up compat for Farmers Delight [20:45:06] [modloading-worker-0/INFO]: Forge mod loading, version 40.2.2, for MC 1.18.2 with MCP 20220404.173914 [20:45:06] [modloading-worker-0/INFO]: MinecraftForge v40.2.2 Initialized [20:45:06] [modloading-worker-0/INFO]: Loaded config file. [20:45:06] [modloading-worker-0/INFO]: Saved config file. [20:45:06] [modloading-worker-0/INFO]: Narrator library for x64 successfully loaded [20:45:06] [modloading-worker-0/INFO]: Loading BlackListed sources from remote... (https://api.stopmodreposts.org/minecraft/sites.txt) [20:45:06] [modloading-worker-0/WARN]: Configuration file C:\Users\User\curseforge\minecraft\Instances\Rusticraft Reborn\config\catlib.xjs is not correct. Correcting [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.SpiralSpiresModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.PermafrostModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.NoMoreLavaPocketsModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.NewStoneTypesModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.NetherObsidianSpikesModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.MonsterBoxModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.GlimmeringWealdModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.FairyRingsModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.CorundumModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.ChorusVegetationModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.BlossomTreesModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.BigStoneClustersModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.BigDungeonModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.world.module.AzaleaWoodModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.VillagersFollowEmeraldsModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.VexesDieWithTheirMastersModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.UtilityRecipesModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.SnowGolemPlayerHeadsModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.SimpleHarvestModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.SignEditingModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.ReplaceScaffoldingModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.ReacharoundPlacingModule [20:45:07] [modloading-worker-0/INFO]: I tried to punch tree. It didn't work, my hands are now covered in blood and splinters. Need to try something else ... [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.PoisonPotatoUsageModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.PigLittersModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.PatTheDogsModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.NoteBlockMobSoundsModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.MoreBannerLayersModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.LockRotationModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.HoeHarvestingModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.GrabChickensModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.GlassShardModule [20:45:07] [modloading-worker-0/INFO]: Detected new forge version, registering events reflectively. [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.EnhancedLaddersModule [20:45:07] [modloading-worker-0/INFO]: Loaded EveryCompat Mcwdoors Module [20:45:07] [modloading-worker-0/INFO]: Loaded EveryCompat Mcwtrpdoors Module [20:45:07] [modloading-worker-0/INFO]: Loaded EveryCompat Mcwwindows Module [20:45:07] [modloading-worker-0/INFO]: Loaded EveryCompat Mcwfences Module [20:45:07] [modloading-worker-0/INFO]: Loaded EveryCompat Mcwbridges Module [20:45:07] [modloading-worker-0/INFO]: Loaded EveryCompat Decorative Blocks Module [20:45:07] [modloading-worker-0/INFO]: Loaded EveryCompat Another Furniture Module [20:45:07] [modloading-worker-0/INFO]: Loaded EveryCompat Farmersdelight Module [20:45:07] [modloading-worker-0/INFO]: Loaded EveryCompat Quark Module [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.EmotesModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.DragonScalesModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.DoubleDoorOpeningModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.CompassesWorkEverywhereModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.CampfiresBoostElytraModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.BetterElytraRocketModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.AutomaticRecipeUnlockModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tweaks.module.ArmedArmorStandsModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.TrowelModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.SlimeInABucketModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.SkullPikesModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.SeedPouchModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.PickarangModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.PathfinderMapsModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.ParrotEggsModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.EndermoshMusicDiscModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.ColorRunesModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.CameraModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.BundleRecipeModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.BottledCloudModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.BeaconRedirectionModule [20:45:07] [modloading-worker-0/INFO]: Loading mod 'apexcore' TrustWorthiness... [20:45:07] [modloading-worker-0/INFO]: Loading mod 'fantasyfurniture' TrustWorthiness... [20:45:07] [modloading-worker-0/FATAL]: Could not determine mod trust worthiness, Assuming Jar was downloaded from trusted source! [20:45:07] [modloading-worker-0/FATAL]: Could not determine mod trust worthiness, Assuming Jar was downloaded from trusted source! [20:45:07] [modloading-worker-0/INFO]: Loaded mod 'apexcore' TrustWorthiness: UNKNOWN [20:45:07] [modloading-worker-0/INFO]: Loaded mod 'fantasyfurniture' TrustWorthiness: UNKNOWN [20:45:07] [modloading-worker-0/INFO]: Replaced 5 calls to Enchantment#getMaxLevel() in vazkii/quark/content/tools/module/AncientTomesModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.AncientTomesModule [20:45:07] [modloading-worker-0/INFO]: Loaded config file. [20:45:07] [modloading-worker-0/INFO]: Saved config file. [20:45:07] [modloading-worker-0/INFO]: Replaced 3 calls to Enchantment#getMaxLevel() in vazkii/quark/content/tools/item/AncientTomeItem [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.AmbientDiscsModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.tools.module.AbacusModule [20:45:07] [modloading-worker-0/INFO]: Presence Footsteps starting [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.mobs.module.WraithModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.mobs.module.ToretoiseModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.mobs.module.StonelingsModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.mobs.module.ShibaModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.mobs.module.FrogsModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.mobs.module.FoxhoundModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.mobs.module.ForgottenModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.mobs.module.CrabsModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.management.module.QuickArmorSwappingModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.management.module.ItemSharingModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.management.module.InventorySortingModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.management.module.HotbarChangerModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.management.module.ExpandedItemInteractionsModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.management.module.EasyTransferingModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.management.module.ChestsInBoatsModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.experimental.module.ZombieVillagersOnNormalModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.experimental.module.SpawnerReplacerModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.experimental.module.OverlayShaderModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.experimental.module.NarratorReadoutModule [20:45:07] [modloading-worker-0/INFO]: Detected new forge version, registering events reflectively. [20:45:07] [modloading-worker-0/INFO]: Detected new forge version, registering events reflectively. [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.experimental.module.GameNerfsModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.experimental.module.EnchantmentsBegoneModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.experimental.module.AdjustableChatModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.client.module.VariantAnimalTexturesModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.client.module.UsesForCursesModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.client.module.UsageTickerModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.client.module.SoulCandlesModule [20:45:07] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.client.module.MicrocraftingHelperModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.client.module.ImprovedTooltipsModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.client.module.GreenerGrassModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.client.module.ChestSearchingModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.client.module.BackButtonKeybind [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.client.module.AutoWalkKeybindModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.WoodenPostsModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.VerticalSlabsModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.VerticalPlanksModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.VariantLaddersModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.VariantFurnacesModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.VariantChestsModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.VariantBookshelvesModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.ThatchModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.SturdyStoneModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.StoolsModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.SoulSandstoneModule [20:45:08] [modloading-worker-0/INFO]: Loaded 564 BlackListed sources from remote [20:45:08] [modloading-worker-0/INFO]: Loading mod 'commonality' TrustWorthiness... [20:45:08] [modloading-worker-0/FATAL]: Could not determine mod trust worthiness, Assuming Jar was downloaded from trusted source! [20:45:08] [modloading-worker-0/INFO]: Loaded mod 'commonality' TrustWorthiness: UNKNOWN [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.ShinglesModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.ShearVinesModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.RopeModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.OrientalPaletteModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.NetherBrickFenceGateModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.MoreStoneVariantsModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.MorePottedPlantsModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.MoreBrickTypesModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.MidoriModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.LeafCarpetModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.IndustrialPaletteModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.HedgesModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.GrateModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.GoldBarsModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.GlassItemFrameModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.FramedGlassModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.DuskboundBlocksModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.CompressedBlocksModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.building.module.CelebratoryLampsModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.RedstoneRandomizerModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.PistonsMoveTileEntitiesModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.ObsidianPlateModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.MetalButtonsModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.JukeboxAutomationModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.IronRodModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.GravisandModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.FeedingTroughModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.EnderWatcherModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.DispensersPlaceBlocksModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.ChuteModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.content.automation.module.ChainsConnectBlocksModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.addons.oddities.module.TotemOfHoldingModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.addons.oddities.module.TinyPotatoModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.addons.oddities.module.PipesModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.addons.oddities.module.MatrixEnchantingModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.addons.oddities.module.MagnetsModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.addons.oddities.module.CrateModule [20:45:08] [modloading-worker-0/INFO]: Found Quark module class vazkii.quark.addons.oddities.module.BackpackModule [20:45:08] [modloading-worker-0/INFO]: Dispatching Module Step CONSTRUCT [20:45:08] [modloading-worker-0/INFO]: Dispatching Module Step CONSTRUCT_CLIENT
×
×
  • Create New...

Important Information

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