Содержание
- [Craftweaker Compat] Error Parsing recipe about naturesaura HOT 7 CLOSED
- Comments (7)
- Error with creating my craft #990
- Comments
- Assistance required #498
- Comments
- Script used
- Crafttweaker.log file
- Affected Versions (Do not use «latest»):
- New Shaped Recipe Not Working #362
- Comments
- Intro:
- Issue Description:
- What happens:
- What you expected to happen:
- Script used (Please Pastebin or gist your script, posting an unpasted or ungist’d script will automatically close this issue):
- Minetweaker.log file (Please Pastebin or gist your file, posting an unpasted or ungist’d file will automatically close this issue):
- Affected Versions (Do not use «latest»):
- Your most recent log file where the issue was present:
- New Shaped Recipe Not Working #362
- Comments
- Intro:
- Issue Description:
- What happens:
- What you expected to happen:
- Script used (Please Pastebin or gist your script, posting an unpasted or ungist’d script will automatically close this issue):
- Minetweaker.log file (Please Pastebin or gist your file, posting an unpasted or ungist’d file will automatically close this issue):
- Affected Versions (Do not use «latest»):
- Your most recent log file where the issue was present:
[Craftweaker Compat] Error Parsing recipe about naturesaura HOT 7 CLOSED
JACOBFRANTZ commented on January 15, 2023
I do have the <>, I guess it didn’t show up. I didn’t know about the strings though, thanks!
JACOBFRANTZ commented on January 15, 2023
I just ran it, and it still has that error (Sadly) Anything else I can do to fix it? (I Tried running it without this script, and it didn’t have the error)
Ellpeck commented on January 15, 2023
What’s the error?
Edit: You’re missing semicolons at the end of lines, aren’t you?
JACOBFRANTZ commented on January 15, 2023
[crafttweaker : SIDE_CLIENT]: Error parsing recipes.zs:136 — ; expected
(The script is on that line, I can upload the full recipes file if you want)
The Script being used:
mods.naturesaura.Altar.addRecipe(«naturesaura:infused_stone», astralsorcery:blockmarble, naturesaura:infused_stone, null, 10, 5)
(Its the same as Quarris’)
[PREINITIALIZATION][CLIENT][INFO] Current loaders after merging: [[preinit]]
[PREINITIALIZATION][CLIENT][INFO] Loading scripts for loader with names [preinit]
[PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file <[0:crafttweaker]: recipes.zs>as we are currently loading with a different loader
[PREINITIALIZATION][CLIENT][INFO] Completed script loading in: 4ms
[PREINITIALIZATION][CLIENT][INFO] Current loaders after merging: [[preinit], [contenttweaker]]
[PREINITIALIZATION][CLIENT][INFO] Loading scripts for loader with names [contenttweaker]
[PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file <[0:crafttweaker]: recipes.zs>as we are currently loading with a different loader
[PREINITIALIZATION][CLIENT][INFO] Completed script loading in: 0ms
[INITIALIZATION][CLIENT][INFO] CraftTweaker: Building registry
[INITIALIZATION][CLIENT][INFO] CraftTweaker: Successfully built item registry
[INITIALIZATION][CLIENT][INFO] Current loaders after merging: [[preinit], [contenttweaker], [recipeevent | crafttweaker]]
[INITIALIZATION][CLIENT][INFO] Loading scripts for loader with names [crafttweaker | recipeevent]
[INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: <[0:crafttweaker]: recipes.zs>
[INITIALIZATION][CLIENT][ERROR] [crafttweaker | SIDE_CLIENT]: Error parsing recipes.zs:136 — ; expected
[INITIALIZATION][CLIENT][INFO] Completed script loading in: 303ms
[SERVER_STARTED][CLIENT][INFO] Fixed the RecipeBook
Ellpeck commented on January 15, 2023
It literally says «[semicolon] expected».
JACOBFRANTZ commented on January 15, 2023
Im an idiot, sorry for wasting your time. 😛
Источник
Error with creating my craft #990
CraftTweaker log:
[PREINITIALIZATION][CLIENT][INFO] Current loaders after merging: [[preinit]]
[PREINITIALIZATION][CLIENT][INFO] Loading scripts for loader with names [preinit]
[PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file <[0:crafttweaker]: 1.zs>as we are currently loading with a different loader
[PREINITIALIZATION][CLIENT][INFO] Completed script loading in: 2ms
[INITIALIZATION][CLIENT][INFO] CraftTweaker: Building registry
[INITIALIZATION][CLIENT][INFO] CraftTweaker: Successfully built item registry
[INITIALIZATION][CLIENT][INFO] Current loaders after merging: [[preinit], [recipeevent | crafttweaker]]
[INITIALIZATION][CLIENT][INFO] Loading scripts for loader with names [crafttweaker | recipeevent]
[INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: <[0:crafttweaker]: 1.zs>
[INITIALIZATION][CLIENT][ERROR] 1.zs:6: Could not resolve
[INITIALIZATION][CLIENT][ERROR] [crafttweaker | SIDE_CLIENT]: Error parsing 1.zs:6 — Invalid expression, last token: ,
[INITIALIZATION][CLIENT][INFO] Completed script loading in: 289ms
[POSTINITIALIZATION][CLIENT][INFO] Removing recipes for various outputs
[POSTINITIALIZATION][CLIENT][INFO] Applying MrCrayfish’s Furniture Mod changes.
[AVAILABLE][CLIENT][INFO] Fixed the RecipeBook
My code:
recipes.remove( );
recipes.remove( );
recipes.addShaped( ,
[[ , null, ],
[null, , null],
[null, , null]]);
The text was updated successfully, but these errors were encountered:
Источник
Assistance required #498
Tis I. And I for the life of me can not figure out what I am messed up in this script. If you could so kindly take a quick look and let me know where I went wrong that would be greatly appreciated. The other recipes.remove(); sections are commented out till I can get the script to actually work.
Script used
Crafttweaker.log file
Affected Versions (Do not use «latest»):
- Minecraft: 1.12.2
- Forge: 1.12.2-14.23.2.2624
- Crafttweaker: 1.12-4.1.6
- Modtweaker 4.0.8
- MTLib 3.0.4
The text was updated successfully, but these errors were encountered:
Tried that. It then tells me the = is not allowed.
Change p to be a var, or just get rid of p all together since you only use it in two places (line 80 and 86)
then change it to use =
if that still doesn’t work, remove the brackets ( ) from the if statements, since they don’t need them
I count one more close-brace than open-brace. Is that the kind of thing that would confuse it?
That could be it, on line 89
Ok,
@Ommina, that is a good catch, got that removed.
@jaredlll08, I changed removed the brackets, changed p to a var and then the == to = , and I get the following when I restart or run /ct syntax
If I leave the == in there I get
The corresponding code (first line is line 69)
If I removed the p completely, how would I go about implementing using the previous chest as the center item in the recipe without adding it as another line in the var ironChests ?
so when I said remove == I meant remove p == , the first if statement should use ==
and you could just replace all uses of p with i-1
this code should hopefully work 🙂
Using that snippet, I get.
Hmm I think it’s related to missing the name parameter since you work on 1.12
@Guinaro not required as it is automatically assigned one when the script works correctly.
@bookerthegeek Well the information is contradictory at one place it says required:
Notes On 1.12
Further on you then read this:
name is a string and needs to be unique but is also optional
Just thought I would mention it. Even when docs says so, bugs do happen.
Have you tried to declare your Input ingredients as an IIngredient or IItemStack[][]. Probably won’t make a difference, but I have come to assume it is better to declare unnecessary than expecting of Zenscript to make the right call.
Источник
New Shaped Recipe Not Working #362
Intro:
i’m a pack dev and sometimes i just make a pack for fun and i tried CraftTweaker and it failed
Issue Description:
i’m trying to add an elytra recipe to minecraft but i get an error every time i open the world and when i look in JEI no recipe shows up for it
What happens:
elytra recipe doesn’t show when i use JEI and i get this error message on world startup
(In case you don’t see it)
ERROR: [crafttweaker : SIDE_CLIENT]: Error parsing recipes.zs:1 — ] expected
What you expected to happen:
i wanted the elytra recipe to be used and for it to appear in JEI
Script used (Please Pastebin or gist your script, posting an unpasted or ungist’d script will automatically close this issue):
https://pastebin.com/T7mGmtyz (Note: i used notepad to make this script)
Minetweaker.log file (Please Pastebin or gist your file, posting an unpasted or ungist’d file will automatically close this issue):
Affected Versions (Do not use «latest»):
- Minecraft: 1.12.2
- Forge: 14.23.0.2515
- Crafttweaker: 4.09
Your most recent log file where the issue was present:
The text was updated successfully, but these errors were encountered:
Источник
New Shaped Recipe Not Working #362
Intro:
i’m a pack dev and sometimes i just make a pack for fun and i tried CraftTweaker and it failed
Issue Description:
i’m trying to add an elytra recipe to minecraft but i get an error every time i open the world and when i look in JEI no recipe shows up for it
What happens:
elytra recipe doesn’t show when i use JEI and i get this error message on world startup
(In case you don’t see it)
ERROR: [crafttweaker : SIDE_CLIENT]: Error parsing recipes.zs:1 — ] expected
What you expected to happen:
i wanted the elytra recipe to be used and for it to appear in JEI
Script used (Please Pastebin or gist your script, posting an unpasted or ungist’d script will automatically close this issue):
https://pastebin.com/T7mGmtyz (Note: i used notepad to make this script)
Minetweaker.log file (Please Pastebin or gist your file, posting an unpasted or ungist’d file will automatically close this issue):
Affected Versions (Do not use «latest»):
- Minecraft: 1.12.2
- Forge: 14.23.0.2515
- Crafttweaker: 4.09
Your most recent log file where the issue was present:
The text was updated successfully, but these errors were encountered:
Источник
I am trying to do custom crafting recipes for my modpack, I’ve just been editing the one from rlcraft because I like the recipes and use a lot of the same mods. I keep getting ERROR: [crafttweaker ; SIDE_CLIENTS]: Error parsing Shiv.zs:336 —; expected
[PREINITIALIZATION][CLIENT][INFO] Current loaders after merging: [[preinit]]
[PREINITIALIZATION][CLIENT][INFO] Loading scripts for loader with names [preinit]
[PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Shiv.zs} as we are currently loading with a different loader
[PREINITIALIZATION][CLIENT][INFO] Completed script loading in: 4ms
[INITIALIZATION][CLIENT][INFO] CraftTweaker: Building registry
[INITIALIZATION][CLIENT][INFO] CraftTweaker: Successfully built item registry
[INITIALIZATION][CLIENT][INFO] Current loaders after merging: [[preinit], [recipeevent | crafttweaker]]
[INITIALIZATION][CLIENT][INFO] Loading scripts for loader with names [crafttweaker | recipeevent]
[INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: Shiv.zs}
[INITIALIZATION][CLIENT][ERROR] [crafttweaker | SIDE_CLIENT]: Error parsing Shiv.zs:336 — ; expected
[INITIALIZATION][CLIENT][INFO] Completed script loading in: 315ms
[POSTINITIALIZATION][CLIENT][INFO] Removing recipes for various outputs
[AVAILABLE][CLIENT][INFO] Fixed the RecipeBook
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
D3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
Recommend Topics
-
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
-
web
Some thing interesting about web. New door for the world.
-
server
A server is a program made to process requests and deliver data to clients.
-
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.
The item.onlyDamaged(), item.onlyDamageAtLeast(value) and maybe similar are not match items with isDamageable=true, for example, <thaumcraft:primordial_pearl> (Thaumcraft-1.12.2-6.1) so recipe isn’t working despite of it’s visibility in JEI. To be clear, I’ll bring here my example, which craft isn’t working:
//restore durability of one thaumcraft primordial pearl at cost of durability another
val tpp = <thaumcraft:primordial_pearl>;
recipes.addShapeless(«p_pearl-reconst»,
tpp, [tpp.onlyDamaged().marked(«same»).noReturn(), tpp.anyDamage().transformDamage()], function(output, inputs, crafting)
{
return inputs.same.withDamage(max(0, inputs.same.damage — 1));
},
null);
But, when I specified «tpp.anyDamage().onlyDamaged()» or «<thaumcraft:primordial_pearl:*>.onlyDamaged()» instead of «tpp.onlyDamaged()», it’s become fine. So, I suggest to explicitly specify in documentation, that damage matching functions require item.anyDamage() as well.
BTW, when there was no «.noReturn()» in my example, sometimes first p.pearl was remain in craft grid (causing dupe!), sometimes — not. Looks like CraftTweaker bug. Or maybe not — maybe my fault. It isn’t clear. If it is bug so maybe I have to post it there?
version: CraftTweaker2-1.12-4.1.13
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
D3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
Recommend Topics
-
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
-
web
Some thing interesting about web. New door for the world.
-
server
A server is a program made to process requests and deliver data to clients.
-
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.
Код ошибки:
flush now
[Loading] INITIALIZING
Starting TLauncher 2.86 RELEASE
For more information, visit https://tlauncher.org/
Startup time: 16.09.2022 17:52:58
Running folder C:UsersUserAppDataRoaming.minecraft
—
[Loading] LOADING_CONFIGURATION
Machine info: ——————————————————-
Windows 10 10.0, Java 1.8.0_281, jvm bit x64, 16315 MB RAM
java path=C:UsersUserAppDataRoaming.tlauncherjvmsjre1.8.0_281binjavaw.exe
AMD Ryzen 7 1700 Eight-Core Processor
NVIDIA GeForce GTX 1060 6GB, NVIDIA GeForce GTX 1060 6GB, 14209 MB
——————————————————-
Selected locale: ru_RU
[Loading] LOADING_CONSOLE
[Downloader2] Loaded configuration: good
[Updater] Requesting an update…
[Updater] Requesting from: https://repo.tlauncher.org/update/lch/update_2.0.json
[Updater] Making request: https://repo.tlauncher.org/update/lch/update_2.0.json?version=2.86&client=1209af2a-29db-447f-b468-fb7ade99b238
[Browser] Loading resources…
[Updater] Request time: 292 ms
[Updater] Successfully requested from: https://repo.tlauncher.org/update/lch/update_2.0.json
[Browser] Loading background…
[Browser] Cleaning up after loading:
Starting garbage collector: 34 / 193 MB
Garbage collector completed: 17 / 232 MB
[Loading] LOADING_MANAGERS
[LocalVersionList] Base directory: C:UsersUserAppDataRoaming.minecraft
[ProfileManager] Refreshing profiles from: C:UsersUserAppDataRoaming.minecraftTlauncherProfiles.json
[AdvertisingStatusObserver] started to get ad information
[GsonUtil] request to https://repo.tlauncher.org/update/downloads/libraries/org/tlauncher/authlib/libraries-1.7.json
[JFXStartPageLoader] start load page: https://page.tlauncher.org/update/downloads/configs/client/index.html
[Browser] Running in JavaFX Thread
[Browser] Preparing JavaFX…
[Browser] Initializing…
[AdvertisingStatusObserver] ForbiddenOperationException Invalid token.
[AdvertisingStatusObserver] finished to get add information
save profiles
[Loading] LOADING_WINDOW
[Swing] Favicons loaded: 256px, 128px, 96px, 64px, 48px, 32px, 24px, 16px
[Loading] PREPARING_MAINPANE
[REPO][SERVER_LIST_REPO] Success: Reached the repo in 97 ms.
[JFXStartPageLoader] succeeded load page: https://page.tlauncher.org/update/downloads/configs/client/index.html during 0
[Browser@419887339] Loaded successfully: «https://page.tlauncher.org/update/downloads/configs/client/index.html»
[Downloader2] Loaded configuration: good
[Browser] add listens into server_choose
[Browser] finished listens into server_choose
[Loading] POSTINIT_GUI
[Frame] Packing main frame…
[Frame] Resizing main pane…
Updater is already closed. Showing up…
Visibility set.
[Loading] REFRESHING_INFO
[VersionManager] Refreshing versions remotely…
[REPO][EXTRA_VERSION_REPO] Attempt #1; timeout: 20000 ms; url: https://repo.tlauncher.org/update/downloads/versions/new4/
Started! (3615 ms.)
[Loading] SUCCESS
[TLauncher] show tlauncher!!!
[REPO][EXTRA_VERSION_REPO] Success: Reached the repo in 139 ms.
[REPO][OFFICIAL_VERSION_REPO] Attempt #1; timeout: 20000 ms; url: https://launchermeta.mojang.com/mc/game/
[REPO][EXTRA_VERSION_REPO] Attempt #1; timeout: 20000 ms; url: https://repo.tlauncher.org/update/downloads/versions/new4/
[REPO][SKIN_VERSION_REPO] Attempt #1; timeout: 20000 ms; url: https://repo.tlauncher.org/update/downloads/versions/new4/skin/versions/
[REPO][SKIN_VERSION_REPO] Success: Reached the repo in 63 ms.
[SkinVersionList] Got in 75 ms
[REPO][EXTRA_VERSION_REPO] Success: Reached the repo in 140 ms.
[ExtraVersionList] Got in 159 ms
[REPO][OFFICIAL_VERSION_REPO] Success: Reached the repo in 645 ms.
[OfficialVersionList] Got in 722 ms
[Version:1.12.2-Impact_4.8.3] Resolving…
[Version:1.12.2-Impact_4.8.3] Inherits from 1.12.2
[Version:Aether II Genesis of the Void ++ A2GotV++ v1.0] Resolving…
[Version:Aether II Genesis of the Void ++ A2GotV++ v1.0] Inherits from 1.7.10
[REPO][EMPTY] Attempt #1; timeout: 20000 ms; url:
[REPO][EMPTY] Success: Reached the repo in 84 ms.
[Version:hjklghjk] Resolving…
[Version:hjklghjk] Inherits from 1.16.5
[Version:TechoCraft 1] Resolving…
[Version:TechoCraft 1] Inherits from 1.12.2
[Version:The Fluffy IC2 Classic pack The Fluffy IC2 Classic Pack-0.86] Resolving…
[Version:The Fluffy IC2 Classic pack The Fluffy IC2 Classic Pack-0.86] Inherits from 1.10.2
[REPO][EMPTY] Attempt #1; timeout: 20000 ms; url:
[REPO][EMPTY] Success: Reached the repo in 73 ms.
[Version:РЎР±РѕСЂРєР° РіРѕРІРЅР° Рё палок] Resolving…
[Version:Сборка говна и палок] Inherits from 1.12.2
[Version:ХУЙНЯ] Resolving…
[Version:ХУЙНЯ] Inherits from 1.12.2
[VersionManager] Versions has been refreshed (1264 ms)
local server started
[REPO][ADD_HOT_SERVERS_REPO] Attempt #1; timeout: 20000 ms; url: https://repo.tlauncher.org/update/lch/additional_hot_servers-1.0.json
[REPO][HOT_SERVERS_REPO] Attempt #1; timeout: 20000 ms; url: https://repo.tlauncher.org/update/lch/servers/hot_servers-1.0.json
[REPO][ADD_HOT_SERVERS_REPO] Success: Reached the repo in 70 ms.
[REPO][HOT_SERVERS_REPO] Success: Reached the repo in 212 ms.
[Double running] clear time label
request
request
[Version:1.16.4-forge-35.1.37] Resolving…
[Version:1.16.4-forge-35.1.37] Inherits from 1.16.4
[REPO][EMPTY] Attempt #1; timeout: 20000 ms; url:
[REPO][EMPTY] Success: Reached the repo in 318 ms.
request
[Modpack] can’t resolve dependency for game entity JourneyMap, dependency id 226005 name JourneyMap Tools
[Modpack] it has already added 238222
[Modpack] can’t resolve dependency for game entity The One Probe, dependency id 270789 name Redstone Flux
[Modpack] can’t resolve dependency for game entity The One Probe, dependency id 244651 name TESLA
request
[Modpack] can’t resolve dependency for game entity Waystones, dependency id 531761 name Balm (Forge Edition)
request
[Modpack] it has already added 459701
[Modpack] it has already added 457570
request
request
request
request
request
request
[Modpack] it has already added 238222
[Modpack] it has already added 309927
[Modpack] can’t resolve dependency for game entity Cyclic, dependency id 228832 name Guide-API
[Modpack] it has already added 227083
request
[Modpack] it has already added 238222
[Modpack] can’t resolve dependency for game entity Quark, dependency id 563928 name TerraBlender (Forge)
[Modpack] can’t resolve dependency for game entity Quark, dependency id 407174 name Shutup Experimental Settings!
request
request
request
[Modpack] it has already added 238222
[Modpack] can’t resolve dependency for game entity Gobber [FORGE], dependency id 358700 name More Dragon Eggs
[Modpack] it has already added 309927
[Modpack] it has already added 309927
[OS] Trying to open URL with default browser: https://www.curseforge.com/minecraft/mc-mods/biomes-o-plenty
[OS] Trying to open link with default browser: https://www.curseforge.com/minecraft/mc-mods/biomes-o-plenty
clean
request
request
request
request
request
request
[Modpack] can’t resolve dependency for game entity Biomes O’ Plenty, dependency id 563928 name TerraBlender (Forge)
[Modpack] it has already added 220318
request
request
request
[Modpack] it has already added 228525
request
request
request
request
request
request
clean
[Modpack] it has already added 238222
request
request
request
request
request
request
request
[Modpack] can’t resolve dependency for game entity Carry On, dependency id 290240 name ContainerFix
request
request
request
request
request
request
request
request
request
clean
[Modpack] active C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsDynamicTrees-1.16.5-0.10.0-Beta31.jar
clean
request
request
request
request
clean
[Modpack] it has already added 229060
request
request
clean
request
request
request
request
AccountComboBox.validte pre game launch username Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze} TLAUNCHER
[TlauncherAuthenticator] Staring to authenticate: Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze}
[TlauncherAuthenticator] hasUsername: ForgottenHaze
[TlauncherAuthenticator] hasPassword: false
[TlauncherAuthenticator] hasAccessToken: true
[TlauncherAuthenticator] Loggining in with token
[TlauncherAuthenticator] Log in successful!
[TlauncherAuthenticator] hasUUID: true
[TlauncherAuthenticator] hasAccessToken: true
[TlauncherAuthenticator] hasProfiles: true
[TlauncherAuthenticator] hasProfile: true
[TlauncherAuthenticator] hasProperties: true
onAuthPassed
saved account Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze}
save profiles
[LoginForm] Login was OK. Trying to launch now.
[Launcher] Running under TLauncher 2.86
[Launcher] Collecting info…
[TLauncherManager] before clearLibrary
[TLauncherManager] written: []
[TLauncherManager] after clearLibrary
[Launcher] Force update: false
[Launcher] Selected version: Agent Pipindr
[Launcher] Selected account: Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze}
[Launcher] Version sync info: VersionSyncInfo{id=’Agent Pipindr’,
local=CompleteVersion{id=’Agent Pipindr’, time=Fri Jan 15 03:01:16 GMT+03:00 2021, release=Thu Oct 29 18:49:37 GMT+03:00 2020, type=release, class=cpw.mods.modlauncher.Launcher, minimumVersion=21, assets=’1.16′, source=LOCAL_VERSION_REPO, list=net.minecraft.launcher.updater.LocalVersionList@69b35d72, libraries=[Library{name=’net.minecraftforge:forge:1.16.4-35.1.37′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-commons:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-tree:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-util:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-analysis:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’cpw.mods:modlauncher:8.0.9′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’cpw.mods:grossjava9hacks:1.3.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:accesstransformers:3.0.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.antlr:antlr4-runtime:4.9.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:eventbus:4.0.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:forgespi:3.2.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:coremods:4.0.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:unsafe:0.2.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.electronwill.night-config:core:3.6.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.electronwill.night-config:toml:3.6.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.jline:jline:3.12.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.maven:maven-artifact:3.6.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.jodah:typetools:0.8.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-api:2.11.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-core:2.11.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecrell:terminalconsoleappender:1.2.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.sf.jopt-simple:jopt-simple:5.0.4′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.spongepowered:mixin:0.8.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:nashorn-core-compat:15.1.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:patchy:1.3.9′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’oshi-project:oshi-core:1.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.dev.jna:jna:4.4.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.dev.jna:platform:3.4.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.ibm.icu:icu4j:66.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:javabridge:1.0.22′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.sf.jopt-simple:jopt-simple:5.0.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’io.netty:netty-all:4.1.25.Final’, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.google.guava:guava:21.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.commons:commons-lang3:3.5′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’commons-io:commons-io:2.5′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’commons-codec:commons-codec:1.10′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.jinput:jinput:2.0.5′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.jutils:jutils:1.0.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:brigadier:1.0.17′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:datafixerupper:4.0.26′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.google.code.gson:gson:2.8.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:authlib:2.1.28′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.commons:commons-compress:1.8.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.httpcomponents:httpclient:4.3.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’commons-logging:commons-logging:1.1.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.httpcomponents:httpcore:4.3.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’it.unimi.dsi:fastutil:8.2.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-api:2.8.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-core:2.8.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’com.mojang:text2speech:1.11.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:text2speech:1.11.3′, rules=null, natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=net.minecraft.launcher.versions.ExtractRules@10d857ff, packed=’null’}, Library{name=’ca.weblite:java-objc-bridge:1.0.0′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-osx}, extract=net.minecraft.launcher.versions.ExtractRules@6a6228f7, packed=’null’}, Library{name=’ca.weblite:java-objc-bridge:1.0.0′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}]},
remote=null, isInstalled=true, hasRemote=false, isUpToDate=true}
[GsonUtil] request to https://res.tlauncher.org/b/jvm/java_configuration.json
[Launcher] Checking conditions…
[Launcher] Comparing assets…
[AssetsManager] Checking resources…
[AssetsManager] Reading indexes from file C:UsersUserAppDataRoaming.minecraftassetsindexes1.16.json
[AssetsManager] Fast comparing: true
[Launcher] finished comparing assets: 551 ms.
[TLauncherManager] add required libraries: Agent Pipindr
[VersionManager] Required for version Agent Pipindr: []
[TLauncherManager] add required libraries: Agent Pipindr
[Modpack] check resources
[Modpack] check CompositeResources
used default java runtime
Minecraft requires java version: 8, java path: C:UsersUserAppDataRoaming.minecraftruntimejre-legacywindowsjre-legacybinjavaw.exe
[Downloader2] Files in queue 53
[Downloader2] Starting download 53 files…
[D#3] > https://res.tlauncher.org/b/mods/220318/3287080/BiomesOPlenty-1.16.4-13.0.0.440-universal.jar
[D#2] > https://res.tlauncher.org/b/mods/306770/3847029/Patchouli-1.16.4-53.3.jar
[D#1] > https://res.tlauncher.org/b/mods/10000020/11001362/tl_skin_cape_forge_1.16.4-1.16.jar
[D#1] > https://res.tlauncher.org/b/mods/9999999/11001900/OptiFine-1.16.4_HD_U_G7.jar
[D#2] > https://res.tlauncher.org/b/mods/239197/3986503/CraftTweaker-1.16.5-7.1.2.512.jar
[D#3] > https://res.tlauncher.org/b/mods/382216/3233486/abnormals_core-1.16.5-3.1.1.jar
[D#3] > https://res.tlauncher.org/b/mods/436223/3237238/QuarkOPlenty-1.16.5-1.2.1.jar
[D#3] > https://res.tlauncher.org/b/mods/353928/3227969/BotanyPots-1.16.4-6.0.18.jar
[D#1] > https://res.tlauncher.org/b/mods/238222/3245003/jei-1.16.4-7.6.1.74.jar
[D#3] > https://res.tlauncher.org/b/mods/243707/3170383/tombstone-1.16-6.2.5.jar
[D#2] > https://res.tlauncher.org/b/mods/368718/3584024/JEITweaker-1.16.5-1.1.0.49.jar
[D#1] > https://res.tlauncher.org/b/mods/32274/3396700/journeymap-1.16.5-5.7.2.jar
[D#2] > https://res.tlauncher.org/b/mods/239286/3518840/Cyclic-1.16.5-1.5.10.jar
[D#3] > https://res.tlauncher.org/b/mods/229380/3276018/inventorypets-1.16.5-2.0.14.jar
[D#2] > https://res.tlauncher.org/b/mods/268560/3183270/Mekanism-1.16.4-10.0.19.446.jar
[D#1] > https://res.tlauncher.org/b/mods/324717/3910873/Jade-1.16.4-2.8.3.jar
[D#3] > https://res.tlauncher.org/b/mods/252848/3133521/NaturesCompass-1.16.4-1.8.6.jar
[D#3] > https://res.tlauncher.org/b/mods/240630/3293129/JustEnoughResources-1.16.4-0.12.0.113.jar
[D#1] > https://res.tlauncher.org/b/mods/227083/11001662/baubles-1.8.5-1.16.4.jar
[D#3] > https://res.tlauncher.org/b/mods/532286/3541185/jeed-1.16.5-1.6.jar
[D#1] > https://res.tlauncher.org/b/mods/245211/3157997/theoneprobe-1.16-3.0.7.jar
[D#3] > https://res.tlauncher.org/b/mods/274259/3206755/carryon-1.16.5-1.15.3.13.jar
[D#1] > https://res.tlauncher.org/b/mods/245755/3222129/Waystones_1.16.5-7.4.0.jar
[D#3] > https://res.tlauncher.org/b/mods/244256/3167248/reap-1.16.4-1.0.3.jar
[D#1] > https://res.tlauncher.org/b/mods/309927/3725386/curios-forge-1.16.5-4.0.8.2.jar
[D#3] > https://res.tlauncher.org/b/mods/384508/3206649/resourcefulbees-1.16.5-0.5.10b.jar
[D#1] > https://res.tlauncher.org/b/mods/465066/3481341/expandability-2.0.2-forge.jar
[D#1] > https://res.tlauncher.org/b/mods/312353/3314855/Artifacts-1.16.5-2.9.2.jar
[D#1] > https://res.tlauncher.org/b/mods/278717/3235524/sit-1.16.5-v1.3.1.jar
[D#2] > https://res.tlauncher.org/b/mods/250363/3128555/AutoRegLib-1.6-47.jar
[D#1] > https://res.tlauncher.org/b/mods/459701/3399554/catalogue-1.3.0-1.16.5.jar
[D#2] > https://res.tlauncher.org/b/mods/243121/3208541/Quark-r2.4-305.jar
[D#1] > https://res.tlauncher.org/b/mods/457570/3434071/configured-1.2.0-1.16.3.jar
[D#1] > https://res.tlauncher.org/b/mods/363703/3343460/goblintraders-1.6.0-1.16.3.jar
[D#1] > https://res.tlauncher.org/b/mods/250419/3183769/EnchantmentDescriptions-1.16.4-6.0.4.jar
[D#3] > https://res.tlauncher.org/b/mods/230976/3590413/FastLeafDecay-v25.2.jar
[D#1] > https://res.tlauncher.org/b/mods/228525/3308887/Bookshelf-1.16.5-10.0.8.jar
[D#3] > https://res.tlauncher.org/b/mods/331936/3441028/citadel-1.8.1-1.16.5.jar
[D#2] > https://res.tlauncher.org/b/mods/250832/3238352/elevatorid-1.16.5-1.7.13.jar
[D#1] > https://res.tlauncher.org/b/mods/229080/3802777/Morph-1.16.5-10.2.0.jar
[D#3] > https://res.tlauncher.org/b/mods/323596/3319810/rats-7.2.0-1.16.5.jar
[D#2] > https://res.tlauncher.org/b/mods/248787/3686480/appleskin-forge-mc1.16.x-2.4.0.jar
[D#2] > https://res.tlauncher.org/b/mods/297039/3585058/silent-gear-1.16.5-2.6.36.jar
[D#2] > https://res.tlauncher.org/b/mods/308989/3522094/caelus-forge-1.16.5-2.1.3.2.jar
[D#2] > https://res.tlauncher.org/b/mods/242998/3385768/silent-lib-1.16.5-4.10.0.jar
[D#2] > https://res.tlauncher.org/b/mods/289712/3585032/tetra-1.16.5-3.20.0.jar
[D#3] > https://res.tlauncher.org/b/mods/229060/3803605/iChunUtil-1.16.5-10.6.1.jar
[D#3] > https://res.tlauncher.org/b/mods/229092/3548425/Tabula-1.16.5-10.5.1.jar
[D#2] > https://res.tlauncher.org/b/mods/351914/3456505/mgui-1.16.5-3.3.0.jar
[D#2] > https://res.tlauncher.org/b/mods/301700/3234792/Gobber2-Forge-1.16.5-2.3.49.jar
[D#2] > https://res.tlauncher.org/b/mods/246391/3194164/ToughAsNails-1.16.4-4.0.0.9-universal.jar
[D#2] > https://res.tlauncher.org/b/mods/271050/3547942/DoggyTalents-1.16.5-2.1.15.jar
[D#2] > https://res.tlauncher.org/b/mods/298352/3155505/fortunate-2.10.1-MC-1.16.4.jar
[TLauncherManager] library will be replaced: com.mojang:authlib:2.1.28
[TLauncherManager] library will be replaced: com.mojang:patchy:1.3.9
[Launcher] Unpacking natives…
[Launcher] Constructing process…
[Launcher] Constructing classpath…
backup world is active: true
Deleted world: C:UsersUserAppDataRoaming.minecraftbackupsavesmodpacks_savesNEINEI_2021-10-23T13_04_17.zip
Deleted world: C:UsersUserAppDataRoaming.minecraftbackupsavesmodpacks_savesPiglin’s PathPiglin’s Path_2021-06-29T18_37_03.zip
Deleted world: C:UsersUserAppDataRoaming.minecraftbackupsavesmodpacks_savesVillager’s ValleyVillager’s Valley_2021-06-29T18_20_29.zip
Deleted world: C:UsersUserAppDataRoaming.minecraftbackupsavesmodpacks_savesНовый мирНовый мир_2021-06-24T15_56_17.zip
Deleted world: C:UsersUserAppDataRoaming.minecraftbackupsavesmodpacks_savesНовый мирНовый мир_2021-06-24T17_13_54.zip
Deleted world: C:UsersUserAppDataRoaming.minecraftbackupsavesmodpacks_savesНовый мирНовый мир_2021-06-29T18_59_31.zip
Deleted world: C:UsersUserAppDataRoaming.minecraftbackupsavesmodpacks_savesНовый мирНовый мир_2021-10-23T14_23_16.zip
Deleted world: C:UsersUserAppDataRoaming.minecraftbackupsavesmodpacks_savesНовый мирНовый мир_2021-10-28T16_26_12.zip
Deleted world: C:UsersUserAppDataRoaming.minecraftbackupsavesmodpacks_savesНовый мирНовый мир_2021-10-30T01_10_21.zip
Deleted world: C:UsersUserAppDataRoaming.minecraftbackupsavesmodpacks_savesНовый мирНовый мир_2021-12-20T18_47_06.zip
Deleted world: C:UsersUserAppDataRoaming.minecraftbackupsavesmodpacks_savesНовый мирНовый мир_2022-02-04T13_27_14.zip
Deleted world: C:UsersUserAppDataRoaming.minecraftbackupsavesmodpacks_savesНовый мир (1)Новый мир (1)_2021-06-26T17_47_29.zip
Deleted world: C:UsersUserAppDataRoaming.minecraftbackupsavesmodpacks_savesНовый мир-Новый мир-_2021-06-29T19_15_32.zip
Deleted world: C:UsersUserAppDataRoaming.minecraftbackupsavesmodpacks_savesНовый РјРёСЂ—Новый РјРёСЂ—_2021-06-29T20_01_26.zip
Deleted world: C:UsersUserAppDataRoaming.minecraftbackupsavesmodpacks_savesНовый РјРёСЂ—Новый РјРёСЂ—_2021-06-29T21_31_54.zip
Deleted world: C:UsersUserAppDataRoaming.minecraftbackupsavesmodpacks_savesНовый мирsadasdНовый мирsadasd_2021-10-29T23_36_02.zip
Deleted world: C:UsersUserAppDataRoaming.minecraftbackupsavessavesNEINEI_2022-02-19T17_08_27.zip
Deleted world: C:UsersUserAppDataRoaming.minecraftbackupsavessavesNew World-New World-_2021-04-17T20_27_23.zip
Deleted world: C:UsersUserAppDataRoaming.minecraftbackupsavessavesНовый мирНовый мир_2022-07-31T17_19_42.zip
[Launcher] Getting Minecraft arguments…
[Launcher] Full command: C:UsersUserAppDataRoaming.minecraftruntimejre-legacywindowsjre-legacybinjavaw.exe -Dos.name=Windows 10 -Dos.version=10.0 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Djava.library.path=C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrnatives -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.3.173 -cp C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeforge1.16.4-35.1.37forge-1.16.4-35.1.37.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm9.0asm-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-commons9.0asm-commons-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-tree9.0asm-tree-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-util9.0asm-util-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-analysis9.0asm-analysis-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescpwmodsmodlauncher8.0.9modlauncher-8.0.9.jar;C:UsersUserAppDataRoaming.minecraftlibrariescpwmodsgrossjava9hacks1.3.0grossjava9hacks-1.3.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeaccesstransformers3.0.1accesstransformers-3.0.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgantlrantlr4-runtime4.9.1antlr4-runtime-4.9.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeeventbus4.0.0eventbus-4.0.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeforgespi3.2.0forgespi-3.2.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgecoremods4.0.3coremods-4.0.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeunsafe.2.0unsafe-0.2.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomelectronwillnight-configcore3.6.2core-3.6.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomelectronwillnight-configtoml3.6.2toml-3.6.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgjlinejline3.12.1jline-3.12.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachemavenmaven-artifact3.6.0maven-artifact-3.6.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjodahtypetools.8.3typetools-0.8.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-api2.11.2log4j-api-2.11.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-core2.11.2log4j-core-2.11.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecrellterminalconsoleappender1.2.0terminalconsoleappender-1.2.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetsfjopt-simplejopt-simple5.0.4jopt-simple-5.0.4.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgspongepoweredmixin.8.2mixin-0.8.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgenashorn-core-compat15.1.1nashorn-core-compat-15.1.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgtlauncherpatchy1.3.9patchy-1.3.9.jar;C:UsersUserAppDataRoaming.minecraftlibrariesoshi-projectoshi-core1.1oshi-core-1.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavadevjnajna4.4.0jna-4.4.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavadevjnaplatform3.4.0platform-3.4.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomibmicuicu4j66.1icu4j-66.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangjavabridge1.0.22javabridge-1.0.22.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetsfjopt-simplejopt-simple5.0.3jopt-simple-5.0.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesionettynetty-all4.1.25.Finalnetty-all-4.1.25.Final.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomgoogleguavaguava21.0guava-21.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachecommonscommons-lang33.5commons-lang3-3.5.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommons-iocommons-io2.5commons-io-2.5.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommons-codeccommons-codec1.10commons-codec-1.10.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavajinputjinput2.0.5jinput-2.0.5.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavajutilsjutils1.0.0jutils-1.0.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangbrigadier1.0.17brigadier-1.0.17.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangdatafixerupper4.0.26datafixerupper-4.0.26.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomgooglecodegsongson2.8.0gson-2.8.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgtlauncherauthlib2.0.28.12authlib-2.0.28.12.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachecommonscommons-compress1.8.1commons-compress-1.8.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachehttpcomponentshttpclient4.3.3httpclient-4.3.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommons-loggingcommons-logging1.1.3commons-logging-1.1.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachehttpcomponentshttpcore4.3.2httpcore-4.3.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesitunimidsifastutil8.2.1fastutil-8.2.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-api2.8.1log4j-api-2.8.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-core2.8.1log4j-core-2.8.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl3.2.2lwjgl-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-jemalloc3.2.2lwjgl-jemalloc-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-openal3.2.2lwjgl-openal-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-opengl3.2.2lwjgl-opengl-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-glfw3.2.2lwjgl-glfw-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-stb3.2.2lwjgl-stb-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-tinyfd3.2.2lwjgl-tinyfd-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangtext2speech1.11.3text2speech-1.11.3.jar;C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrAgent Pipindr.jar -Xmx5000M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -Djava.net.preferIPv4Stack=true -Dminecraft.applet.TargetDirectory=C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr -Dlog4j.configurationFile=C:UsersUserAppDataRoaming.minecraftassetslog_configsclient-1.12.xml -DLibLoader.modsFolder=C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmods cpw.mods.modlauncher.Launcher —username ForgottenHaze —version Agent Pipindr —gameDir C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr —assetsDir C:UsersUserAppDataRoaming.minecraftassets —assetIndex 1.16 —uuid e9c0c4d2-1da1-11ed-997d-f02f74958c02 —accessToken null —userType mojang —versionType release —width 925 —height 530 —launchTarget fmlclient —fml.forgeVersion 35.1.37 —fml.mcVersion 1.16.4 —fml.forgeGroup net.minecraftforge —fml.mcpVersion 20201102.104115
[Launcher] Launching Minecraft…
I’m hiding!
[TLauncherManager] mods after C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsabnormals_core-1.16.5-3.1.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsappleskin-forge-mc1.16.x-2.4.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsArtifacts-1.16.5-2.9.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsAutoRegLib-1.6-47.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsbaubles-1.8.5-1.16.4.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsBiomesOPlenty-1.16.4-13.0.0.440-universal.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsBookshelf-1.16.5-10.0.8.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsBotanyPots-1.16.4-6.0.18.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscaelus-forge-1.16.5-2.1.3.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscarryon-1.16.5-1.15.3.13.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscatalogue-1.3.0-1.16.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscitadel-1.8.1-1.16.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsconfigured-1.2.0-1.16.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsCraftTweaker-1.16.5-7.1.2.512.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscurios-forge-1.16.5-4.0.8.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsCyclic-1.16.5-1.5.10.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsDoggyTalents-1.16.5-2.1.15.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodselevatorid-1.16.5-1.7.13.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsEnchantmentDescriptions-1.16.4-6.0.4.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsexpandability-2.0.2-forge.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsFastLeafDecay-v25.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsfortunate-2.10.1-MC-1.16.4.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsGobber2-Forge-1.16.5-2.3.49.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsgoblintraders-1.6.0-1.16.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsHwyla-Mod-1.16.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsiChunUtil-1.16.5-10.6.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsinventorypets-1.16.5-2.0.14.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsJade-1.16.4-2.8.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsjeed-1.16.5-1.6.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsjei-1.16.4-7.6.1.74.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsJEITweaker-1.16.5-1.1.0.49.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsjourneymap-1.16.5-5.7.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsJustEnoughResources-1.16.4-0.12.0.113.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsMekanism-1.16.4-10.0.19.446.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsmgui-1.16.5-3.3.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsMorph-1.16.5-10.2.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsNaturesCompass-1.16.4-1.8.6.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsNeat+1.7-27.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsOptiFine-1.16.4_HD_U_G7.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsPatchouli-1.16.4-53.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsQuark-r2.4-305.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsQuarkOPlenty-1.16.5-1.2.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsrats-7.2.0-1.16.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsreap-1.16.4-1.0.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsresourcefulbees-1.16.5-0.5.10b.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodssilent-gear-1.16.5-2.6.36.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodssilent-lib-1.16.5-4.10.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodssit-1.16.5-v1.3.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsTabula-1.16.5-10.5.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstetra-1.16.5-3.20.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstheoneprobe-1.16-3.0.7.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstl_skin_cape_forge_1.16.4-1.16.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstombstone-1.16-6.2.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsToughAsNails-1.16.4-4.0.0.9-universal.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsWaystones_1.16.5-7.4.0.jar
[Launcher] skin system is activated: true
[Launcher] Starting Minecraft Agent Pipindr…
[Launcher] Launching in: C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr
Starting garbage collector: 182 / 519 MB
Garbage collector completed: 79 / 547 MB
[Launcher] Processing post-launch actions. Assist launch: true
===============================================================================================
[18:03:60] [main/INFO]: ModLauncher running: args [—username, ForgottenHaze, —version, Agent Pipindr, —gameDir, C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr, —assetsDir, C:UsersUserAppDataRoaming.minecraftassets, —assetIndex, 1.16, —uuid, e9c0c4d2-1da1-11ed-997d-f02f74958c02, —accessToken, вќ„вќ„вќ„вќ„вќ„вќ„вќ„вќ„, —userType, mojang, —versionType, release, —width, 925, —height, 530, —launchTarget, fmlclient, —fml.forgeVersion, 35.1.37, —fml.mcVersion, 1.16.4, —fml.forgeGroup, net.minecraftforge, —fml.mcpVersion, 20201102.104115]
[18:03:60] [main/INFO]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 1.8.0_51 by Oracle Corporation
[18:03:62] [main/WARN]: LEGACY JDK DETECTED, SECURED JAR HANDLING DISABLED
[18:03:75] [main/INFO]: OptiFineTransformationService.onLoad
[18:03:75] [main/INFO]: OptiFine ZIP file: C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsOptiFine-1.16.4_HD_U_G7.jar
[18:03:75] [main/INFO]: Target.PRE_CLASS is available
[18:03:84] [main/INFO]: Added Lets Encrypt root certificates as additional trust
[18:03:89] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/User/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=CLIENT
[18:03:89] [main/INFO]: OptiFineTransformationService.initialize
[18:03:93] [main/WARN]: Configuration file C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrconfigfml.toml is not correct. Correcting
[18:03:94] [main/WARN]: Incorrect key [defaultConfigPath] was corrected from null to defaultconfigs
[18:03:49] [main/INFO]: OptiFineTransformationService.transformers
[18:03:51] [main/INFO]: Targets: 308
[18:03:72] [main/INFO]: additionalClassesLocator: [optifine., net.optifine.]
[18:03:74] [main/INFO]: Launching target ‘fmlclient’ with arguments [—version, Agent Pipindr, —gameDir, C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr, —assetsDir, C:UsersUserAppDataRoaming.minecraftassets, —uuid, e9c0c4d2-1da1-11ed-997d-f02f74958c02, —username, ForgottenHaze, —assetIndex, 1.16, —accessToken, вќ„вќ„вќ„вќ„вќ„вќ„вќ„вќ„, —userType, mojang, —versionType, release, —width, 925, —height, 530]
[18:03:90] [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’
[18:03:90] [Render thread/INFO]: Setting user: ForgottenHaze
[18:04:14] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch
[18:04:15] [Render thread/INFO]: Backend library: LWJGL version 3.2.2 build 10
[18:04:54] [Render thread/INFO]: [OptiFine]
[18:04:54] [Render thread/INFO]: [OptiFine] OptiFine_1.16.4_HD_U_G7
[18:04:54] [Render thread/INFO]: [OptiFine] Build: 20210221-012854
[18:04:54] [Render thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0
[18:04:54] [Render thread/INFO]: [OptiFine] Java: 1.8.0_51, Oracle Corporation
[18:04:54] [Render thread/INFO]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[18:04:54] [Render thread/INFO]: [OptiFine] LWJGL: 3.3.0 Win32 WGL EGL OSMesa VisualC DLL
[18:04:54] [Render thread/INFO]: [OptiFine] OpenGL: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2, version 4.6.0 NVIDIA 471.41, NVIDIA Corporation
[18:04:55] [Render thread/INFO]: [OptiFine] OpenGL Version: 4.6.0
[18:04:56] [Render thread/INFO]: [OptiFine] Maximum texture size: 32768×32768
[18:04:60] [VersionCheck/INFO]: [OptiFine] Checking for new version
[18:04:68] [Render thread/INFO]: [Shaders] OpenGL Version: 4.6.0 NVIDIA 471.41
[18:04:68] [Render thread/INFO]: [Shaders] Vendor: NVIDIA Corporation
[18:04:68] [Render thread/INFO]: [Shaders] Renderer: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
[18:04:68] [Render thread/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0
[18:04:68] [Render thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
[18:04:68] [Render thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
[18:04:68] [Render thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
[18:04:68] [Render thread/INFO]: [Shaders] Load shaders configuration.
[18:04:68] [Render thread/INFO]: [Shaders] Save shaders configuration.
[18:04:69] [Render thread/INFO]: [Shaders] No shaderpack loaded.
[18:04:71] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.Loader
[18:04:92] [VersionCheck/INFO]: [OptiFine] Version found: G7
[18:04:28] [Render thread/FATAL]: Error during pre-loading phase
net.minecraftforge.fml.ModLoadingException: fml.modloading.dupedmod
at net.minecraftforge.fml.ModLoadingException.lambda$fromEarlyException$0(ModLoadingException.java:64)
at net.minecraftforge.fml.ModLoadingException$$Lambda$2962/378006273.apply(Unknown Source)
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:270)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
at net.minecraftforge.fml.ModLoader.<init>(ModLoader.java:114)
at net.minecraftforge.fml.ModLoader.get(ModLoader.java:148)
at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$1(ClientModLoader.java:103)
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2959/1901824111.run(Unknown Source)
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:123)
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2960/2142411945.run(Unknown Source)
at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:103)
at net.minecraft.client.Minecraft.<init>(Minecraft.java:437)
at net.minecraft.client.main.Main.main(Main.java:149)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$400/680865258.call(Unknown Source)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
[18:04:49] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.sound.SoundLoadEvent to a broken mod state
[18:04:72] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ColorHandlerEvent$Block to a broken mod state
[18:04:73] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ColorHandlerEvent$Item to a broken mod state
[18:04:86] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ParticleFactoryRegisterEvent to a broken mod state
[18:04:91] [Render thread/INFO]: Narrator library for x64 successfully loaded
[18:04:00] [Render thread/INFO]: Reloading ResourceManager: Default
[18:04:01] [Render thread/INFO]: [OptiFine] *** Reloading textures ***
[18:04:01] [Render thread/INFO]: [OptiFine] Resource packs: Default
[18:04:13] [Worker-Main-12/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ModelRegistryEvent to a broken mod state
[18:04:15] [Worker-Main-14/INFO]: [OptiFine] Multitexture: false
[18:04:16] [Worker-Main-10/INFO]: [OptiFine] Multitexture: false
[18:04:16] [Worker-Main-13/INFO]: [OptiFine] Multitexture: false
[18:04:24] [Worker-Main-14/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:04:24] [Render thread/INFO]: [OptiFine] *** Reflector Forge ***
[18:04:24] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[18:04:39] [Render thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraftforge.client.model.pipeline.LightUtil.itemConsumer
[18:04:39] [Render thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraftforge.client.model.pipeline.LightUtil.tessellator
[18:04:40] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.ModContainer
[18:04:46] [Render thread/INFO]: [OptiFine] *** Reflector Vanilla ***
[18:04:93] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false
[18:04:94] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_pane_white.properties
[18:04:97] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_white.properties
[18:04:97] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_orange.properties
[18:04:97] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_pane_orange.properties
[18:04:97] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_magenta.properties
[18:04:97] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_pane_magenta.properties
[18:04:98] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_light_blue.properties
[18:04:98] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_pane_light_blue.properties
[18:04:98] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_pane_yellow.properties
[18:04:98] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_yellow.properties
[18:04:98] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_lime.properties
[18:04:99] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_pane_lime.properties
[18:04:99] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pane_pink.properties
[18:04:99] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pink.properties
[18:04:99] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_gray.properties
[18:04:99] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_pane_gray.properties
[18:04:00] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_light_gray.properties
[18:04:00] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_pane_light_gray.properties
[18:04:00] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_cyan.properties
[18:04:00] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_pane_cyan.properties
[18:04:00] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_pane_purple.properties
[18:04:00] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_purple.properties
[18:04:01] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_blue.properties
[18:04:01] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_pane_blue.properties
[18:04:01] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_brown.properties
[18:04:01] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_pane_brown.properties
[18:04:02] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_green.properties
[18:04:02] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_pane_green.properties
[18:04:02] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_pane_red.properties
[18:04:02] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_red.properties
[18:04:02] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_black.properties
[18:04:02] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_pane_black.properties
[18:04:07] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass.properties
[18:04:08] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass_pane.properties
[18:04:08] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/30_bookshelf/bookshelf.properties
[18:04:08] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/40_sandstone/sandstone.properties
[18:04:08] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/41_red_sandstone/red_sandstone.properties
[18:04:08] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false
[18:04:09] [Worker-Main-12/INFO]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties
[18:04:61] [Worker-Main-12/INFO]: [OptiFine] Mipmap levels: 4
[18:04:61] [Worker-Main-12/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:04:20] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false
[18:04:21] [Worker-Main-12/INFO]: [OptiFine] Sprite size: 64
[18:04:21] [Worker-Main-12/INFO]: [OptiFine] Mipmap levels: 6
[18:04:21] [Worker-Main-12/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:04:21] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false
[18:04:25] [Worker-Main-12/INFO]: [OptiFine] Sprite size: 64
[18:04:25] [Worker-Main-12/INFO]: [OptiFine] Mipmap levels: 6
[18:04:25] [Worker-Main-12/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:04:26] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false
[18:04:29] [Worker-Main-12/INFO]: [OptiFine] Sprite size: 64
[18:04:29] [Worker-Main-12/INFO]: [OptiFine] Mipmap levels: 6
[18:04:29] [Worker-Main-12/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:04:30] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false
[18:04:31] [Worker-Main-12/INFO]: [OptiFine] Sprite size: 64
[18:04:31] [Worker-Main-12/INFO]: [OptiFine] Mipmap levels: 6
[18:04:31] [Worker-Main-12/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:04:32] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false
[18:04:33] [Worker-Main-12/INFO]: [OptiFine] Sprite size: 64
[18:04:33] [Worker-Main-12/INFO]: [OptiFine] Mipmap levels: 6
[18:04:33] [Worker-Main-12/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:04:34] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false
[18:04:36] [Worker-Main-12/INFO]: [OptiFine] Sprite size: 64
[18:04:36] [Worker-Main-12/INFO]: [OptiFine] Mipmap levels: 6
[18:04:36] [Worker-Main-12/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:04:68] [Render thread/INFO]: OpenAL initialized.
[18:04:68] [Render thread/INFO]: Sound engine started
[18:04:19] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
[18:04:26] [Render thread/INFO]: [OptiFine] Animated sprites: 43
[18:04:26] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:04:26] [Render thread/INFO]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
[18:04:27] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:04:27] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:04:27] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[18:04:27] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:04:27] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:04:27] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[18:04:27] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:04:27] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:04:27] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[18:04:27] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:04:27] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:04:27] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[18:04:28] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:04:28] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:04:28] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[18:04:28] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:04:28] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:04:16] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ModelBakeEvent to a broken mod state
[18:04:63] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[18:04:63] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:04:63] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:04:64] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[18:04:64] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:04:64] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:04:64] [Render thread/INFO]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[18:04:64] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:04:64] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:04:65] [Render thread/INFO]: [OptiFine] *** Reloading custom textures ***
[18:04:85] [Render thread/INFO]: [OptiFine] Disable Forge light pipeline
[18:04:85] [Render thread/INFO]: [OptiFine] Set ForgeConfig.CLIENT.forgeLightPipelineEnabled=false
[18:04:05] [Render thread/INFO]: [net.minecraft.crash.CrashReport:func_85057_a:340]: Negative index in crash report handler (23/26)
[18:04:09] [Render thread/FATAL]: Crash report saved to C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrcrash-reportscrash-2022-09-16_18.04.17-fml.txt
—- Minecraft Crash Report —-
// Who set us up the TNT?
Time: 16.09.22 18:04
Description: Mod loading error has occurred
java.lang.Exception: Mod Loading has failed
at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:85) [?:?] {re:classloading}
at net.minecraftforge.fml.client.ClientModLoader.completeModLoading(ClientModLoader.java:188) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.lambda$null$1(Minecraft.java:508) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft$$Lambda$3704/1572516402.run(Unknown Source) [?:?] {}
at net.minecraft.util.Util.func_215077_a(Util.java:429) [?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.Minecraft.lambda$new$2(Minecraft.java:504) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft$$Lambda$3454/843803222.accept(Unknown Source) [?:?] {}
at net.minecraft.client.gui.ResourceLoadProgressGui.func_230430_a_(ResourceLoadProgressGui.java:172) [?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:802) [?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:976) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.37.jar:35.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$400/680865258.call(Unknown Source) [forge-1.16.4-35.1.37.jar:35.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
—————————————————————————————
— Head —
Thread: Render thread
Stacktrace:
at net.minecraftforge.fml.CrashReportExtender.lambda$dumpModLoadingCrashReport$7(CrashReportExtender.java:88) ~[?:?] {re:classloading}
— MOD waila —
Details:
Mod File: Hwyla-Mod-1.16.3.jar
Failure message: fml.modloading.dupedmod
Mod Version: 1.10.11-B78_1.16.2
Mod Issue URL: https://github.com/TehNut/Hwyla/issues
Exception message: MISSING EXCEPTION MESSAGE
Stacktrace:
at net.minecraftforge.fml.CrashReportExtender.lambda$dumpModLoadingCrashReport$7(CrashReportExtender.java:88) ~[?:?] {re:classloading}
at net.minecraftforge.fml.CrashReportExtender$$Lambda$3720/697818620.accept(Unknown Source) ~[?:?] {}
at java.util.ArrayList.forEach(ArrayList.java:1249) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:86) [?:?] {re:classloading}
at net.minecraftforge.fml.client.ClientModLoader.completeModLoading(ClientModLoader.java:188) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.lambda$null$1(Minecraft.java:508) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft$$Lambda$3704/1572516402.run(Unknown Source) [?:?] {}
at net.minecraft.util.Util.func_215077_a(Util.java:429) [?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.Minecraft.lambda$new$2(Minecraft.java:504) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft$$Lambda$3454/843803222.accept(Unknown Source) [?:?] {}
at net.minecraft.client.gui.ResourceLoadProgressGui.func_230430_a_(ResourceLoadProgressGui.java:172) [?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:802) [?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:976) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.37.jar:35.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$400/680865258.call(Unknown Source) [forge-1.16.4-35.1.37.jar:35.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}
— System Details —
Details:
Minecraft Version: 1.16.4
Minecraft Version ID: 1.16.4
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2784621544 bytes (2655 MB) / 4261412864 bytes (4064 MB) up to 5268045824 bytes (5024 MB)
CPUs: 16
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx5000M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.4-35.1.37.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.4-35.1.37.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.4-35.1.37.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.4-35.1.37.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/OptiFine-1.16.4_HD_U_G7.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.16.4-35.1.37.jar fml TRANSFORMATIONSERVICE
FML: 35.1
Forge: net.minecraftforge:35.1.37
FML Language Providers:
javafml@35.1
minecraft@1
Mod List:
forge-1.16.4-35.1.37-client.jar |Minecraft |minecraft |1.16.4 |NONE |NOSIGNATURE
forge-1.16.4-35.1.37-universal.jar |Forge |forge |35.1.37 |NONE |22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
OptiFine Version: OptiFine_1.16.4_HD_U_G7
OptiFine Build: 20210221-012854
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 471.41
OpenGlRenderer: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 16 <log4j:Event logger=»net.minecraft.client.Minecraft» timestamp=»1663340679742″ level=»INFO» thread=»Render thread»>
<log4j:Message><![CDATA[Stopping!]]></log4j:Message>
</log4j:Event>
Here I am!
[VersionManager] Refreshing versions locally…
[Version:1.12.2-Impact_4.8.3] Resolving…
[Version:1.12.2-Impact_4.8.3] Inherits from 1.12.2
[Version:Aether II Genesis of the Void ++ A2GotV++ v1.0] Resolving…
[Version:Aether II Genesis of the Void ++ A2GotV++ v1.0] Inherits from 1.7.10
[REPO][EMPTY] Attempt #1; timeout: 20000 ms; url:
[REPO][EMPTY] Success: Reached the repo in 340 ms.
[Version:hjklghjk] Resolving…
[Version:hjklghjk] Inherits from 1.16.5
[Version:TechoCraft 1] Resolving…
[Version:TechoCraft 1] Inherits from 1.12.2
[Version:The Fluffy IC2 Classic pack The Fluffy IC2 Classic Pack-0.86] Resolving…
[Version:The Fluffy IC2 Classic pack The Fluffy IC2 Classic Pack-0.86] Inherits from 1.10.2
[REPO][EMPTY] Attempt #1; timeout: 20000 ms; url:
[REPO][EMPTY] Success: Reached the repo in 78 ms.
[Version:РЎР±РѕСЂРєР° РіРѕРІРЅР° Рё палок] Resolving…
[Version:Сборка говна и палок] Inherits from 1.12.2
[Version:ХУЙНЯ] Resolving…
[Version:ХУЙНЯ] Inherits from 1.12.2
[VersionManager] Versions has been refreshed (568 ms)
[Launcher] Launcher exited.
[Launcher] Minecraft closed with exit code: 0
flush now
clean
clean
clean
clean
clean
clean
clean
clean
clean
clean
clean
clean
AccountComboBox.validte pre game launch username Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze} TLAUNCHER
[TlauncherAuthenticator] Staring to authenticate: Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze}
[TlauncherAuthenticator] hasUsername: ForgottenHaze
[TlauncherAuthenticator] hasPassword: false
[TlauncherAuthenticator] hasAccessToken: true
[TlauncherAuthenticator] Loggining in with token
[TlauncherAuthenticator] Log in successful!
[TlauncherAuthenticator] hasUUID: true
[TlauncherAuthenticator] hasAccessToken: true
[TlauncherAuthenticator] hasProfiles: true
[TlauncherAuthenticator] hasProfile: true
[TlauncherAuthenticator] hasProperties: true
onAuthPassed
saved account Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze}
save profiles
[LoginForm] Login was OK. Trying to launch now.
[Launcher] Running under TLauncher 2.86
[Launcher] Collecting info…
[TLauncherManager] before clearLibrary
[TLauncherManager] written: []
[TLauncherManager] after clearLibrary
[Launcher] Force update: false
[Launcher] Selected version: Agent Pipindr
[Launcher] Selected account: Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze}
[Launcher] Version sync info: VersionSyncInfo{id=’Agent Pipindr’,
local=CompleteVersion{id=’Agent Pipindr’, time=Fri Jan 15 03:01:16 GMT+03:00 2021, release=Thu Oct 29 18:49:37 GMT+03:00 2020, type=release, class=cpw.mods.modlauncher.Launcher, minimumVersion=21, assets=’1.16′, source=LOCAL_VERSION_REPO, list=net.minecraft.launcher.updater.LocalVersionList@69b35d72, libraries=[Library{name=’net.minecraftforge:forge:1.16.4-35.1.37′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-commons:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-tree:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-util:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-analysis:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’cpw.mods:modlauncher:8.0.9′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’cpw.mods:grossjava9hacks:1.3.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:accesstransformers:3.0.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.antlr:antlr4-runtime:4.9.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:eventbus:4.0.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:forgespi:3.2.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:coremods:4.0.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:unsafe:0.2.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.electronwill.night-config:core:3.6.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.electronwill.night-config:toml:3.6.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.jline:jline:3.12.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.maven:maven-artifact:3.6.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.jodah:typetools:0.8.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-api:2.11.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-core:2.11.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecrell:terminalconsoleappender:1.2.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.sf.jopt-simple:jopt-simple:5.0.4′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.spongepowered:mixin:0.8.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:nashorn-core-compat:15.1.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:patchy:1.3.9′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’oshi-project:oshi-core:1.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.dev.jna:jna:4.4.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.dev.jna:platform:3.4.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.ibm.icu:icu4j:66.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:javabridge:1.0.22′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.sf.jopt-simple:jopt-simple:5.0.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’io.netty:netty-all:4.1.25.Final’, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.google.guava:guava:21.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.commons:commons-lang3:3.5′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’commons-io:commons-io:2.5′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’commons-codec:commons-codec:1.10′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.jinput:jinput:2.0.5′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.jutils:jutils:1.0.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:brigadier:1.0.17′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:datafixerupper:4.0.26′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.google.code.gson:gson:2.8.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:authlib:2.1.28′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.commons:commons-compress:1.8.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.httpcomponents:httpclient:4.3.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’commons-logging:commons-logging:1.1.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.httpcomponents:httpcore:4.3.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’it.unimi.dsi:fastutil:8.2.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-api:2.8.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-core:2.8.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’com.mojang:text2speech:1.11.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:text2speech:1.11.3′, rules=null, natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=net.minecraft.launcher.versions.ExtractRules@10d857ff, packed=’null’}, Library{name=’ca.weblite:java-objc-bridge:1.0.0′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-osx}, extract=net.minecraft.launcher.versions.ExtractRules@6a6228f7, packed=’null’}, Library{name=’ca.weblite:java-objc-bridge:1.0.0′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}]},
remote=null, isInstalled=true, hasRemote=false, isUpToDate=true}
[Launcher] Checking conditions…
[Launcher] Comparing assets…
[AssetsManager] Checking resources…
[AssetsManager] Reading indexes from file C:UsersUserAppDataRoaming.minecraftassetsindexes1.16.json
[AssetsManager] Fast comparing: true
[Launcher] finished comparing assets: 134 ms.
[TLauncherManager] add required libraries: Agent Pipindr
[VersionManager] Required for version Agent Pipindr: []
[TLauncherManager] add required libraries: Agent Pipindr
[Modpack] check resources
[Modpack] check CompositeResources
used default java runtime
Minecraft requires java version: 8, java path: C:UsersUserAppDataRoaming.minecraftruntimejre-legacywindowsjre-legacybinjavaw.exe
[TLauncherManager] library will be replaced: com.mojang:authlib:2.1.28
[TLauncherManager] library will be replaced: com.mojang:patchy:1.3.9
[Launcher] Unpacking natives…
[Launcher] Constructing process…
[Launcher] Constructing classpath…
backup world is active: true
[Launcher] Getting Minecraft arguments…
[Launcher] Full command: C:UsersUserAppDataRoaming.minecraftruntimejre-legacywindowsjre-legacybinjavaw.exe -Dos.name=Windows 10 -Dos.version=10.0 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Djava.library.path=C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrnatives -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.3.173 -cp C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeforge1.16.4-35.1.37forge-1.16.4-35.1.37.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm9.0asm-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-commons9.0asm-commons-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-tree9.0asm-tree-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-util9.0asm-util-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-analysis9.0asm-analysis-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescpwmodsmodlauncher8.0.9modlauncher-8.0.9.jar;C:UsersUserAppDataRoaming.minecraftlibrariescpwmodsgrossjava9hacks1.3.0grossjava9hacks-1.3.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeaccesstransformers3.0.1accesstransformers-3.0.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgantlrantlr4-runtime4.9.1antlr4-runtime-4.9.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeeventbus4.0.0eventbus-4.0.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeforgespi3.2.0forgespi-3.2.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgecoremods4.0.3coremods-4.0.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeunsafe.2.0unsafe-0.2.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomelectronwillnight-configcore3.6.2core-3.6.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomelectronwillnight-configtoml3.6.2toml-3.6.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgjlinejline3.12.1jline-3.12.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachemavenmaven-artifact3.6.0maven-artifact-3.6.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjodahtypetools.8.3typetools-0.8.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-api2.11.2log4j-api-2.11.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-core2.11.2log4j-core-2.11.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecrellterminalconsoleappender1.2.0terminalconsoleappender-1.2.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetsfjopt-simplejopt-simple5.0.4jopt-simple-5.0.4.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgspongepoweredmixin.8.2mixin-0.8.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgenashorn-core-compat15.1.1nashorn-core-compat-15.1.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgtlauncherpatchy1.3.9patchy-1.3.9.jar;C:UsersUserAppDataRoaming.minecraftlibrariesoshi-projectoshi-core1.1oshi-core-1.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavadevjnajna4.4.0jna-4.4.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavadevjnaplatform3.4.0platform-3.4.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomibmicuicu4j66.1icu4j-66.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangjavabridge1.0.22javabridge-1.0.22.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetsfjopt-simplejopt-simple5.0.3jopt-simple-5.0.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesionettynetty-all4.1.25.Finalnetty-all-4.1.25.Final.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomgoogleguavaguava21.0guava-21.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachecommonscommons-lang33.5commons-lang3-3.5.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommons-iocommons-io2.5commons-io-2.5.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommons-codeccommons-codec1.10commons-codec-1.10.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavajinputjinput2.0.5jinput-2.0.5.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavajutilsjutils1.0.0jutils-1.0.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangbrigadier1.0.17brigadier-1.0.17.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangdatafixerupper4.0.26datafixerupper-4.0.26.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomgooglecodegsongson2.8.0gson-2.8.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgtlauncherauthlib2.0.28.12authlib-2.0.28.12.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachecommonscommons-compress1.8.1commons-compress-1.8.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachehttpcomponentshttpclient4.3.3httpclient-4.3.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommons-loggingcommons-logging1.1.3commons-logging-1.1.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachehttpcomponentshttpcore4.3.2httpcore-4.3.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesitunimidsifastutil8.2.1fastutil-8.2.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-api2.8.1log4j-api-2.8.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-core2.8.1log4j-core-2.8.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl3.2.2lwjgl-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-jemalloc3.2.2lwjgl-jemalloc-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-openal3.2.2lwjgl-openal-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-opengl3.2.2lwjgl-opengl-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-glfw3.2.2lwjgl-glfw-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-stb3.2.2lwjgl-stb-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-tinyfd3.2.2lwjgl-tinyfd-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangtext2speech1.11.3text2speech-1.11.3.jar;C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrAgent Pipindr.jar -Xmx5000M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -Djava.net.preferIPv4Stack=true -Dminecraft.applet.TargetDirectory=C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr -Dlog4j.configurationFile=C:UsersUserAppDataRoaming.minecraftassetslog_configsclient-1.12.xml -DLibLoader.modsFolder=C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmods cpw.mods.modlauncher.Launcher —username ForgottenHaze —version Agent Pipindr —gameDir C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr —assetsDir C:UsersUserAppDataRoaming.minecraftassets —assetIndex 1.16 —uuid e9c0c4d2-1da1-11ed-997d-f02f74958c02 —accessToken null —userType mojang —versionType release —width 925 —height 530 —launchTarget fmlclient —fml.forgeVersion 35.1.37 —fml.mcVersion 1.16.4 —fml.forgeGroup net.minecraftforge —fml.mcpVersion 20201102.104115
[Launcher] Launching Minecraft…
I’m hiding!
[TLauncherManager] mods after C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsabnormals_core-1.16.5-3.1.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsappleskin-forge-mc1.16.x-2.4.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsArtifacts-1.16.5-2.9.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsAutoRegLib-1.6-47.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsbaubles-1.8.5-1.16.4.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsBiomesOPlenty-1.16.4-13.0.0.440-universal.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsBookshelf-1.16.5-10.0.8.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsBotanyPots-1.16.4-6.0.18.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscaelus-forge-1.16.5-2.1.3.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscarryon-1.16.5-1.15.3.13.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscatalogue-1.3.0-1.16.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscitadel-1.8.1-1.16.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsconfigured-1.2.0-1.16.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsCraftTweaker-1.16.5-7.1.2.512.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscurios-forge-1.16.5-4.0.8.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsCyclic-1.16.5-1.5.10.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsDoggyTalents-1.16.5-2.1.15.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodselevatorid-1.16.5-1.7.13.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsEnchantmentDescriptions-1.16.4-6.0.4.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsexpandability-2.0.2-forge.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsFastLeafDecay-v25.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsfortunate-2.10.1-MC-1.16.4.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsGobber2-Forge-1.16.5-2.3.49.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsgoblintraders-1.6.0-1.16.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsHwyla-Mod-1.16.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsiChunUtil-1.16.5-10.6.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsinventorypets-1.16.5-2.0.14.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsJade-1.16.4-2.8.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsjeed-1.16.5-1.6.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsjei-1.16.4-7.6.1.74.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsJEITweaker-1.16.5-1.1.0.49.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsjourneymap-1.16.5-5.7.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsJustEnoughResources-1.16.4-0.12.0.113.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsMekanism-1.16.4-10.0.19.446.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsmgui-1.16.5-3.3.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsMorph-1.16.5-10.2.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsNaturesCompass-1.16.4-1.8.6.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsNeat+1.7-27.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsOptiFine-1.16.4_HD_U_G7.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsPatchouli-1.16.4-53.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsQuark-r2.4-305.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsQuarkOPlenty-1.16.5-1.2.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsrats-7.2.0-1.16.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsreap-1.16.4-1.0.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsresourcefulbees-1.16.5-0.5.10b.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodssilent-gear-1.16.5-2.6.36.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodssilent-lib-1.16.5-4.10.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodssit-1.16.5-v1.3.1.jar.deactivation C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsTabula-1.16.5-10.5.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstetra-1.16.5-3.20.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstheoneprobe-1.16-3.0.7.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstl_skin_cape_forge_1.16.4-1.16.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstombstone-1.16-6.2.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsToughAsNails-1.16.4-4.0.0.9-universal.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsWaystones_1.16.5-7.4.0.jar
[Launcher] skin system is activated: true
[Launcher] Starting Minecraft Agent Pipindr…
[Launcher] Launching in: C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr
Starting garbage collector: 102 / 568 MB
Garbage collector completed: 78 / 548 MB
[Launcher] Processing post-launch actions. Assist launch: true
===============================================================================================
[18:07:02] [main/INFO]: ModLauncher running: args [—username, ForgottenHaze, —version, Agent Pipindr, —gameDir, C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr, —assetsDir, C:UsersUserAppDataRoaming.minecraftassets, —assetIndex, 1.16, —uuid, e9c0c4d2-1da1-11ed-997d-f02f74958c02, —accessToken, вќ„вќ„вќ„вќ„вќ„вќ„вќ„вќ„, —userType, mojang, —versionType, release, —width, 925, —height, 530, —launchTarget, fmlclient, —fml.forgeVersion, 35.1.37, —fml.mcVersion, 1.16.4, —fml.forgeGroup, net.minecraftforge, —fml.mcpVersion, 20201102.104115]
[18:07:02] [main/INFO]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 1.8.0_51 by Oracle Corporation
[18:07:04] [main/WARN]: LEGACY JDK DETECTED, SECURED JAR HANDLING DISABLED
[18:07:17] [main/INFO]: OptiFineTransformationService.onLoad
[18:07:18] [main/INFO]: OptiFine ZIP file: C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsOptiFine-1.16.4_HD_U_G7.jar
[18:07:18] [main/INFO]: Target.PRE_CLASS is available
[18:07:26] [main/INFO]: Added Lets Encrypt root certificates as additional trust
[18:07:31] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/User/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=CLIENT
[18:07:32] [main/INFO]: OptiFineTransformationService.initialize
[18:07:77] [main/INFO]: OptiFineTransformationService.transformers
[18:07:80] [main/INFO]: Targets: 308
[18:07:01] [main/INFO]: additionalClassesLocator: [optifine., net.optifine.]
[18:07:03] [main/INFO]: Launching target ‘fmlclient’ with arguments [—version, Agent Pipindr, —gameDir, C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr, —assetsDir, C:UsersUserAppDataRoaming.minecraftassets, —uuid, e9c0c4d2-1da1-11ed-997d-f02f74958c02, —username, ForgottenHaze, —assetIndex, 1.16, —accessToken, вќ„вќ„вќ„вќ„вќ„вќ„вќ„вќ„, —userType, mojang, —versionType, release, —width, 925, —height, 530]
[18:07:50] [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’
[18:07:50] [Render thread/INFO]: Setting user: ForgottenHaze
[18:07:74] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch
[18:07:75] [Render thread/INFO]: Backend library: LWJGL version 3.2.2 build 10
[18:07:16] [Render thread/INFO]: [OptiFine]
[18:07:16] [Render thread/INFO]: [OptiFine] OptiFine_1.16.4_HD_U_G7
[18:07:16] [Render thread/INFO]: [OptiFine] Build: 20210221-012854
[18:07:16] [Render thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0
[18:07:16] [Render thread/INFO]: [OptiFine] Java: 1.8.0_51, Oracle Corporation
[18:07:16] [Render thread/INFO]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[18:07:16] [Render thread/INFO]: [OptiFine] LWJGL: 3.3.0 Win32 WGL EGL OSMesa VisualC DLL
[18:07:16] [Render thread/INFO]: [OptiFine] OpenGL: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2, version 4.6.0 NVIDIA 471.41, NVIDIA Corporation
[18:07:16] [Render thread/INFO]: [OptiFine] OpenGL Version: 4.6.0
[18:07:17] [Render thread/INFO]: [OptiFine] Maximum texture size: 32768×32768
[18:07:18] [VersionCheck/INFO]: [OptiFine] Checking for new version
[18:07:21] [Render thread/INFO]: [Shaders] OpenGL Version: 4.6.0 NVIDIA 471.41
[18:07:21] [Render thread/INFO]: [Shaders] Vendor: NVIDIA Corporation
[18:07:21] [Render thread/INFO]: [Shaders] Renderer: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
[18:07:21] [Render thread/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0
[18:07:21] [Render thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
[18:07:21] [Render thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
[18:07:21] [Render thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
[18:07:21] [Render thread/INFO]: [Shaders] Load shaders configuration.
[18:07:22] [Render thread/INFO]: [Shaders] Save shaders configuration.
[18:07:22] [Render thread/INFO]: [Shaders] No shaderpack loaded.
[18:07:24] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.Loader
[18:07:47] [VersionCheck/INFO]: [OptiFine] Version found: G7
[18:07:74] [Render thread/FATAL]: Error during pre-loading phase
net.minecraftforge.fml.ModLoadingException: fml.modloading.dupedmod
at net.minecraftforge.fml.ModLoadingException.lambda$fromEarlyException$0(ModLoadingException.java:64)
at net.minecraftforge.fml.ModLoadingException$$Lambda$2972/890060621.apply(Unknown Source)
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:270)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
at net.minecraftforge.fml.ModLoader.<init>(ModLoader.java:114)
at net.minecraftforge.fml.ModLoader.get(ModLoader.java:148)
at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$1(ClientModLoader.java:103)
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2969/1079167170.run(Unknown Source)
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:123)
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2970/404458571.run(Unknown Source)
at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:103)
at net.minecraft.client.Minecraft.<init>(Minecraft.java:437)
at net.minecraft.client.main.Main.main(Main.java:149)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$398/1803361784.call(Unknown Source)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
[18:07:84] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.sound.SoundLoadEvent to a broken mod state
[18:07:01] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ColorHandlerEvent$Block to a broken mod state
[18:07:01] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ColorHandlerEvent$Item to a broken mod state
[18:07:82] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ParticleFactoryRegisterEvent to a broken mod state
[18:07:88] [Render thread/INFO]: Narrator library for x64 successfully loaded
[18:07:00] [Render thread/INFO]: Reloading ResourceManager: Default
[18:07:01] [Render thread/INFO]: [OptiFine] *** Reloading textures ***
[18:07:01] [Render thread/INFO]: [OptiFine] Resource packs: Default
[18:07:09] [Worker-Main-14/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ModelRegistryEvent to a broken mod state
[18:07:11] [Render thread/INFO]: [OptiFine] *** Reflector Forge ***
[18:07:12] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[18:07:12] [Worker-Main-11/INFO]: [OptiFine] Multitexture: false
[18:07:12] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false
[18:07:12] [Worker-Main-13/INFO]: [OptiFine] Multitexture: false
[18:07:13] [Worker-Main-11/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:07:13] [Worker-Main-13/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:07:13] [Worker-Main-12/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:07:25] [Render thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraftforge.client.model.pipeline.LightUtil.itemConsumer
[18:07:25] [Render thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraftforge.client.model.pipeline.LightUtil.tessellator
[18:07:26] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.ModContainer
[18:07:32] [Render thread/INFO]: [OptiFine] *** Reflector Vanilla ***
[18:07:74] [Worker-Main-14/INFO]: [OptiFine] Multitexture: false
[18:07:76] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_pane_white.properties
[18:07:81] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_white.properties
[18:07:82] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_orange.properties
[18:07:82] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_pane_orange.properties
[18:07:82] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_magenta.properties
[18:07:82] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_pane_magenta.properties
[18:07:83] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_light_blue.properties
[18:07:83] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_pane_light_blue.properties
[18:07:83] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_pane_yellow.properties
[18:07:83] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_yellow.properties
[18:07:83] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_lime.properties
[18:07:83] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_pane_lime.properties
[18:07:83] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pane_pink.properties
[18:07:83] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pink.properties
[18:07:84] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_gray.properties
[18:07:84] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_pane_gray.properties
[18:07:84] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_light_gray.properties
[18:07:84] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_pane_light_gray.properties
[18:07:84] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_cyan.properties
[18:07:84] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_pane_cyan.properties
[18:07:85] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_pane_purple.properties
[18:07:85] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_purple.properties
[18:07:85] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_blue.properties
[18:07:85] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_pane_blue.properties
[18:07:86] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_brown.properties
[18:07:86] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_pane_brown.properties
[18:07:86] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_green.properties
[18:07:86] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_pane_green.properties
[18:07:86] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_pane_red.properties
[18:07:86] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_red.properties
[18:07:86] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_black.properties
[18:07:87] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_pane_black.properties
[18:07:87] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass.properties
[18:07:87] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass_pane.properties
[18:07:87] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/30_bookshelf/bookshelf.properties
[18:07:87] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/40_sandstone/sandstone.properties
[18:07:87] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/41_red_sandstone/red_sandstone.properties
[18:07:87] [Worker-Main-14/INFO]: [OptiFine] Multipass connected textures: false
[18:07:88] [Worker-Main-14/INFO]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties
[18:07:72] [Worker-Main-14/INFO]: [OptiFine] Mipmap levels: 4
[18:07:72] [Worker-Main-14/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:07:19] [Worker-Main-14/INFO]: [OptiFine] Multitexture: false
[18:07:20] [Worker-Main-14/INFO]: [OptiFine] Sprite size: 64
[18:07:20] [Worker-Main-14/INFO]: [OptiFine] Mipmap levels: 6
[18:07:20] [Worker-Main-14/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:07:21] [Worker-Main-14/INFO]: [OptiFine] Multitexture: false
[18:07:24] [Worker-Main-14/INFO]: [OptiFine] Sprite size: 64
[18:07:24] [Worker-Main-14/INFO]: [OptiFine] Mipmap levels: 6
[18:07:25] [Worker-Main-14/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:07:26] [Worker-Main-14/INFO]: [OptiFine] Multitexture: false
[18:07:36] [Worker-Main-14/INFO]: [OptiFine] Sprite size: 64
[18:07:36] [Worker-Main-14/INFO]: [OptiFine] Mipmap levels: 6
[18:07:36] [Worker-Main-14/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:07:37] [Worker-Main-14/INFO]: [OptiFine] Multitexture: false
[18:07:39] [Worker-Main-14/INFO]: [OptiFine] Sprite size: 64
[18:07:39] [Worker-Main-14/INFO]: [OptiFine] Mipmap levels: 6
[18:07:39] [Worker-Main-14/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:07:39] [Worker-Main-14/INFO]: [OptiFine] Multitexture: false
[18:07:42] [Worker-Main-14/INFO]: [OptiFine] Sprite size: 64
[18:07:42] [Worker-Main-14/INFO]: [OptiFine] Mipmap levels: 6
[18:07:42] [Worker-Main-14/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:07:43] [Worker-Main-14/INFO]: [OptiFine] Multitexture: false
[18:07:45] [Worker-Main-14/INFO]: [OptiFine] Sprite size: 64
[18:07:45] [Worker-Main-14/INFO]: [OptiFine] Mipmap levels: 6
[18:07:45] [Worker-Main-14/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:07:71] [Render thread/INFO]: OpenAL initialized.
[18:07:71] [Render thread/INFO]: Sound engine started
[18:07:13] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
[18:07:19] [Render thread/INFO]: [OptiFine] Animated sprites: 43
[18:07:19] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:07:19] [Render thread/INFO]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
[18:07:19] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:07:19] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:07:19] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[18:07:19] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:07:20] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:07:20] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[18:07:20] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:07:20] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:07:20] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[18:07:20] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:07:20] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:07:20] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[18:07:20] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:07:20] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:07:20] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[18:07:20] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:07:20] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:07:92] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ModelBakeEvent to a broken mod state
[18:07:28] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[18:07:28] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:07:28] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:07:29] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[18:07:29] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:07:29] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:07:29] [Render thread/INFO]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[18:07:29] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:07:29] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:07:30] [Render thread/INFO]: [OptiFine] *** Reloading custom textures ***
[18:07:76] [Render thread/INFO]: [OptiFine] Disable Forge light pipeline
[18:07:76] [Render thread/INFO]: [OptiFine] Set ForgeConfig.CLIENT.forgeLightPipelineEnabled=false
[18:07:95] [Render thread/INFO]: [net.minecraft.crash.CrashReport:func_85057_a:340]: Negative index in crash report handler (23/26)
[18:07:96] [Render thread/FATAL]: Crash report saved to C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrcrash-reportscrash-2022-09-16_18.07.25-fml.txt
—- Minecraft Crash Report —-
// Hey, that tickles! Hehehe!
Time: 16.09.22 18:07
Description: Mod loading error has occurred
java.lang.Exception: Mod Loading has failed
at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:85) [?:?] {re:classloading}
at net.minecraftforge.fml.client.ClientModLoader.completeModLoading(ClientModLoader.java:188) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.lambda$null$1(Minecraft.java:508) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft$$Lambda$3716/595759572.run(Unknown Source) [?:?] {}
at net.minecraft.util.Util.func_215077_a(Util.java:429) [?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.Minecraft.lambda$new$2(Minecraft.java:504) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft$$Lambda$3464/1706985646.accept(Unknown Source) [?:?] {}
at net.minecraft.client.gui.ResourceLoadProgressGui.func_230430_a_(ResourceLoadProgressGui.java:172) [?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:802) [?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:976) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.37.jar:35.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$398/1803361784.call(Unknown Source) [forge-1.16.4-35.1.37.jar:35.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
—————————————————————————————
— Head —
Thread: Render thread
Stacktrace:
at net.minecraftforge.fml.CrashReportExtender.lambda$dumpModLoadingCrashReport$7(CrashReportExtender.java:88) ~[?:?] {re:classloading}
— MOD waila —
Details:
Mod File: Hwyla-Mod-1.16.3.jar
Failure message: fml.modloading.dupedmod
Mod Version: 1.10.11-B78_1.16.2
Mod Issue URL: https://github.com/TehNut/Hwyla/issues
Exception message: MISSING EXCEPTION MESSAGE
Stacktrace:
at net.minecraftforge.fml.CrashReportExtender.lambda$dumpModLoadingCrashReport$7(CrashReportExtender.java:88) ~[?:?] {re:classloading}
at net.minecraftforge.fml.CrashReportExtender$$Lambda$3734/1950102816.accept(Unknown Source) ~[?:?] {}
at java.util.ArrayList.forEach(ArrayList.java:1249) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:86) [?:?] {re:classloading}
at net.minecraftforge.fml.client.ClientModLoader.completeModLoading(ClientModLoader.java:188) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.lambda$null$1(Minecraft.java:508) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft$$Lambda$3716/595759572.run(Unknown Source) [?:?] {}
at net.minecraft.util.Util.func_215077_a(Util.java:429) [?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.Minecraft.lambda$new$2(Minecraft.java:504) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft$$Lambda$3464/1706985646.accept(Unknown Source) [?:?] {}
at net.minecraft.client.gui.ResourceLoadProgressGui.func_230430_a_(ResourceLoadProgressGui.java:172) [?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:802) [?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:976) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.37.jar:35.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$398/1803361784.call(Unknown Source) [forge-1.16.4-35.1.37.jar:35.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}
— System Details —
Details:
Minecraft Version: 1.16.4
Minecraft Version ID: 1.16.4
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3137975208 bytes (2992 MB) / 4462739456 bytes (4256 MB) up to 5268045824 bytes (5024 MB)
CPUs: 16
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx5000M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.4-35.1.37.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.4-35.1.37.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.4-35.1.37.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.4-35.1.37.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/OptiFine-1.16.4_HD_U_G7.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.16.4-35.1.37.jar fml TRANSFORMATIONSERVICE
FML: 35.1
Forge: net.minecraftforge:35.1.37
FML Language Providers:
javafml@35.1
minecraft@1
Mod List:
forge-1.16.4-35.1.37-client.jar |Minecraft |minecraft |1.16.4 |NONE |NOSIGNATURE
forge-1.16.4-35.1.37-universal.jar |Forge |forge |35.1.37 |NONE |22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
OptiFine Version: OptiFine_1.16.4_HD_U_G7
OptiFine Build: 20210221-012854
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 471.41
OpenGlRenderer: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 16 <log4j:Event logger=»net.minecraft.client.Minecraft» timestamp=»1663340927364″ level=»INFO» thread=»Render thread»>
<log4j:Message><![CDATA[Stopping!]]></log4j:Message>
</log4j:Event>
Here I am!
[VersionManager] Refreshing versions locally…
[Version:1.12.2-Impact_4.8.3] Resolving…
[Version:1.12.2-Impact_4.8.3] Inherits from 1.12.2
[Version:Aether II Genesis of the Void ++ A2GotV++ v1.0] Resolving…
[Version:Aether II Genesis of the Void ++ A2GotV++ v1.0] Inherits from 1.7.10
[REPO][EMPTY] Attempt #1; timeout: 20000 ms; url:
[REPO][EMPTY] Success: Reached the repo in 384 ms.
[Version:hjklghjk] Resolving…
[Version:hjklghjk] Inherits from 1.16.5
[Version:TechoCraft 1] Resolving…
[Version:TechoCraft 1] Inherits from 1.12.2
[Version:The Fluffy IC2 Classic pack The Fluffy IC2 Classic Pack-0.86] Resolving…
[Version:The Fluffy IC2 Classic pack The Fluffy IC2 Classic Pack-0.86] Inherits from 1.10.2
[REPO][EMPTY] Attempt #1; timeout: 20000 ms; url:
[REPO][EMPTY] Success: Reached the repo in 63 ms.
[Version:РЎР±РѕСЂРєР° РіРѕРІРЅР° Рё палок] Resolving…
[Version:Сборка говна и палок] Inherits from 1.12.2
[Version:ХУЙНЯ] Resolving…
[Version:ХУЙНЯ] Inherits from 1.12.2
[VersionManager] Versions has been refreshed (527 ms)
[Launcher] Launcher exited.
[Launcher] Minecraft closed with exit code: 0
AccountComboBox.validte pre game launch username Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze} TLAUNCHER
[TlauncherAuthenticator] Staring to authenticate: Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze}
[TlauncherAuthenticator] hasUsername: ForgottenHaze
[TlauncherAuthenticator] hasPassword: false
[TlauncherAuthenticator] hasAccessToken: true
[TlauncherAuthenticator] Loggining in with token
[TlauncherAuthenticator] Log in successful!
[TlauncherAuthenticator] hasUUID: true
[TlauncherAuthenticator] hasAccessToken: true
[TlauncherAuthenticator] hasProfiles: true
[TlauncherAuthenticator] hasProfile: true
[TlauncherAuthenticator] hasProperties: true
onAuthPassed
saved account Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze}
save profiles
[LoginForm] Login was OK. Trying to launch now.
[Launcher] Running under TLauncher 2.86
[Launcher] Collecting info…
[TLauncherManager] before clearLibrary
[TLauncherManager] written: []
[TLauncherManager] after clearLibrary
[Launcher] Force update: false
[Launcher] Selected version: Agent Pipindr
[Launcher] Selected account: Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze}
[Launcher] Version sync info: VersionSyncInfo{id=’Agent Pipindr’,
local=CompleteVersion{id=’Agent Pipindr’, time=Fri Jan 15 03:01:16 GMT+03:00 2021, release=Thu Oct 29 18:49:37 GMT+03:00 2020, type=release, class=cpw.mods.modlauncher.Launcher, minimumVersion=21, assets=’1.16′, source=LOCAL_VERSION_REPO, list=net.minecraft.launcher.updater.LocalVersionList@69b35d72, libraries=[Library{name=’net.minecraftforge:forge:1.16.4-35.1.37′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-commons:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-tree:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-util:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-analysis:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’cpw.mods:modlauncher:8.0.9′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’cpw.mods:grossjava9hacks:1.3.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:accesstransformers:3.0.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.antlr:antlr4-runtime:4.9.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:eventbus:4.0.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:forgespi:3.2.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:coremods:4.0.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:unsafe:0.2.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.electronwill.night-config:core:3.6.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.electronwill.night-config:toml:3.6.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.jline:jline:3.12.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.maven:maven-artifact:3.6.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.jodah:typetools:0.8.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-api:2.11.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-core:2.11.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecrell:terminalconsoleappender:1.2.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.sf.jopt-simple:jopt-simple:5.0.4′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.spongepowered:mixin:0.8.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:nashorn-core-compat:15.1.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:patchy:1.3.9′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’oshi-project:oshi-core:1.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.dev.jna:jna:4.4.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.dev.jna:platform:3.4.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.ibm.icu:icu4j:66.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:javabridge:1.0.22′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.sf.jopt-simple:jopt-simple:5.0.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’io.netty:netty-all:4.1.25.Final’, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.google.guava:guava:21.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.commons:commons-lang3:3.5′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’commons-io:commons-io:2.5′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’commons-codec:commons-codec:1.10′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.jinput:jinput:2.0.5′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.jutils:jutils:1.0.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:brigadier:1.0.17′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:datafixerupper:4.0.26′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.google.code.gson:gson:2.8.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:authlib:2.1.28′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.commons:commons-compress:1.8.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.httpcomponents:httpclient:4.3.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’commons-logging:commons-logging:1.1.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.httpcomponents:httpcore:4.3.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’it.unimi.dsi:fastutil:8.2.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-api:2.8.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-core:2.8.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’com.mojang:text2speech:1.11.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:text2speech:1.11.3′, rules=null, natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=net.minecraft.launcher.versions.ExtractRules@10d857ff, packed=’null’}, Library{name=’ca.weblite:java-objc-bridge:1.0.0′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-osx}, extract=net.minecraft.launcher.versions.ExtractRules@6a6228f7, packed=’null’}, Library{name=’ca.weblite:java-objc-bridge:1.0.0′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}]},
remote=null, isInstalled=true, hasRemote=false, isUpToDate=true}
[Launcher] Checking conditions…
[Launcher] Comparing assets…
[AssetsManager] Checking resources…
[AssetsManager] Reading indexes from file C:UsersUserAppDataRoaming.minecraftassetsindexes1.16.json
[AssetsManager] Fast comparing: true
[Launcher] finished comparing assets: 121 ms.
[TLauncherManager] add required libraries: Agent Pipindr
[VersionManager] Required for version Agent Pipindr: []
[TLauncherManager] add required libraries: Agent Pipindr
[Modpack] check resources
[Modpack] check CompositeResources
used default java runtime
Minecraft requires java version: 8, java path: C:UsersUserAppDataRoaming.minecraftruntimejre-legacywindowsjre-legacybinjavaw.exe
[TLauncherManager] library will be replaced: com.mojang:authlib:2.1.28
[TLauncherManager] library will be replaced: com.mojang:patchy:1.3.9
[Launcher] Unpacking natives…
[Launcher] Constructing process…
[Launcher] Constructing classpath…
backup world is active: true
[Launcher] Getting Minecraft arguments…
[Launcher] Full command: C:UsersUserAppDataRoaming.minecraftruntimejre-legacywindowsjre-legacybinjavaw.exe -Dos.name=Windows 10 -Dos.version=10.0 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Djava.library.path=C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrnatives -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.3.173 -cp C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeforge1.16.4-35.1.37forge-1.16.4-35.1.37.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm9.0asm-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-commons9.0asm-commons-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-tree9.0asm-tree-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-util9.0asm-util-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-analysis9.0asm-analysis-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescpwmodsmodlauncher8.0.9modlauncher-8.0.9.jar;C:UsersUserAppDataRoaming.minecraftlibrariescpwmodsgrossjava9hacks1.3.0grossjava9hacks-1.3.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeaccesstransformers3.0.1accesstransformers-3.0.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgantlrantlr4-runtime4.9.1antlr4-runtime-4.9.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeeventbus4.0.0eventbus-4.0.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeforgespi3.2.0forgespi-3.2.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgecoremods4.0.3coremods-4.0.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeunsafe.2.0unsafe-0.2.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomelectronwillnight-configcore3.6.2core-3.6.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomelectronwillnight-configtoml3.6.2toml-3.6.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgjlinejline3.12.1jline-3.12.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachemavenmaven-artifact3.6.0maven-artifact-3.6.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjodahtypetools.8.3typetools-0.8.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-api2.11.2log4j-api-2.11.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-core2.11.2log4j-core-2.11.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecrellterminalconsoleappender1.2.0terminalconsoleappender-1.2.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetsfjopt-simplejopt-simple5.0.4jopt-simple-5.0.4.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgspongepoweredmixin.8.2mixin-0.8.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgenashorn-core-compat15.1.1nashorn-core-compat-15.1.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgtlauncherpatchy1.3.9patchy-1.3.9.jar;C:UsersUserAppDataRoaming.minecraftlibrariesoshi-projectoshi-core1.1oshi-core-1.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavadevjnajna4.4.0jna-4.4.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavadevjnaplatform3.4.0platform-3.4.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomibmicuicu4j66.1icu4j-66.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangjavabridge1.0.22javabridge-1.0.22.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetsfjopt-simplejopt-simple5.0.3jopt-simple-5.0.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesionettynetty-all4.1.25.Finalnetty-all-4.1.25.Final.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomgoogleguavaguava21.0guava-21.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachecommonscommons-lang33.5commons-lang3-3.5.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommons-iocommons-io2.5commons-io-2.5.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommons-codeccommons-codec1.10commons-codec-1.10.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavajinputjinput2.0.5jinput-2.0.5.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavajutilsjutils1.0.0jutils-1.0.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangbrigadier1.0.17brigadier-1.0.17.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangdatafixerupper4.0.26datafixerupper-4.0.26.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomgooglecodegsongson2.8.0gson-2.8.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgtlauncherauthlib2.0.28.12authlib-2.0.28.12.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachecommonscommons-compress1.8.1commons-compress-1.8.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachehttpcomponentshttpclient4.3.3httpclient-4.3.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommons-loggingcommons-logging1.1.3commons-logging-1.1.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachehttpcomponentshttpcore4.3.2httpcore-4.3.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesitunimidsifastutil8.2.1fastutil-8.2.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-api2.8.1log4j-api-2.8.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-core2.8.1log4j-core-2.8.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl3.2.2lwjgl-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-jemalloc3.2.2lwjgl-jemalloc-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-openal3.2.2lwjgl-openal-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-opengl3.2.2lwjgl-opengl-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-glfw3.2.2lwjgl-glfw-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-stb3.2.2lwjgl-stb-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-tinyfd3.2.2lwjgl-tinyfd-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangtext2speech1.11.3text2speech-1.11.3.jar;C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrAgent Pipindr.jar -Xmx5000M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -Djava.net.preferIPv4Stack=true -Dminecraft.applet.TargetDirectory=C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr -Dlog4j.configurationFile=C:UsersUserAppDataRoaming.minecraftassetslog_configsclient-1.12.xml -DLibLoader.modsFolder=C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmods cpw.mods.modlauncher.Launcher —username ForgottenHaze —version Agent Pipindr —gameDir C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr —assetsDir C:UsersUserAppDataRoaming.minecraftassets —assetIndex 1.16 —uuid e9c0c4d2-1da1-11ed-997d-f02f74958c02 —accessToken null —userType mojang —versionType release —width 925 —height 530 —launchTarget fmlclient —fml.forgeVersion 35.1.37 —fml.mcVersion 1.16.4 —fml.forgeGroup net.minecraftforge —fml.mcpVersion 20201102.104115
[Launcher] Launching Minecraft…
I’m hiding!
[TLauncherManager] mods after C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsabnormals_core-1.16.5-3.1.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsappleskin-forge-mc1.16.x-2.4.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsArtifacts-1.16.5-2.9.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsAutoRegLib-1.6-47.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsbaubles-1.8.5-1.16.4.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsBiomesOPlenty-1.16.4-13.0.0.440-universal.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsBookshelf-1.16.5-10.0.8.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsBotanyPots-1.16.4-6.0.18.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscaelus-forge-1.16.5-2.1.3.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscarryon-1.16.5-1.15.3.13.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscatalogue-1.3.0-1.16.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscitadel-1.8.1-1.16.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsconfigured-1.2.0-1.16.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsCraftTweaker-1.16.5-7.1.2.512.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscurios-forge-1.16.5-4.0.8.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsCyclic-1.16.5-1.5.10.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsDoggyTalents-1.16.5-2.1.15.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodselevatorid-1.16.5-1.7.13.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsEnchantmentDescriptions-1.16.4-6.0.4.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsexpandability-2.0.2-forge.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsFastLeafDecay-v25.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsfortunate-2.10.1-MC-1.16.4.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsGobber2-Forge-1.16.5-2.3.49.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsgoblintraders-1.6.0-1.16.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsHwyla-Mod-1.16.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsiChunUtil-1.16.5-10.6.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsinventorypets-1.16.5-2.0.14.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsJade-1.16.4-2.8.3.jar.deactivation C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsjeed-1.16.5-1.6.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsjei-1.16.4-7.6.1.74.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsJEITweaker-1.16.5-1.1.0.49.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsjourneymap-1.16.5-5.7.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsJustEnoughResources-1.16.4-0.12.0.113.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsMekanism-1.16.4-10.0.19.446.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsmgui-1.16.5-3.3.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsMorph-1.16.5-10.2.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsNaturesCompass-1.16.4-1.8.6.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsNeat+1.7-27.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsOptiFine-1.16.4_HD_U_G7.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsPatchouli-1.16.4-53.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsQuark-r2.4-305.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsQuarkOPlenty-1.16.5-1.2.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsrats-7.2.0-1.16.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsreap-1.16.4-1.0.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsresourcefulbees-1.16.5-0.5.10b.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodssilent-gear-1.16.5-2.6.36.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodssilent-lib-1.16.5-4.10.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodssit-1.16.5-v1.3.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsTabula-1.16.5-10.5.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstetra-1.16.5-3.20.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstheoneprobe-1.16-3.0.7.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstl_skin_cape_forge_1.16.4-1.16.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstombstone-1.16-6.2.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsToughAsNails-1.16.4-4.0.0.9-universal.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsWaystones_1.16.5-7.4.0.jar
[Launcher] skin system is activated: true
[Launcher] Starting Minecraft Agent Pipindr…
[Launcher] Launching in: C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr
Starting garbage collector: 299 / 548 MB
Garbage collector completed: 76 / 568 MB
[Launcher] Processing post-launch actions. Assist launch: true
===============================================================================================
[18:08:20] [main/INFO]: ModLauncher running: args [—username, ForgottenHaze, —version, Agent Pipindr, —gameDir, C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr, —assetsDir, C:UsersUserAppDataRoaming.minecraftassets, —assetIndex, 1.16, —uuid, e9c0c4d2-1da1-11ed-997d-f02f74958c02, —accessToken, вќ„вќ„вќ„вќ„вќ„вќ„вќ„вќ„, —userType, mojang, —versionType, release, —width, 925, —height, 530, —launchTarget, fmlclient, —fml.forgeVersion, 35.1.37, —fml.mcVersion, 1.16.4, —fml.forgeGroup, net.minecraftforge, —fml.mcpVersion, 20201102.104115]
[18:08:21] [main/INFO]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 1.8.0_51 by Oracle Corporation
[18:08:22] [main/WARN]: LEGACY JDK DETECTED, SECURED JAR HANDLING DISABLED
[18:08:35] [main/INFO]: OptiFineTransformationService.onLoad
[18:08:35] [main/INFO]: OptiFine ZIP file: C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsOptiFine-1.16.4_HD_U_G7.jar
[18:08:36] [main/INFO]: Target.PRE_CLASS is available
[18:08:44] [main/INFO]: Added Lets Encrypt root certificates as additional trust
[18:08:48] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/User/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=CLIENT
[18:08:49] [main/INFO]: OptiFineTransformationService.initialize
[18:08:59] [main/ERROR]: Missing language javafml version [36,) wanted by Bookshelf-1.16.5-10.0.8.jar, found 35.1
[18:08:61] [main/ERROR]: Missing language javafml version [36,) wanted by jeed-1.16.5-1.6.jar, found 35.1
[18:08:61] [main/ERROR]: Missing language javafml version [36,) wanted by resourcefulbees-1.16.5-0.5.10b.jar, found 35.1
[18:08:01] [main/INFO]: OptiFineTransformationService.transformers
[18:08:05] [main/INFO]: Targets: 308
[18:08:25] [main/INFO]: additionalClassesLocator: [optifine., net.optifine.]
[18:08:26] [main/INFO]: Launching target ‘fmlclient’ with arguments [—version, Agent Pipindr, —gameDir, C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr, —assetsDir, C:UsersUserAppDataRoaming.minecraftassets, —uuid, e9c0c4d2-1da1-11ed-997d-f02f74958c02, —username, ForgottenHaze, —assetIndex, 1.16, —accessToken, вќ„вќ„вќ„вќ„вќ„вќ„вќ„вќ„, —userType, mojang, —versionType, release, —width, 925, —height, 530]
[18:09:77] [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’
[18:09:77] [Render thread/INFO]: Setting user: ForgottenHaze
[18:09:00] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch
[18:09:02] [Render thread/INFO]: Backend library: LWJGL version 3.2.2 build 10
[18:09:40] [Render thread/INFO]: [OptiFine]
[18:09:40] [Render thread/INFO]: [OptiFine] OptiFine_1.16.4_HD_U_G7
[18:09:40] [Render thread/INFO]: [OptiFine] Build: 20210221-012854
[18:09:40] [Render thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0
[18:09:40] [Render thread/INFO]: [OptiFine] Java: 1.8.0_51, Oracle Corporation
[18:09:41] [Render thread/INFO]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[18:09:41] [Render thread/INFO]: [OptiFine] LWJGL: 3.3.0 Win32 WGL EGL OSMesa VisualC DLL
[18:09:41] [Render thread/INFO]: [OptiFine] OpenGL: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2, version 4.6.0 NVIDIA 471.41, NVIDIA Corporation
[18:09:41] [Render thread/INFO]: [OptiFine] OpenGL Version: 4.6.0
[18:09:42] [Render thread/INFO]: [OptiFine] Maximum texture size: 32768×32768
[18:09:42] [VersionCheck/INFO]: [OptiFine] Checking for new version
[18:09:46] [Render thread/INFO]: [Shaders] OpenGL Version: 4.6.0 NVIDIA 471.41
[18:09:46] [Render thread/INFO]: [Shaders] Vendor: NVIDIA Corporation
[18:09:46] [Render thread/INFO]: [Shaders] Renderer: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
[18:09:46] [Render thread/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0
[18:09:47] [Render thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
[18:09:47] [Render thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
[18:09:47] [Render thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
[18:09:47] [Render thread/INFO]: [Shaders] Load shaders configuration.
[18:09:47] [Render thread/INFO]: [Shaders] Save shaders configuration.
[18:09:47] [Render thread/INFO]: [Shaders] No shaderpack loaded.
[18:09:48] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.Loader
[18:09:73] [VersionCheck/INFO]: [OptiFine] Version found: G7
[18:09:97] [Render thread/FATAL]: Error during pre-loading phase
net.minecraftforge.fml.ModLoadingException: Mod File Bookshelf-1.16.5-10.0.8.jar needs language provider javafml:36 or above to load
В§7We have found 35.1
at net.minecraftforge.fml.ModLoadingException.lambda$fromEarlyException$0(ModLoadingException.java:64)
at net.minecraftforge.fml.ModLoadingException$$Lambda$2986/1648278215.apply(Unknown Source)
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:270)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
at net.minecraftforge.fml.ModLoader.<init>(ModLoader.java:114)
at net.minecraftforge.fml.ModLoader.get(ModLoader.java:148)
at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$1(ClientModLoader.java:103)
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2983/689213488.run(Unknown Source)
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:123)
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2984/951629504.run(Unknown Source)
at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:103)
at net.minecraft.client.Minecraft.<init>(Minecraft.java:437)
at net.minecraft.client.main.Main.main(Main.java:149)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$415/1869177530.call(Unknown Source)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
[18:09:06] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.sound.SoundLoadEvent to a broken mod state
[18:09:21] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ColorHandlerEvent$Block to a broken mod state
[18:09:21] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ColorHandlerEvent$Item to a broken mod state
[18:09:94] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ParticleFactoryRegisterEvent to a broken mod state
[18:09:99] [Render thread/INFO]: Narrator library for x64 successfully loaded
[18:09:09] [Render thread/INFO]: Reloading ResourceManager: Default
[18:09:10] [Render thread/INFO]: [OptiFine] *** Reloading textures ***
[18:09:10] [Render thread/INFO]: [OptiFine] Resource packs: Default
[18:09:22] [Worker-Main-12/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ModelRegistryEvent to a broken mod state
[18:09:26] [Worker-Main-9/INFO]: [OptiFine] Multitexture: false
[18:09:26] [Worker-Main-13/INFO]: [OptiFine] Multitexture: false
[18:09:26] [Worker-Main-10/INFO]: [OptiFine] Multitexture: false
[18:09:28] [Render thread/INFO]: [OptiFine] *** Reflector Forge ***
[18:09:28] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[18:09:29] [Worker-Main-10/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:09:29] [Worker-Main-9/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:09:48] [Render thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraftforge.client.model.pipeline.LightUtil.itemConsumer
[18:09:48] [Render thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraftforge.client.model.pipeline.LightUtil.tessellator
[18:09:49] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.ModContainer
[18:09:53] [Render thread/INFO]: [OptiFine] *** Reflector Vanilla ***
[18:09:66] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false
[18:09:68] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_pane_white.properties
[18:09:70] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_white.properties
[18:09:70] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_orange.properties
[18:09:70] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_pane_orange.properties
[18:09:70] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_magenta.properties
[18:09:71] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_pane_magenta.properties
[18:09:71] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_light_blue.properties
[18:09:71] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_pane_light_blue.properties
[18:09:71] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_pane_yellow.properties
[18:09:71] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_yellow.properties
[18:09:71] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_lime.properties
[18:09:71] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_pane_lime.properties
[18:09:72] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pane_pink.properties
[18:09:72] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pink.properties
[18:09:72] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_gray.properties
[18:09:72] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_pane_gray.properties
[18:09:72] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_light_gray.properties
[18:09:72] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_pane_light_gray.properties
[18:09:72] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_cyan.properties
[18:09:73] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_pane_cyan.properties
[18:09:73] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_pane_purple.properties
[18:09:73] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_purple.properties
[18:09:73] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_blue.properties
[18:09:73] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_pane_blue.properties
[18:09:74] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_brown.properties
[18:09:74] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_pane_brown.properties
[18:09:74] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_green.properties
[18:09:74] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_pane_green.properties
[18:09:74] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_pane_red.properties
[18:09:74] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_red.properties
[18:09:74] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_black.properties
[18:09:75] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_pane_black.properties
[18:09:75] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass.properties
[18:09:75] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass_pane.properties
[18:09:75] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/30_bookshelf/bookshelf.properties
[18:09:75] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/40_sandstone/sandstone.properties
[18:09:75] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/41_red_sandstone/red_sandstone.properties
[18:09:75] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false
[18:09:76] [Worker-Main-12/INFO]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties
[18:09:11] [Worker-Main-12/INFO]: [OptiFine] Mipmap levels: 4
[18:09:11] [Worker-Main-12/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:09:61] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false
[18:09:62] [Worker-Main-12/INFO]: [OptiFine] Sprite size: 64
[18:09:62] [Worker-Main-12/INFO]: [OptiFine] Mipmap levels: 6
[18:09:62] [Worker-Main-12/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:09:62] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false
[18:09:66] [Worker-Main-12/INFO]: [OptiFine] Sprite size: 64
[18:09:66] [Worker-Main-12/INFO]: [OptiFine] Mipmap levels: 6
[18:09:66] [Worker-Main-12/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:09:68] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false
[18:09:71] [Worker-Main-12/INFO]: [OptiFine] Sprite size: 64
[18:09:71] [Worker-Main-12/INFO]: [OptiFine] Mipmap levels: 6
[18:09:71] [Worker-Main-12/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:09:72] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false
[18:09:73] [Worker-Main-12/INFO]: [OptiFine] Sprite size: 64
[18:09:73] [Worker-Main-12/INFO]: [OptiFine] Mipmap levels: 6
[18:09:73] [Worker-Main-12/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:09:74] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false
[18:09:75] [Worker-Main-12/INFO]: [OptiFine] Sprite size: 64
[18:09:75] [Worker-Main-12/INFO]: [OptiFine] Mipmap levels: 6
[18:09:75] [Worker-Main-12/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:09:76] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false
[18:09:77] [Worker-Main-12/INFO]: [OptiFine] Sprite size: 64
[18:09:77] [Worker-Main-12/INFO]: [OptiFine] Mipmap levels: 6
[18:09:77] [Worker-Main-12/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:09:04] [Render thread/INFO]: OpenAL initialized.
[18:09:05] [Render thread/INFO]: Sound engine started
[18:09:45] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
[18:09:51] [Render thread/INFO]: [OptiFine] Animated sprites: 43
[18:09:51] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:09:52] [Render thread/INFO]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
[18:09:52] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:09:52] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:09:52] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[18:09:52] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:09:52] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:09:52] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[18:09:52] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:09:52] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:09:52] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[18:09:52] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:09:52] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:09:52] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[18:09:52] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:09:52] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:09:52] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[18:09:52] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:09:52] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:09:22] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ModelBakeEvent to a broken mod state
[18:09:62] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[18:09:62] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:09:62] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:09:62] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[18:09:63] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:09:63] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:09:63] [Render thread/INFO]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[18:09:63] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:09:63] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:09:63] [Render thread/INFO]: [OptiFine] *** Reloading custom textures ***
[18:09:00] [Render thread/INFO]: [OptiFine] Disable Forge light pipeline
[18:09:00] [Render thread/INFO]: [OptiFine] Set ForgeConfig.CLIENT.forgeLightPipelineEnabled=false
[18:09:25] [Render thread/INFO]: [net.minecraft.crash.CrashReport:func_85057_a:340]: Negative index in crash report handler (23/26)
[18:09:28] [Render thread/FATAL]: Crash report saved to C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrcrash-reportscrash-2022-09-16_18.09.20-fml.txt
—- Minecraft Crash Report —-
// There are four lights!
Time: 16.09.22 18:09
Description: Mod loading error has occurred
java.lang.Exception: Mod Loading has failed
at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:85) [?:?] {re:classloading}
at net.minecraftforge.fml.client.ClientModLoader.completeModLoading(ClientModLoader.java:188) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.lambda$null$1(Minecraft.java:508) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft$$Lambda$3737/1641418296.run(Unknown Source) [?:?] {}
at net.minecraft.util.Util.func_215077_a(Util.java:429) [?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.Minecraft.lambda$new$2(Minecraft.java:504) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft$$Lambda$3482/1226616812.accept(Unknown Source) [?:?] {}
at net.minecraft.client.gui.ResourceLoadProgressGui.func_230430_a_(ResourceLoadProgressGui.java:172) [?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:802) [?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:976) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.37.jar:35.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$415/1869177530.call(Unknown Source) [forge-1.16.4-35.1.37.jar:35.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
—————————————————————————————
— Head —
Thread: Render thread
Stacktrace:
at net.minecraftforge.fml.CrashReportExtender.lambda$dumpModLoadingCrashReport$7(CrashReportExtender.java:88) ~[?:?] {re:classloading}
— NO MOD INFO AVAILABLE —
Details:
Mod File: NO FILE INFO
Failure message: Mod File Bookshelf-1.16.5-10.0.8.jar needs language provider javafml:36 or above to load
We have found 35.1
Mod Version: NO MOD INFO AVAILABLE
Mod Issue URL: NOT PROVIDED
Exception message: MISSING EXCEPTION MESSAGE
Stacktrace:
at net.minecraftforge.fml.CrashReportExtender.lambda$dumpModLoadingCrashReport$7(CrashReportExtender.java:88) ~[?:?] {re:classloading}
at net.minecraftforge.fml.CrashReportExtender$$Lambda$3753/291279979.accept(Unknown Source) ~[?:?] {}
at java.util.ArrayList.forEach(ArrayList.java:1249) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:86) [?:?] {re:classloading}
at net.minecraftforge.fml.client.ClientModLoader.completeModLoading(ClientModLoader.java:188) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.lambda$null$1(Minecraft.java:508) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft$$Lambda$3737/1641418296.run(Unknown Source) [?:?] {}
at net.minecraft.util.Util.func_215077_a(Util.java:429) [?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.Minecraft.lambda$new$2(Minecraft.java:504) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft$$Lambda$3482/1226616812.accept(Unknown Source) [?:?] {}
at net.minecraft.client.gui.ResourceLoadProgressGui.func_230430_a_(ResourceLoadProgressGui.java:172) [?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:802) [?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:976) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.37.jar:35.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$415/1869177530.call(Unknown Source) [forge-1.16.4-35.1.37.jar:35.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}
— NO MOD INFO AVAILABLE —
Details:
Mod File: NO FILE INFO
Failure message: Mod File jeed-1.16.5-1.6.jar needs language provider javafml:36 or above to load
We have found 35.1
Mod Version: NO MOD INFO AVAILABLE
Mod Issue URL: NOT PROVIDED
Exception message: MISSING EXCEPTION MESSAGE
— NO MOD INFO AVAILABLE —
Details:
Mod File: NO FILE INFO
Failure message: Mod File resourcefulbees-1.16.5-0.5.10b.jar needs language provider javafml:36 or above to load
We have found 35.1
Mod Version: NO MOD INFO AVAILABLE
Mod Issue URL: NOT PROVIDED
Exception message: MISSING EXCEPTION MESSAGE
— MOD jeed —
Details:
Mod File: jeed-1.16.5-1.6.jar
Failure message: Mod jeed requires minecraft 1.16.5 or above, and below 1.17
Currently, minecraft is 1.16.4
Mod Version: 1.16.5-1.6
Mod Issue URL: NOT PROVIDED
Exception message: MISSING EXCEPTION MESSAGE
— MOD bookshelf —
Details:
Mod File: Bookshelf-1.16.5-10.0.8.jar
Failure message: Mod bookshelf requires forge 36 or above
Currently, forge is 35.1.37
Mod Version: 10.0.8
Mod Issue URL: https://github.com/Darkhax-Minecraft/Bookshelf/issues
Exception message: MISSING EXCEPTION MESSAGE
— MOD resourcefulbees —
Details:
Mod File: resourcefulbees-1.16.5-0.5.10b.jar
Failure message: Mod resourcefulbees requires minecraft 1.16.5 or above
Currently, minecraft is 1.16.4
Mod Version: 1.16.5-0.5.10b
Mod Issue URL: https://github.com/Resourceful-Bees/ResourcefulBees/issues/new/choose
Exception message: MISSING EXCEPTION MESSAGE
— MOD jeed —
Details:
Mod File: jeed-1.16.5-1.6.jar
Failure message: Mod jeed requires forge 36 or above
Currently, forge is 35.1.37
Mod Version: 1.16.5-1.6
Mod Issue URL: NOT PROVIDED
Exception message: MISSING EXCEPTION MESSAGE
— MOD crafttweaker —
Details:
Mod File: CraftTweaker-1.16.5-7.1.2.512.jar
Failure message: Mod crafttweaker requires forge 36.1.52 or above
Currently, forge is 35.1.37
Mod Version: 7.1.2.512
Mod Issue URL: https://github.com/CraftTweaker/CraftTweaker/issues
Exception message: MISSING EXCEPTION MESSAGE
— MOD bookshelf —
Details:
Mod File: Bookshelf-1.16.5-10.0.8.jar
Failure message: Mod bookshelf requires minecraft 1.16.5
Currently, minecraft is 1.16.4
Mod Version: 10.0.8
Mod Issue URL: https://github.com/Darkhax-Minecraft/Bookshelf/issues
Exception message: MISSING EXCEPTION MESSAGE
— MOD resourcefulbees —
Details:
Mod File: resourcefulbees-1.16.5-0.5.10b.jar
Failure message: Mod resourcefulbees requires forge 36.0.15 or above
Currently, forge is 35.1.37
Mod Version: 1.16.5-0.5.10b
Mod Issue URL: https://github.com/Resourceful-Bees/ResourcefulBees/issues/new/choose
Exception message: MISSING EXCEPTION MESSAGE
— System Details —
Details:
Minecraft Version: 1.16.4
Minecraft Version ID: 1.16.4
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 4263488168 bytes (4065 MB) / 4865392640 bytes (4640 MB) up to 5268045824 bytes (5024 MB)
CPUs: 16
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx5000M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.4-35.1.37.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.4-35.1.37.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.4-35.1.37.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.4-35.1.37.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/OptiFine-1.16.4_HD_U_G7.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.16.4-35.1.37.jar fml TRANSFORMATIONSERVICE
FML: 35.1
Forge: net.minecraftforge:35.1.37
FML Language Providers:
javafml@35.1
minecraft@1
Mod List:
forge-1.16.4-35.1.37-client.jar |Minecraft |minecraft |1.16.4 |NONE |NOSIGNATURE
forge-1.16.4-35.1.37-universal.jar |Forge |forge |35.1.37 |NONE |22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
OptiFine Version: OptiFine_1.16.4_HD_U_G7
OptiFine Build: 20210221-012854
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 471.41
OpenGlRenderer: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 16 <log4j:Event logger=»net.minecraft.client.Minecraft» timestamp=»1663341008276″ level=»INFO» thread=»Render thread»>
<log4j:Message><![CDATA[Stopping!]]></log4j:Message>
</log4j:Event>
Here I am!
[VersionManager] Refreshing versions locally…
[Version:1.12.2-Impact_4.8.3] Resolving…
[Version:1.12.2-Impact_4.8.3] Inherits from 1.12.2
[Version:Aether II Genesis of the Void ++ A2GotV++ v1.0] Resolving…
[Version:Aether II Genesis of the Void ++ A2GotV++ v1.0] Inherits from 1.7.10
[REPO][EMPTY] Attempt #1; timeout: 20000 ms; url:
[REPO][EMPTY] Success: Reached the repo in 296 ms.
[Version:hjklghjk] Resolving…
[Version:hjklghjk] Inherits from 1.16.5
[Version:TechoCraft 1] Resolving…
[Version:TechoCraft 1] Inherits from 1.12.2
[Version:The Fluffy IC2 Classic pack The Fluffy IC2 Classic Pack-0.86] Resolving…
[Version:The Fluffy IC2 Classic pack The Fluffy IC2 Classic Pack-0.86] Inherits from 1.10.2
[REPO][EMPTY] Attempt #1; timeout: 20000 ms; url:
[REPO][EMPTY] Success: Reached the repo in 72 ms.
[Version:РЎР±РѕСЂРєР° РіРѕРІРЅР° Рё палок] Resolving…
[Version:Сборка говна и палок] Inherits from 1.12.2
[Version:ХУЙНЯ] Resolving…
[Version:ХУЙНЯ] Inherits from 1.12.2
[VersionManager] Versions has been refreshed (448 ms)
[Launcher] Launcher exited.
[Launcher] Minecraft closed with exit code: 0
request
request
request
request
request
AccountComboBox.validte pre game launch username Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze} TLAUNCHER
[TlauncherAuthenticator] Staring to authenticate: Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze}
[TlauncherAuthenticator] hasUsername: ForgottenHaze
[TlauncherAuthenticator] hasPassword: false
[TlauncherAuthenticator] hasAccessToken: true
[TlauncherAuthenticator] Loggining in with token
[TlauncherAuthenticator] Log in successful!
[TlauncherAuthenticator] hasUUID: true
[TlauncherAuthenticator] hasAccessToken: true
[TlauncherAuthenticator] hasProfiles: true
[TlauncherAuthenticator] hasProfile: true
[TlauncherAuthenticator] hasProperties: true
onAuthPassed
saved account Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze}
save profiles
[LoginForm] Login was OK. Trying to launch now.
[Launcher] Running under TLauncher 2.86
[Launcher] Collecting info…
[TLauncherManager] before clearLibrary
[TLauncherManager] written: []
[TLauncherManager] after clearLibrary
[Launcher] Force update: false
[Launcher] Selected version: Agent Pipindr
[Launcher] Selected account: Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze}
[Launcher] Version sync info: VersionSyncInfo{id=’Agent Pipindr’,
local=CompleteVersion{id=’Agent Pipindr’, time=Fri Jan 15 03:01:16 GMT+03:00 2021, release=Thu Oct 29 18:49:37 GMT+03:00 2020, type=release, class=cpw.mods.modlauncher.Launcher, minimumVersion=21, assets=’1.16′, source=LOCAL_VERSION_REPO, list=net.minecraft.launcher.updater.LocalVersionList@69b35d72, libraries=[Library{name=’net.minecraftforge:forge:1.16.4-35.1.37′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-commons:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-tree:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-util:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-analysis:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’cpw.mods:modlauncher:8.0.9′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’cpw.mods:grossjava9hacks:1.3.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:accesstransformers:3.0.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.antlr:antlr4-runtime:4.9.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:eventbus:4.0.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:forgespi:3.2.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:coremods:4.0.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:unsafe:0.2.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.electronwill.night-config:core:3.6.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.electronwill.night-config:toml:3.6.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.jline:jline:3.12.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.maven:maven-artifact:3.6.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.jodah:typetools:0.8.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-api:2.11.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-core:2.11.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecrell:terminalconsoleappender:1.2.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.sf.jopt-simple:jopt-simple:5.0.4′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.spongepowered:mixin:0.8.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:nashorn-core-compat:15.1.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:patchy:1.3.9′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’oshi-project:oshi-core:1.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.dev.jna:jna:4.4.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.dev.jna:platform:3.4.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.ibm.icu:icu4j:66.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:javabridge:1.0.22′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.sf.jopt-simple:jopt-simple:5.0.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’io.netty:netty-all:4.1.25.Final’, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.google.guava:guava:21.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.commons:commons-lang3:3.5′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’commons-io:commons-io:2.5′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’commons-codec:commons-codec:1.10′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.jinput:jinput:2.0.5′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.jutils:jutils:1.0.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:brigadier:1.0.17′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:datafixerupper:4.0.26′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.google.code.gson:gson:2.8.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:authlib:2.1.28′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.commons:commons-compress:1.8.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.httpcomponents:httpclient:4.3.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’commons-logging:commons-logging:1.1.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.httpcomponents:httpcore:4.3.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’it.unimi.dsi:fastutil:8.2.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-api:2.8.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-core:2.8.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’com.mojang:text2speech:1.11.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:text2speech:1.11.3′, rules=null, natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=net.minecraft.launcher.versions.ExtractRules@10d857ff, packed=’null’}, Library{name=’ca.weblite:java-objc-bridge:1.0.0′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-osx}, extract=net.minecraft.launcher.versions.ExtractRules@6a6228f7, packed=’null’}, Library{name=’ca.weblite:java-objc-bridge:1.0.0′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}]},
remote=null, isInstalled=true, hasRemote=false, isUpToDate=true}
[Launcher] Checking conditions…
[Launcher] Comparing assets…
[AssetsManager] Checking resources…
[AssetsManager] Reading indexes from file C:UsersUserAppDataRoaming.minecraftassetsindexes1.16.json
[AssetsManager] Fast comparing: true
[Launcher] finished comparing assets: 121 ms.
[TLauncherManager] add required libraries: Agent Pipindr
[VersionManager] Required for version Agent Pipindr: []
[TLauncherManager] add required libraries: Agent Pipindr
[Modpack] check resources
[Modpack] check CompositeResources
used default java runtime
Minecraft requires java version: 8, java path: C:UsersUserAppDataRoaming.minecraftruntimejre-legacywindowsjre-legacybinjavaw.exe
[TLauncherManager] library will be replaced: com.mojang:authlib:2.1.28
[TLauncherManager] library will be replaced: com.mojang:patchy:1.3.9
[Launcher] Unpacking natives…
[Launcher] Constructing process…
[Launcher] Constructing classpath…
backup world is active: true
[Launcher] Getting Minecraft arguments…
[Launcher] Full command: C:UsersUserAppDataRoaming.minecraftruntimejre-legacywindowsjre-legacybinjavaw.exe -Dos.name=Windows 10 -Dos.version=10.0 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Djava.library.path=C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrnatives -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.3.173 -cp C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeforge1.16.4-35.1.37forge-1.16.4-35.1.37.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm9.0asm-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-commons9.0asm-commons-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-tree9.0asm-tree-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-util9.0asm-util-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-analysis9.0asm-analysis-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescpwmodsmodlauncher8.0.9modlauncher-8.0.9.jar;C:UsersUserAppDataRoaming.minecraftlibrariescpwmodsgrossjava9hacks1.3.0grossjava9hacks-1.3.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeaccesstransformers3.0.1accesstransformers-3.0.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgantlrantlr4-runtime4.9.1antlr4-runtime-4.9.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeeventbus4.0.0eventbus-4.0.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeforgespi3.2.0forgespi-3.2.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgecoremods4.0.3coremods-4.0.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeunsafe.2.0unsafe-0.2.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomelectronwillnight-configcore3.6.2core-3.6.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomelectronwillnight-configtoml3.6.2toml-3.6.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgjlinejline3.12.1jline-3.12.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachemavenmaven-artifact3.6.0maven-artifact-3.6.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjodahtypetools.8.3typetools-0.8.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-api2.11.2log4j-api-2.11.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-core2.11.2log4j-core-2.11.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecrellterminalconsoleappender1.2.0terminalconsoleappender-1.2.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetsfjopt-simplejopt-simple5.0.4jopt-simple-5.0.4.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgspongepoweredmixin.8.2mixin-0.8.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgenashorn-core-compat15.1.1nashorn-core-compat-15.1.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgtlauncherpatchy1.3.9patchy-1.3.9.jar;C:UsersUserAppDataRoaming.minecraftlibrariesoshi-projectoshi-core1.1oshi-core-1.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavadevjnajna4.4.0jna-4.4.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavadevjnaplatform3.4.0platform-3.4.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomibmicuicu4j66.1icu4j-66.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangjavabridge1.0.22javabridge-1.0.22.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetsfjopt-simplejopt-simple5.0.3jopt-simple-5.0.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesionettynetty-all4.1.25.Finalnetty-all-4.1.25.Final.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomgoogleguavaguava21.0guava-21.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachecommonscommons-lang33.5commons-lang3-3.5.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommons-iocommons-io2.5commons-io-2.5.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommons-codeccommons-codec1.10commons-codec-1.10.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavajinputjinput2.0.5jinput-2.0.5.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavajutilsjutils1.0.0jutils-1.0.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangbrigadier1.0.17brigadier-1.0.17.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangdatafixerupper4.0.26datafixerupper-4.0.26.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomgooglecodegsongson2.8.0gson-2.8.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgtlauncherauthlib2.0.28.12authlib-2.0.28.12.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachecommonscommons-compress1.8.1commons-compress-1.8.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachehttpcomponentshttpclient4.3.3httpclient-4.3.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommons-loggingcommons-logging1.1.3commons-logging-1.1.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachehttpcomponentshttpcore4.3.2httpcore-4.3.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesitunimidsifastutil8.2.1fastutil-8.2.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-api2.8.1log4j-api-2.8.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-core2.8.1log4j-core-2.8.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl3.2.2lwjgl-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-jemalloc3.2.2lwjgl-jemalloc-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-openal3.2.2lwjgl-openal-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-opengl3.2.2lwjgl-opengl-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-glfw3.2.2lwjgl-glfw-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-stb3.2.2lwjgl-stb-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-tinyfd3.2.2lwjgl-tinyfd-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangtext2speech1.11.3text2speech-1.11.3.jar;C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrAgent Pipindr.jar -Xmx5000M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -Djava.net.preferIPv4Stack=true -Dminecraft.applet.TargetDirectory=C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr -Dlog4j.configurationFile=C:UsersUserAppDataRoaming.minecraftassetslog_configsclient-1.12.xml -DLibLoader.modsFolder=C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmods cpw.mods.modlauncher.Launcher —username ForgottenHaze —version Agent Pipindr —gameDir C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr —assetsDir C:UsersUserAppDataRoaming.minecraftassets —assetIndex 1.16 —uuid e9c0c4d2-1da1-11ed-997d-f02f74958c02 —accessToken null —userType mojang —versionType release —width 925 —height 530 —launchTarget fmlclient —fml.forgeVersion 35.1.37 —fml.mcVersion 1.16.4 —fml.forgeGroup net.minecraftforge —fml.mcpVersion 20201102.104115
[Launcher] Launching Minecraft…
I’m hiding!
[TLauncherManager] mods after C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsabnormals_core-1.16.5-3.1.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsappleskin-forge-mc1.16.x-2.4.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsArtifacts-1.16.5-2.9.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsAutoRegLib-1.6-47.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsbaubles-1.8.5-1.16.4.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsBiomesOPlenty-1.16.4-13.0.0.440-universal.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsBotanyPots-1.16.4-6.0.18.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscaelus-forge-1.16.5-2.1.3.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscarryon-1.16.5-1.15.3.13.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscatalogue-1.3.0-1.16.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscitadel-1.8.1-1.16.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsconfigured-1.2.0-1.16.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscurios-forge-1.16.5-4.0.8.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsCyclic-1.16.5-1.5.10.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsDoggyTalents-1.16.5-2.1.15.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodselevatorid-1.16.5-1.7.13.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsEnchantmentDescriptions-1.16.4-6.0.4.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsexpandability-2.0.2-forge.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsFastLeafDecay-v25.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsfortunate-2.10.1-MC-1.16.4.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsGobber2-Forge-1.16.5-2.3.49.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsgoblintraders-1.6.0-1.16.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsHwyla-Mod-1.16.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsiChunUtil-1.16.5-10.6.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsinventorypets-1.16.5-2.0.14.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsJade-1.16.4-2.8.3.jar.deactivation C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsjei-1.16.4-7.6.1.74.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsJEITweaker-1.16.5-1.1.0.49.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsjourneymap-1.16.5-5.7.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsJustEnoughResources-1.16.4-0.12.0.113.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsMekanism-1.16.4-10.0.19.446.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsmgui-1.16.5-3.3.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsMorph-1.16.5-10.2.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsNaturesCompass-1.16.4-1.8.6.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsNeat+1.7-27.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsOptiFine-1.16.4_HD_U_G7.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsPatchouli-1.16.4-53.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsQuark-r2.4-305.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsQuarkOPlenty-1.16.5-1.2.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsrats-7.2.0-1.16.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsreap-1.16.4-1.0.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodssilent-gear-1.16.5-2.6.36.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodssilent-lib-1.16.5-4.10.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodssit-1.16.5-v1.3.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsTabula-1.16.5-10.5.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstetra-1.16.5-3.20.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstheoneprobe-1.16-3.0.7.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstl_skin_cape_forge_1.16.4-1.16.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstombstone-1.16-6.2.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsToughAsNails-1.16.4-4.0.0.9-universal.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsWaystones_1.16.5-7.4.0.jar
[Launcher] skin system is activated: true
[Launcher] Starting Minecraft Agent Pipindr…
[Launcher] Launching in: C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr
Starting garbage collector: 153 / 540 MB
Garbage collector completed: 77 / 558 MB
[Launcher] Processing post-launch actions. Assist launch: true
===============================================================================================
[18:12:33] [main/INFO]: ModLauncher running: args [—username, ForgottenHaze, —version, Agent Pipindr, —gameDir, C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr, —assetsDir, C:UsersUserAppDataRoaming.minecraftassets, —assetIndex, 1.16, —uuid, e9c0c4d2-1da1-11ed-997d-f02f74958c02, —accessToken, вќ„вќ„вќ„вќ„вќ„вќ„вќ„вќ„, —userType, mojang, —versionType, release, —width, 925, —height, 530, —launchTarget, fmlclient, —fml.forgeVersion, 35.1.37, —fml.mcVersion, 1.16.4, —fml.forgeGroup, net.minecraftforge, —fml.mcpVersion, 20201102.104115]
[18:12:34] [main/INFO]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 1.8.0_51 by Oracle Corporation
[18:12:35] [main/WARN]: LEGACY JDK DETECTED, SECURED JAR HANDLING DISABLED
[18:12:48] [main/INFO]: OptiFineTransformationService.onLoad
[18:12:48] [main/INFO]: OptiFine ZIP file: C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsOptiFine-1.16.4_HD_U_G7.jar
[18:12:48] [main/INFO]: Target.PRE_CLASS is available
[18:12:57] [main/INFO]: Added Lets Encrypt root certificates as additional trust
[18:12:62] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/User/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=CLIENT
[18:12:62] [main/INFO]: OptiFineTransformationService.initialize
[18:12:08] [main/INFO]: OptiFineTransformationService.transformers
[18:12:10] [main/INFO]: Targets: 308
[18:12:32] [main/INFO]: additionalClassesLocator: [optifine., net.optifine.]
[18:12:34] [main/INFO]: Launching target ‘fmlclient’ with arguments [—version, Agent Pipindr, —gameDir, C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr, —assetsDir, C:UsersUserAppDataRoaming.minecraftassets, —uuid, e9c0c4d2-1da1-11ed-997d-f02f74958c02, —username, ForgottenHaze, —assetIndex, 1.16, —accessToken, вќ„вќ„вќ„вќ„вќ„вќ„вќ„вќ„, —userType, mojang, —versionType, release, —width, 925, —height, 530]
[18:12:07] [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’
[18:12:07] [Render thread/INFO]: Setting user: ForgottenHaze
[18:12:36] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch
[18:12:38] [Render thread/INFO]: Backend library: LWJGL version 3.2.2 build 10
[18:12:93] [Render thread/INFO]: [OptiFine]
[18:12:94] [Render thread/INFO]: [OptiFine] OptiFine_1.16.4_HD_U_G7
[18:12:94] [Render thread/INFO]: [OptiFine] Build: 20210221-012854
[18:12:94] [Render thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0
[18:12:94] [Render thread/INFO]: [OptiFine] Java: 1.8.0_51, Oracle Corporation
[18:12:94] [Render thread/INFO]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[18:12:94] [Render thread/INFO]: [OptiFine] LWJGL: 3.3.0 Win32 WGL EGL OSMesa VisualC DLL
[18:12:94] [Render thread/INFO]: [OptiFine] OpenGL: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2, version 4.6.0 NVIDIA 471.41, NVIDIA Corporation
[18:12:94] [Render thread/INFO]: [OptiFine] OpenGL Version: 4.6.0
[18:12:95] [Render thread/INFO]: [OptiFine] Maximum texture size: 32768×32768
[18:12:95] [VersionCheck/INFO]: [OptiFine] Checking for new version
[18:12:00] [Render thread/INFO]: [Shaders] OpenGL Version: 4.6.0 NVIDIA 471.41
[18:12:00] [Render thread/INFO]: [Shaders] Vendor: NVIDIA Corporation
[18:12:00] [Render thread/INFO]: [Shaders] Renderer: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
[18:12:00] [Render thread/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0
[18:12:00] [Render thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
[18:12:00] [Render thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
[18:12:00] [Render thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
[18:12:00] [Render thread/INFO]: [Shaders] Load shaders configuration.
[18:12:00] [Render thread/INFO]: [Shaders] Save shaders configuration.
[18:12:00] [Render thread/INFO]: [Shaders] No shaderpack loaded.
[18:12:02] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.Loader
[18:12:25] [VersionCheck/INFO]: [OptiFine] Version found: G7
[18:12:57] [Render thread/FATAL]: Error during pre-loading phase
net.minecraftforge.fml.ModLoadingException: Mod В§eenchdescВ§r requires В§6bookshelfВ§r В§o9 or aboveВ§r
В§7Currently, В§6bookshelfВ§rВ§7 is В§oВ§nnot installed
at net.minecraftforge.fml.ModLoadingException.lambda$fromEarlyException$0(ModLoadingException.java:64)
at net.minecraftforge.fml.ModLoadingException$$Lambda$2990/324158286.apply(Unknown Source)
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:270)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
at net.minecraftforge.fml.ModLoader.<init>(ModLoader.java:114)
at net.minecraftforge.fml.ModLoader.get(ModLoader.java:148)
at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$1(ClientModLoader.java:103)
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2987/18338606.run(Unknown Source)
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:123)
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2988/1372817363.run(Unknown Source)
at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:103)
at net.minecraft.client.Minecraft.<init>(Minecraft.java:437)
at net.minecraft.client.main.Main.main(Main.java:149)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$415/704869156.call(Unknown Source)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
[18:12:68] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.sound.SoundLoadEvent to a broken mod state
[18:12:87] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ColorHandlerEvent$Block to a broken mod state
[18:12:88] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ColorHandlerEvent$Item to a broken mod state
[18:12:81] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ParticleFactoryRegisterEvent to a broken mod state
[18:12:85] [Render thread/INFO]: Narrator library for x64 successfully loaded
[18:12:95] [Render thread/INFO]: Reloading ResourceManager: Default
[18:12:96] [Render thread/INFO]: [OptiFine] *** Reloading textures ***
[18:12:96] [Render thread/INFO]: [OptiFine] Resource packs: Default
[18:12:08] [Worker-Main-14/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ModelRegistryEvent to a broken mod state
[18:12:09] [Worker-Main-13/INFO]: [OptiFine] Multitexture: false
[18:12:09] [Worker-Main-9/INFO]: [OptiFine] Multitexture: false
[18:12:09] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false
[18:12:11] [Render thread/INFO]: [OptiFine] *** Reflector Forge ***
[18:12:11] [Worker-Main-13/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:12:11] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[18:12:28] [Render thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraftforge.client.model.pipeline.LightUtil.itemConsumer
[18:12:28] [Render thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraftforge.client.model.pipeline.LightUtil.tessellator
[18:12:28] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.ModContainer
[18:12:32] [Render thread/INFO]: [OptiFine] *** Reflector Vanilla ***
[18:12:54] [Worker-Main-14/INFO]: [OptiFine] Multitexture: false
[18:12:56] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_pane_white.properties
[18:12:57] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_white.properties
[18:12:57] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_orange.properties
[18:12:57] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_pane_orange.properties
[18:12:58] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_magenta.properties
[18:12:58] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_pane_magenta.properties
[18:12:58] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_light_blue.properties
[18:12:58] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_pane_light_blue.properties
[18:12:58] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_pane_yellow.properties
[18:12:58] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_yellow.properties
[18:12:58] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_lime.properties
[18:12:58] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_pane_lime.properties
[18:12:58] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pane_pink.properties
[18:12:59] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pink.properties
[18:12:59] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_gray.properties
[18:12:59] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_pane_gray.properties
[18:12:59] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_light_gray.properties
[18:12:59] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_pane_light_gray.properties
[18:12:59] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_cyan.properties
[18:12:59] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_pane_cyan.properties
[18:12:59] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_pane_purple.properties
[18:12:60] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_purple.properties
[18:12:60] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_blue.properties
[18:12:60] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_pane_blue.properties
[18:12:60] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_brown.properties
[18:12:60] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_pane_brown.properties
[18:12:60] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_green.properties
[18:12:60] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_pane_green.properties
[18:12:60] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_pane_red.properties
[18:12:61] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_red.properties
[18:12:61] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_black.properties
[18:12:61] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_pane_black.properties
[18:12:61] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass.properties
[18:12:61] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass_pane.properties
[18:12:61] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/30_bookshelf/bookshelf.properties
[18:12:61] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/40_sandstone/sandstone.properties
[18:12:61] [Worker-Main-14/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/41_red_sandstone/red_sandstone.properties
[18:12:61] [Worker-Main-14/INFO]: [OptiFine] Multipass connected textures: false
[18:12:62] [Worker-Main-14/INFO]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties
[18:12:68] [Worker-Main-14/INFO]: [OptiFine] Mipmap levels: 4
[18:12:68] [Worker-Main-14/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:12:18] [Worker-Main-14/INFO]: [OptiFine] Multitexture: false
[18:12:19] [Worker-Main-14/INFO]: [OptiFine] Sprite size: 64
[18:12:19] [Worker-Main-14/INFO]: [OptiFine] Mipmap levels: 6
[18:12:19] [Worker-Main-14/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:12:20] [Worker-Main-14/INFO]: [OptiFine] Multitexture: false
[18:12:23] [Worker-Main-14/INFO]: [OptiFine] Sprite size: 64
[18:12:23] [Worker-Main-14/INFO]: [OptiFine] Mipmap levels: 6
[18:12:23] [Worker-Main-14/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:12:24] [Worker-Main-14/INFO]: [OptiFine] Multitexture: false
[18:12:27] [Worker-Main-14/INFO]: [OptiFine] Sprite size: 64
[18:12:27] [Worker-Main-14/INFO]: [OptiFine] Mipmap levels: 6
[18:12:27] [Worker-Main-14/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:12:29] [Worker-Main-14/INFO]: [OptiFine] Multitexture: false
[18:12:30] [Worker-Main-14/INFO]: [OptiFine] Sprite size: 64
[18:12:30] [Worker-Main-14/INFO]: [OptiFine] Mipmap levels: 6
[18:12:30] [Worker-Main-14/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:12:30] [Worker-Main-14/INFO]: [OptiFine] Multitexture: false
[18:12:33] [Worker-Main-14/INFO]: [OptiFine] Sprite size: 64
[18:12:33] [Worker-Main-14/INFO]: [OptiFine] Mipmap levels: 6
[18:12:33] [Worker-Main-14/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:12:34] [Worker-Main-14/INFO]: [OptiFine] Multitexture: false
[18:12:36] [Worker-Main-14/INFO]: [OptiFine] Sprite size: 64
[18:12:37] [Worker-Main-14/INFO]: [OptiFine] Mipmap levels: 6
[18:12:37] [Worker-Main-14/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[18:12:66] [Render thread/INFO]: OpenAL initialized.
[18:12:66] [Render thread/INFO]: Sound engine started
[18:12:11] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
[18:12:20] [Render thread/INFO]: [OptiFine] Animated sprites: 43
[18:12:20] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:12:20] [Render thread/INFO]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
[18:12:20] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:12:20] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:12:20] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[18:12:21] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:12:21] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:12:21] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[18:12:21] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:12:21] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:12:21] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[18:12:21] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:12:21] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:12:21] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[18:12:21] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:12:21] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:12:21] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[18:12:22] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:12:22] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:12:01] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.ModelBakeEvent to a broken mod state
[18:12:37] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[18:12:37] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:12:37] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:12:37] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[18:12:37] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:12:38] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:12:38] [Render thread/INFO]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[18:12:38] [Render thread/INFO]: [OptiFine] Animated sprites: 0
[18:12:38] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[18:12:38] [Render thread/INFO]: [OptiFine] *** Reloading custom textures ***
[18:12:04] [Render thread/INFO]: [OptiFine] Disable Forge light pipeline
[18:12:05] [Render thread/INFO]: [OptiFine] Set ForgeConfig.CLIENT.forgeLightPipelineEnabled=false
[18:12:24] [Render thread/INFO]: [net.minecraft.crash.CrashReport:func_85057_a:340]: Negative index in crash report handler (23/26)
[18:12:26] [Render thread/FATAL]: Crash report saved to C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrcrash-reportscrash-2022-09-16_18.12.31-fml.txt
—- Minecraft Crash Report —-
// Don’t be sad, have a hug! <3
Time: 16.09.22 18:12
Description: Mod loading error has occurred
java.lang.Exception: Mod Loading has failed
at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:85) [?:?] {re:classloading}
at net.minecraftforge.fml.client.ClientModLoader.completeModLoading(ClientModLoader.java:188) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.lambda$null$1(Minecraft.java:508) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft$$Lambda$3754/505693686.run(Unknown Source) [?:?] {}
at net.minecraft.util.Util.func_215077_a(Util.java:429) [?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.Minecraft.lambda$new$2(Minecraft.java:504) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft$$Lambda$3487/1869813593.accept(Unknown Source) [?:?] {}
at net.minecraft.client.gui.ResourceLoadProgressGui.func_230430_a_(ResourceLoadProgressGui.java:172) [?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:802) [?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:976) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.37.jar:35.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$415/704869156.call(Unknown Source) [forge-1.16.4-35.1.37.jar:35.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
—————————————————————————————
— Head —
Thread: Render thread
Stacktrace:
at net.minecraftforge.fml.CrashReportExtender.lambda$dumpModLoadingCrashReport$7(CrashReportExtender.java:88) ~[?:?] {re:classloading}
— MOD enchdesc —
Details:
Mod File: EnchantmentDescriptions-1.16.4-6.0.4.jar
Failure message: Mod enchdesc requires bookshelf 9 or above
Currently, bookshelf is not installed
Mod Version: 6.0.4
Mod Issue URL: https://github.com/darkhax-minecraft/enchantment-descriptions/issues
Exception message: MISSING EXCEPTION MESSAGE
Stacktrace:
at net.minecraftforge.fml.CrashReportExtender.lambda$dumpModLoadingCrashReport$7(CrashReportExtender.java:88) ~[?:?] {re:classloading}
at net.minecraftforge.fml.CrashReportExtender$$Lambda$3772/1916224178.accept(Unknown Source) ~[?:?] {}
at java.util.ArrayList.forEach(ArrayList.java:1249) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:86) [?:?] {re:classloading}
at net.minecraftforge.fml.client.ClientModLoader.completeModLoading(ClientModLoader.java:188) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.lambda$null$1(Minecraft.java:508) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft$$Lambda$3754/505693686.run(Unknown Source) [?:?] {}
at net.minecraft.util.Util.func_215077_a(Util.java:429) [?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.Minecraft.lambda$new$2(Minecraft.java:504) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft$$Lambda$3487/1869813593.accept(Unknown Source) [?:?] {}
at net.minecraft.client.gui.ResourceLoadProgressGui.func_230430_a_(ResourceLoadProgressGui.java:172) [?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:802) [?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:976) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.37.jar:35.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$415/704869156.call(Unknown Source) [forge-1.16.4-35.1.37.jar:35.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}
— MOD botanypots —
Details:
Mod File: BotanyPots-1.16.4-6.0.18.jar
Failure message: Mod botanypots requires bookshelf 9 or above
Currently, bookshelf is not installed
Mod Version: 6.0.18
Mod Issue URL: https://github.com/Darkhax-Minecraft/BotanyPots/issues
Exception message: MISSING EXCEPTION MESSAGE
— MOD jeitweaker —
Details:
Mod File: JEITweaker-1.16.5-1.1.0.49.jar
Failure message: Mod jeitweaker requires crafttweaker 7.1 or above
Currently, crafttweaker is not installed
Mod Version: 1.1.0.49
Mod Issue URL: NOT PROVIDED
Exception message: MISSING EXCEPTION MESSAGE
— System Details —
Details:
Minecraft Version: 1.16.4
Minecraft Version ID: 1.16.4
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1769902664 bytes (1687 MB) / 3925868544 bytes (3744 MB) up to 5268045824 bytes (5024 MB)
CPUs: 16
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx5000M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.4-35.1.37.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.4-35.1.37.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.4-35.1.37.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.4-35.1.37.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/OptiFine-1.16.4_HD_U_G7.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.16.4-35.1.37.jar fml TRANSFORMATIONSERVICE
FML: 35.1
Forge: net.minecraftforge:35.1.37
FML Language Providers:
javafml@35.1
minecraft@1
Mod List:
forge-1.16.4-35.1.37-client.jar |Minecraft |minecraft |1.16.4 |NONE |NOSIGNATURE
forge-1.16.4-35.1.37-universal.jar |Forge |forge |35.1.37 |NONE |22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
OptiFine Version: OptiFine_1.16.4_HD_U_G7
OptiFine Build: 20210221-012854
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 471.41
OpenGlRenderer: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 16 <log4j:Event logger=»net.minecraft.client.Minecraft» timestamp=»1663341169504″ level=»INFO» thread=»Render thread»>
<log4j:Message><![CDATA[Stopping!]]></log4j:Message>
</log4j:Event>
Here I am!
[VersionManager] Refreshing versions locally…
[Version:1.12.2-Impact_4.8.3] Resolving…
[Version:1.12.2-Impact_4.8.3] Inherits from 1.12.2
[Version:Aether II Genesis of the Void ++ A2GotV++ v1.0] Resolving…
[Version:Aether II Genesis of the Void ++ A2GotV++ v1.0] Inherits from 1.7.10
[REPO][EMPTY] Attempt #1; timeout: 20000 ms; url:
[REPO][EMPTY] Success: Reached the repo in 255 ms.
[Version:hjklghjk] Resolving…
[Version:hjklghjk] Inherits from 1.16.5
[Version:TechoCraft 1] Resolving…
[Version:TechoCraft 1] Inherits from 1.12.2
[Version:The Fluffy IC2 Classic pack The Fluffy IC2 Classic Pack-0.86] Resolving…
[Version:The Fluffy IC2 Classic pack The Fluffy IC2 Classic Pack-0.86] Inherits from 1.10.2
[REPO][EMPTY] Attempt #1; timeout: 20000 ms; url:
[REPO][EMPTY] Success: Reached the repo in 63 ms.
[Version:РЎР±РѕСЂРєР° РіРѕРІРЅР° Рё палок] Resolving…
[Version:Сборка говна и палок] Inherits from 1.12.2
[Version:ХУЙНЯ] Resolving…
[Version:ХУЙНЯ] Inherits from 1.12.2
[VersionManager] Versions has been refreshed (386 ms)
[Launcher] Launcher exited.
[Launcher] Minecraft closed with exit code: 0
flush now
clean
AccountComboBox.validte pre game launch username Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze} TLAUNCHER
[TlauncherAuthenticator] Staring to authenticate: Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze}
[TlauncherAuthenticator] hasUsername: ForgottenHaze
[TlauncherAuthenticator] hasPassword: false
[TlauncherAuthenticator] hasAccessToken: true
[TlauncherAuthenticator] Loggining in with token
[TlauncherAuthenticator] Log in successful!
[TlauncherAuthenticator] hasUUID: true
[TlauncherAuthenticator] hasAccessToken: true
[TlauncherAuthenticator] hasProfiles: true
[TlauncherAuthenticator] hasProfile: true
[TlauncherAuthenticator] hasProperties: true
onAuthPassed
saved account Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze}
save profiles
[LoginForm] Login was OK. Trying to launch now.
[Launcher] Running under TLauncher 2.86
[Launcher] Collecting info…
[TLauncherManager] before clearLibrary
[TLauncherManager] written: []
[TLauncherManager] after clearLibrary
[Launcher] Force update: false
[Launcher] Selected version: Agent Pipindr
[Launcher] Selected account: Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze}
[Launcher] Version sync info: VersionSyncInfo{id=’Agent Pipindr’,
local=CompleteVersion{id=’Agent Pipindr’, time=Fri Jan 15 03:01:16 GMT+03:00 2021, release=Thu Oct 29 18:49:37 GMT+03:00 2020, type=release, class=cpw.mods.modlauncher.Launcher, minimumVersion=21, assets=’1.16′, source=LOCAL_VERSION_REPO, list=net.minecraft.launcher.updater.LocalVersionList@69b35d72, libraries=[Library{name=’net.minecraftforge:forge:1.16.4-35.1.37′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-commons:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-tree:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-util:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-analysis:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’cpw.mods:modlauncher:8.0.9′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’cpw.mods:grossjava9hacks:1.3.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:accesstransformers:3.0.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.antlr:antlr4-runtime:4.9.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:eventbus:4.0.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:forgespi:3.2.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:coremods:4.0.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:unsafe:0.2.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.electronwill.night-config:core:3.6.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.electronwill.night-config:toml:3.6.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.jline:jline:3.12.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.maven:maven-artifact:3.6.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.jodah:typetools:0.8.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-api:2.11.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-core:2.11.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecrell:terminalconsoleappender:1.2.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.sf.jopt-simple:jopt-simple:5.0.4′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.spongepowered:mixin:0.8.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:nashorn-core-compat:15.1.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:patchy:1.3.9′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’oshi-project:oshi-core:1.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.dev.jna:jna:4.4.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.dev.jna:platform:3.4.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.ibm.icu:icu4j:66.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:javabridge:1.0.22′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.sf.jopt-simple:jopt-simple:5.0.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’io.netty:netty-all:4.1.25.Final’, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.google.guava:guava:21.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.commons:commons-lang3:3.5′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’commons-io:commons-io:2.5′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’commons-codec:commons-codec:1.10′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.jinput:jinput:2.0.5′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.jutils:jutils:1.0.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:brigadier:1.0.17′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:datafixerupper:4.0.26′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.google.code.gson:gson:2.8.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:authlib:2.1.28′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.commons:commons-compress:1.8.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.httpcomponents:httpclient:4.3.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’commons-logging:commons-logging:1.1.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.httpcomponents:httpcore:4.3.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’it.unimi.dsi:fastutil:8.2.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-api:2.8.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-core:2.8.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’com.mojang:text2speech:1.11.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:text2speech:1.11.3′, rules=null, natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=net.minecraft.launcher.versions.ExtractRules@10d857ff, packed=’null’}, Library{name=’ca.weblite:java-objc-bridge:1.0.0′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-osx}, extract=net.minecraft.launcher.versions.ExtractRules@6a6228f7, packed=’null’}, Library{name=’ca.weblite:java-objc-bridge:1.0.0′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}]},
remote=null, isInstalled=true, hasRemote=false, isUpToDate=true}
[Launcher] Checking conditions…
[Launcher] Comparing assets…
[AssetsManager] Checking resources…
[AssetsManager] Reading indexes from file C:UsersUserAppDataRoaming.minecraftassetsindexes1.16.json
[AssetsManager] Fast comparing: true
[Launcher] finished comparing assets: 121 ms.
[TLauncherManager] add required libraries: Agent Pipindr
[VersionManager] Required for version Agent Pipindr: []
[TLauncherManager] add required libraries: Agent Pipindr
[Modpack] check resources
[Modpack] check CompositeResources
used default java runtime
Minecraft requires java version: 8, java path: C:UsersUserAppDataRoaming.minecraftruntimejre-legacywindowsjre-legacybinjavaw.exe
[TLauncherManager] library will be replaced: com.mojang:authlib:2.1.28
[TLauncherManager] library will be replaced: com.mojang:patchy:1.3.9
[Launcher] Unpacking natives…
[Launcher] Constructing process…
[Launcher] Constructing classpath…
backup world is active: true
[Launcher] Getting Minecraft arguments…
[Launcher] Full command: C:UsersUserAppDataRoaming.minecraftruntimejre-legacywindowsjre-legacybinjavaw.exe -Dos.name=Windows 10 -Dos.version=10.0 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Djava.library.path=C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrnatives -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.3.173 -cp C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeforge1.16.4-35.1.37forge-1.16.4-35.1.37.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm9.0asm-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-commons9.0asm-commons-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-tree9.0asm-tree-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-util9.0asm-util-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-analysis9.0asm-analysis-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescpwmodsmodlauncher8.0.9modlauncher-8.0.9.jar;C:UsersUserAppDataRoaming.minecraftlibrariescpwmodsgrossjava9hacks1.3.0grossjava9hacks-1.3.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeaccesstransformers3.0.1accesstransformers-3.0.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgantlrantlr4-runtime4.9.1antlr4-runtime-4.9.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeeventbus4.0.0eventbus-4.0.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeforgespi3.2.0forgespi-3.2.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgecoremods4.0.3coremods-4.0.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeunsafe.2.0unsafe-0.2.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomelectronwillnight-configcore3.6.2core-3.6.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomelectronwillnight-configtoml3.6.2toml-3.6.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgjlinejline3.12.1jline-3.12.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachemavenmaven-artifact3.6.0maven-artifact-3.6.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjodahtypetools.8.3typetools-0.8.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-api2.11.2log4j-api-2.11.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-core2.11.2log4j-core-2.11.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecrellterminalconsoleappender1.2.0terminalconsoleappender-1.2.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetsfjopt-simplejopt-simple5.0.4jopt-simple-5.0.4.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgspongepoweredmixin.8.2mixin-0.8.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgenashorn-core-compat15.1.1nashorn-core-compat-15.1.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgtlauncherpatchy1.3.9patchy-1.3.9.jar;C:UsersUserAppDataRoaming.minecraftlibrariesoshi-projectoshi-core1.1oshi-core-1.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavadevjnajna4.4.0jna-4.4.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavadevjnaplatform3.4.0platform-3.4.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomibmicuicu4j66.1icu4j-66.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangjavabridge1.0.22javabridge-1.0.22.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetsfjopt-simplejopt-simple5.0.3jopt-simple-5.0.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesionettynetty-all4.1.25.Finalnetty-all-4.1.25.Final.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomgoogleguavaguava21.0guava-21.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachecommonscommons-lang33.5commons-lang3-3.5.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommons-iocommons-io2.5commons-io-2.5.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommons-codeccommons-codec1.10commons-codec-1.10.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavajinputjinput2.0.5jinput-2.0.5.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavajutilsjutils1.0.0jutils-1.0.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangbrigadier1.0.17brigadier-1.0.17.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangdatafixerupper4.0.26datafixerupper-4.0.26.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomgooglecodegsongson2.8.0gson-2.8.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgtlauncherauthlib2.0.28.12authlib-2.0.28.12.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachecommonscommons-compress1.8.1commons-compress-1.8.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachehttpcomponentshttpclient4.3.3httpclient-4.3.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommons-loggingcommons-logging1.1.3commons-logging-1.1.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachehttpcomponentshttpcore4.3.2httpcore-4.3.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesitunimidsifastutil8.2.1fastutil-8.2.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-api2.8.1log4j-api-2.8.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-core2.8.1log4j-core-2.8.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl3.2.2lwjgl-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-jemalloc3.2.2lwjgl-jemalloc-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-openal3.2.2lwjgl-openal-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-opengl3.2.2lwjgl-opengl-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-glfw3.2.2lwjgl-glfw-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-stb3.2.2lwjgl-stb-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-tinyfd3.2.2lwjgl-tinyfd-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangtext2speech1.11.3text2speech-1.11.3.jar;C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrAgent Pipindr.jar -Xmx5000M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -Djava.net.preferIPv4Stack=true -Dminecraft.applet.TargetDirectory=C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr -Dlog4j.configurationFile=C:UsersUserAppDataRoaming.minecraftassetslog_configsclient-1.12.xml -DLibLoader.modsFolder=C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmods cpw.mods.modlauncher.Launcher —username ForgottenHaze —version Agent Pipindr —gameDir C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr —assetsDir C:UsersUserAppDataRoaming.minecraftassets —assetIndex 1.16 —uuid e9c0c4d2-1da1-11ed-997d-f02f74958c02 —accessToken null —userType mojang —versionType release —width 925 —height 530 —launchTarget fmlclient —fml.forgeVersion 35.1.37 —fml.mcVersion 1.16.4 —fml.forgeGroup net.minecraftforge —fml.mcpVersion 20201102.104115
[Launcher] Launching Minecraft…
I’m hiding!
[TLauncherManager] mods after C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsabnormals_core-1.16.5-3.1.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsappleskin-forge-mc1.16.x-2.4.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsArtifacts-1.16.5-2.9.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsAutoRegLib-1.6-47.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsbaubles-1.8.5-1.16.4.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsBiomesOPlenty-1.16.4-13.0.0.440-universal.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscaelus-forge-1.16.5-2.1.3.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscarryon-1.16.5-1.15.3.13.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscatalogue-1.3.0-1.16.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscitadel-1.8.1-1.16.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsconfigured-1.2.0-1.16.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscurios-forge-1.16.5-4.0.8.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsCyclic-1.16.5-1.5.10.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsDoggyTalents-1.16.5-2.1.15.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodselevatorid-1.16.5-1.7.13.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsexpandability-2.0.2-forge.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsFastLeafDecay-v25.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsfortunate-2.10.1-MC-1.16.4.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsGobber2-Forge-1.16.5-2.3.49.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsgoblintraders-1.6.0-1.16.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsHwyla-Mod-1.16.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsiChunUtil-1.16.5-10.6.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsinventorypets-1.16.5-2.0.14.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsJade-1.16.4-2.8.3.jar.deactivation C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsjei-1.16.4-7.6.1.74.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsjourneymap-1.16.5-5.7.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsJustEnoughResources-1.16.4-0.12.0.113.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsMekanism-1.16.4-10.0.19.446.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsmgui-1.16.5-3.3.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsMorph-1.16.5-10.2.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsNaturesCompass-1.16.4-1.8.6.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsNeat+1.7-27.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsOptiFine-1.16.4_HD_U_G7.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsPatchouli-1.16.4-53.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsQuark-r2.4-305.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsQuarkOPlenty-1.16.5-1.2.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsrats-7.2.0-1.16.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsreap-1.16.4-1.0.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodssilent-gear-1.16.5-2.6.36.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodssilent-lib-1.16.5-4.10.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodssit-1.16.5-v1.3.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsTabula-1.16.5-10.5.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstetra-1.16.5-3.20.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstheoneprobe-1.16-3.0.7.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstl_skin_cape_forge_1.16.4-1.16.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstombstone-1.16-6.2.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsToughAsNails-1.16.4-4.0.0.9-universal.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsWaystones_1.16.5-7.4.0.jar
[Launcher] skin system is activated: true
[Launcher] Starting Minecraft Agent Pipindr…
[Launcher] Launching in: C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr
Starting garbage collector: 147 / 531 MB
Garbage collector completed: 77 / 549 MB
[Launcher] Processing post-launch actions. Assist launch: true
===============================================================================================
[18:14:67] [main/INFO]: ModLauncher running: args [—username, ForgottenHaze, —version, Agent Pipindr, —gameDir, C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr, —assetsDir, C:UsersUserAppDataRoaming.minecraftassets, —assetIndex, 1.16, —uuid, e9c0c4d2-1da1-11ed-997d-f02f74958c02, —accessToken, вќ„вќ„вќ„вќ„вќ„вќ„вќ„вќ„, —userType, mojang, —versionType, release, —width, 925, —height, 530, —launchTarget, fmlclient, —fml.forgeVersion, 35.1.37, —fml.mcVersion, 1.16.4, —fml.forgeGroup, net.minecraftforge, —fml.mcpVersion, 20201102.104115]
[18:14:67] [main/INFO]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 1.8.0_51 by Oracle Corporation
[18:14:69] [main/WARN]: LEGACY JDK DETECTED, SECURED JAR HANDLING DISABLED
[18:14:82] [main/INFO]: OptiFineTransformationService.onLoad
[18:14:82] [main/INFO]: OptiFine ZIP file: C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsOptiFine-1.16.4_HD_U_G7.jar
[18:14:83] [main/INFO]: Target.PRE_CLASS is available
[18:14:91] [main/INFO]: Added Lets Encrypt root certificates as additional trust
[18:14:96] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/User/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=CLIENT
[18:14:96] [main/INFO]: OptiFineTransformationService.initialize
[18:14:44] [main/INFO]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 1:0 token recognition error at: ‘/’
[18:14:44] [main/INFO]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 1:1 token recognition error at: ‘/’
[18:14:49] [main/INFO]: OptiFineTransformationService.transformers
[18:14:51] [main/INFO]: Targets: 308
[18:14:90] [main/INFO]: additionalClassesLocator: [optifine., net.optifine.]
[18:14:07] [main/INFO]: Successfully loaded Mixin Connector [vazkii.patchouli.common.MixinConnector]
[18:14:07] [main/INFO]: Launching target ‘fmlclient’ with arguments [—version, Agent Pipindr, —gameDir, C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr, —assetsDir, C:UsersUserAppDataRoaming.minecraftassets, —uuid, e9c0c4d2-1da1-11ed-997d-f02f74958c02, —username, ForgottenHaze, —assetIndex, 1.16, —accessToken, вќ„вќ„вќ„вќ„вќ„вќ„вќ„вќ„, —userType, mojang, —versionType, release, —width, 925, —height, 530]
Method render hooked!
Method func_110306_p hooked!
Method func_110303_q hooked!
Method func_184834_t hooked!
Method func_175154_l hooked!
Method func_110306_p hooked!
Method func_110303_q hooked!
Method func_184834_t hooked!
Method func_175154_l hooked!
[18:14:49] [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’
[18:14:50] [Render thread/INFO]: Setting user: ForgottenHaze
[18:14:86] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch
[18:14:88] [Render thread/INFO]: Backend library: LWJGL version 3.2.2 build 10
[18:14:36] [Render thread/INFO]: [OptiFine]
[18:14:36] [Render thread/INFO]: [OptiFine] OptiFine_1.16.4_HD_U_G7
[18:14:37] [Render thread/INFO]: [OptiFine] Build: 20210221-012854
[18:14:37] [Render thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0
[18:14:37] [Render thread/INFO]: [OptiFine] Java: 1.8.0_51, Oracle Corporation
[18:14:37] [Render thread/INFO]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[18:14:37] [Render thread/INFO]: [OptiFine] LWJGL: 3.3.0 Win32 WGL EGL OSMesa VisualC DLL
[18:14:37] [Render thread/INFO]: [OptiFine] OpenGL: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2, version 4.6.0 NVIDIA 471.41, NVIDIA Corporation
[18:14:37] [Render thread/INFO]: [OptiFine] OpenGL Version: 4.6.0
[18:14:39] [Render thread/INFO]: [OptiFine] Maximum texture size: 32768×32768
[18:14:39] [VersionCheck/INFO]: [OptiFine] Checking for new version
[18:14:49] [Render thread/INFO]: [Shaders] OpenGL Version: 4.6.0 NVIDIA 471.41
[18:14:49] [Render thread/INFO]: [Shaders] Vendor: NVIDIA Corporation
[18:14:49] [Render thread/INFO]: [Shaders] Renderer: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
[18:14:49] [Render thread/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0
[18:14:49] [Render thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
[18:14:49] [Render thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
[18:14:49] [Render thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
[18:14:49] [Render thread/INFO]: [Shaders] Load shaders configuration.
[18:14:49] [Render thread/INFO]: [Shaders] Save shaders configuration.
[18:14:49] [Render thread/INFO]: [Shaders] No shaderpack loaded.
[18:14:51] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.Loader
[18:14:72] [VersionCheck/INFO]: [OptiFine] Version found: G7
[18:14:38] [Render thread/INFO]: Potentially Dangerous alternative prefix `citadel` for name `debug`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:40] [Render thread/INFO]: Potentially Dangerous alternative prefix `citadel` for name `citadel_book`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:43] [Render thread/INFO]: Potentially Dangerous alternative prefix `citadel` for name `effect_item`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:43] [Render thread/INFO]: Potentially Dangerous alternative prefix `citadel` for name `fancy_item`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:60] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `block_of_cheese`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:61] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `cauldron_milk`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:61] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `cauldron_cheese`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:61] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_hole`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:72] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_cage`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:12] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_cage_decorated`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:49] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_cage_breeding_lantern`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:82] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_cage_wheel`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:82] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `fish_barrel`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:83] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_crafting_table`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:83] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `auto_curdler`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:84] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_trap`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:59] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_tube`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:59] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_upgrade_block`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:60] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `dye_sponge`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:61] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `garbage_pile`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:61] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `cursed_garbage`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:61] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `compressed_garbage`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:61] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `purified_garbage`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:61] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pied_garbage`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:62] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_raw`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:62] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `jack_o_ratern`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:62] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `block_of_blue_cheese`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:62] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pied_wool`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:62] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `upgrade_combiner`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:62] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `upgrade_separator`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:63] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `manhole`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:63] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `trash_can`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:63] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_attractor`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:64] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_quarry`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:64] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_quarry_platform`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:64] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_hole`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:64] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_trap`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:64] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `milk_cauldron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:64] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_cage_decorated`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:64] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_cage_breeding_lantern`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:64] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_crafting_table`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:64] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_tube`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:64] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `upgrade_seperator`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:64] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `upgrade_combiner`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:65] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `auto_curdler`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:65] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `trash_can`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:65] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_attractor`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:65] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_quarry`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:65] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_cage_wheel`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:68] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `ratlantis_reactor`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:68] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `ratglove_flower`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:68] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `chunky_cheese_token`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:68] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `cheese_ore`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:68] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `ratlantean_gem_ore`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:68] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `oratchalcum_ore`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:68] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `oratchalcum_block`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:68] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:68] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `black_marbled_cheese`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:68] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:69] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_stairs`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:69] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_tile`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:69] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_chiseled`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:69] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_pillar`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:69] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:69] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:69] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick_stairs`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:69] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick_chiseled`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:69] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick_cracked`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:69] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick_mossy`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:69] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_dirt`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:69] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_grass`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:70] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_rat_head`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:70] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_golem_core`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:70] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `ratlantis_portal`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:70] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `compressed_rat`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:70] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `brain_block`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:70] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pirat_planks`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:70] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pirat_log`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:70] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `stripped_pirat_log`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:70] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pirat_wood`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:70] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `stripped_pirat_wood`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:71] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pirat_pressure_plate`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:71] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pirat_trapdoor`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:71] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pirat_stairs`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:71] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pirat_button`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:72] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pirat_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:72] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pirat_fence_gate`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:72] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pirat_fence`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:73] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pirat_door`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:73] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `dutchrat_bell`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:73] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `air_raid_siren`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:73] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `ratlantis_portal`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:74] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `dutchrat_bell`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:74] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `ratlantean_automaton_head`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:74] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `chunky_cheese_token`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:74] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `ratlantis_reactor`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:96] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `synesthesia`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:96] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `plague`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:48] [modloading-worker-10/ERROR]: No data fixer registered for goblin_trader
[18:14:49] [modloading-worker-10/ERROR]: No data fixer registered for vein_goblin_trader
[18:14:67] [modloading-worker-14/WARN]: Configuration file C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrconfigwaystones-server.toml is not correct. Correcting
[18:14:68] [modloading-worker-14/WARN]: Incorrect key server was corrected from null to SimpleCommentedConfig:{}
[18:14:68] [modloading-worker-14/WARN]: Incorrect key server.baseXpCost was corrected from null to SimpleCommentedConfig:{}
[18:14:68] [modloading-worker-14/WARN]: Incorrect key server.baseXpCost.blocksPerXPLevel was corrected from null to 1000
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.baseXpCost.minimumXpCost was corrected from null to 0.0
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.baseXpCost.maximumXpCost was corrected from null to 0.0
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.waystoneToWaystone was corrected from null to SimpleCommentedConfig:{}
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.waystoneToWaystone.waystoneXpCostMultiplier was corrected from null to 1.0
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.inventoryButton was corrected from null to SimpleCommentedConfig:{}
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.inventoryButton.inventoryButton was corrected from null to NONE
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.inventoryButton.inventoryButtonXpCostMultiplier was corrected from null to 0.0
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.inventoryButton.inventoryButtonCooldown was corrected from null to 300
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.globalWaystones was corrected from null to SimpleCommentedConfig:{}
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.globalWaystones.globalWaystonesXpCostMultiplier was corrected from null to 1.0
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.globalWaystones.globalWaystoneCooldownMultiplier was corrected from null to 1.0
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.globalWaystones.globalWaystoneRequiresCreative was corrected from null to true
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.warpStone was corrected from null to SimpleCommentedConfig:{}
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.warpStone.warpStoneXpCostMultiplier was corrected from null to 0.0
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.warpStone.warpStoneCooldown was corrected from null to 300
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.warpStone.warpStoneUseTime was corrected from null to 32
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.scrolls was corrected from null to SimpleCommentedConfig:{}
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.scrolls.scrollUseTime was corrected from null to 32
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.dimensionalWarp was corrected from null to SimpleCommentedConfig:{}
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.dimensionalWarp.dimensionalWarp was corrected from null to ALLOW
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.dimensionalWarp.dimensionalWarpXpCost was corrected from null to 3
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.leashedMobs was corrected from null to SimpleCommentedConfig:{}
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.leashedMobs.transportLeashed was corrected from null to true
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.leashedMobs.transportLeashedDimensional was corrected from null to true
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.leashedMobs.costPerLeashed was corrected from null to 1
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.leashedMobs.leashedBlacklist was corrected from null to [minecraft:wither]
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.restrictions was corrected from null to SimpleCommentedConfig:{}
[18:14:69] [modloading-worker-14/WARN]: Incorrect key server.restrictions.restrictRenameToOwner was corrected from null to false
[18:14:70] [modloading-worker-14/WARN]: Incorrect key server.restrictions.restrictToCreative was corrected from null to false
[18:14:70] [modloading-worker-14/WARN]: Incorrect key server.restrictions.generatedWaystonesUnbreakable was corrected from null to false
[18:14:82] [modloading-worker-7/WARN]: Configuration file C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrconfiggobber-general.toml is not correct. Correcting
[18:14:82] [modloading-worker-7/WARN]: Incorrect key gobber_foods was corrected from null to SimpleCommentedConfig:{}
[18:14:82] [modloading-worker-7/WARN]: Incorrect key gobber_foods.gooHunger was corrected from null to 7
[18:14:82] [modloading-worker-7/WARN]: Incorrect key gobber_foods.gooSaturation was corrected from null to 0.7
[18:14:82] [modloading-worker-7/WARN]: Incorrect key gobber_foods.gooeyAppleHunger was corrected from null to 8
[18:14:82] [modloading-worker-7/WARN]: Incorrect key gobber_foods.gooeyAppleSaturation was corrected from null to 0.8
[18:14:82] [modloading-worker-7/WARN]: Incorrect key gobber_foods.gooeyBreadHunger was corrected from null to 8
[18:14:82] [modloading-worker-7/WARN]: Incorrect key gobber_foods.gooeyBreadSaturation was corrected from null to 0.8
[18:14:82] [modloading-worker-7/WARN]: Incorrect key gobber_foods.gooeyBeefHunger was corrected from null to 9
[18:14:86] [modloading-worker-7/WARN]: Incorrect key gobber_foods.gooeyBeefSaturation was corrected from null to 0.9
[18:14:86] [modloading-worker-7/WARN]: Incorrect key gobber_foods.gooeyBeefstewHunger was corrected from null to 10
[18:14:87] [modloading-worker-7/WARN]: Incorrect key gobber_foods.gooeyBeefstewSaturation was corrected from null to 1.0
[18:14:89] [modloading-worker-7/WARN]: Incorrect key nether_gobber_foods was corrected from null to SimpleCommentedConfig:{}
[18:14:89] [modloading-worker-7/WARN]: Incorrect key nether_gobber_foods.netherGooHunger was corrected from null to 9
[18:14:89] [modloading-worker-7/WARN]: Incorrect key nether_gobber_foods.netherGooSaturation was corrected from null to 0.9
[18:14:89] [modloading-worker-7/WARN]: Incorrect key nether_gobber_foods.netherGooeyAppleHunger was corrected from null to 10
[18:14:89] [modloading-worker-7/WARN]: Incorrect key nether_gobber_foods.netherGooeyAppleSaturation was corrected from null to 1.0
[18:14:89] [modloading-worker-7/WARN]: Incorrect key nether_gobber_foods.netherGooeyBreadHunger was corrected from null to 10
[18:14:89] [modloading-worker-7/WARN]: Incorrect key nether_gobber_foods.netherGooeyBreadSaturation was corrected from null to 1.0
[18:14:89] [modloading-worker-7/WARN]: Incorrect key nether_gobber_foods.netherGooeyBeefHunger was corrected from null to 12
[18:14:89] [modloading-worker-7/WARN]: Incorrect key nether_gobber_foods.netherGooeyBeefSaturation was corrected from null to 1.2
[18:14:89] [modloading-worker-7/WARN]: Incorrect key nether_gobber_foods.netherGooeyBeefstewHunger was corrected from null to 14
[18:14:89] [modloading-worker-7/WARN]: Incorrect key nether_gobber_foods.netherGooeyBeefstewSaturation was corrected from null to 1.5
[18:14:90] [modloading-worker-7/WARN]: Incorrect key gobber2_lucky_block was corrected from null to SimpleCommentedConfig:{}
[18:14:90] [modloading-worker-7/WARN]: Incorrect key gobber2_lucky_block.gobberLuckyBlockGeneration was corrected from null to true
[18:14:90] [modloading-worker-7/WARN]: Incorrect key gobber2_lucky_block.gobberLuckyBlockSize was corrected from null to 3
[18:14:90] [modloading-worker-7/WARN]: Incorrect key gobber2_lucky_block.gobberLuckyBlockChance was corrected from null to 20
[18:14:90] [modloading-worker-7/WARN]: Incorrect key gobber2_lucky_block.gobberLuckyBlockMaxHeight was corrected from null to 255
[18:14:90] [modloading-worker-7/WARN]: Incorrect key gobber2_ore was corrected from null to SimpleCommentedConfig:{}
[18:14:91] [modloading-worker-7/WARN]: Incorrect key gobber2_ore.gobberOreGeneration was corrected from null to true
[18:14:91] [modloading-worker-7/WARN]: Incorrect key gobber2_ore.gobberOreSize was corrected from null to 4
[18:14:91] [modloading-worker-7/WARN]: Incorrect key gobber2_ore.gobberOreChance was corrected from null to 15
[18:14:91] [modloading-worker-7/WARN]: Incorrect key gobber2_ore.gobberOreMaxHeight was corrected from null to 30
[18:14:96] [modloading-worker-7/WARN]: Incorrect key gobber2_ore_nether was corrected from null to SimpleCommentedConfig:{}
[18:14:96] [modloading-worker-7/WARN]: Incorrect key gobber2_ore_nether.gobberOreNetherGeneration was corrected from null to true
[18:14:96] [modloading-worker-7/WARN]: Incorrect key gobber2_ore_nether.gobberOreNetherSize was corrected from null to 3
[18:14:96] [modloading-worker-7/WARN]: Incorrect key gobber2_ore_nether.gobberOreNetherChance was corrected from null to 80
[18:14:97] [modloading-worker-7/WARN]: Incorrect key gobber2_ore_nether.gobberOreNetherMaxHeight was corrected from null to 255
[18:14:97] [modloading-worker-7/WARN]: Incorrect key gobber2_ore_end was corrected from null to SimpleCommentedConfig:{}
[18:14:97] [modloading-worker-7/WARN]: Incorrect key gobber2_ore_end.gobberOreEndGeneration was corrected from null to true
[18:14:99] [modloading-worker-7/WARN]: Incorrect key item_cooldown_settings was corrected from null to SimpleCommentedConfig:{}
[18:14:99] [modloading-worker-7/WARN]: Incorrect key item_cooldown_settings.ringBlinkCooldown was corrected from null to 60
[18:14:99] [modloading-worker-7/WARN]: Incorrect key item_cooldown_settings.ringLumberjackCooldown was corrected from null to 80
[18:14:99] [modloading-worker-7/WARN]: Incorrect key item_cooldown_settings.ringMinerCooldown was corrected from null to 80
[18:14:99] [modloading-worker-7/WARN]: Incorrect key item_cooldown_settings.ringAboveCooldown was corrected from null to 80
[18:14:99] [modloading-worker-7/WARN]: Incorrect key item_cooldown_settings.ringExplorerCooldown was corrected from null to 480
[18:14:99] [modloading-worker-7/WARN]: Incorrect key item_cooldown_settings.swordSniperCooldown was corrected from null to 60
[18:14:99] [modloading-worker-7/WARN]: Incorrect key item_cooldown_settings.staffSniperCooldown was corrected from null to 60
[18:14:99] [modloading-worker-7/WARN]: Incorrect key ring_explorer_settings was corrected from null to SimpleCommentedConfig:{}
[18:14:99] [modloading-worker-7/WARN]: Incorrect key ring_explorer_settings.ringExplorerMin was corrected from null to 500
[18:14:02] [modloading-worker-7/WARN]: Incorrect key ring_explorer_settings.ringExplorerMax was corrected from null to 6000
[18:14:04] [modloading-worker-7/WARN]: Incorrect key misc_ring_staff_settings was corrected from null to SimpleCommentedConfig:{}
[18:14:04] [modloading-worker-7/WARN]: Incorrect key misc_ring_staff_settings.reverseRingMiner was corrected from null to false
[18:14:06] [modloading-worker-7/WARN]: Incorrect key misc_ring_staff_settings.delayedBreakMode was corrected from null to true
[18:14:06] [modloading-worker-7/WARN]: Incorrect key misc_ring_staff_settings.ringAccelerationVelocity was corrected from null to 0.18
[18:14:06] [modloading-worker-7/WARN]: Incorrect key misc_ring_staff_settings.ringRepairDelay was corrected from null to 120
[18:14:06] [modloading-worker-7/WARN]: Incorrect key misc_ring_staff_settings.ringAttractionBlocking was corrected from null to 5
[18:14:06] [modloading-worker-7/WARN]: Incorrect key misc_ring_staff_settings.ringAttractionMode was corrected from null to false
[18:14:06] [modloading-worker-7/WARN]: Incorrect key misc_ring_staff_settings.ringDismissalVelocity was corrected from null to 0.2
[18:14:06] [modloading-worker-7/WARN]: Incorrect key misc_ring_staff_settings.ringDismissalLift was corrected from null to 8.0
[18:14:07] [modloading-worker-7/WARN]: Incorrect key farmer_settings was corrected from null to SimpleCommentedConfig:{}
[18:14:07] [modloading-worker-7/WARN]: Incorrect key farmer_settings.ringFarmerTickDelay was corrected from null to 20
[18:14:07] [modloading-worker-7/WARN]: Incorrect key farmer_settings.ringFarmerRadius was corrected from null to 10
[18:14:07] [modloading-worker-7/WARN]: Incorrect key farmer_settings.staffFarmerTickDelay was corrected from null to 20
[18:14:07] [modloading-worker-7/WARN]: Incorrect key farmer_settings.staffFarmerRadius was corrected from null to 10
[18:14:08] [modloading-worker-7/WARN]: Incorrect key replanting_settings was corrected from null to SimpleCommentedConfig:{}
[18:14:08] [modloading-worker-7/WARN]: Incorrect key replanting_settings.StaffHarvestReplant was corrected from null to true
[18:14:08] [modloading-worker-7/WARN]: Incorrect key replanting_settings.StaffFarmerReplant was corrected from null to true
[18:14:08] [modloading-worker-2/WARN]: Configuration file C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrconfigjeresources.toml is not correct. Correcting
[18:14:08] [modloading-worker-2/WARN]: Incorrect key itemsPerColumn was corrected from null to 4
[18:14:09] [modloading-worker-2/WARN]: Incorrect key itemsPerRow was corrected from null to 4
[18:14:09] [modloading-worker-2/WARN]: Incorrect key diyData was corrected from null to true
[18:14:10] [modloading-worker-4/INFO]: Forge mod loading, version 35.1.37, for MC 1.16.4 with MCP 20201102.104115
[18:14:10] [modloading-worker-4/INFO]: MinecraftForge v35.1.37 Initialized
[18:14:09] [modloading-worker-2/WARN]: Incorrect key showDevData was corrected from null to false
[18:14:12] [modloading-worker-7/WARN]: Incorrect key armor_health_settings was corrected from null to SimpleCommentedConfig:{}
[18:14:12] [modloading-worker-7/WARN]: Incorrect key armor_health_settings.gobberArmorHunger was corrected from null to 4
[18:14:12] [modloading-worker-7/WARN]: Incorrect key armor_health_settings.gobberArmorSaturation was corrected from null to 0.02
[18:14:12] [modloading-worker-7/WARN]: Incorrect key armor_health_settings.gobberNetherArmorHunger was corrected from null to 1
[18:14:12] [modloading-worker-7/WARN]: Incorrect key armor_health_settings.gobberNetherArmorSaturation was corrected from null to 0.05
[18:14:12] [modloading-worker-7/WARN]: Incorrect key armor_health_settings.gobberEndArmorHunger was corrected from null to 1
[18:14:12] [modloading-worker-7/WARN]: Incorrect key armor_health_settings.gobberEndArmorSaturation was corrected from null to 0.1
[18:14:12] [modloading-worker-2/WARN]: Incorrect key enchantsBlacklist was corrected from null to [flimflam, soulBound]
[18:14:12] [modloading-worker-7/WARN]: Incorrect key armor_health_settings.gobberDragonArmorHunger was corrected from null to 1
[18:14:12] [modloading-worker-7/WARN]: Incorrect key armor_health_settings.gobberDragonArmorSaturation was corrected from null to 0.15
[18:14:13] [modloading-worker-2/WARN]: Incorrect key hiddenTabs was corrected from null to []
[18:14:13] [modloading-worker-2/WARN]: Incorrect key dimensionsBlacklist was corrected from null to [-11]
[18:14:13] [modloading-worker-2/WARN]: Incorrect key disableLootManagerReloading was corrected from null to false
[18:14:13] [modloading-worker-7/WARN]: Incorrect key armor_health_perk_settings was corrected from null to SimpleCommentedConfig:{}
[18:14:13] [modloading-worker-7/WARN]: Incorrect key armor_health_perk_settings.gobberArmorHealthPerks was corrected from null to true
[18:14:13] [modloading-worker-7/WARN]: Incorrect key armor_health_perk_settings.gobberNetherArmorHealthPerks was corrected from null to true
[18:14:13] [modloading-worker-7/WARN]: Incorrect key armor_health_perk_settings.gobberEndArmorHealthPerks was corrected from null to true
[18:14:13] [modloading-worker-7/WARN]: Incorrect key armor_health_perk_settings.gobberDragonArmorHealthPerks was corrected from null to true
[18:14:14] [modloading-worker-7/WARN]: Incorrect key medallion_exp_settings was corrected from null to SimpleCommentedConfig:{}
[18:14:14] [modloading-worker-7/WARN]: Incorrect key medallion_exp_settings.medallionExpOrbs was corrected from null to 5
[18:14:14] [modloading-worker-7/WARN]: Incorrect key medallion_exp_settings.medallionExpLoot was corrected from null to 20
[18:14:14] [modloading-worker-7/WARN]: Incorrect key area_block_effect_settings was corrected from null to SimpleCommentedConfig:{}
[18:14:14] [modloading-worker-7/WARN]: Incorrect key area_block_effect_settings.healerRange was corrected from null to 12
[18:14:14] [modloading-worker-7/WARN]: Incorrect key area_block_effect_settings.protectorRange was corrected from null to 24
[18:14:14] [modloading-worker-7/WARN]: Incorrect key area_block_effect_settings.protectorKillFish was corrected from null to false
[18:14:14] [modloading-worker-7/WARN]: Incorrect key area_block_effect_settings.defenderRange was corrected from null to 32
[18:14:14] [modloading-worker-7/WARN]: Incorrect key area_block_effect_settings.defenderKillFish was corrected from null to false
[18:14:14] [modloading-worker-7/WARN]: Incorrect key area_block_effect_settings.looterRange was corrected from null to 24
[18:14:16] [modloading-worker-7/WARN]: Incorrect key maturator_settings was corrected from null to SimpleCommentedConfig:{}
[18:14:16] [modloading-worker-7/WARN]: Incorrect key maturator_settings.maturatorRange was corrected from null to 10
[18:14:16] [modloading-worker-7/WARN]: Incorrect key maturator_settings.maturatorVerticalRange was corrected from null to 5
[18:14:16] [modloading-worker-7/WARN]: Incorrect key maturator_settings.maturatorMinTick was corrected from null to 40
[18:14:16] [modloading-worker-7/WARN]: Incorrect key dragonStar_special was corrected from null to SimpleCommentedConfig:{}
[18:14:16] [modloading-worker-7/WARN]: Incorrect key dragonStar_special.enableDragonStarOffhand was corrected from null to true
[18:14:17] [modloading-worker-7/WARN]: Incorrect key dragon_armor_void was corrected from null to SimpleCommentedConfig:{}
[18:14:17] [modloading-worker-7/WARN]: Incorrect key dragon_armor_void.enableDragonArmorVoidProtection was corrected from null to false
[18:14:19] [modloading-worker-14/WARN]: Configuration file C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrconfigappleskin-client.toml is not correct. Correcting
[18:14:19] [modloading-worker-7/WARN]: Incorrect key dragon_egg_kill was corrected from null to SimpleCommentedConfig:{}
[18:14:22] [modloading-worker-2/INFO]: ExpandAbility here, who dis?
[18:14:23] [modloading-worker-7/WARN]: Incorrect key dragon_egg_kill.enableDragonEggEveryKill was corrected from null to false
[18:14:23] [modloading-worker-14/WARN]: Incorrect key client was corrected from null to SimpleCommentedConfig:{}
[18:14:23] [modloading-worker-14/WARN]: Incorrect key client.showFoodValuesInTooltip was corrected from null to true
[18:14:23] [modloading-worker-14/WARN]: Incorrect key client.showFoodValuesInTooltipAlways was corrected from null to true
[18:14:23] [modloading-worker-14/WARN]: Incorrect key client.showSaturationHudOverlay was corrected from null to true
[18:14:23] [modloading-worker-14/WARN]: Incorrect key client.showFoodValuesHudOverlay was corrected from null to true
[18:14:23] [modloading-worker-14/WARN]: Incorrect key client.showFoodValuesHudOverlayWhenOffhand was corrected from null to true
[18:14:23] [modloading-worker-14/WARN]: Incorrect key client.showFoodExhaustionHudUnderlay was corrected from null to true
[18:14:23] [modloading-worker-14/WARN]: Incorrect key client.showFoodStatsInDebugOverlay was corrected from null to true
[18:14:23] [modloading-worker-14/WARN]: Incorrect key client.showFoodHealthHudOverlay was corrected from null to true
[18:14:23] [modloading-worker-14/WARN]: Incorrect key client.showVanillaAnimationsOverlay was corrected from null to true
[18:14:24] [modloading-worker-14/WARN]: Incorrect key client.maxHudOverlayFlashAlpha was corrected from null to 0.65
[18:14:29] [modloading-worker-5/WARN]: Configuration file C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrconfigtetra.toml is not correct. Correcting
[18:14:30] [modloading-worker-5/WARN]: Incorrect key misc was corrected from null to SimpleCommentedConfig:{}
[18:14:30] [modloading-worker-5/WARN]: Incorrect key misc.bow was corrected from null to true
[18:14:30] [modloading-worker-5/WARN]: Incorrect key misc.single_headed was corrected from null to true
[18:14:32] [modloading-worker-5/WARN]: Incorrect key misc.shield was corrected from null to true
[18:14:32] [modloading-worker-5/WARN]: Incorrect key misc.glint was corrected from null to true
[18:14:32] [modloading-worker-5/WARN]: Incorrect key misc.development was corrected from null to false
[18:14:32] [modloading-worker-5/WARN]: Incorrect key misc.toolbelt_curio_only was corrected from null to false
[18:14:32] [modloading-worker-5/WARN]: Incorrect key misc.magic_cap_multiplier was corrected from null to 1.0
[18:14:32] [modloading-worker-5/WARN]: Incorrect key misc.look_trigger was corrected from null to true
[18:14:33] [modloading-worker-5/WARN]: Incorrect key misc.entity_reach was corrected from null to true
[18:14:33] [modloading-worker-5/WARN]: Incorrect key worldgen was corrected from null to SimpleCommentedConfig:{}
[18:14:33] [modloading-worker-5/WARN]: Incorrect key worldgen.geode_density was corrected from null to 120
[18:14:33] [modloading-worker-5/WARN]: Incorrect key worldgen.features was corrected from null to true
[18:14:33] [modloading-worker-5/WARN]: Incorrect key worldgen.feature_depth was corrected from null to 8
[18:14:33] [modloading-worker-5/WARN]: Incorrect key module_progression was corrected from null to SimpleCommentedConfig:{}
[18:14:33] [modloading-worker-5/WARN]: Incorrect key module_progression.enabled was corrected from null to true
[18:14:33] [modloading-worker-5/WARN]: Incorrect key module_progression.settle_base was corrected from null to 270
[18:14:33] [modloading-worker-5/WARN]: Incorrect key module_progression.settle_level_multiplier was corrected from null to 3.0
[18:14:33] [modloading-worker-5/WARN]: Incorrect key module_progression.settle_durability_multiplier was corrected from null to 0.5
[18:14:33] [modloading-worker-5/WARN]: Incorrect key module_progression.hone_sword_base was corrected from null to 110
[18:14:33] [modloading-worker-5/WARN]: Incorrect key module_progression.hone_sword_integrity_multiplier was corrected from null to 65
[18:14:34] [modloading-worker-5/WARN]: Incorrect key module_progression.hone_double_base was corrected from null to 140
[18:14:34] [modloading-worker-5/WARN]: Incorrect key module_progression.hone_double_integrity_multiplier was corrected from null to 75
[18:14:34] [modloading-worker-5/WARN]: Incorrect key module_progression.hone_bow_base was corrected from null to 48
[18:14:34] [modloading-worker-5/WARN]: Incorrect key module_progression.hone_bow_integrity_multiplier was corrected from null to 32
[18:14:34] [modloading-worker-5/WARN]: Incorrect key module_progression.hone_shield_base was corrected from null to 48
[18:14:34] [modloading-worker-5/WARN]: Incorrect key module_progression.hone_shield_integrity_multiplier was corrected from null to 32
[18:14:34] [modloading-worker-5/WARN]: Incorrect key module_progression.hone_crossbow_base was corrected from null to 48
[18:14:34] [modloading-worker-5/WARN]: Incorrect key module_progression.hone_crossbow_integrity_multiplier was corrected from null to 32
[18:14:34] [modloading-worker-5/WARN]: Incorrect key module_progression.hone_single_headed_base was corrected from null to 48
[18:14:34] [modloading-worker-5/WARN]: Incorrect key module_progression.hone_single_headed_integrity_multiplier was corrected from null to 32
[18:14:34] [modloading-worker-5/WARN]: Incorrect key experimental was corrected from null to SimpleCommentedConfig:{}
[18:14:34] [modloading-worker-5/WARN]: Incorrect key experimental.stonecutter was corrected from null to true
[18:14:34] [modloading-worker-5/WARN]: Incorrect key experimental.extractor was corrected from null to true
[18:14:37] [modloading-worker-5/WARN]: Incorrect key experimental.crossbow was corrected from null to true
[18:14:55] [modloading-worker-8/ERROR]: No data fixer registered for rat
[18:14:56] [modloading-worker-8/ERROR]: No data fixer registered for rat_spawner
[18:14:59] [modloading-worker-8/ERROR]: No data fixer registered for pied_piper
[18:14:59] [modloading-worker-8/ERROR]: No data fixer registered for thrown_block
[18:14:66] [modloading-worker-8/ERROR]: No data fixer registered for plague_doctor
[18:14:66] [modloading-worker-8/ERROR]: No data fixer registered for purifying_liquid
[18:14:72] [modloading-worker-8/ERROR]: No data fixer registered for black_death
[18:14:75] [modloading-worker-8/ERROR]: No data fixer registered for plague_cloud
[18:14:75] [modloading-worker-8/ERROR]: No data fixer registered for plague_beast
[18:14:76] [modloading-worker-8/ERROR]: No data fixer registered for plague_shot
[18:14:76] [modloading-worker-8/ERROR]: No data fixer registered for rat_capture_net
[18:14:76] [modloading-worker-8/ERROR]: No data fixer registered for rat_dragon_fire
[18:14:77] [modloading-worker-8/ERROR]: No data fixer registered for rat_arrow
[18:14:79] [modloading-worker-8/ERROR]: No data fixer registered for rat_mount_golem
[18:14:79] [modloading-worker-8/ERROR]: No data fixer registered for rat_mount_chicken
[18:14:80] [modloading-worker-8/ERROR]: No data fixer registered for rat_mount_beast
[18:14:80] [modloading-worker-8/ERROR]: No data fixer registered for rat_king
[18:14:80] [modloading-worker-8/ERROR]: No data fixer registered for rat_shot
[18:14:81] [modloading-worker-8/ERROR]: No data fixer registered for demon_rat
[18:14:82] [modloading-worker-8/ERROR]: No data fixer registered for rat_mount_strider
[18:14:83] [modloading-worker-8/ERROR]: No data fixer registered for small_arrow
[18:14:88] [modloading-worker-14/WARN]: Configuration file C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrconfigcyclic.toml is not correct. Correcting
[18:14:88] [modloading-worker-14/WARN]: Incorrect key cyclic was corrected from null to SimpleCommentedConfig:{}
[18:14:88] [modloading-worker-14/WARN]: Incorrect key cyclic.enchantment was corrected from null to SimpleCommentedConfig:{}
[18:14:88] [modloading-worker-14/WARN]: Incorrect key cyclic.enchantment.auto_smelt was corrected from null to true
[18:14:88] [modloading-worker-14/WARN]: Incorrect key cyclic.enchantment.beekeeper was corrected from null to true
[18:14:88] [modloading-worker-14/WARN]: Incorrect key cyclic.enchantment.beheading was corrected from null to true
[18:14:88] [modloading-worker-14/WARN]: Incorrect key cyclic.enchantment.curse was corrected from null to true
[18:14:88] [modloading-worker-14/WARN]: Incorrect key cyclic.enchantment.disarm was corrected from null to true
[18:14:88] [modloading-worker-14/WARN]: Incorrect key cyclic.enchantment.excavate was corrected from null to true
[18:14:88] [modloading-worker-14/WARN]: Incorrect key cyclic.enchantment.growth was corrected from null to true
[18:14:89] [modloading-worker-14/WARN]: Incorrect key cyclic.enchantment.launch was corrected from null to true
[18:14:89] [modloading-worker-14/WARN]: Incorrect key cyclic.enchantment.life_leech was corrected from null to true
[18:14:89] [modloading-worker-14/WARN]: Incorrect key cyclic.enchantment.magnet was corrected from null to true
[18:14:89] [modloading-worker-14/WARN]: Incorrect key cyclic.enchantment.multishot was corrected from null to true
[18:14:89] [modloading-worker-14/WARN]: Incorrect key cyclic.enchantment.ender was corrected from null to true
[18:14:89] [modloading-worker-14/WARN]: Incorrect key cyclic.enchantment.quickshot was corrected from null to true
[18:14:89] [modloading-worker-14/WARN]: Incorrect key cyclic.enchantment.reach was corrected from null to true
[18:14:89] [modloading-worker-14/WARN]: Incorrect key cyclic.enchantment.step was corrected from null to true
[18:14:89] [modloading-worker-14/WARN]: Incorrect key cyclic.enchantment.traveler was corrected from null to true
[18:14:96] [modloading-worker-14/WARN]: Incorrect key cyclic.enchantment.venom was corrected from null to true
[18:14:97] [modloading-worker-14/WARN]: Incorrect key cyclic.enchantment.experience_boost was corrected from null to true
[18:14:97] [modloading-worker-14/WARN]: Incorrect key cyclic.enchantment.beheadingEntityMHF was corrected from null to [minecraft:blaze:MHF_Blaze, minecraft:cat:MHF_Ocelot, minecraft:cave_spider:MHF_CaveSpider, minecraft:chicken:MHF_Chicken, minecraft:cow:MHF_Cow, minecraft:enderman:MHF_Enderman, minecraft:ghast:MHF_Ghast, minecraft:iron_golem:MHF_Golem, minecraft:magma_cube:MHF_LavaSlime, minecraft:mooshroom:MHF_MushroomCow, minecraft:ocelot:MHF_Ocelot, minecraft:pig:MHF_Pig, minecraft:zombie_pigman:MHF_PigZombie, minecraft:sheep:MHF_Sheep, minecraft:slime:MHF_Slime, minecraft:spider:MHF_Spider, minecraft:squid:MHF_Squid, minecraft:villager:MHF_Villager, minecraft:witch:MHF_Witch, minecraft:wolf:MHF_Wolf, minecraft:guardian:MHF_Guardian, minecraft:elder_guardian:MHF_Guardian, minecraft:snow_golem:MHF_SnowGolem, minecraft:silverfish:MHF_Silverfish, minecraft:endermite:MHF_Endermite]
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.worldgen was corrected from null to SimpleCommentedConfig:{}
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.worldgen.flower_cyan was corrected from null to true
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.command was corrected from null to SimpleCommentedConfig:{}
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.command.gethome was corrected from null to false
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.command.health was corrected from null to true
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.command.home was corrected from null to true
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.command.hunger was corrected from null to true
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.command.dev was corrected from null to false
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.command.ping was corrected from null to false
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.logging was corrected from null to SimpleCommentedConfig:{}
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.logging.info was corrected from null to false
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy was corrected from null to SimpleCommentedConfig:{}
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.fuel was corrected from null to SimpleCommentedConfig:{}
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.fuel.peat_fuel was corrected from null to 256
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.fuel.peat_fuel_enriched was corrected from null to 1024
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.generator_fuel was corrected from null to SimpleCommentedConfig:{}
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.generator_fuel.rf_per_tick was corrected from null to 80
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.generator_food was corrected from null to SimpleCommentedConfig:{}
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.generator_food.rf_per_tick was corrected from null to 60
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.generator_food.ticks_per_food was corrected from null to 100
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.cost was corrected from null to SimpleCommentedConfig:{}
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.cost.packager was corrected from null to 50
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.cost.disenchanter was corrected from null to 2500
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.cost.user was corrected from null to 50
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.cost.anvil was corrected from null to 250
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.cost.melter was corrected from null to 5000
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.cost.solidifier was corrected from null to 5000
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.cost.dropper was corrected from null to 50
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.cost.forester was corrected from null to 50
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.cost.harvester was corrected from null to 250
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.cost.beacon was corrected from null to 0
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.cost.miner was corrected from null to 10
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.cost.uncraft was corrected from null to 1000
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.cost.collector_fluid was corrected from null to 500
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.cost.peat_farm was corrected from null to 500
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.cost.crafter was corrected from null to 500
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.energy.cost.structure was corrected from null to 10
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.fluid was corrected from null to SimpleCommentedConfig:{}
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.fluid.anvil_magma was corrected from null to 100
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.fluid.disenchanter was corrected from null to 100
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.fluid.void_anvil was corrected from null to 25
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items was corrected from null to SimpleCommentedConfig:{}
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.prospector was corrected from null to SimpleCommentedConfig:{}
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.prospector.range was corrected from null to 32
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.emerald was corrected from null to SimpleCommentedConfig:{}
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.emerald.toughness was corrected from null to 3.0
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.emerald.damage was corrected from null to 4.5
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.emerald.boots was corrected from null to 4
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.emerald.helm was corrected from null to 4
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.emerald.chest was corrected from null to 9
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.emerald.leg was corrected from null to 7
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.obsidian was corrected from null to SimpleCommentedConfig:{}
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.obsidian.toughness was corrected from null to 6.0
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.obsidian.damage was corrected from null to 10.5
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.obsidian.boots was corrected from null to 7
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.obsidian.helm was corrected from null to 7
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.obsidian.chest was corrected from null to 11
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.obsidian.leg was corrected from null to 10
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.charms was corrected from null to SimpleCommentedConfig:{}
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.charms.charm_torch was corrected from null to SimpleCommentedConfig:{}
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.charms.charm_torch.light_level was corrected from null to 9
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.charms.luck was corrected from null to 10
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.charms.speed was corrected from null to 0.5
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.charms.attackspeed was corrected from null to 0.5
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.charms.caving_torch was corrected from null to SimpleCommentedConfig:{}
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.charms.caving_torch.light_limit was corrected from null to 7
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.charms.caving_torch.light_target was corrected from null to 10
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.charms.caving_torch.prefer_walls was corrected from null to true
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.charms.caving_torch.prefer_left_wall was corrected from null to false
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.chorus was corrected from null to SimpleCommentedConfig:{}
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.chorus.ticks was corrected from null to 600
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.monster_ball_ignore_list was corrected from null to [minecraft:ender_dragon, minecraft:wither]
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.teleport_wand was corrected from null to SimpleCommentedConfig:{}
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.teleport_wand.range was corrected from null to 256
[18:14:98] [modloading-worker-14/WARN]: Incorrect key cyclic.items.tile_transporter was corrected from null to SimpleCommentedConfig:{}
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.items.tile_transporter.disable_pickup was corrected from null to [parabox:parabox, extracells:fluidcrafter, extracells:ecbaseblock, extracells:fluidfiller, exnihilosequentia:*, refinedstorage:*, tconstruct:seared_fuel_tank, tconstruct:smeltery_controller, tconstruct:seared_drain, tconstruct:seared_fuel_gauge, tconstruct:seared_ingot_tank, tconstruct:seared_ingot_gauge, tconstruct:seared_melter, tconstruct:seared_heater, tconstruct:scorched_drain, tconstruct:scorched_duct, tconstruct:scorched_chute, tconstruct:foundry_controller, tconstruct:scorched_alloyer, rftoolspower:cell3, rftoolspower:cell2, rftoolspower:cell1, rftoolspower:cell3, rftoolspower:cell2, rftoolspower:cell1]
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.items.peat was corrected from null to SimpleCommentedConfig:{}
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.items.peat.conversionChance was corrected from null to 0.07999999821186066
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.items.heart was corrected from null to SimpleCommentedConfig:{}
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.items.heart.experience was corrected from null to 500
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.items.heart.maximum was corrected from null to 100
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks was corrected from null to SimpleCommentedConfig:{}
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.sound was corrected from null to SimpleCommentedConfig:{}
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.sound.radius was corrected from null to 8
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.ender_shelf was corrected from null to SimpleCommentedConfig:{}
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.ender_shelf.books_per_row was corrected from null to 64
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.ender_shelf.controller_distance was corrected from null to 64
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.sprinkler was corrected from null to SimpleCommentedConfig:{}
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.sprinkler.water was corrected from null to 5
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.sprinkler.ticks was corrected from null to 20
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.eye_teleport was corrected from null to SimpleCommentedConfig:{}
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.eye_teleport.range was corrected from null to 128
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.eye_teleport.hunger was corrected from null to 1
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.eye_teleport.exp was corrected from null to 0
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.eye_teleport.frequency was corrected from null to 5
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.eye_redstone was corrected from null to SimpleCommentedConfig:{}
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.eye_redstone.range was corrected from null to 32
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.eye_redstone.frequency was corrected from null to 5
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.uncrafter was corrected from null to SimpleCommentedConfig:{}
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.uncrafter.nbt_ignored was corrected from null to false
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.uncrafter.ignore_list was corrected from null to [minecraft:elytra, minecraft:tipped_arrow, minecraft:magma_block, minecraft:stick, minecraft:*_dye, spectrite:spectrite_arrow, spectrite:spectrite_arrow_special, techreborn:uumatter, projecte:*]
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.uncrafter.ignore_recipes was corrected from null to [botania:cobweb, minecraft:magma_cream, minecraft:beacon, minecraft:stick_from_bamboo_item, minecraft:netherite_ingot_from_netherite_block, mysticalagriculture:essence*, mysticalagriculture:farmland_till, refinedstorage:coloring_recipes*, forcecraft:transmutation*]
[18:14:00] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.uncrafter.ticks was corrected from null to 60
[18:14:00] [modloading-worker-14/WARN]: Configuration file C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrconfigcyclic-client.toml is not correct. Correcting
[18:14:01] [modloading-worker-14/WARN]: Incorrect key cyclic was corrected from null to SimpleCommentedConfig:{}
[18:14:01] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks was corrected from null to SimpleCommentedConfig:{}
[18:14:01] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.colors was corrected from null to SimpleCommentedConfig:{}
[18:14:01] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.colors.collector_item was corrected from null to #444044
[18:14:01] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.colors.collector_fluid was corrected from null to #444044
[18:14:01] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.colors.detector_entity was corrected from null to #00FF00
[18:14:01] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.colors.detector_item was corrected from null to #00AA00
[18:14:01] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.colors.peat_farm was corrected from null to #404040
[18:14:01] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.colors.miner was corrected from null to #0000AA
[18:14:01] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.colors.dropper was corrected from null to #AA0011
[18:14:01] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.colors.forester was corrected from null to #11BB00
[18:14:01] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.colors.harvester was corrected from null to #00EE00
[18:14:01] [modloading-worker-14/WARN]: Incorrect key cyclic.blocks.colors.structure was corrected from null to #FF0000
[18:14:01] [modloading-worker-14/WARN]: Incorrect key cyclic.items was corrected from null to SimpleCommentedConfig:{}
[18:14:01] [modloading-worker-14/WARN]: Incorrect key cyclic.items.colors was corrected from null to SimpleCommentedConfig:{}
[18:14:01] [modloading-worker-14/WARN]: Incorrect key cyclic.items.colors.location was corrected from null to #0000FF
[18:14:01] [modloading-worker-14/WARN]: Incorrect key cyclic.items.colors.shape_data was corrected from null to #FFC800
[18:14:01] [modloading-worker-14/WARN]: Incorrect key cyclic.items.colors.randomize_scepter was corrected from null to #00EE00
[18:14:01] [modloading-worker-14/WARN]: Incorrect key cyclic.items.colors.offset_scepter was corrected from null to #00FF00
[18:14:01] [modloading-worker-14/WARN]: Incorrect key cyclic.items.colors.replace_scepter was corrected from null to #FFFF00
[18:14:01] [modloading-worker-14/WARN]: Incorrect key cyclic.items.colors.build_scepter was corrected from null to #0000FF
[18:14:03] [modloading-worker-8/ERROR]: No data fixer registered for ratlantean_spirit
[18:14:04] [modloading-worker-8/ERROR]: No data fixer registered for ratlantean_spirit_flame
[18:14:04] [modloading-worker-2/INFO]: Extracted 382 Morph-related files.
[18:14:05] [modloading-worker-8/ERROR]: No data fixer registered for ratlantean_automaton
[18:14:05] [modloading-worker-8/ERROR]: No data fixer registered for ratlantean_automaton_beam
[18:14:06] [modloading-worker-8/ERROR]: No data fixer registered for feral_ratlantean
[18:14:07] [modloading-worker-8/ERROR]: No data fixer registered for neo_ratlantean
[18:14:07] [modloading-worker-8/ERROR]: No data fixer registered for laser_beam
[18:14:08] [modloading-worker-8/ERROR]: No data fixer registered for laser_portal
[18:14:08] [modloading-worker-8/ERROR]: No data fixer registered for vial_of_sentience
[18:14:10] [modloading-worker-8/ERROR]: No data fixer registered for pirat_boat
[18:14:17] [modloading-worker-8/ERROR]: No data fixer registered for pirat
[18:14:17] [modloading-worker-8/ERROR]: No data fixer registered for cheese_cannonball
[18:14:18] [modloading-worker-8/ERROR]: No data fixer registered for ghost_pirat
[18:14:18] [modloading-worker-8/ERROR]: No data fixer registered for dutchrat
[18:14:19] [modloading-worker-8/ERROR]: No data fixer registered for dutchrat_sword
[18:14:19] [modloading-worker-8/ERROR]: No data fixer registered for ratfish
[18:14:19] [modloading-worker-8/ERROR]: No data fixer registered for rattling_gun
[18:14:20] [modloading-worker-8/ERROR]: No data fixer registered for rattling_gun_bullet
[18:14:20] [modloading-worker-8/ERROR]: No data fixer registered for ratlantean_ratbot
[18:14:20] [modloading-worker-8/ERROR]: No data fixer registered for rat_mount_automaton
[18:14:23] [modloading-worker-8/ERROR]: No data fixer registered for rat_baron
[18:14:23] [modloading-worker-8/ERROR]: No data fixer registered for rat_baron_plane
[18:14:24] [modloading-worker-8/ERROR]: No data fixer registered for rat_mount_biplane
[18:14:24] [modloading-worker-8/ERROR]: No data fixer registered for rat_protector
[18:14:24] [modloading-worker-8/ERROR]: No data fixer registered for ratlantis_arrow
[18:14:59] [modloading-worker-1/ERROR]: No data fixer registered for foxhound
[18:14:86] [modloading-worker-1/ERROR]: No data fixer registered for glass_frame
[18:14:87] [modloading-worker-1/ERROR]: No data fixer registered for colored_frame
[18:14:93] [modloading-worker-1/ERROR]: No data fixer registered for wrapped
[18:14:04] [modloading-worker-1/ERROR]: No data fixer registered for stoneling
[18:14:12] [modloading-worker-1/ERROR]: No data fixer registered for totem
[18:14:13] [modloading-worker-1/ERROR]: No data fixer registered for toretoise
[18:14:20] [modloading-worker-1/ERROR]: No data fixer registered for chest_passenger
[18:14:21] [modloading-worker-1/ERROR]: No data fixer registered for frog
[18:14:50] [modloading-worker-1/ERROR]: No data fixer registered for stool
[18:14:52] [modloading-worker-1/ERROR]: No data fixer registered for wraith
[18:14:52] [modloading-worker-1/ERROR]: No data fixer registered for soul_bead
[18:14:52] [modloading-worker-1/ERROR]: No data fixer registered for pickarang
[18:14:99] [modloading-worker-1/ERROR]: No data fixer registered for skull_pike
[18:14:01] [modloading-worker-1/ERROR]: No data fixer registered for gravisand
[18:14:07] [modloading-worker-1/ERROR]: No data fixer registered for crab
[18:14:10] [modloading-worker-1/ERROR]: No data fixer registered for forgotten
[18:14:39] [modloading-worker-1/ERROR]: No data fixer registered for leash_knot_fake
[18:14:32] [Render thread/INFO]: Loaded book jsons on Thread[Render thread,10,main] in 256 ms
[18:14:34] [Render thread/WARN]: Registry Item: The object debug has been registered twice for the same name citadel:debug.
[18:14:34] [Render thread/WARN]: Registry Item: The object citadel_book has been registered twice for the same name citadel:citadel_book.
[18:14:34] [Render thread/WARN]: Registry Item: The object effect_item has been registered twice for the same name citadel:effect_item.
[18:14:34] [Render thread/WARN]: Registry Item: The object fancy_item has been registered twice for the same name citadel:fancy_item.
[18:14:36] [Render thread/ERROR]: No data fixer registered for artifacts:mimic
[18:14:86] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `white_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:86] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `orange_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:86] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `magenta_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:86] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `light_blue_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:86] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `yellow_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:86] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `lime_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:86] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `pink_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:86] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `gray_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:86] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `light_gray_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:86] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `cyan_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:86] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `purple_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:86] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `blue_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:86] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `brown_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:86] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `green_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:86] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `red_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:87] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `black_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:87] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `oak_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:87] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `spruce_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:87] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `birch_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:87] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `jungle_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:87] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `acacia_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:87] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `dark_oak_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:87] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `crimson_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:87] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `warped_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:87] [Render thread/INFO]: Potentially Dangerous alternative prefix `biomesoplenty` for name `cherry_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:87] [Render thread/INFO]: Potentially Dangerous alternative prefix `biomesoplenty` for name `umbran_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:87] [Render thread/INFO]: Potentially Dangerous alternative prefix `biomesoplenty` for name `fir_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:87] [Render thread/INFO]: Potentially Dangerous alternative prefix `biomesoplenty` for name `dead_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:87] [Render thread/INFO]: Potentially Dangerous alternative prefix `biomesoplenty` for name `magic_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:87] [Render thread/INFO]: Potentially Dangerous alternative prefix `biomesoplenty` for name `palm_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:87] [Render thread/INFO]: Potentially Dangerous alternative prefix `biomesoplenty` for name `redwood_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:87] [Render thread/INFO]: Potentially Dangerous alternative prefix `biomesoplenty` for name `willow_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:87] [Render thread/INFO]: Potentially Dangerous alternative prefix `biomesoplenty` for name `hellbark_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:87] [Render thread/INFO]: Potentially Dangerous alternative prefix `biomesoplenty` for name `jacaranda_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:87] [Render thread/INFO]: Potentially Dangerous alternative prefix `biomesoplenty` for name `mahogany_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:05] [Render thread/ERROR]: No data fixer registered for silentgear:arrow
[18:14:05] [Render thread/ERROR]: No data fixer registered for silentgear:slingshot_projectile
[18:14:05] [Render thread/ERROR]: No data fixer registered for doggytalents:dog
[18:14:05] [Render thread/ERROR]: No data fixer registered for doggytalents:dog_beam
[18:14:05] [Render thread/ERROR]: No data fixer registered for abnormals_core:boat
[18:14:06] [Render thread/ERROR]: No data fixer registered for flame
[18:14:06] [Render thread/ERROR]: No data fixer registered for robit
[18:14:06] [Render thread/ERROR]: No data fixer registered for thrown_modular_item
[18:14:06] [Render thread/ERROR]: No data fixer registered for extractor_projectile
[18:14:12] [Render thread/ERROR]: No data fixer registered for sit:entity_sit
[18:14:13] [Render thread/ERROR]: No data fixer registered for inventorypets:siamese_entity
[18:14:13] [Render thread/ERROR]: No data fixer registered for inventorypets:bill_gates_entity
[18:14:13] [Render thread/ERROR]: No data fixer registered for inventorypets:steve_ballmer_entity
[18:14:13] [Render thread/ERROR]: No data fixer registered for inventorypets:satya_nadella_entity
[18:14:14] [Render thread/ERROR]: No data fixer registered for inventorypets:anvil_pet_entity
[18:14:15] [Render thread/ERROR]: No data fixer registered for inventorypets:bed_pet_entity
[18:14:15] [Render thread/ERROR]: No data fixer registered for inventorypets:mini_quantum_blaze_entity
[18:14:16] [Render thread/ERROR]: No data fixer registered for inventorypets:mini_quantum_enderman_entity
[18:14:16] [Render thread/ERROR]: No data fixer registered for inventorypets:apple_entity
[18:14:16] [Render thread/ERROR]: No data fixer registered for inventorypets:golden_apple_entity
[18:14:16] [Render thread/ERROR]: No data fixer registered for inventorypets:banana_entity
[18:14:19] [Render thread/ERROR]: No data fixer registered for magic_net
[18:14:19] [Render thread/ERROR]: No data fixer registered for torch_bolt
[18:14:19] [Render thread/ERROR]: No data fixer registered for boomerang_stun
[18:14:19] [Render thread/ERROR]: No data fixer registered for boomerang_carry
[18:14:19] [Render thread/ERROR]: No data fixer registered for boomerang_damage
[18:14:19] [Render thread/ERROR]: No data fixer registered for dungeon
[18:14:19] [Render thread/ERROR]: No data fixer registered for eye
[18:14:19] [Render thread/ERROR]: No data fixer registered for lightning_bolt
[18:14:19] [Render thread/ERROR]: No data fixer registered for snow_bolt
[18:14:19] [Render thread/ERROR]: No data fixer registered for fire_bolt
[18:14:19] [Render thread/ERROR]: No data fixer registered for stone_bolt
[18:14:20] [Render thread/ERROR]: No data fixer registered for conveyor_item
[18:14:18] [Render thread/INFO]: loaded in block colorizer
[18:14:19] [Render thread/INFO]: loaded in item colorizer
[18:14:62] [Render thread/FATAL]: Preparing crash report with UUID 50eb5ca2-cc5b-47f8-a243-a6659e8b0f93
[18:14:63] [Render thread/INFO]: [net.minecraft.util.registry.Bootstrap:func_179870_a:123]: —- Minecraft Crash Report —-
// I bet Cylons wouldn’t have this problem.
Time: 16.09.22 18:14
Description: Initializing game
java.lang.VerifyError: Bad local variable type
Exception Details:
Location:
net/minecraft/client/gui/IngameGui.func_238444_a_(Lcom/mojang/blaze3d/matrix/MatrixStack;)V @164: iload
Reason:
Type top (current frame, locals[10]) is not assignable to integer
Current Frame:
bci: @164
flags: { }
locals: { ‘net/minecraft/client/gui/IngameGui’, ‘com/mojang/blaze3d/matrix/MatrixStack’, ‘java/util/Collection’, integer, integer, ‘net/minecraft/client/renderer/texture/PotionSpriteUploader’, ‘java/util/ArrayList’, ‘java/util/Iterator’, ‘net/minecraft/potion/EffectInstance’, ‘net/minecraft/potion/Effect’ }
stack: { ‘journeymap/client/ui/minimap/DisplayVars’ }
Bytecode:
0x0000000: 2ab4 0072 b401 12b6 033a 4d2c b903 3d01
0x0000010: 009a 01e6 b800 fa03 3e03 3604 2ab4 0072
0x0000020: b603 413a 052c b902 7401 00b8 0345 3a06
0x0000030: 2ab4 0072 b601 7bb2 034a b601 84b8 0350
0x0000040: b603 532c b603 57b9 035b 0100 3a07 1907
0x0000050: b903 6001 0099 0196 1907 b903 6401 00c0
0x0000060: 0366 3a08 1908 b603 6a3a 09b2 0370 b603
0x0000070: 7599 0022 1908 b203 7003 bd03 77b8 037b
0x0000080: 9a00 06a7 ffcb 2ab4 0072 b601 7bb2 034a
0x0000090: b601 8419 08b6 037e 9901 50b2 0384 b603
0x00000a0: 88b6 038e 150a b603 9436 0a2a b400 ec36
0x00000b0: 0a04 360b 2ab4 0072 b601 db99 0006 840b
0x00000c0: 0f19 09b6 0399 9900 1284 0301 150a 1019
0x00000d0: 1d68 6436 0aa7 0013 8404 0115 0a10 1915
0x00000e0: 0468 6436 0a84 0b1a 0c0c 0c0c b801 770c
0x00000f0: 380c 1908 b603 9c99 0019 2a2b 150a 150b
0x0000100: 1100 a511 00a6 1018 1018 b602 eca7 006e
0x0000110: 2a2b 150a 150b 1100 8d11 00a6 1018 1018
0x0000120: b602 ec19 08b6 039f 1100 c8a3 0050 100a
0x0000130: 1908 b603 9f10 146c 6436 0d19 08b6 039f
0x0000140: 8613 01d2 6e13 0228 6e13 03a0 6a0b 1303
0x0000150: a0b8 03a3 1908 b603 9f86 1303 a46a 1302
0x0000160: 286e b803 a715 0d86 1301 d26e 1303 a86a
0x0000170: 0b13 03a8 b803 a36a 6238 0c19 0519 09b6
0x0000180: 03ae 3a0d 150a 360e 150b 360f 170c 3810
0x0000190: 1906 2a19 0d17 102b 150e 150f ba03 bf00
0x00001a0: 00b9 00c4 0200 57b2 03c2 b603 7599 003b
0x00001b0: 1908 b203 c210 06bd 0377 5903 2a53 5904
0x00001c0: 2b53 5905 150a b803 c853 5906 150b b803
0x00001d0: c853 5907 2ab6 02bb b803 c853 5908 170c
0x00001e0: b803 cd53 b803 d157 a7fe 6619 06ba 03de
0x00001f0: 0000 b903 e202 00b1
Stackmap Table:
full_frame(@78,{Object[#2],Object[#670],Object[#625],Integer,Integer,Object[#938],Object[#1009],Object[#861]},{})
append_frame(@134,Object[#870],Object[#918])
same_frame(@147)
append_frame(@193,Integer,Integer)
same_frame(@216)
same_frame(@232)
append_frame(@272,Float)
same_frame_extended(@379)
chop_frame(@488,3)
chop_frame(@491,2)
full_frame(@503,{Object[#2],Object[#670],Object[#625]},{})
at net.minecraft.client.Minecraft.<init>(Minecraft.java:487) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:149) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.37.jar:35.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$476/687685057.call(Unknown Source) [forge-1.16.4-35.1.37.jar:35.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
—————————————————————————————
— Head —
Thread: Render thread
Stacktrace:
at net.minecraft.client.Minecraft.<init>(Minecraft.java:487) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
— Initialization —
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:149) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.37.jar:35.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$476/687685057.call(Unknown Source) [forge-1.16.4-35.1.37.jar:35.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}
— System Details —
Details:
Minecraft Version: 1.16.4
Minecraft Version ID: 1.16.4
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2920784824 bytes (2785 MB) / 5133828096 bytes (4896 MB) up to 5268045824 bytes (5024 MB)
CPUs: 16
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx5000M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.4-35.1.37.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.4-35.1.37.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.4-35.1.37.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.4-35.1.37.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/OptiFine-1.16.4_HD_U_G7.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.16.4-35.1.37.jar fml TRANSFORMATIONSERVICE
FML: 35.1
Forge: net.minecraftforge:35.1.37
FML Language Providers:
javafml@35.1
minecraft@1
Mod List:
forge-1.16.4-35.1.37-client.jar |Minecraft |minecraft |1.16.4 |COMMON_SET|NOSIGNATURE
Tabula-1.16.5-10.5.1.jar |Tabula |tabula |10.5.1 |COMMON_SET|NOSIGNATURE
theoneprobe-1.16-3.0.7.jar |The One Probe |theoneprobe |1.16-3.0.7 |COMMON_SET|NOSIGNATURE
silent-lib-1.16.5-4.10.0.jar |Silent Lib |silentlib |4.10.0 |COMMON_SET|NOSIGNATURE
BiomesOPlenty-1.16.4-13.0.0.440-universal.jar |Biomes O’ Plenty |biomesoplenty |1.16.4-13.0.0.439 |COMMON_SET|NOSIGNATURE
baubles-1.8.5-1.16.4.jar |Baubles |baubles |1.8.5 |COMMON_SET|NOSIGNATURE
silent-gear-1.16.5-2.6.36.jar |Silent Gear |silentgear |2.6.36 |COMMON_SET|NOSIGNATURE
jei-1.16.4-7.6.1.74.jar |Just Enough Items |jei |7.6.1.74 |COMMON_SET|NOSIGNATURE
DoggyTalents-1.16.5-2.1.15.jar |Doggy Talents 2 |doggytalents |2.1.15 |COMMON_SET|NOSIGNATURE
abnormals_core-1.16.5-3.1.1.jar |Abnormals Core |abnormals_core |3.1.1 |COMMON_SET|NOSIGNATURE
goblintraders-1.6.0-1.16.3.jar |Goblin Traders |goblintraders |1.6.0 |COMMON_SET|NOSIGNATURE
Mekanism-1.16.4-10.0.19.446.jar |Mekanism |mekanism |10.0.19 |COMMON_SET|NOSIGNATURE
caelus-forge-1.16.5-2.1.3.2.jar |Caelus API |caelus |1.16.5-2.1.3.2 |COMMON_SET|NOSIGNATURE
reap-1.16.4-1.0.3.jar |Reap Mod |reap |1.16.4-1.0.3 |COMMON_SET|NOSIGNATURE
curios-forge-1.16.5-4.0.8.2.jar |Curios API |curios |1.16.5-4.0.8.2 |COMMON_SET|NOSIGNATURE
tetra-1.16.5-3.20.0.jar |Tetra |tetra |3.20.0 |COMMON_SET|NOSIGNATURE
Patchouli-1.16.4-53.3.jar |Patchouli |patchouli |1.16.4-53.3 |COMMON_SET|NOSIGNATURE
Neat+1.7-27.jar |Neat |neat |1.7-27 |COMMON_SET|NOSIGNATURE
Waystones_1.16.5-7.4.0.jar |Waystones |waystones |7.4.0 |COMMON_SET|NOSIGNATURE
mgui-1.16.5-3.3.0.jar |mgui |mgui |3.3.0 |COMMON_SET|NOSIGNATURE
journeymap-1.16.5-5.7.2.jar |Journeymap |journeymap |5.7.2 |COMMON_SET|NOSIGNATURE
citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |COMMON_SET|NOSIGNATURE
rats-7.2.0-1.16.5.jar |Rats |rats |7.2.0 |COMMON_SET|NOSIGNATURE
AutoRegLib-1.6-47.jar |AutoRegLib |autoreglib |1.6-47 |COMMON_SET|NOSIGNATURE
sit-1.16.5-v1.3.1.jar |Sit |sit |v1.3.1 |COMMON_SET|NOSIGNATURE
NaturesCompass-1.16.4-1.8.6.jar |Nature’s Compass |naturescompass |1.16.4-1.8.6 |COMMON_SET|NOSIGNATURE
Artifacts-1.16.5-2.9.2.jar |Artifacts |artifacts |1.16.5-2.9.2 |COMMON_SET|NOSIGNATURE
configured-1.2.0-1.16.3.jar |Configured |configured |1.2.0 |COMMON_SET|NOSIGNATURE
ToughAsNails-1.16.4-4.0.0.9-universal.jar |Tough As Nails |toughasnails |1.16.4-4.0.0.9 |COMMON_SET|NOSIGNATURE
elevatorid-1.16.5-1.7.13.jar |Elevator Mod |elevatorid |1.16.5-1.7.13 |COMMON_SET|NOSIGNATURE
Gobber2-Forge-1.16.5-2.3.49.jar |Gobber 2 |gobber2 |2.3.48 |COMMON_SET|NOSIGNATURE
tombstone-1.16-6.2.5.jar |Corail Tombstone |tombstone |1.16-6.2.5 |COMMON_SET|NOSIGNATURE
fortunate-2.10.1-MC-1.16.4.jar |How Fortunate! |fortunate |2.10.1-MC-1.16.4 |COMMON_SET|NOSIGNATURE
Hwyla-Mod-1.16.3.jar |Waila |waila |1.10.11-B78_1.16.2 |COMMON_SET|NOSIGNATURE
catalogue-1.3.0-1.16.5.jar |Catalogue |catalogue |1.3.0 |COMMON_SET|NOSIGNATURE
inventorypets-1.16.5-2.0.14.jar |Inventory Pets |inventorypets |2.0.14 |COMMON_SET|NOSIGNATURE
iChunUtil-1.16.5-10.6.1.jar |iChunUtil |ichunutil |10.6.1 |COMMON_SET|NOSIGNATURE
carryon-1.16.5-1.15.3.13.jar |Carry On |carryon |1.15.3.13 |COMMON_SET|8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9
JustEnoughResources-1.16.4-0.12.0.113.jar |Just Enough Resources |jeresources |0.12.0.113 |COMMON_SET|NOSIGNATURE
forge-1.16.4-35.1.37-universal.jar |Forge |forge |35.1.37 |COMMON_SET|22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
Quark-r2.4-305.jar |Quark |quark |r2.4-305 |COMMON_SET|NOSIGNATURE
QuarkOPlenty-1.16.5-1.2.1.jar |Quark O’ Plenty |quarkoplenty |1.2.1 |COMMON_SET|NOSIGNATURE
appleskin-forge-mc1.16.x-2.4.0.jar |AppleSkin |appleskin |2.4.0+mc1.16.4 |COMMON_SET|NOSIGNATURE
FastLeafDecay-v25.2.jar |FastLeafDecay |fastleafdecay |v25.2 |COMMON_SET|NOSIGNATURE
expandability-2.0.2-forge.jar |ExpandAbility |expandability |2.0.2 |COMMON_SET|NOSIGNATURE
tl_skin_cape_forge_1.16.4-1.16.jar |TLSkinCape |tlskincape |1.6 |COMMON_SET|19:f5:ce:44:81:0c:e4:22:05:5e:73:c5:a8:cd:de:f3:c8:cf:a9:b3:01:70:40:a0:ee:2d:50:7a:1c:3d:1c:8a
Morph-1.16.5-10.2.0.jar |Morph |morph |10.2.0 |COMMON_SET|NOSIGNATURE
Cyclic-1.16.5-1.5.10.jar |Cyclic |cyclic |1.16.5-1.5.10 |COMMON_SET|1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
Crash Report UUID: 50eb5ca2-cc5b-47f8-a243-a6659e8b0f93
Launched Version: Agent Pipindr
Backend library: LWJGL version 3.2.2 build 10
Backend API: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 471.41, NVIDIA Corporation
GL Caps: Using framebuffer using OpenGL 3.0
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to ‘forge’
Type: Client (map_client.txt)
CPU: 16x AMD Ryzen 7 1700 Eight-Core Processor
OptiFine Version: OptiFine_1.16.4_HD_U_G7
OptiFine Build: 20210221-012854
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 471.41
OpenGlRenderer: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 16
[18:14:63] [Render thread/INFO]: [net.minecraft.util.registry.Bootstrap:func_179870_a:123]: #@!@# Game crashed! Crash report saved to: #@!@# C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrcrash-reportscrash-2022-09-16_18.14.37-client.txt
Here I am!
[VersionManager] Refreshing versions locally…
[Version:1.12.2-Impact_4.8.3] Resolving…
[Version:1.12.2-Impact_4.8.3] Inherits from 1.12.2
[Version:Aether II Genesis of the Void ++ A2GotV++ v1.0] Resolving…
[Version:Aether II Genesis of the Void ++ A2GotV++ v1.0] Inherits from 1.7.10
[REPO][EMPTY] Attempt #1; timeout: 20000 ms; url:
[REPO][EMPTY] Success: Reached the repo in 380 ms.
[Version:hjklghjk] Resolving…
[Version:hjklghjk] Inherits from 1.16.5
[Version:TechoCraft 1] Resolving…
[Version:TechoCraft 1] Inherits from 1.12.2
[Version:The Fluffy IC2 Classic pack The Fluffy IC2 Classic Pack-0.86] Resolving…
[Version:The Fluffy IC2 Classic pack The Fluffy IC2 Classic Pack-0.86] Inherits from 1.10.2
[REPO][EMPTY] Attempt #1; timeout: 20000 ms; url:
[REPO][EMPTY] Success: Reached the repo in 94 ms.
[Version:РЎР±РѕСЂРєР° РіРѕРІРЅР° Рё палок] Resolving…
[Version:Сборка говна и палок] Inherits from 1.12.2
[Version:ХУЙНЯ] Resolving…
[Version:ХУЙНЯ] Inherits from 1.12.2
[VersionManager] Versions has been refreshed (550 ms)
[Launcher] Launcher exited.
[Launcher] Minecraft closed with exit code: -1
flush now
[Launcher] [Crash] Found crash report file: C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrcrash-reportscrash-2022-09-16_18.14.37-client.txt
[Crash] Found crash report file: C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrcrash-reportscrash-2022-09-16_18.14.37-client.txt
flush now
AccountComboBox.validte pre game launch username Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze} TLAUNCHER
[TlauncherAuthenticator] Staring to authenticate: Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze}
[TlauncherAuthenticator] hasUsername: ForgottenHaze
[TlauncherAuthenticator] hasPassword: false
[TlauncherAuthenticator] hasAccessToken: true
[TlauncherAuthenticator] Loggining in with token
[TlauncherAuthenticator] Log in successful!
[TlauncherAuthenticator] hasUUID: true
[TlauncherAuthenticator] hasAccessToken: true
[TlauncherAuthenticator] hasProfiles: true
[TlauncherAuthenticator] hasProfile: true
[TlauncherAuthenticator] hasProperties: true
onAuthPassed
saved account Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze}
save profiles
[LoginForm] Login was OK. Trying to launch now.
[Launcher] Running under TLauncher 2.86
[Launcher] Collecting info…
[TLauncherManager] before clearLibrary
[TLauncherManager] written: []
[TLauncherManager] after clearLibrary
[Launcher] Force update: false
[Launcher] Selected version: Agent Pipindr
[Launcher] Selected account: Account{displayName=ForgottenHaze, type=TLAUNCHER, accessToken=(not null), userid=ForgottenHaze, uuid=e9c0c4d21da111ed997df02f74958c02, username=ForgottenHaze}
[Launcher] Version sync info: VersionSyncInfo{id=’Agent Pipindr’,
local=CompleteVersion{id=’Agent Pipindr’, time=Fri Jan 15 03:01:16 GMT+03:00 2021, release=Thu Oct 29 18:49:37 GMT+03:00 2020, type=release, class=cpw.mods.modlauncher.Launcher, minimumVersion=21, assets=’1.16′, source=LOCAL_VERSION_REPO, list=net.minecraft.launcher.updater.LocalVersionList@69b35d72, libraries=[Library{name=’net.minecraftforge:forge:1.16.4-35.1.37′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-commons:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-tree:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-util:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.ow2.asm:asm-analysis:9.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’cpw.mods:modlauncher:8.0.9′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’cpw.mods:grossjava9hacks:1.3.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:accesstransformers:3.0.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.antlr:antlr4-runtime:4.9.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:eventbus:4.0.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:forgespi:3.2.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:coremods:4.0.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:unsafe:0.2.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.electronwill.night-config:core:3.6.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.electronwill.night-config:toml:3.6.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.jline:jline:3.12.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.maven:maven-artifact:3.6.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.jodah:typetools:0.8.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-api:2.11.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-core:2.11.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecrell:terminalconsoleappender:1.2.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.sf.jopt-simple:jopt-simple:5.0.4′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.spongepowered:mixin:0.8.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.minecraftforge:nashorn-core-compat:15.1.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:patchy:1.3.9′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’oshi-project:oshi-core:1.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.dev.jna:jna:4.4.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.dev.jna:platform:3.4.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.ibm.icu:icu4j:66.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:javabridge:1.0.22′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.sf.jopt-simple:jopt-simple:5.0.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’io.netty:netty-all:4.1.25.Final’, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.google.guava:guava:21.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.commons:commons-lang3:3.5′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’commons-io:commons-io:2.5′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’commons-codec:commons-codec:1.10′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.jinput:jinput:2.0.5′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’net.java.jutils:jutils:1.0.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:brigadier:1.0.17′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:datafixerupper:4.0.26′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.google.code.gson:gson:2.8.0′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:authlib:2.1.28′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.commons:commons-compress:1.8.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.httpcomponents:httpclient:4.3.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’commons-logging:commons-logging:1.1.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.httpcomponents:httpcore:4.3.2′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’it.unimi.dsi:fastutil:8.2.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-api:2.8.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.apache.logging.log4j:log4j-core:2.8.1′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-jemalloc:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-openal:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-opengl:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-glfw:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-tinyfd:3.2.1′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-macos}, extract=null, packed=’null’}, Library{name=’org.lwjgl:lwjgl-stb:3.2.2′, rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=null, packed=’null’}, Library{name=’com.mojang:text2speech:1.11.3′, rules=null, natives=null, extract=null, packed=’null’}, Library{name=’com.mojang:text2speech:1.11.3′, rules=null, natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=net.minecraft.launcher.versions.ExtractRules@10d857ff, packed=’null’}, Library{name=’ca.weblite:java-objc-bridge:1.0.0′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives={OSX=natives-osx}, extract=net.minecraft.launcher.versions.ExtractRules@6a6228f7, packed=’null’}, Library{name=’ca.weblite:java-objc-bridge:1.0.0′, rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version=’null’}, features=null}], natives=null, extract=null, packed=’null’}]},
remote=null, isInstalled=true, hasRemote=false, isUpToDate=true}
[Launcher] Checking conditions…
[Launcher] resourcepacks:Quark Programmer Art.zip
[Launcher] Comparing assets…
[AssetsManager] Checking resources…
[AssetsManager] Reading indexes from file C:UsersUserAppDataRoaming.minecraftassetsindexes1.16.json
[AssetsManager] Fast comparing: true
[Launcher] finished comparing assets: 122 ms.
[TLauncherManager] add required libraries: Agent Pipindr
[VersionManager] Required for version Agent Pipindr: []
[TLauncherManager] add required libraries: Agent Pipindr
[Modpack] check resources
[Modpack] check CompositeResources
used default java runtime
Minecraft requires java version: 8, java path: C:UsersUserAppDataRoaming.minecraftruntimejre-legacywindowsjre-legacybinjavaw.exe
[TLauncherManager] library will be replaced: com.mojang:authlib:2.1.28
[TLauncherManager] library will be replaced: com.mojang:patchy:1.3.9
[Launcher] Unpacking natives…
[Launcher] Constructing process…
[Launcher] Constructing classpath…
backup world is active: true
[Launcher] Getting Minecraft arguments…
[Launcher] Full command: C:UsersUserAppDataRoaming.minecraftruntimejre-legacywindowsjre-legacybinjavaw.exe -Dos.name=Windows 10 -Dos.version=10.0 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Djava.library.path=C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrnatives -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.3.173 -cp C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeforge1.16.4-35.1.37forge-1.16.4-35.1.37.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm9.0asm-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-commons9.0asm-commons-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-tree9.0asm-tree-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-util9.0asm-util-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgow2asmasm-analysis9.0asm-analysis-9.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescpwmodsmodlauncher8.0.9modlauncher-8.0.9.jar;C:UsersUserAppDataRoaming.minecraftlibrariescpwmodsgrossjava9hacks1.3.0grossjava9hacks-1.3.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeaccesstransformers3.0.1accesstransformers-3.0.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgantlrantlr4-runtime4.9.1antlr4-runtime-4.9.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeeventbus4.0.0eventbus-4.0.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeforgespi3.2.0forgespi-3.2.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgecoremods4.0.3coremods-4.0.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgeunsafe.2.0unsafe-0.2.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomelectronwillnight-configcore3.6.2core-3.6.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomelectronwillnight-configtoml3.6.2toml-3.6.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgjlinejline3.12.1jline-3.12.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachemavenmaven-artifact3.6.0maven-artifact-3.6.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjodahtypetools.8.3typetools-0.8.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-api2.11.2log4j-api-2.11.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-core2.11.2log4j-core-2.11.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecrellterminalconsoleappender1.2.0terminalconsoleappender-1.2.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetsfjopt-simplejopt-simple5.0.4jopt-simple-5.0.4.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgspongepoweredmixin.8.2mixin-0.8.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetminecraftforgenashorn-core-compat15.1.1nashorn-core-compat-15.1.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgtlauncherpatchy1.3.9patchy-1.3.9.jar;C:UsersUserAppDataRoaming.minecraftlibrariesoshi-projectoshi-core1.1oshi-core-1.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavadevjnajna4.4.0jna-4.4.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavadevjnaplatform3.4.0platform-3.4.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomibmicuicu4j66.1icu4j-66.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangjavabridge1.0.22javabridge-1.0.22.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetsfjopt-simplejopt-simple5.0.3jopt-simple-5.0.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesionettynetty-all4.1.25.Finalnetty-all-4.1.25.Final.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomgoogleguavaguava21.0guava-21.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachecommonscommons-lang33.5commons-lang3-3.5.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommons-iocommons-io2.5commons-io-2.5.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommons-codeccommons-codec1.10commons-codec-1.10.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavajinputjinput2.0.5jinput-2.0.5.jar;C:UsersUserAppDataRoaming.minecraftlibrariesnetjavajutilsjutils1.0.0jutils-1.0.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangbrigadier1.0.17brigadier-1.0.17.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangdatafixerupper4.0.26datafixerupper-4.0.26.jar;C:UsersUserAppDataRoaming.minecraftlibrariescomgooglecodegsongson2.8.0gson-2.8.0.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgtlauncherauthlib2.0.28.12authlib-2.0.28.12.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachecommonscommons-compress1.8.1commons-compress-1.8.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachehttpcomponentshttpclient4.3.3httpclient-4.3.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommons-loggingcommons-logging1.1.3commons-logging-1.1.3.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachehttpcomponentshttpcore4.3.2httpcore-4.3.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesitunimidsifastutil8.2.1fastutil-8.2.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-api2.8.1log4j-api-2.8.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorgapachelogginglog4jlog4j-core2.8.1log4j-core-2.8.1.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl3.2.2lwjgl-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-jemalloc3.2.2lwjgl-jemalloc-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-openal3.2.2lwjgl-openal-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-opengl3.2.2lwjgl-opengl-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-glfw3.2.2lwjgl-glfw-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-stb3.2.2lwjgl-stb-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariesorglwjgllwjgl-tinyfd3.2.2lwjgl-tinyfd-3.2.2.jar;C:UsersUserAppDataRoaming.minecraftlibrariescommojangtext2speech1.11.3text2speech-1.11.3.jar;C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrAgent Pipindr.jar -Xmx5000M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -Djava.net.preferIPv4Stack=true -Dminecraft.applet.TargetDirectory=C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr -Dlog4j.configurationFile=C:UsersUserAppDataRoaming.minecraftassetslog_configsclient-1.12.xml -DLibLoader.modsFolder=C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmods cpw.mods.modlauncher.Launcher —username ForgottenHaze —version Agent Pipindr —gameDir C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr —assetsDir C:UsersUserAppDataRoaming.minecraftassets —assetIndex 1.16 —uuid e9c0c4d2-1da1-11ed-997d-f02f74958c02 —accessToken null —userType mojang —versionType release —width 925 —height 530 —launchTarget fmlclient —fml.forgeVersion 35.1.37 —fml.mcVersion 1.16.4 —fml.forgeGroup net.minecraftforge —fml.mcpVersion 20201102.104115
[Launcher] Launching Minecraft…
I’m hiding!
[TLauncherManager] mods after C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsabnormals_core-1.16.5-3.1.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsappleskin-forge-mc1.16.x-2.4.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsArtifacts-1.16.5-2.9.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsAutoRegLib-1.6-47.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsbaubles-1.8.5-1.16.4.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsBiomesOPlenty-1.16.4-13.0.0.440-universal.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscaelus-forge-1.16.5-2.1.3.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscarryon-1.16.5-1.15.3.13.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscatalogue-1.3.0-1.16.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscitadel-1.8.1-1.16.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsconfigured-1.2.0-1.16.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodscurios-forge-1.16.5-4.0.8.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsCyclic-1.16.5-1.5.10.jar.deactivation C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsDoggyTalents-1.16.5-2.1.15.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodselevatorid-1.16.5-1.7.13.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsexpandability-2.0.2-forge.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsFastLeafDecay-v25.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsfortunate-2.10.1-MC-1.16.4.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsGobber2-Forge-1.16.5-2.3.49.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsgoblintraders-1.6.0-1.16.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsHwyla-Mod-1.16.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsiChunUtil-1.16.5-10.6.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsinventorypets-1.16.5-2.0.14.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsJade-1.16.4-2.8.3.jar.deactivation C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsjei-1.16.4-7.6.1.74.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsjourneymap-1.16.5-5.7.2.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsJustEnoughResources-1.16.4-0.12.0.113.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsMekanism-1.16.4-10.0.19.446.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsmgui-1.16.5-3.3.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsMorph-1.16.5-10.2.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsNaturesCompass-1.16.4-1.8.6.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsNeat+1.7-27.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsOptiFine-1.16.4_HD_U_G7.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsPatchouli-1.16.4-53.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsQuark-r2.4-305.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsQuarkOPlenty-1.16.5-1.2.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsrats-7.2.0-1.16.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodsreap-1.16.4-1.0.3.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodssilent-gear-1.16.5-2.6.36.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodssilent-lib-1.16.5-4.10.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodssit-1.16.5-v1.3.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsTabula-1.16.5-10.5.1.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstetra-1.16.5-3.20.0.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstheoneprobe-1.16-3.0.7.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstl_skin_cape_forge_1.16.4-1.16.jar C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrmodstombstone-1.16-6.2.5.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsToughAsNails-1.16.4-4.0.0.9-universal.jar C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsWaystones_1.16.5-7.4.0.jar
[Launcher] skin system is activated: true
[Launcher] Starting Minecraft Agent Pipindr…
[Launcher] Launching in: C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr
Starting garbage collector: 206 / 523 MB
Garbage collector completed: 75 / 538 MB
[Launcher] Processing post-launch actions. Assist launch: true
===============================================================================================
[18:15:06] [main/INFO]: ModLauncher running: args [—username, ForgottenHaze, —version, Agent Pipindr, —gameDir, C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr, —assetsDir, C:UsersUserAppDataRoaming.minecraftassets, —assetIndex, 1.16, —uuid, e9c0c4d2-1da1-11ed-997d-f02f74958c02, —accessToken, вќ„вќ„вќ„вќ„вќ„вќ„вќ„вќ„, —userType, mojang, —versionType, release, —width, 925, —height, 530, —launchTarget, fmlclient, —fml.forgeVersion, 35.1.37, —fml.mcVersion, 1.16.4, —fml.forgeGroup, net.minecraftforge, —fml.mcpVersion, 20201102.104115]
[18:15:07] [main/INFO]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 1.8.0_51 by Oracle Corporation
[18:15:08] [main/WARN]: LEGACY JDK DETECTED, SECURED JAR HANDLING DISABLED
[18:15:21] [main/INFO]: OptiFineTransformationService.onLoad
[18:15:22] [main/INFO]: OptiFine ZIP file: C:UsersUserAppDataRoaming.minecraftversionsAgent PipindrmodsOptiFine-1.16.4_HD_U_G7.jar
[18:15:22] [main/INFO]: Target.PRE_CLASS is available
[18:15:31] [main/INFO]: Added Lets Encrypt root certificates as additional trust
[18:15:36] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/User/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=CLIENT
[18:15:36] [main/INFO]: OptiFineTransformationService.initialize
[18:15:85] [main/INFO]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 1:0 token recognition error at: ‘/’
[18:15:85] [main/INFO]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 1:1 token recognition error at: ‘/’
[18:15:90] [main/INFO]: OptiFineTransformationService.transformers
[18:15:93] [main/INFO]: Targets: 308
[18:15:41] [main/INFO]: additionalClassesLocator: [optifine., net.optifine.]
[18:15:65] [main/INFO]: Successfully loaded Mixin Connector [vazkii.patchouli.common.MixinConnector]
[18:15:65] [main/INFO]: Launching target ‘fmlclient’ with arguments [—version, Agent Pipindr, —gameDir, C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindr, —assetsDir, C:UsersUserAppDataRoaming.minecraftassets, —uuid, e9c0c4d2-1da1-11ed-997d-f02f74958c02, —username, ForgottenHaze, —assetIndex, 1.16, —accessToken, вќ„вќ„вќ„вќ„вќ„вќ„вќ„вќ„, —userType, mojang, —versionType, release, —width, 925, —height, 530]
Method render hooked!
Method func_110306_p hooked!
Method func_110303_q hooked!
Method func_184834_t hooked!
Method func_175154_l hooked!
Method func_110306_p hooked!
Method func_110303_q hooked!
Method func_184834_t hooked!
Method func_175154_l hooked!
[18:15:28] [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’
[18:15:29] [Render thread/INFO]: Setting user: ForgottenHaze
[18:15:50] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch
[18:15:52] [Render thread/INFO]: Backend library: LWJGL version 3.2.2 build 10
[18:15:99] [Render thread/INFO]: [OptiFine]
[18:15:99] [Render thread/INFO]: [OptiFine] OptiFine_1.16.4_HD_U_G7
[18:15:00] [Render thread/INFO]: [OptiFine] Build: 20210221-012854
[18:15:00] [Render thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0
[18:15:00] [Render thread/INFO]: [OptiFine] Java: 1.8.0_51, Oracle Corporation
[18:15:00] [Render thread/INFO]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[18:15:00] [Render thread/INFO]: [OptiFine] LWJGL: 3.3.0 Win32 WGL EGL OSMesa VisualC DLL
[18:15:00] [Render thread/INFO]: [OptiFine] OpenGL: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2, version 4.6.0 NVIDIA 471.41, NVIDIA Corporation
[18:15:00] [Render thread/INFO]: [OptiFine] OpenGL Version: 4.6.0
[18:15:02] [Render thread/INFO]: [OptiFine] Maximum texture size: 32768×32768
[18:15:02] [VersionCheck/INFO]: [OptiFine] Checking for new version
[18:15:09] [Render thread/INFO]: [Shaders] OpenGL Version: 4.6.0 NVIDIA 471.41
[18:15:09] [Render thread/INFO]: [Shaders] Vendor: NVIDIA Corporation
[18:15:09] [Render thread/INFO]: [Shaders] Renderer: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
[18:15:09] [Render thread/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0
[18:15:09] [Render thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
[18:15:09] [Render thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
[18:15:09] [Render thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
[18:15:09] [Render thread/INFO]: [Shaders] Load shaders configuration.
[18:15:09] [Render thread/INFO]: [Shaders] Save shaders configuration.
[18:15:10] [Render thread/INFO]: [Shaders] No shaderpack loaded.
[18:15:12] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.Loader
[18:15:34] [VersionCheck/INFO]: [OptiFine] Version found: G7
[18:15:87] [Render thread/INFO]: Potentially Dangerous alternative prefix `citadel` for name `debug`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:88] [Render thread/INFO]: Potentially Dangerous alternative prefix `citadel` for name `citadel_book`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:92] [Render thread/INFO]: Potentially Dangerous alternative prefix `citadel` for name `effect_item`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:92] [Render thread/INFO]: Potentially Dangerous alternative prefix `citadel` for name `fancy_item`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:02] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `block_of_cheese`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `cauldron_milk`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `cauldron_cheese`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_hole`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:13] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_cage`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:48] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_cage_decorated`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:89] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_cage_breeding_lantern`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:27] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_cage_wheel`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:27] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `fish_barrel`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:28] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_crafting_table`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:28] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `auto_curdler`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:28] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_trap`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:13] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_tube`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:13] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_upgrade_block`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:13] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `dye_sponge`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:15] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `garbage_pile`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:15] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `cursed_garbage`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:15] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `compressed_garbage`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:15] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `purified_garbage`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:16] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pied_garbage`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:16] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_raw`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:16] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `jack_o_ratern`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:16] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `block_of_blue_cheese`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:16] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pied_wool`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:16] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `upgrade_combiner`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:16] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `upgrade_separator`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:17] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `manhole`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:17] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `trash_can`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:17] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_attractor`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:18] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_quarry`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:18] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_quarry_platform`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:18] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_hole`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:18] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_trap`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:18] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `milk_cauldron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:18] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_cage_decorated`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:18] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_cage_breeding_lantern`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:19] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_crafting_table`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:19] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_tube`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:19] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `upgrade_seperator`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:19] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `upgrade_combiner`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:19] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `auto_curdler`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:19] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `trash_can`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:19] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_attractor`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:19] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_quarry`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:20] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_cage_wheel`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:23] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `ratlantis_reactor`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:23] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `ratglove_flower`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:23] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `chunky_cheese_token`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:23] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `cheese_ore`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:23] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `ratlantean_gem_ore`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:23] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `oratchalcum_ore`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:23] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `oratchalcum_block`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:23] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:23] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `black_marbled_cheese`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:23] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:23] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_stairs`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:23] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_tile`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:24] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_chiseled`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:24] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_pillar`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:24] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:24] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:24] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick_stairs`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:24] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick_chiseled`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:24] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick_cracked`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:24] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick_mossy`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:24] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_dirt`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:24] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_grass`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:25] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_rat_head`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:25] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_golem_core`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:25] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `ratlantis_portal`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:25] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `compressed_rat`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:25] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `brain_block`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:25] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pirat_planks`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:25] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pirat_log`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:25] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `stripped_pirat_log`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:25] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pirat_wood`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:25] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `stripped_pirat_wood`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:26] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pirat_pressure_plate`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:26] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pirat_trapdoor`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:26] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pirat_stairs`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:26] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pirat_button`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:27] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pirat_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:27] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pirat_fence_gate`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:27] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pirat_fence`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:28] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pirat_door`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:28] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `dutchrat_bell`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:28] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `air_raid_siren`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:28] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `ratlantis_portal`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:29] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `dutchrat_bell`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:29] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `ratlantean_automaton_head`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:29] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `chunky_cheese_token`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:29] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `ratlantis_reactor`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:45] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `synesthesia`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:45] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `plague`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:97] [modloading-worker-3/ERROR]: No data fixer registered for goblin_trader
[18:15:00] [modloading-worker-3/ERROR]: No data fixer registered for vein_goblin_trader
[18:15:57] [modloading-worker-2/INFO]: Forge mod loading, version 35.1.37, for MC 1.16.4 with MCP 20201102.104115
[18:15:57] [modloading-worker-2/INFO]: MinecraftForge v35.1.37 Initialized
[18:15:65] [modloading-worker-0/INFO]: ExpandAbility here, who dis?
[18:15:97] [modloading-worker-8/ERROR]: No data fixer registered for rat
[18:15:98] [modloading-worker-8/ERROR]: No data fixer registered for rat_spawner
[18:15:98] [modloading-worker-8/ERROR]: No data fixer registered for pied_piper
[18:15:99] [modloading-worker-8/ERROR]: No data fixer registered for thrown_block
[18:15:00] [modloading-worker-8/ERROR]: No data fixer registered for plague_doctor
[18:15:01] [modloading-worker-8/ERROR]: No data fixer registered for purifying_liquid
[18:15:05] [modloading-worker-8/ERROR]: No data fixer registered for black_death
[18:15:06] [modloading-worker-8/ERROR]: No data fixer registered for plague_cloud
[18:15:06] [modloading-worker-8/ERROR]: No data fixer registered for plague_beast
[18:15:07] [modloading-worker-8/ERROR]: No data fixer registered for plague_shot
[18:15:07] [modloading-worker-8/ERROR]: No data fixer registered for rat_capture_net
[18:15:07] [modloading-worker-8/ERROR]: No data fixer registered for rat_dragon_fire
[18:15:08] [modloading-worker-8/ERROR]: No data fixer registered for rat_arrow
[18:15:09] [modloading-worker-8/ERROR]: No data fixer registered for rat_mount_golem
[18:15:09] [modloading-worker-8/ERROR]: No data fixer registered for rat_mount_chicken
[18:15:09] [modloading-worker-8/ERROR]: No data fixer registered for rat_mount_beast
[18:15:10] [modloading-worker-8/ERROR]: No data fixer registered for rat_king
[18:15:10] [modloading-worker-8/ERROR]: No data fixer registered for rat_shot
[18:15:11] [modloading-worker-8/ERROR]: No data fixer registered for demon_rat
[18:15:12] [modloading-worker-8/ERROR]: No data fixer registered for rat_mount_strider
[18:15:12] [modloading-worker-8/ERROR]: No data fixer registered for small_arrow
[18:15:35] [modloading-worker-8/ERROR]: No data fixer registered for ratlantean_spirit
[18:15:35] [modloading-worker-8/ERROR]: No data fixer registered for ratlantean_spirit_flame
[18:15:35] [modloading-worker-8/ERROR]: No data fixer registered for ratlantean_automaton
[18:15:36] [modloading-worker-8/ERROR]: No data fixer registered for ratlantean_automaton_beam
[18:15:36] [modloading-worker-8/ERROR]: No data fixer registered for feral_ratlantean
[18:15:37] [modloading-worker-8/ERROR]: No data fixer registered for neo_ratlantean
[18:15:37] [modloading-worker-8/ERROR]: No data fixer registered for laser_beam
[18:15:37] [modloading-worker-8/ERROR]: No data fixer registered for laser_portal
[18:15:37] [modloading-worker-8/ERROR]: No data fixer registered for vial_of_sentience
[18:15:39] [modloading-worker-8/ERROR]: No data fixer registered for pirat_boat
[18:15:39] [modloading-worker-8/ERROR]: No data fixer registered for pirat
[18:15:39] [modloading-worker-8/ERROR]: No data fixer registered for cheese_cannonball
[18:15:41] [modloading-worker-8/ERROR]: No data fixer registered for ghost_pirat
[18:15:41] [modloading-worker-8/ERROR]: No data fixer registered for dutchrat
[18:15:42] [modloading-worker-8/ERROR]: No data fixer registered for dutchrat_sword
[18:15:42] [modloading-worker-8/ERROR]: No data fixer registered for ratfish
[18:15:43] [modloading-worker-8/ERROR]: No data fixer registered for rattling_gun
[18:15:43] [modloading-worker-8/ERROR]: No data fixer registered for rattling_gun_bullet
[18:15:44] [modloading-worker-8/ERROR]: No data fixer registered for ratlantean_ratbot
[18:15:47] [modloading-worker-8/ERROR]: No data fixer registered for rat_mount_automaton
[18:15:47] [modloading-worker-8/ERROR]: No data fixer registered for rat_baron
[18:15:48] [modloading-worker-8/ERROR]: No data fixer registered for rat_baron_plane
[18:15:49] [modloading-worker-8/ERROR]: No data fixer registered for rat_mount_biplane
[18:15:49] [modloading-worker-8/ERROR]: No data fixer registered for rat_protector
[18:15:49] [modloading-worker-8/ERROR]: No data fixer registered for ratlantis_arrow
[18:15:63] [modloading-worker-15/ERROR]: No data fixer registered for glass_frame
[18:15:63] [modloading-worker-15/ERROR]: No data fixer registered for colored_frame
[18:15:87] [modloading-worker-15/ERROR]: No data fixer registered for toretoise
[18:15:88] [modloading-worker-15/ERROR]: No data fixer registered for foxhound
[18:15:10] [modloading-worker-15/ERROR]: No data fixer registered for wrapped
[18:15:11] [modloading-worker-15/ERROR]: No data fixer registered for stoneling
[18:15:46] [modloading-worker-15/ERROR]: No data fixer registered for frog
[18:15:69] [modloading-worker-15/ERROR]: No data fixer registered for forgotten
[18:15:71] [modloading-worker-15/ERROR]: No data fixer registered for leash_knot_fake
[18:15:72] [modloading-worker-15/ERROR]: No data fixer registered for gravisand
[18:15:76] [modloading-worker-15/ERROR]: No data fixer registered for stool
[18:15:77] [modloading-worker-15/ERROR]: No data fixer registered for totem
[18:15:81] [modloading-worker-15/ERROR]: No data fixer registered for crab
[18:15:96] [modloading-worker-15/ERROR]: No data fixer registered for pickarang
[18:15:09] [modloading-worker-15/ERROR]: No data fixer registered for wraith
[18:15:10] [modloading-worker-15/ERROR]: No data fixer registered for soul_bead
[18:15:13] [modloading-worker-15/ERROR]: No data fixer registered for chest_passenger
[18:15:26] [modloading-worker-15/ERROR]: No data fixer registered for skull_pike
[18:15:33] [Render thread/INFO]: Loaded book jsons on Thread[Render thread,10,main] in 174 ms
[18:15:36] [Render thread/WARN]: Registry Item: The object debug has been registered twice for the same name citadel:debug.
[18:15:36] [Render thread/WARN]: Registry Item: The object citadel_book has been registered twice for the same name citadel:citadel_book.
[18:15:36] [Render thread/WARN]: Registry Item: The object effect_item has been registered twice for the same name citadel:effect_item.
[18:15:36] [Render thread/WARN]: Registry Item: The object fancy_item has been registered twice for the same name citadel:fancy_item.
[18:15:37] [Render thread/ERROR]: No data fixer registered for artifacts:mimic
[18:15:64] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `white_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:64] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `orange_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:64] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `magenta_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:64] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `light_blue_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:64] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `yellow_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:65] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `lime_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:65] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `pink_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:65] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `gray_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:65] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `light_gray_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:65] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `cyan_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:65] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `purple_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:65] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `blue_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:65] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `brown_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:65] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `green_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:65] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `red_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:65] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `black_wool`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:67] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `oak_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:67] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `spruce_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:67] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `birch_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:67] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `jungle_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:67] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `acacia_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:67] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `dark_oak_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:67] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `crimson_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:67] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `warped_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:67] [Render thread/INFO]: Potentially Dangerous alternative prefix `biomesoplenty` for name `cherry_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:67] [Render thread/INFO]: Potentially Dangerous alternative prefix `biomesoplenty` for name `umbran_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:67] [Render thread/INFO]: Potentially Dangerous alternative prefix `biomesoplenty` for name `fir_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:67] [Render thread/INFO]: Potentially Dangerous alternative prefix `biomesoplenty` for name `dead_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:67] [Render thread/INFO]: Potentially Dangerous alternative prefix `biomesoplenty` for name `magic_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:67] [Render thread/INFO]: Potentially Dangerous alternative prefix `biomesoplenty` for name `palm_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:67] [Render thread/INFO]: Potentially Dangerous alternative prefix `biomesoplenty` for name `redwood_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:67] [Render thread/INFO]: Potentially Dangerous alternative prefix `biomesoplenty` for name `willow_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:67] [Render thread/INFO]: Potentially Dangerous alternative prefix `biomesoplenty` for name `hellbark_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:67] [Render thread/INFO]: Potentially Dangerous alternative prefix `biomesoplenty` for name `jacaranda_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:67] [Render thread/INFO]: Potentially Dangerous alternative prefix `biomesoplenty` for name `mahogany_planks`, expected `doggytalents`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:77] [Render thread/ERROR]: No data fixer registered for silentgear:arrow
[18:15:77] [Render thread/ERROR]: No data fixer registered for silentgear:slingshot_projectile
[18:15:77] [Render thread/ERROR]: No data fixer registered for doggytalents:dog
[18:15:77] [Render thread/ERROR]: No data fixer registered for doggytalents:dog_beam
[18:15:77] [Render thread/ERROR]: No data fixer registered for abnormals_core:boat
[18:15:77] [Render thread/ERROR]: No data fixer registered for flame
[18:15:77] [Render thread/ERROR]: No data fixer registered for robit
[18:15:77] [Render thread/ERROR]: No data fixer registered for thrown_modular_item
[18:15:78] [Render thread/ERROR]: No data fixer registered for extractor_projectile
[18:15:86] [Render thread/ERROR]: No data fixer registered for sit:entity_sit
[18:15:87] [Render thread/ERROR]: No data fixer registered for inventorypets:siamese_entity
[18:15:87] [Render thread/ERROR]: No data fixer registered for inventorypets:bill_gates_entity
[18:15:87] [Render thread/ERROR]: No data fixer registered for inventorypets:steve_ballmer_entity
[18:15:87] [Render thread/ERROR]: No data fixer registered for inventorypets:satya_nadella_entity
[18:15:88] [Render thread/ERROR]: No data fixer registered for inventorypets:anvil_pet_entity
[18:15:89] [Render thread/ERROR]: No data fixer registered for inventorypets:bed_pet_entity
[18:15:89] [Render thread/ERROR]: No data fixer registered for inventorypets:mini_quantum_blaze_entity
[18:15:90] [Render thread/ERROR]: No data fixer registered for inventorypets:mini_quantum_enderman_entity
[18:15:90] [Render thread/ERROR]: No data fixer registered for inventorypets:apple_entity
[18:15:90] [Render thread/ERROR]: No data fixer registered for inventorypets:golden_apple_entity
[18:15:90] [Render thread/ERROR]: No data fixer registered for inventorypets:banana_entity
[18:15:06] [Render thread/INFO]: loaded in block colorizer
[18:15:07] [Render thread/INFO]: loaded in item colorizer
[18:15:45] [Render thread/FATAL]: Preparing crash report with UUID d992f4c5-ab0d-4224-9022-7f740999a180
[18:15:47] [Render thread/INFO]: [net.minecraft.util.registry.Bootstrap:func_179870_a:123]: —- Minecraft Crash Report —-
// I bet Cylons wouldn’t have this problem.
Time: 16.09.22 18:15
Description: Initializing game
java.lang.VerifyError: Bad local variable type
Exception Details:
Location:
net/minecraft/client/gui/IngameGui.func_238444_a_(Lcom/mojang/blaze3d/matrix/MatrixStack;)V @164: iload
Reason:
Type top (current frame, locals[10]) is not assignable to integer
Current Frame:
bci: @164
flags: { }
locals: { ‘net/minecraft/client/gui/IngameGui’, ‘com/mojang/blaze3d/matrix/MatrixStack’, ‘java/util/Collection’, integer, integer, ‘net/minecraft/client/renderer/texture/PotionSpriteUploader’, ‘java/util/ArrayList’, ‘java/util/Iterator’, ‘net/minecraft/potion/EffectInstance’, ‘net/minecraft/potion/Effect’ }
stack: { ‘journeymap/client/ui/minimap/DisplayVars’ }
Bytecode:
0x0000000: 2ab4 0072 b401 12b6 033a 4d2c b903 3d01
0x0000010: 009a 01e6 b800 fa03 3e03 3604 2ab4 0072
0x0000020: b603 413a 052c b902 7401 00b8 0345 3a06
0x0000030: 2ab4 0072 b601 7bb2 034a b601 84b8 0350
0x0000040: b603 532c b603 57b9 035b 0100 3a07 1907
0x0000050: b903 6001 0099 0196 1907 b903 6401 00c0
0x0000060: 0366 3a08 1908 b603 6a3a 09b2 0370 b603
0x0000070: 7599 0022 1908 b203 7003 bd03 77b8 037b
0x0000080: 9a00 06a7 ffcb 2ab4 0072 b601 7bb2 034a
0x0000090: b601 8419 08b6 037e 9901 50b2 0384 b603
0x00000a0: 88b6 038e 150a b603 9436 0a2a b400 ec36
0x00000b0: 0a04 360b 2ab4 0072 b601 db99 0006 840b
0x00000c0: 0f19 09b6 0399 9900 1284 0301 150a 1019
0x00000d0: 1d68 6436 0aa7 0013 8404 0115 0a10 1915
0x00000e0: 0468 6436 0a84 0b1a 0c0c 0c0c b801 770c
0x00000f0: 380c 1908 b603 9c99 0019 2a2b 150a 150b
0x0000100: 1100 a511 00a6 1018 1018 b602 eca7 006e
0x0000110: 2a2b 150a 150b 1100 8d11 00a6 1018 1018
0x0000120: b602 ec19 08b6 039f 1100 c8a3 0050 100a
0x0000130: 1908 b603 9f10 146c 6436 0d19 08b6 039f
0x0000140: 8613 01d2 6e13 0228 6e13 03a0 6a0b 1303
0x0000150: a0b8 03a3 1908 b603 9f86 1303 a46a 1302
0x0000160: 286e b803 a715 0d86 1301 d26e 1303 a86a
0x0000170: 0b13 03a8 b803 a36a 6238 0c19 0519 09b6
0x0000180: 03ae 3a0d 150a 360e 150b 360f 170c 3810
0x0000190: 1906 2a19 0d17 102b 150e 150f ba03 bf00
0x00001a0: 00b9 00c4 0200 57b2 03c2 b603 7599 003b
0x00001b0: 1908 b203 c210 06bd 0377 5903 2a53 5904
0x00001c0: 2b53 5905 150a b803 c853 5906 150b b803
0x00001d0: c853 5907 2ab6 02bb b803 c853 5908 170c
0x00001e0: b803 cd53 b803 d157 a7fe 6619 06ba 03de
0x00001f0: 0000 b903 e202 00b1
Stackmap Table:
full_frame(@78,{Object[#2],Object[#670],Object[#625],Integer,Integer,Object[#938],Object[#1009],Object[#861]},{})
append_frame(@134,Object[#870],Object[#918])
same_frame(@147)
append_frame(@193,Integer,Integer)
same_frame(@216)
same_frame(@232)
append_frame(@272,Float)
same_frame_extended(@379)
chop_frame(@488,3)
chop_frame(@491,2)
full_frame(@503,{Object[#2],Object[#670],Object[#625]},{})
at net.minecraft.client.Minecraft.<init>(Minecraft.java:487) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:149) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.37.jar:35.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$476/577682023.call(Unknown Source) [forge-1.16.4-35.1.37.jar:35.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
—————————————————————————————
— Head —
Thread: Render thread
Stacktrace:
at net.minecraft.client.Minecraft.<init>(Minecraft.java:487) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
— Initialization —
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:149) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.37.jar:35.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$476/577682023.call(Unknown Source) [forge-1.16.4-35.1.37.jar:35.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}
— System Details —
Details:
Minecraft Version: 1.16.4
Minecraft Version ID: 1.16.4
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2756816560 bytes (2629 MB) / 4261412864 bytes (4064 MB) up to 5268045824 bytes (5024 MB)
CPUs: 16
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx5000M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.4-35.1.37.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.4-35.1.37.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.4-35.1.37.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.4-35.1.37.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/OptiFine-1.16.4_HD_U_G7.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.16.4-35.1.37.jar fml TRANSFORMATIONSERVICE
FML: 35.1
Forge: net.minecraftforge:35.1.37
FML Language Providers:
javafml@35.1
minecraft@1
Mod List:
forge-1.16.4-35.1.37-client.jar |Minecraft |minecraft |1.16.4 |COMMON_SET|NOSIGNATURE
Tabula-1.16.5-10.5.1.jar |Tabula |tabula |10.5.1 |COMMON_SET|NOSIGNATURE
theoneprobe-1.16-3.0.7.jar |The One Probe |theoneprobe |1.16-3.0.7 |COMMON_SET|NOSIGNATURE
silent-lib-1.16.5-4.10.0.jar |Silent Lib |silentlib |4.10.0 |COMMON_SET|NOSIGNATURE
BiomesOPlenty-1.16.4-13.0.0.440-universal.jar |Biomes O’ Plenty |biomesoplenty |1.16.4-13.0.0.439 |COMMON_SET|NOSIGNATURE
baubles-1.8.5-1.16.4.jar |Baubles |baubles |1.8.5 |COMMON_SET|NOSIGNATURE
silent-gear-1.16.5-2.6.36.jar |Silent Gear |silentgear |2.6.36 |COMMON_SET|NOSIGNATURE
jei-1.16.4-7.6.1.74.jar |Just Enough Items |jei |7.6.1.74 |COMMON_SET|NOSIGNATURE
DoggyTalents-1.16.5-2.1.15.jar |Doggy Talents 2 |doggytalents |2.1.15 |COMMON_SET|NOSIGNATURE
abnormals_core-1.16.5-3.1.1.jar |Abnormals Core |abnormals_core |3.1.1 |COMMON_SET|NOSIGNATURE
goblintraders-1.6.0-1.16.3.jar |Goblin Traders |goblintraders |1.6.0 |COMMON_SET|NOSIGNATURE
Mekanism-1.16.4-10.0.19.446.jar |Mekanism |mekanism |10.0.19 |COMMON_SET|NOSIGNATURE
caelus-forge-1.16.5-2.1.3.2.jar |Caelus API |caelus |1.16.5-2.1.3.2 |COMMON_SET|NOSIGNATURE
reap-1.16.4-1.0.3.jar |Reap Mod |reap |1.16.4-1.0.3 |COMMON_SET|NOSIGNATURE
curios-forge-1.16.5-4.0.8.2.jar |Curios API |curios |1.16.5-4.0.8.2 |COMMON_SET|NOSIGNATURE
tetra-1.16.5-3.20.0.jar |Tetra |tetra |3.20.0 |COMMON_SET|NOSIGNATURE
Patchouli-1.16.4-53.3.jar |Patchouli |patchouli |1.16.4-53.3 |COMMON_SET|NOSIGNATURE
Neat+1.7-27.jar |Neat |neat |1.7-27 |COMMON_SET|NOSIGNATURE
Waystones_1.16.5-7.4.0.jar |Waystones |waystones |7.4.0 |COMMON_SET|NOSIGNATURE
mgui-1.16.5-3.3.0.jar |mgui |mgui |3.3.0 |COMMON_SET|NOSIGNATURE
journeymap-1.16.5-5.7.2.jar |Journeymap |journeymap |5.7.2 |COMMON_SET|NOSIGNATURE
citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |COMMON_SET|NOSIGNATURE
rats-7.2.0-1.16.5.jar |Rats |rats |7.2.0 |COMMON_SET|NOSIGNATURE
AutoRegLib-1.6-47.jar |AutoRegLib |autoreglib |1.6-47 |COMMON_SET|NOSIGNATURE
sit-1.16.5-v1.3.1.jar |Sit |sit |v1.3.1 |COMMON_SET|NOSIGNATURE
NaturesCompass-1.16.4-1.8.6.jar |Nature’s Compass |naturescompass |1.16.4-1.8.6 |COMMON_SET|NOSIGNATURE
Artifacts-1.16.5-2.9.2.jar |Artifacts |artifacts |1.16.5-2.9.2 |COMMON_SET|NOSIGNATURE
configured-1.2.0-1.16.3.jar |Configured |configured |1.2.0 |COMMON_SET|NOSIGNATURE
ToughAsNails-1.16.4-4.0.0.9-universal.jar |Tough As Nails |toughasnails |1.16.4-4.0.0.9 |COMMON_SET|NOSIGNATURE
elevatorid-1.16.5-1.7.13.jar |Elevator Mod |elevatorid |1.16.5-1.7.13 |COMMON_SET|NOSIGNATURE
Gobber2-Forge-1.16.5-2.3.49.jar |Gobber 2 |gobber2 |2.3.48 |COMMON_SET|NOSIGNATURE
tombstone-1.16-6.2.5.jar |Corail Tombstone |tombstone |1.16-6.2.5 |COMMON_SET|NOSIGNATURE
fortunate-2.10.1-MC-1.16.4.jar |How Fortunate! |fortunate |2.10.1-MC-1.16.4 |COMMON_SET|NOSIGNATURE
Hwyla-Mod-1.16.3.jar |Waila |waila |1.10.11-B78_1.16.2 |COMMON_SET|NOSIGNATURE
catalogue-1.3.0-1.16.5.jar |Catalogue |catalogue |1.3.0 |COMMON_SET|NOSIGNATURE
inventorypets-1.16.5-2.0.14.jar |Inventory Pets |inventorypets |2.0.14 |COMMON_SET|NOSIGNATURE
iChunUtil-1.16.5-10.6.1.jar |iChunUtil |ichunutil |10.6.1 |COMMON_SET|NOSIGNATURE
carryon-1.16.5-1.15.3.13.jar |Carry On |carryon |1.15.3.13 |COMMON_SET|8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9
JustEnoughResources-1.16.4-0.12.0.113.jar |Just Enough Resources |jeresources |0.12.0.113 |COMMON_SET|NOSIGNATURE
forge-1.16.4-35.1.37-universal.jar |Forge |forge |35.1.37 |COMMON_SET|22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
Quark-r2.4-305.jar |Quark |quark |r2.4-305 |COMMON_SET|NOSIGNATURE
QuarkOPlenty-1.16.5-1.2.1.jar |Quark O’ Plenty |quarkoplenty |1.2.1 |COMMON_SET|NOSIGNATURE
appleskin-forge-mc1.16.x-2.4.0.jar |AppleSkin |appleskin |2.4.0+mc1.16.4 |COMMON_SET|NOSIGNATURE
FastLeafDecay-v25.2.jar |FastLeafDecay |fastleafdecay |v25.2 |COMMON_SET|NOSIGNATURE
expandability-2.0.2-forge.jar |ExpandAbility |expandability |2.0.2 |COMMON_SET|NOSIGNATURE
tl_skin_cape_forge_1.16.4-1.16.jar |TLSkinCape |tlskincape |1.6 |COMMON_SET|19:f5:ce:44:81:0c:e4:22:05:5e:73:c5:a8:cd:de:f3:c8:cf:a9:b3:01:70:40:a0:ee:2d:50:7a:1c:3d:1c:8a
Morph-1.16.5-10.2.0.jar |Morph |morph |10.2.0 |COMMON_SET|NOSIGNATURE
Crash Report UUID: d992f4c5-ab0d-4224-9022-7f740999a180
Launched Version: Agent Pipindr
Backend library: LWJGL version 3.2.2 build 10
Backend API: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 471.41, NVIDIA Corporation
GL Caps: Using framebuffer using OpenGL 3.0
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to ‘forge’
Type: Client (map_client.txt)
CPU: 16x AMD Ryzen 7 1700 Eight-Core Processor
OptiFine Version: OptiFine_1.16.4_HD_U_G7
OptiFine Build: 20210221-012854
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 471.41
OpenGlRenderer: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 16
[18:15:47] [Render thread/INFO]: [net.minecraft.util.registry.Bootstrap:func_179870_a:123]: #@!@# Game crashed! Crash report saved to: #@!@# C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrcrash-reportscrash-2022-09-16_18.15.48-client.txt
Here I am!
[VersionManager] Refreshing versions locally…
[Version:1.12.2-Impact_4.8.3] Resolving…
[Version:1.12.2-Impact_4.8.3] Inherits from 1.12.2
[Version:Aether II Genesis of the Void ++ A2GotV++ v1.0] Resolving…
[Version:Aether II Genesis of the Void ++ A2GotV++ v1.0] Inherits from 1.7.10
[REPO][EMPTY] Attempt #1; timeout: 20000 ms; url:
[REPO][EMPTY] Success: Reached the repo in 406 ms.
[Version:hjklghjk] Resolving…
[Version:hjklghjk] Inherits from 1.16.5
[Version:TechoCraft 1] Resolving…
[Version:TechoCraft 1] Inherits from 1.12.2
[Version:The Fluffy IC2 Classic pack The Fluffy IC2 Classic Pack-0.86] Resolving…
[Version:The Fluffy IC2 Classic pack The Fluffy IC2 Classic Pack-0.86] Inherits from 1.10.2
[REPO][EMPTY] Attempt #1; timeout: 20000 ms; url:
[REPO][EMPTY] Success: Reached the repo in 88 ms.
[Version:РЎР±РѕСЂРєР° РіРѕРІРЅР° Рё палок] Resolving…
[Version:Сборка говна и палок] Inherits from 1.12.2
[Version:ХУЙНЯ] Resolving…
[Version:ХУЙНЯ] Inherits from 1.12.2
[VersionManager] Versions has been refreshed (565 ms)
[Launcher] Launcher exited.
[Launcher] Minecraft closed with exit code: -1
flush now
[Launcher] [Crash] Found crash report file: C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrcrash-reportscrash-2022-09-16_18.14.37-client.txt
[Crash] Found crash report file: C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrcrash-reportscrash-2022-09-16_18.14.37-client.txt
[Launcher] [Crash] Found crash report file: C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrcrash-reportscrash-2022-09-16_18.15.48-client.txt
[Crash] Found crash report file: C:UsersUserAppDataRoaming.minecraftversionsAgent Pipindrcrash-reportscrash-2022-09-16_18.15.48-client.txt
flush now
Вот весь код, список модов
By
Zuzuthekuzu · Posted 3 hours ago
error code 4294967295
—- Minecraft Crash Report —-
// Why did you do that?
Time: 2/9/23, 12:52 PM
Description: Container click
java.lang.NullPointerException: Registry Object not present: aquaculture:wooden_fillet_knife
at java.util.Objects.requireNonNull(Unknown Source) ~[?:?] {re:mixin}
at net.minecraftforge.registries.RegistryObject.get(RegistryObject.java:320) ~[forge-1.18.2-40.2.1-universal.jar%23174!/:?] {re:mixin,xf:fml:forge:registry_object_binary_compat,re:classloading,xf:fml:forge:registry_object_binary_compat}
at com.teammetallurgy.aquaculture.misc.FurnaceFuel.fuel(FurnaceFuel.java:16) ~[Aquaculture-1.18.2-2.3.10.jar%2359!/:1.18.2-2.3.10] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_758_FurnaceFuel_fuel_FurnaceFuelBurnTimeEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.event.ForgeEventFactory.getItemBurnTime(ForgeEventFactory.java:230) ~[forge-1.18.2-40.2.1-universal.jar%23174!/:?] {re:mixin,re:classloading}
at net.minecraftforge.common.ForgeHooks.getBurnTime(ForgeHooks.java:1259) ~[forge-1.18.2-40.2.1-universal.jar%23174!/:?] {re:classloading}
at net.minecraft.world.inventory.AbstractFurnaceMenu.m_38988_(AbstractFurnaceMenu.java:150) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:classloading}
at net.minecraft.world.inventory.AbstractFurnaceMenu.m_7648_(AbstractFurnaceMenu.java:114) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:classloading}
at net.minecraft.world.inventory.AbstractContainerMenu.m_150430_(AbstractContainerMenu.java:395) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:placebo.mixins.json:AbstractContainerMenuInvoker,pl:mixin:A}
at net.minecraft.world.inventory.AbstractContainerMenu.m_150399_(AbstractContainerMenu.java:295) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:placebo.mixins.json:AbstractContainerMenuInvoker,pl:mixin:A}
at net.minecraft.client.multiplayer.MultiPlayerGameMode.m_171799_(MultiPlayerGameMode.java:392) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.gui.screens.inventory.AbstractContainerScreen.m_6597_(AbstractContainerScreen.java:550) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:AbstractContainerScreenAccessor,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorAbstractContainerScreen,pl:mixin:APP:mousetweaks.mixins.json:AbstractContainerScreenAccessor,pl:mixin:APP:quark.mixins.json:client.ContainerScreenMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.gui.screens.inventory.AbstractFurnaceScreen.m_6597_(AbstractFurnaceScreen.java:105) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:classloading}
at net.minecraft.client.gui.screens.inventory.AbstractContainerScreen.m_6375_(AbstractContainerScreen.java:347) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:AbstractContainerScreenAccessor,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorAbstractContainerScreen,pl:mixin:APP:mousetweaks.mixins.json:AbstractContainerScreenAccessor,pl:mixin:APP:quark.mixins.json:client.ContainerScreenMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.gui.screens.inventory.AbstractFurnaceScreen.m_6375_(AbstractFurnaceScreen.java:100) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:classloading}
at net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:88) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MouseHandlerAccessor,pl:mixin:APP:supplementaries.mixins.json:MouseHandlerMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMouseHandler,pl:mixin:APP:rubidium_extras.mixins.json:Zoom.MouseMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:528) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:controlling.mixins.json:AccessScreen,pl:mixin:APP:balm.mixins.json:ScreenAccessor,pl:mixin:APP:konkrete.mixin.json:client.MixinScreen,pl:mixin:APP:patchouli_xplat.mixins.json:client.AccessorScreen,pl:mixin:APP:iceberg.mixins.json:ScreenMixin,pl:mixin:APP:quark.mixins.json:client.ScreenMixin,pl:mixin:APP:byg.mixins.json:access.client.ScreenAccess,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:85) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MouseHandlerAccessor,pl:mixin:APP:supplementaries.mixins.json:MouseHandlerMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMouseHandler,pl:mixin:APP:rubidium_extras.mixins.json:Zoom.MouseMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:185) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MouseHandlerAccessor,pl:mixin:APP:supplementaries.mixins.json:MouseHandlerMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMouseHandler,pl:mixin:APP:rubidium_extras.mixins.json:Zoom.MouseMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:184) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MouseHandlerAccessor,pl:mixin:APP:supplementaries.mixins.json:MouseHandlerMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMouseHandler,pl:mixin:APP:rubidium_extras.mixins.json:Zoom.MouseMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36) ~[lwjgl-glfw-3.2.2.jar%2348!/:build 10] {}
at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.2.2.jar%2344!/:build 10] {}
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101) ~[lwjgl-glfw-3.2.2.jar%2348!/:build 10] {re:mixin}
at com.mojang.blaze3d.systems.RenderSystem.m_69495_(RenderSystem.java:197) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:RenderTexturesMixin,pl:mixin:A}
at com.mojang.blaze3d.platform.Window.m_85435_(Window.java:333) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:rubidium_extras.mixins.json:BorderlessFullscreen.MainWindowAccessor,pl:mixin:APP:rubidium_extras.mixins.json:BorderlessFullscreen.WindowMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1068) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMinecraft,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:665) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMinecraft,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.2.1.jar%2317!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
—————————————————————————————
— Head —
Thread: Render thread
Stacktrace:
at java.util.Objects.requireNonNull(Unknown Source) ~[?:?] {re:mixin}
at net.minecraftforge.registries.RegistryObject.get(RegistryObject.java:320) ~[forge-1.18.2-40.2.1-universal.jar%23174!/:?] {re:mixin,xf:fml:forge:registry_object_binary_compat,re:classloading,xf:fml:forge:registry_object_binary_compat}
at com.teammetallurgy.aquaculture.misc.FurnaceFuel.fuel(FurnaceFuel.java:16) ~[Aquaculture-1.18.2-2.3.10.jar%2359!/:1.18.2-2.3.10] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_758_FurnaceFuel_fuel_FurnaceFuelBurnTimeEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.event.ForgeEventFactory.getItemBurnTime(ForgeEventFactory.java:230) ~[forge-1.18.2-40.2.1-universal.jar%23174!/:?] {re:mixin,re:classloading}
at net.minecraftforge.common.ForgeHooks.getBurnTime(ForgeHooks.java:1259) ~[forge-1.18.2-40.2.1-universal.jar%23174!/:?] {re:classloading}
at net.minecraft.world.inventory.AbstractFurnaceMenu.m_38988_(AbstractFurnaceMenu.java:150) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:classloading}
at net.minecraft.world.inventory.AbstractFurnaceMenu.m_7648_(AbstractFurnaceMenu.java:114) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:classloading}
at net.minecraft.world.inventory.AbstractContainerMenu.m_150430_(AbstractContainerMenu.java:395) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:placebo.mixins.json:AbstractContainerMenuInvoker,pl:mixin:A}
at net.minecraft.world.inventory.AbstractContainerMenu.m_150399_(AbstractContainerMenu.java:295) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:placebo.mixins.json:AbstractContainerMenuInvoker,pl:mixin:A}
at net.minecraft.client.multiplayer.MultiPlayerGameMode.m_171799_(MultiPlayerGameMode.java:392) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.gui.screens.inventory.AbstractContainerScreen.m_6597_(AbstractContainerScreen.java:550) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:AbstractContainerScreenAccessor,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorAbstractContainerScreen,pl:mixin:APP:mousetweaks.mixins.json:AbstractContainerScreenAccessor,pl:mixin:APP:quark.mixins.json:client.ContainerScreenMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.gui.screens.inventory.AbstractFurnaceScreen.m_6597_(AbstractFurnaceScreen.java:105) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:classloading}
at net.minecraft.client.gui.screens.inventory.AbstractContainerScreen.m_6375_(AbstractContainerScreen.java:347) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:AbstractContainerScreenAccessor,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorAbstractContainerScreen,pl:mixin:APP:mousetweaks.mixins.json:AbstractContainerScreenAccessor,pl:mixin:APP:quark.mixins.json:client.ContainerScreenMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.gui.screens.inventory.AbstractFurnaceScreen.m_6375_(AbstractFurnaceScreen.java:100) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:classloading}
at net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:88) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MouseHandlerAccessor,pl:mixin:APP:supplementaries.mixins.json:MouseHandlerMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMouseHandler,pl:mixin:APP:rubidium_extras.mixins.json:Zoom.MouseMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:528) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:controlling.mixins.json:AccessScreen,pl:mixin:APP:balm.mixins.json:ScreenAccessor,pl:mixin:APP:konkrete.mixin.json:client.MixinScreen,pl:mixin:APP:patchouli_xplat.mixins.json:client.AccessorScreen,pl:mixin:APP:iceberg.mixins.json:ScreenMixin,pl:mixin:APP:quark.mixins.json:client.ScreenMixin,pl:mixin:APP:byg.mixins.json:access.client.ScreenAccess,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:85) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MouseHandlerAccessor,pl:mixin:APP:supplementaries.mixins.json:MouseHandlerMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMouseHandler,pl:mixin:APP:rubidium_extras.mixins.json:Zoom.MouseMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:185) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MouseHandlerAccessor,pl:mixin:APP:supplementaries.mixins.json:MouseHandlerMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMouseHandler,pl:mixin:APP:rubidium_extras.mixins.json:Zoom.MouseMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:184) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MouseHandlerAccessor,pl:mixin:APP:supplementaries.mixins.json:MouseHandlerMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMouseHandler,pl:mixin:APP:rubidium_extras.mixins.json:Zoom.MouseMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36) ~[lwjgl-glfw-3.2.2.jar%2348!/:build 10] {}
at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.2.2.jar%2344!/:build 10] {}
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101) ~[lwjgl-glfw-3.2.2.jar%2348!/:build 10] {re:mixin}
at com.mojang.blaze3d.systems.RenderSystem.m_69495_(RenderSystem.java:197) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:RenderTexturesMixin,pl:mixin:A}
— Click info —
Details:
Menu Type: minecraft:furnace
Menu Class: net.minecraft.world.inventory.FurnaceMenu
Slot Count: 39
Slot: 36
Button: 0
Type: QUICK_MOVE
Stacktrace:
at net.minecraft.world.inventory.AbstractContainerMenu.m_150399_(AbstractContainerMenu.java:295) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:placebo.mixins.json:AbstractContainerMenuInvoker,pl:mixin:A}
at net.minecraft.client.multiplayer.MultiPlayerGameMode.m_171799_(MultiPlayerGameMode.java:392) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.gui.screens.inventory.AbstractContainerScreen.m_6597_(AbstractContainerScreen.java:550) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:AbstractContainerScreenAccessor,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorAbstractContainerScreen,pl:mixin:APP:mousetweaks.mixins.json:AbstractContainerScreenAccessor,pl:mixin:APP:quark.mixins.json:client.ContainerScreenMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.gui.screens.inventory.AbstractFurnaceScreen.m_6597_(AbstractFurnaceScreen.java:105) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:classloading}
at net.minecraft.client.gui.screens.inventory.AbstractContainerScreen.m_6375_(AbstractContainerScreen.java:347) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:AbstractContainerScreenAccessor,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorAbstractContainerScreen,pl:mixin:APP:mousetweaks.mixins.json:AbstractContainerScreenAccessor,pl:mixin:APP:quark.mixins.json:client.ContainerScreenMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.gui.screens.inventory.AbstractFurnaceScreen.m_6375_(AbstractFurnaceScreen.java:100) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:classloading}
at net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:88) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MouseHandlerAccessor,pl:mixin:APP:supplementaries.mixins.json:MouseHandlerMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMouseHandler,pl:mixin:APP:rubidium_extras.mixins.json:Zoom.MouseMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:528) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:controlling.mixins.json:AccessScreen,pl:mixin:APP:balm.mixins.json:ScreenAccessor,pl:mixin:APP:konkrete.mixin.json:client.MixinScreen,pl:mixin:APP:patchouli_xplat.mixins.json:client.AccessorScreen,pl:mixin:APP:iceberg.mixins.json:ScreenMixin,pl:mixin:APP:quark.mixins.json:client.ScreenMixin,pl:mixin:APP:byg.mixins.json:access.client.ScreenAccess,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:85) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MouseHandlerAccessor,pl:mixin:APP:supplementaries.mixins.json:MouseHandlerMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMouseHandler,pl:mixin:APP:rubidium_extras.mixins.json:Zoom.MouseMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:185) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MouseHandlerAccessor,pl:mixin:APP:supplementaries.mixins.json:MouseHandlerMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMouseHandler,pl:mixin:APP:rubidium_extras.mixins.json:Zoom.MouseMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:184) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MouseHandlerAccessor,pl:mixin:APP:supplementaries.mixins.json:MouseHandlerMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMouseHandler,pl:mixin:APP:rubidium_extras.mixins.json:Zoom.MouseMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36) ~[lwjgl-glfw-3.2.2.jar%2348!/:build 10] {}
at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.2.2.jar%2344!/:build 10] {}
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101) ~[lwjgl-glfw-3.2.2.jar%2348!/:build 10] {re:mixin}
at com.mojang.blaze3d.systems.RenderSystem.m_69495_(RenderSystem.java:197) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:RenderTexturesMixin,pl:mixin:A}
at com.mojang.blaze3d.platform.Window.m_85435_(Window.java:333) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:rubidium_extras.mixins.json:BorderlessFullscreen.MainWindowAccessor,pl:mixin:APP:rubidium_extras.mixins.json:BorderlessFullscreen.WindowMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1068) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMinecraft,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:665) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMinecraft,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.2.1.jar%2317!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}
— Affected screen —
Details:
Screen name: net.minecraft.client.gui.screens.inventory.FurnaceScreen
Stacktrace:
at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:528) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:controlling.mixins.json:AccessScreen,pl:mixin:APP:balm.mixins.json:ScreenAccessor,pl:mixin:APP:konkrete.mixin.json:client.MixinScreen,pl:mixin:APP:patchouli_xplat.mixins.json:client.AccessorScreen,pl:mixin:APP:iceberg.mixins.json:ScreenMixin,pl:mixin:APP:quark.mixins.json:client.ScreenMixin,pl:mixin:APP:byg.mixins.json:access.client.ScreenAccess,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:85) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MouseHandlerAccessor,pl:mixin:APP:supplementaries.mixins.json:MouseHandlerMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMouseHandler,pl:mixin:APP:rubidium_extras.mixins.json:Zoom.MouseMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:185) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MouseHandlerAccessor,pl:mixin:APP:supplementaries.mixins.json:MouseHandlerMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMouseHandler,pl:mixin:APP:rubidium_extras.mixins.json:Zoom.MouseMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:184) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MouseHandlerAccessor,pl:mixin:APP:supplementaries.mixins.json:MouseHandlerMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMouseHandler,pl:mixin:APP:rubidium_extras.mixins.json:Zoom.MouseMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36) ~[lwjgl-glfw-3.2.2.jar%2348!/:build 10] {}
at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.2.2.jar%2344!/:build 10] {}
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101) ~[lwjgl-glfw-3.2.2.jar%2348!/:build 10] {re:mixin}
at com.mojang.blaze3d.systems.RenderSystem.m_69495_(RenderSystem.java:197) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:RenderTexturesMixin,pl:mixin:A}
at com.mojang.blaze3d.platform.Window.m_85435_(Window.java:333) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:rubidium_extras.mixins.json:BorderlessFullscreen.MainWindowAccessor,pl:mixin:APP:rubidium_extras.mixins.json:BorderlessFullscreen.WindowMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1068) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMinecraft,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:665) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMinecraft,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.2.1.jar%2317!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}
— Affected level —
Details:
All players: 1 total; [LocalPlayer[‘LeKutay’/3073, l=’ClientLevel’, x=-904.73, y=65.00, z=2225.41]]
Chunk stats: 1024, 157
Level dimension: minecraft:overworld
Level spawn location: World: (0,68,0), Section: (at 0,4,0 in 0,4,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: 264985 game time, 302468 day time
Server brand: forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.ClientLevel.m_6026_(ClientLevel.java:407) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:dynamiclightsreforged.mixins.json:ClientWorldMixin,pl:mixin:APP:rubidium.mixins.json:features.chunk_rendering.MixinClientWorld,pl:mixin:APP:rubidium.mixins.json:features.fast_biome_colors.MixinClientWorld,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:flywheel.mixins.json:ClientLevelMixin,pl:mixin:APP:byg.mixins.json:access.client.ClientLevelAccess,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91354_(Minecraft.java:2264) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMinecraft,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:682) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMinecraft,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.2-20220404.173914-srg.jar%23169!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.2.1.jar%2317!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}
— Last reload —
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: Default, Mod Resources, Supplementaries Generated Pack, quark-emote-pack
— 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, Eclipse Adoptium
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
Memory: 939714032 bytes (896 MiB) / 3923771392 bytes (3742 MiB) up to 4294967296 bytes (4096 MiB)
CPUs: 16
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 7 6800H with Radeon Graphics
Identifier: AuthenticAMD Family 25 Model 68 Stepping 1
Microarchitecture: Zen 3
Frequency (GHz): 3.19
Number of physical packages: 1
Number of physical CPUs: 8
Number of logical CPUs: 16
Graphics card #0 name: AMD Radeon(TM) Graphics
Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002)
Graphics card #0 VRAM (MB): 512.00
Graphics card #0 deviceId: 0x1681
Graphics card #0 versionInfo: DriverVersion=31.0.12024.2005
Graphics card #1 name: NVIDIA GeForce RTX 3050 Ti Laptop GPU
Graphics card #1 vendor: NVIDIA (0x10de)
Graphics card #1 VRAM (MB): 4095.00
Graphics card #1 deviceId: 0x25a0
Graphics card #1 versionInfo: DriverVersion=31.0.15.2698
Memory slot #0 capacity (MB): 16384.00
Memory slot #0 clockSpeed (GHz): 4.80
Memory slot #0 type: Unknown
Virtual memory max (MB): 33021.15
Virtual memory used (MB): 23014.09
Swap memory total (MB): 17408.00
Swap memory used (MB): 1438.68
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms4096m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms256m
Launched Version: 1.18.2
Backend library: LWJGL version 3.2.2 SNAPSHOT
Backend API: NVIDIA GeForce RTX 3050 Ti Laptop GPU/PCIe/SSE2 GL version 3.2.0 NVIDIA 526.98, NVIDIA Corporation
Window size: 854×480
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to ‘forge’
Type: Client (map_client.txt)
Graphics mode: fancy
Resource Packs:
Current Language: English (US)
CPU: 16x AMD Ryzen 7 6800H with Radeon Graphics
ModLauncher: 9.1.3+9.1.3+main.9b69c82a
ModLauncher launch target: forgeclient
ModLauncher naming: srg
ModLauncher services:
mixin PLUGINSERVICE
eventbus PLUGINSERVICE
slf4jfixer PLUGINSERVICE
object_holder_definalize PLUGINSERVICE
runtime_enum_extender PLUGINSERVICE
capability_token_subclass PLUGINSERVICE
accesstransformer PLUGINSERVICE
runtimedistcleaner PLUGINSERVICE
mixin TRANSFORMATIONSERVICE
fml TRANSFORMATIONSERVICE
FML Language Providers:
minecraft@1.0
lowcodefml@null
javafml@null
Mod List:
dynamiclightsreforged-1.18.2_v1.3.3.jar |Rubidium Dynamic Lights |dynamiclightsreforged |1.18.2_v1.3.3 |DONE |Manifest: NOSIGNATURE
YungsBetterDungeons-1.18.2-Forge-2.1.0.jar |YUNG’s Better Dungeons |betterdungeons |1.18.2-Forge-2.1.0 |DONE |Manifest: NOSIGNATURE
YungsBetterOceanMonuments-1.18.2-Forge-1.0.3.jar |YUNG’s Better Ocean Monuments |betteroceanmonuments |1.18.2-Forge-1.0.3 |DONE |Manifest: NOSIGNATURE
sophisticatedcore-1.18.2-0.5.37.202.jar |Sophisticated Core |sophisticatedcore |1.18.2-0.5.37.202 |DONE |Manifest: NOSIGNATURE
rubidium-0.5.4.jar |Rubidium |rubidium |0.5.4 |DONE |Manifest: NOSIGNATURE
rsgauges-1.18.2-1.2.16.jar |Gauges and Switches |rsgauges |1.2.16 |DONE |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
Controlling-forge-1.18.2-9.0+22.jar |Controlling |controlling |9.0+22 |DONE |Manifest: NOSIGNATURE
Placebo-1.18.2-6.6.6.jar |Placebo |placebo |6.6.6 |DONE |Manifest: NOSIGNATURE
citadel-1.11.3-1.18.2.jar |Citadel |citadel |1.11.3 |DONE |Manifest: NOSIGNATURE
alexsmobs-1.18.6.jar |Alex’s Mobs |alexsmobs |1.18.6 |DONE |Manifest: NOSIGNATURE
YungsApi-1.18.2-Forge-2.2.7.jar |YUNG’s API |yungsapi |1.18.2-Forge-2.2.7 |DONE |Manifest: NOSIGNATURE
Powah-3.0.7.jar |Powah |powah |3.0.7 |DONE |Manifest: NOSIGNATURE
feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.ja|Feature NBT Deadlock Be Gone |feature_nbt_deadlock_be_gone |2.0.0+1.18.2 |DONE |Manifest: NOSIGNATURE
upgradednetherite_items-1.18.2-3.2.0.0-release.jar|Upgraded Netherite : Items |upgradednetherite_items |1.18.2-3.2.0.0-relea|DONE |Manifest: NOSIGNATURE
Bookshelf-Forge-1.18.2-13.2.52.jar |Bookshelf |bookshelf |13.2.52 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
sophisticatedbackpacks-1.18.2-3.18.40.777.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.18.2-3.18.40.777 |DONE |Manifest: NOSIGNATURE
guardvillagers-1.18.2.1.4.3.jar |Guard Villagers |guardvillagers |1.4.3 |DONE |Manifest: NOSIGNATURE
secretrooms-1.18.2-1.1.5.jar |Secret Rooms 6 |secretroomsmod |1.18.2-1.1.5 |DONE |Manifest: NOSIGNATURE
Apotheosis-1.18.2-5.7.7.jar |Apotheosis |apotheosis |5.7.7 |DONE |Manifest: NOSIGNATURE
balm-3.2.2+0.jar |Balm |balm |3.2.2+0 |DONE |Manifest: NOSIGNATURE
carryon-1.18.2-1.17.0.8.jar |Carry On |carryon |1.17.0.8 |DONE |Manifest: NOSIGNATURE
JustEnoughResources-1.18.2-0.14.1.171.jar |Just Enough Resources |jeresources |0.14.1.171 |DONE |Manifest: NOSIGNATURE
cloth-config-6.4.90-forge.jar |Cloth Config v4 API |cloth_config |6.4.90 |DONE |Manifest: NOSIGNATURE
twilightforest-1.18.2-4.1.1494-universal.jar |The Twilight Forest |twilightforest |4.1.1494 |DONE |Manifest: NOSIGNATURE
refinedstorage-1.10.4.jar |Refined Storage |refinedstorage |1.10.4 |DONE |Manifest: NOSIGNATURE
konkrete_forge_1.6.0_MC_1.18-1.18.2.jar |Konkrete |konkrete |1.6.0 |DONE |Manifest: NOSIGNATURE
upgradednetherite-1.18.2-4.2.0.6-release.jar |Upgraded Netherite |upgradednetherite |1.18.2-4.2.0.6-relea|DONE |Manifest: NOSIGNATURE
AdvancementPlaques-1.18.2-1.4.5.1.jar |Advancement Plaques |advancementplaques |1.4.5.1 |DONE |Manifest: NOSIGNATURE
FarmersDelight-1.18.2-1.2.0.jar |Farmer’s Delight |farmersdelight |1.18.2-1.2.0 |DONE |Manifest: NOSIGNATURE
ends_delight-1.18.2-1.0.jar |End’s Delight |ends_delight |1.18.2-1.0 |DONE |Manifest: NOSIGNATURE
torchmaster-18.1.0.jar |Torchmaster |torchmaster |18.1.0 |DONE |Manifest: NOSIGNATURE
BiomesOPlenty-1.18.2-16.0.0.109-universal.jar |Biomes O’ Plenty |biomesoplenty |1.18.2-16.0.0.109 |DONE |Manifest: NOSIGNATURE
ironfurnaces-1.18.2-3.3.3.jar |Iron Furnaces |ironfurnaces |3.3.3 |DONE |Manifest: NOSIGNATURE
supermartijn642corelib-1.1.1a-forge-mc1.18.jar |SuperMartijn642’s Core Lib |supermartijn642corelib |1.1.1a |DONE |Manifest: NOSIGNATURE
Botania-1.18.2-435.jar |Botania |botania |1.18.2-435 |DONE |Manifest: NOSIGNATURE
curios-forge-1.18.2-5.0.7.1.jar |Curios API |curios |1.18.2-5.0.7.1 |DONE |Manifest: NOSIGNATURE
Patchouli-1.18.2-71.1.jar |Patchouli |patchouli |1.18.2-71.1 |DONE |Manifest: NOSIGNATURE
blockui-1.18.2-0.0.55-ALPHA.jar |UI Library Mod |blockui |1.18.2-0.0.55-ALPHA |DONE |Manifest: NOSIGNATURE
ftb-ultimine-forge-1802.3.3-build.70.jar |FTB Ultimine |ftbultimine |1802.3.3-build.70 |DONE |Manifest: NOSIGNATURE
YungsBetterStrongholds-1.18.2-Forge-2.1.1.jar |YUNG’s Better Strongholds |betterstrongholds |1.18.2-Forge-2.1.1 |DONE |Manifest: NOSIGNATURE
TwilightDelight-1.18.2-1.1.4.jar |Twilight Delight |twilightdelight |1.1.4 |DONE |Manifest: NOSIGNATURE
cfm-7.0.0-pre35-1.18.2.jar |MrCrayfish’s Furniture Mod |cfm |7.0.0-pre35 |DONE |Manifest: NOSIGNATURE
architectury-4.11.89-forge.jar |Architectury |architectury |4.11.89 |DONE |Manifest: NOSIGNATURE
curiouselytra-forge-1.18.1-5.0.1.0.jar |Curious Elytra |curiouselytra |1.18.1-5.0.1.0 |DONE |Manifest: NOSIGNATURE
globalxp-1.18.2-1.10.3.jar |Global XP |globalxp |1.10.3 |DONE |Manifest: NOSIGNATURE
trashcans-1.0.16-forge-mc1.18.jar |Trash Cans |trashcans |1.0.16 |DONE |Manifest: NOSIGNATURE
polylib-forge-1801.0.2-build.13.jar |PolyLib |polylib |1801.0.2-build.13 |DONE |Manifest: NOSIGNATURE
CodeChickenLib-1.18.2-4.1.3.480-universal.jar |CodeChicken Lib |codechickenlib |4.1.3.480 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
YungsBetterMineshafts-1.18.2-Forge-2.2.jar |YUNG’s Better Mineshafts |bettermineshafts |1.18.2-Forge-2.2 |DONE |Manifest: NOSIGNATURE
ReSkin-forge-2.5.0.jar |Re:Skin |reskin |2.5.0 |DONE |Manifest: NOSIGNATURE
QuarkOddities-1.18.jar |Quark Oddities |quarkoddities |1.18 |DONE |Manifest: NOSIGNATURE
inventorysorter-1.18-19.0.0.jar |Simple Inventory Sorter |inventorysorter |19.0.0 |DONE |Manifest: NOSIGNATURE
mowziesmobs-1.5.32.jar |Mowzie’s Mobs |mowziesmobs |1.5.32 |DONE |Manifest: NOSIGNATURE
geckolib-forge-1.18-3.0.57.jar |GeckoLib |geckolib3 |3.0.57 |DONE |Manifest: NOSIGNATURE
Festive_Delight_1.0.jar |Festive Delight |festive_delight |1.0.0 |DONE |Manifest: NOSIGNATURE
ftb-library-forge-1802.3.9-build.167.jar |FTB Library |ftblibrary |1802.3.9-build.167 |DONE |Manifest: NOSIGNATURE
ftb-teams-forge-1802.2.10-build.96.jar |FTB Teams |ftbteams |1802.2.10-build.96 |DONE |Manifest: NOSIGNATURE
advanced-xray-forge-1.18.2-2.11.0-build.7.jar |Advanced XRay |xray |1.18.2-2.11.0-build.|DONE |Manifest: NOSIGNATURE
jei-1.18.2-9.7.1.255.jar |Just Enough Items |jei |9.7.1.255 |DONE |Manifest: NOSIGNATURE
caelus-forge-1.18.1-3.0.0.2.jar |Caelus API |caelus |1.18.1-3.0.0.2 |DONE |Manifest: NOSIGNATURE
waystones-forge-1.18.2-10.1.0.jar |Waystones |waystones |10.1.0 |DONE |Manifest: NOSIGNATURE
Clumps-forge-1.18.2-8.0.0+17.jar |Clumps |clumps |8.0.0+17 |DONE |Manifest: NOSIGNATURE
journeymap-1.18.2-5.9.3-forge.jar |Journeymap |journeymap |5.9.3 |DONE |Manifest: NOSIGNATURE
integrated_api_forge-1.0.0+1.18.2.jar |Integrated API |integrated_api |1.0.0+1.18.2 |DONE |Manifest: NOSIGNATURE
comforts-forge-1.18.2-5.0.0.5.jar |Comforts |comforts |1.18.2-5.0.0.5 |DONE |Manifest: NOSIGNATURE
artifacts-1.18.2-4.2.0.jar |Artifacts |artifacts |1.18.2-4.2.0 |DONE |Manifest: NOSIGNATURE
LibX-1.18.2-3.2.19.jar |LibX |libx |1.18.2-3.2.19 |DONE |Manifest: NOSIGNATURE
Decorative Blocks-forge-1.18.2-2.1.2.jar |Decorative Blocks |decorative_blocks |2.1.2 |DONE |Manifest: NOSIGNATURE
DungeonCrawl-1.18.2-2.3.10.jar |Dungeon Crawl |dungeoncrawl |2.3.10 |DONE |Manifest: NOSIGNATURE
curioofundying-forge-1.18-5.3.0.0.jar |Curio of Undying |curioofundying |1.18-5.3.0.0 |DONE |Manifest: NOSIGNATURE
YungsBetterDesertTemples-1.18.2-Forge-1.3.1.jar |YUNG’s Better Desert Temples |betterdeserttemples |1.18.2-Forge-1.3.1 |DONE |Manifest: NOSIGNATURE
rubidium_extras-1.18.2_v1.3.2.jar |Rubidium Extras |rubidium_extras |1.18.2_v1.3.2 |DONE |Manifest: NOSIGNATURE
ftb-chunks-forge-1802.3.13-build.234.jar |FTB Chunks |ftbchunks |1802.3.13-build.234 |DONE |Manifest: NOSIGNATURE
3dskinlayers-forge-1.5.2-mc1.18.2.jar |3dSkinLayers |skinlayers3d |1.5.2 |DONE |Manifest: NOSIGNATURE
forge-1.18.2-40.2.1-universal.jar |Forge |forge |40.2.1 |DONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
idas_forge-1.6.0+1.18.2.jar |Integrated Dungeons and Struct|idas |1.6.0+1.18.2 |DONE |Manifest: NOSIGNATURE
selene-1.18.2-1.17.9.jar |Selene |selene |1.18.2-1.17.9 |DONE |Manifest: NOSIGNATURE
supplementaries-1.18.2-1.5.16.jar |Supplementaries |supplementaries |1.18.2-1.5.16 |DONE |Manifest: NOSIGNATURE
ironchest-1.18.2-13.2.11.jar |Iron Chests |ironchest |1.18.2-13.2.11 |DONE |Manifest: NOSIGNATURE
MythicBotany-1.18.2-2.1.14.jar |MythicBotany |mythicbotany |1.18.2-2.1.14 |DONE |Manifest: NOSIGNATURE
DungeonsArise-1.18.2-2.1.52-release.jar |When Dungeons Arise |dungeons_arise |2.1.52-1.18.2 |DONE |Manifest: NOSIGNATURE
client-1.18.2-20220404.173914-srg.jar |Minecraft |minecraft |1.18.2 |DONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
TConstruct-1.18.2-3.6.2.92.jar |Tinkers’ Construct |tconstruct |3.6.2.92 |DONE |Manifest: NOSIGNATURE
EnchantmentDescriptions-Forge-1.18.2-10.0.12.jar |EnchantmentDescriptions |enchdesc |10.0.12 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
theoneprobe-1.18-5.1.2.jar |The One Probe |theoneprobe |1.18-5.1.2 |DONE |Manifest: NOSIGNATURE
TerraBlender-forge-1.18.2-1.2.0.126.jar |TerraBlender |terrablender |1.2.0.126 |DONE |Manifest: NOSIGNATURE
MouseTweaks-forge-mc1.18-2.21.jar |Mouse Tweaks |mousetweaks |2.21 |DONE |Manifest: NOSIGNATURE
NethersDelight-1.18.2-2.2.0.jar |Nethers Delight |nethersdelight |2.2 |DONE |Manifest: NOSIGNATURE
ChickenChunks-1.18.2-2.9.2.95-universal.jar |ChickenChunks |chickenchunks |2.9.2.95 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
domum_ornamentum-1.18.2-1.0.50-ALPHA-universal.jar|Domum Ornamentum |domum_ornamentum |1.18.2-1.0.50-ALPHA |DONE |Manifest: NOSIGNATURE
mmlib-1.2.0-1.18.2.jar |Mysterious Mountain Lib |mmlib |1.2.0-1.18.2 |DONE |Manifest: NOSIGNATURE
corn_delight-1.0.6-1.18.2.jar |Corn Delight |corn_delight |1.0.6-1.18.2 |DONE |Manifest: NOSIGNATURE
Iceberg-1.18.2-forge-1.0.49.jar |Iceberg |iceberg |1.0.49 |DONE |Manifest: NOSIGNATURE
flywheel-forge-1.18.2-0.6.8.a.jar |Flywheel |flywheel |0.6.8.a |DONE |Manifest: NOSIGNATURE
create-1.18.2-0.5.0.i.jar |Create |create |0.5.0.i |DONE |Manifest: NOSIGNATURE
FarmersRespite-1.18.2-1.3.0.jar |Farmer’s Respite |farmersrespite |1.18.1-1.3.0 |DONE |Manifest: NOSIGNATURE
Mantle-1.18.2-1.9.43.jar |Mantle |mantle |1.9.43 |DONE |Manifest: NOSIGNATURE
polymorph-forge-1.18.2-0.46.jar |Polymorph |polymorph |1.18.2-0.46 |DONE |Manifest: NOSIGNATURE
AutoRegLib-1.7-53.jar |AutoRegLib |autoreglib |1.7-53 |DONE |Manifest: NOSIGNATURE
Quark-3.2-358.jar |Quark |quark |3.2-358 |DONE |Manifest: NOSIGNATURE
InventoryHud_[1.18].forge-3.4.4.jar |Inventory HUD+(Forge edition) |inventoryhud |3.4.4 |DONE |Manifest: NOSIGNATURE
structurize-1.18.2-1.0.424-ALPHA.jar |Structurize |structurize |1.18.2-1.0.424-ALPHA|DONE |Manifest: NOSIGNATURE
multi-piston-1.18.2-1.2.15-ALPHA.jar |Multi-Piston |multipiston |1.18.2-1.2.15-ALPHA |DONE |Manifest: NOSIGNATURE
upgradedcore-1.18.2-3.2.0.0-release.jar |Upgraded Core |upgradedcore |1.18.2-3.2.0.0-relea|DONE |Manifest: NOSIGNATURE
minecolonies-1.18.2-1.0.966-RELEASE.jar |MineColonies |minecolonies |1.18.2-1.0.966-RELEA|DONE |Manifest: NOSIGNATURE
appleskin-forge-mc1.18.2-2.4.1.jar |AppleSkin |appleskin |2.4.1+mc1.18.2 |DONE |Manifest: NOSIGNATURE
lootr-1.18.2-0.2.23.60.jar |Lootr |lootr |0.2.21.58 |DONE |Manifest: NOSIGNATURE
engineersdecor-1.18.2-1.1.28.jar |Engineer’s Decor |engineersdecor |1.1.28 |DONE |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
largemeals-1.18.2-2.0.jar |Large Meals |largemeals |1.18.2-2.0 |DONE |Manifest: NOSIGNATURE
italianDelight-1.18.2-FIX-RELEASE-1.1.jar |Italian Delight |italian_delight |0.8 |DONE |Manifest: NOSIGNATURE
Oh_The_Biomes_You’ll_Go-forge-1.18.2-1.4.7.jar |Oh The Biomes You’ll Go |byg |1.4 |DONE |Manifest: NOSIGNATURE
justzoom_forge_1.0.1_MC_1.18-1.18.1.jar |Just Zoom |justzoom |1.0.1 |DONE |Manifest: NOSIGNATURE
Aquaculture-1.18.2-2.3.10.jar |Aquaculture 2 |aquaculture |1.18.2-2.3.10 |DONE |Manifest: NOSIGNATURE
expandability-6.0.0.jar |ExpandAbility |expandability |6.0.0 |DONE |Manifest: NOSIGNATURE
Delightful-1.18.2-2.6.jar |Delightful |delightful |2.6 |DONE |Manifest: NOSIGNATURE
CosmeticArmorReworked-1.18.2-v2a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.18.2-v2a |DONE |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
createaddition-1.18.2-20230203a.jar |Create Crafts & Additions |createaddition |1.18.2-20230203a |DONE |Manifest: NOSIGNATURE
Crash Report UUID: 82120cd5-3b8f-4f78-b617-e2ad9affab93
FML: 40.2
Forge: net.minecraftforge:40.2.1
Flywheel Backend: GL33 Instanced Arrays

