Coder Social home page Coder Social logo

fancymenu's People

Contributors

keksuccino avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fancymenu's Issues

[1.12.2] line feed/carriage return

When entering images into the path box,

if you hit enter, it comes back with a screen that says the image is not found at the location

HOWEVER, if you instead hit the done button and not the enter key, with the same exact path typed, it will load the image at that location.

aspect scaling

it would be cool that if only a height or width is present, that the image would use aspect scaling and scale out the missing dimension.

That would eliminate the need to do aspect scaling in a graphics program to get the final values.

MacOS Game Loading Freeze (Unplayable) 1.15.2

Describe the bug
When I run this mod with or without other mods it freezes on the loading screen. I attempted to install the mod on my Windows 10 PC and it worked fine. I noticed that my Windows 10 Minecraft game screen resizes near where my MacOS freezes, so maybe that can be an issue? Also, the game freezes with or without animations installed.

To Reproduce
Steps to reproduce the behavior:

  1. Installed the mod
  2. No crash but game freezes.

Crash Log
No crash log, here is what I get in the logs:

[26May2020 00:13:51.754] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.2.1 build 12
[26May2020 00:13:52.762] [modloading-worker-1/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 31.2.0, for MC 1.15.2 with MCP 20200515.085601
[26May2020 00:13:52.762] [modloading-worker-1/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v31.2.0 Initialized
[26May2020 00:13:53.116] [modloading-worker-3/INFO] [STDOUT/]: [de.keksuccino.fancymenu.menu.animation.AnimationHandler:loadCustomAnimations:170]: [FM AnimationHandler] Custom animation found and registered: minecraftyoutube

Basic Informations (please complete the following information):

  • OS: MacOS Catalina V10.15.3 (16GB RAM, 3.2GHz)
  • FancyMenu Version [e.g. 0.2] - fancymenu_1.2_MC_1.15-1.15.2
  • Forge Version [e.g. 31.2.24] - 1.15.2-forge-31.2.0
  • Minecraft Version [e.g. 1.15.1] - 1.15.2
  • Active Mods [e.g. Optifine, 5zig, TooManyItems] - None

I can Discord/screen share if needed. I was looking into the source code to see if I can spot the issue but I ran into other issues with unknown function names. I plan to use this mod to make some sweet modpacks/youtube video series. Thanks

Undo & Redo

Describe your idea
While editing the layout. Sometimes the wrong element gets moved, or I want to unmove an element. If we hand undo and redo, those choices and thus positions would be an easy thing to do.

Does it frustrates you to not already have this feature in the mod?
Is your feature something you can't live without or is it just something that would be cool to see in FancyMenu?

  • YES

Layout Creator, Scaled Resize

Describe your idea
When positioning graphics on the screen. It would be nice to be able to do scaled resize too. Like either hold shift while dragging one of the sides, or have corner handles that when drug do the same thing. Or both.

Does it frustrates you to not already have this feature in the mod?
Is your feature something you can't live without or is it just something that would be cool to see in FancyMenu?

  • somewhat, but I can live with it

Audio Volume Option

An option in the customization file to adjust the audio volume, because now its just playing the track with full volume, I guess.
Something like:
audiovolume = 27 [in a range of 0-100%]

More Button Customization

-custom button texture that replaces the default minecraft button image and layout
-button sounds when clicking them
-button "hover-over options": hoverButtonText = changes/displays a (different) text when hover over
hoverButtonSound = plays audio when hover over
hoverButtonImage = changes/displays a (different) image

sry for putting multiple suggestions in one post, but they all fit together.

Crash w/ OptiFine

Describe the bug
The game crashes as soon as the menu animation (Example Animation) tries to play. The crash seems to happen when OptiFine Pre12 is installed, which requires OptiForge to work with Forge, which in turn requires Mixin Bootstrap to function.

To Reproduce
Steps to reproduce the behavior:

  1. Launch the game
  2. Install all required mods
  3. Crash...

Expected behavior
No crash

Crash Report

Basic Informations (please complete the following information):

Severe Issue - Screen Resize Jumbles Menu - 1.15.2+

Describe the bug

If you make a menu but change the desktop size your menu gets destroyed. As of right now I see this as a huge issue.

To Reproduce

  1. Make a cool new menu and make it awesome!
  2. Save your work.
  3. Change Monitor Resolutions.
  4. You've met with a terrible fate; haven't you?

Expected behavior

Menu stretch or shrink as needed.

Crash Log
None.

Screenshots
Before.
image
image

After.
image

Basic Informations (please complete the following information):

  • OS: Windows 10
  • FancyMenu Version fancymenu_1.3_MC_1.15-1.15.2
  • Forge Version 31.2.20
  • Minecraft Version 1.15.2
  • Active Mods (Not valid)

replace mojang loading with static image

Not sure if it can be done but it would be awesome if the loading happened in the background and the animation i chose played over and over until the pack was loaded.

Compatibility for More Refined Storage

Synopsis

I have a huge 1.12.2 mod pack that takes a long time to load. So I created a small mod pack with just Fancy Menu in it. I configured everything to my liking then copied it to the new mod with huge load times.

However, the custom main menu doesn't load.

What happens

The intro animation that I made in the fm only pack loads just fine in the bigger pack, however the main menu is vanilla.

What I think is happening

On the tiny fm only pack the customization file is named GuiMainMenu.txt, so I thought to myself maybe you're storing what the name of the main menu is or if there is even in a strange place. Don't know for sure. So I create a new custom layout and save it.

Weirder Things, the new layout menu is now called GuiCustomMainMenu.txt!!! "Custom" came from somewhere, the tiny fm pack didn't generate the filename not one time. It's like you took the effort to make sure that your mod can't load previously generated configs. I'm sure you didn't do that deliberately.

I'm fairly certain, that is not the case because the tiny fm only pack can load the custom screen no issues, over and over again from fresh start.

What now?

For me, i'll just bite the bullet and rebuild the screen entirely in the larger pack which I did not want to do because of the long loading times when debugging the menu.

Why did I post this?

  1. it really is a bug/useability report
  2. no one else reported
  3. this is a great mod and I want others to know this bug is acknowledged at least by someone

Layer stacking with textures?

Hello, thank you so much for making this! A few friends and I have teamed up to make a Hollow Knight resource pack, and so far the menu animation looks fantastic thanks to the mod.
(short video of what it looks like right now)

I'd also like to add this texture to make the look more accurate to the game, but as you can see, it goes over top of the splash text. Is there a way layers could be added so it could go underneath the splash? Unfortunately if I put the texture on the animated background, it wouldn't line up anymore if the window size changes.
Thank you so much!

[help me rhonda] configuration issues

To start I decided to look at all the packs that depend on your mod and it seems they're all having issues displaying textures as they aren't doing it.

This what I have so far.
image

my config for what I want to happen

customization {
  orientation = bottom-left
  buttonaction = openlink
  x = 1
  width = 106
  action = addbutton
  y = -44
  label = Servers from $2.99
  value = https://bisecthosting.com/kreezxil
  height = 20
}
customization {
	action = addtexture
	path = config/fancymenu/main_bg.png
	orientation = top-left
	x = 1
	y = 1
	width = 1920
	height = 1080
}
customization {
	action = addtexture
	path = config/fancymenu/bisect.png
	orientation = bottom-left
	x = 1
	y = -78
	width = 106
	height = 60
}

my folder stucture
image

I want the following image to be the main static non-panoramic image.
main_bg

and this image to be above the servers button
bisect

No matter what I try the full screen and one small texture never render.

image

Some GUI Screens are not updating backgrouns.

Describe the bug
I am trying to change the background of the Video, Audio, and Controls menus but they are not updating.

To Reproduce
Steps to reproduce the behavior:

  1. Create Layout for Video Settings.
  2. Set an animated background
  3. Save and close Layout Editor.
  4. See no change in background.

Expected behavior
The background for the video, controls, resource packs would change.

Screenshots
Here is the working OptionsScreen
image
But the Video Settings is not using the correct background.
image

Layout

type = menu

customization-meta {
  identifier = net.minecraft.client.gui.screen.VideoSettingsScreen
  renderorder = foreground
}

customization {
  name = rcraft_options
  action = animatebackground
  replayanimation = false
}

Basic Informations (please complete the following information):

  • OS: Windows
  • FancyMenu Version: 1.0.beta
  • Forge Version 31.1.46
  • Minecraft Version 1.15.2

[1.12.2] pathing - possibly all versions

packs that are created on a windows system using textures that use \ in the filename when installed on a linux system that use / in the file name do not load the textures. And vice versa.

This is because the two systems use a different way to get file names

Windows filename paths

c:\path\to\filename.txt

Linux filename paths

/home/minecraft/filename.txt

I believe this issue arises from your custom configuration handling, this is what I think based on looking at your source code.

Notes

1.12.2 has config annotations that are easy to use and implement and alleviate the need to discern the paths. You can let the java facility load/save paths and it will adjust based on the operating system it is on. default filename slashes for java have always be the '/' as used in Linux.

Believe it or not 1.14.4 and 1.15.2 both have a config method that can be implemented that can also provide the same features but without annotation. As I understand it, when they leave their beta stages they'll get annotations. Not holding my breath on it tho.

Resources

Stepping on your toes

not my intention, didn't know if you knew about that stuff so I shared it.

File Dialogs

When entering in paths for where textures live, it would be nice to a have a browse button that would in turn open a file dialog that would allow us to pick the texture that way. The code then can write that out in a linux compatible (universal) file path. This would go a long way in alleviating the issue #16 where manually typed paths if entered windows style can cause problem on linux and mac systems.

need addClickSound

As in the following section where the sound plays when hovered, need one for the sound playing when clicked.

addhoversound

Add a short sound to default buttons which will be played when the button is getting hovered.

Variable Assignable value(s) Mandatory Description Examples
identifier Button key or id Yes The button identifier. This can be the button ID (written as %id=<button id>%) or its key. Both can be found by using the "Button Info" feature in menus. Just hover over a button with your mouse to get useful informations. identifier = %id=1%
----
identifier = the.button.key
path The sound path Yes The path to the hover sound. Only WAV files are supported! path = sounds/mysound.wav

WAV File Incompatibility (-24bit, -32bit)

I found out that the audio only plays, if the wav-file got 16bit of depth. 24bit and 32bit wont work.
Also, I recommend to maybe use .mp3 or .ogg as the audio file type in your mod.
Wav files are very big in comparison to other ones (~5x bigger than .mp3). This makes modpack bigger just for better audio quality, which isnt really worth it.

Support 1.12.2

Describe your idea
I would very much like to see support for version 1.12.2, many large mods (as an example, Pixelmon), so far on this version, as well as server (like Sponge).

Does it frustrates you to not already have this feature in the mod?
It would be great to see support for mods like:
CustomMainMenu
SplashAnimation

Support for 1.8.9

Describe your idea
It would be great if fancymenu would be ported to Minecraft 1.8.9, a lot of people in the pvp community use that version and it would be nice to have a better menu like you guys on the newer versions

Does it frustrates you to not already have this feature in the mod?
I can live w/o FancyMenu but it would be cool to have support for that version.

Selection Hi-lite

Describe your idea
When hove an asset, it would be helpful to get a selection hi-lite to help identify which asset will be worked upon.

Does it frustrates you to not already have this feature in the mod?
[x] Yes, very much

[1.15.2] Button delay gone?

Describe the bug
I can't find in the configs to delay loading the menu buttons, is it gone?

Basic Informations (please complete the following information):

  • OS: Windows
  • FancyMenu Version 1.3.1
  • Forge Version 31.2.20
  • Minecraft Version 1.15.2

raise/lower

Describe your idea

While editing, when you add new stuff, and then select its orientation. That item will go on top of other assets in most cases. Having a right click raise/lower feature would be helpful in trying to grab that new asset and move just it and not the original asset.

Does it frustrates you to not already have this feature in the mod?

  • Yes
  • No[

Possible caching?

This mod is very neat in theory, but fails in practice. After watching a loading screen for 2 minutes, I am then greeted by the animation loading screen, which takes just as long if not longer than the animation itself. Is there no way to cache/store the rendered animation to use instead of loading and rendered the animation from scratch each time?

Fullscreen Displaying Bug

Button display locations change when you go fullscreen or vice versa. I added images to show.

Fullscreen
image

Not Fullscreen
image

  • OS: Windows
  • FancyMenu Version: 1.3
  • Forge Version: 14.23.5.2854
  • Minecraft Version 1.12.2

FancyMenu conflict with findme (linux)

Describe the bug
Error on launch

To Reproduce
Steps to reproduce the behavior:

  1. install both findme and fancymenu to mods folder
  2. try to launch

image

Expected behavior
game to launch without error

Crash Log
If the bug includes a crash, please paste or link it here.
latest.log

Screenshots
If applicable, add screenshots to help explain your problem.

Basic Informations (please complete the following information):

  • OS: arch linux
  • FancyMenu Version 1.3
  • Forge Version 31.2.21
  • Minecraft Version 1.15.2
  • Active Mods fancymenu findme

SinglePlayer/Multiplayer Background Image not showing

Describe the bug
If you add a background to the Multiplayer screen, it does not show outside of edit mode

To Reproduce
Steps to reproduce the behavior:

  1. Goto Multiplayer GUI
  2. Add a background image
  3. Save and Close the Edit Mode
  4. See error

Expected behavior
The background image to show on the Multiplayer GUI. It does however work for the Options menu.

Screenshots
https://imgur.com/a/MFgkcT7

Basic Informations (please complete the following information):

  • OS: Windows
  • FancyMenu Version fancymenu_1.3_MC_1.14.4
  • Forge Version 28.2.18
  • Minecraft Version 1.14.4

Crash on startup (with the example animation)

Describe the bug
The mod crashes on startup when I try to load this

To Reproduce
Steps to reproduce the behavior:

  1. Put the animation file on config
  2. Run Minecraft
  3. Crash (Log)

Expected behavior
The menu animation should load properly

Basic Informations (please complete the following information):

FancyMenu crashes client-side on startup when run on Linux

Describe the bug
In the current (2.2.3) Valhelsia2 modpack, FancyMenu consistently crashes the Minecraft client on startup on Linux

To Reproduce
Steps to reproduce the behavior:

  1. Replace the mod in the distribution with 1.3.1
  2. Start Minecraft on Linux
  3. Fails

Note that if I disable FancyMenu the Launcher is able to proceed past this point.

Expected behavior
Shouldn't crash

Crash Log

Full Startup Log

---- Minecraft Crash Report ----
// I just don't know what went wrong :(

Time: 6/26/20 5:05 PM
Description: Initializing game

java.lang.NullPointerException: Initializing game
	at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46) ~[?:1.15.2.3] {re:classloading,pl:object_holder_definalize:A}
	at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.2.0-service.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.2.0-service.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.2] {re:classloading}
	at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
	at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_252] {}
	at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading}
	at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading}
	at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) ~[?:?] {re:classloading}
	at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.<init>(Minecraft.java:419) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.main(SourceFile:166) ~[minecraft-1.15.2-client.jar:?] {re:classloading}
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252] {}
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252] {}
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252] {}
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.15.2-31.2.21-launcher.jar:31.2] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {re:classloading}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {re:classloading}
	at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:39) [ForgeWrapper-1.4.1.jar:?] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252] {}
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252] {}
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252] {}
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?] {}
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?] {}
	at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?] {}
	at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.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.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
	at doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46)
	at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
	at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
	at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260)
	at java.util.HashMap.forEach(HashMap.java:1289)
	at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
	at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
	at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
	at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
	at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)

-- Initialization --
Details:
Stacktrace:
	at net.minecraft.client.main.Main.main(SourceFile:166)
	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:498)
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
	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:81)
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
	at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:39)
	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:498)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)

-- System Details --
Details:
	Minecraft Version: 1.15.2
	Minecraft Version ID: 1.15.2
	Operating System: Linux (amd64) version 5.4.0-7634-generic
	Java Version: 1.8.0_252, AdoptOpenJDK
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), AdoptOpenJDK
	Memory: 1377156840 bytes (1313 MB) / 3539992576 bytes (3376 MB) up to 7635730432 bytes (7282 MB)
	CPUs: 12
	JVM Flags: 2 total; -Xms512m -Xmx8192m
	ModLauncher: 5.1.0+69+master.79f13f7
	ModLauncher launch target: fmlclient
	ModLauncher naming: srg
	ModLauncher services: 
		/eventbus-2.2.0-service.jar eventbus PLUGINSERVICE 
		/forge-1.15.2-31.2.21-launcher.jar object_holder_definalize PLUGINSERVICE 
		/forge-1.15.2-31.2.21-launcher.jar runtime_enum_extender PLUGINSERVICE 
		/accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE 
		/forge-1.15.2-31.2.21-launcher.jar capability_inject_definalize PLUGINSERVICE 
		/forge-1.15.2-31.2.21-launcher.jar runtimedistcleaner PLUGINSERVICE 
		/forge-1.15.2-31.2.21-launcher.jar fml TRANSFORMATIONSERVICE 
		/MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE 
		/MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE 
		/MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE 
	FML: 31.2
	Forge: net.minecraftforge:31.2.21
	FML Language Providers: 
		[email protected]
		minecraft@1
		[email protected]
	Mod List: 
		NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {[email protected] CREATE_REGISTRIES}
		aiotbotania-1.15.2-1.2.2.jar AIOT Botania {[email protected] CREATE_REGISTRIES}
		refinedpipes-0.4.2.jar Refined Pipes {[email protected] CREATE_REGISTRIES}
		DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {[email protected] CREATE_REGISTRIES}
		mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {[email protected] CREATE_REGISTRIES}
		SilentMechanisms-1.15.2-0.7.2+52.jar Silent's Mechanisms {[email protected]+52 CREATE_REGISTRIES}
		Neat 1.6-22.jar Neat {[email protected] CREATE_REGISTRIES}
		essentials-1.15.2-2.7.2.jar Essentials {[email protected] CREATE_REGISTRIES}
		TerraForged-1.15.2-0.0.14.jar TerraForged {[email protected] CREATE_REGISTRIES}
		BetterTitleScreen-1.15.2-1.9.jar Better Title Screen {[email protected] CREATE_REGISTRIES}
		XaerosWorldMap_1.6.4_Forge_1.15.2.jar Xaero's World Map {[email protected] CREATE_REGISTRIES}
		CookingForBlockheads_1.15.2-8.0.2.jar Cooking for Blockheads {[email protected] CREATE_REGISTRIES}
		Controlling-6.1.4.jar Controlling {[email protected] CREATE_REGISTRIES}
		ReAuth-1.14-1.15-3.8.1.jar ReAuth {[email protected] CREATE_REGISTRIES}
		Placebo-1.15.2-3.0.2.jar Placebo {[email protected] CREATE_REGISTRIES}
		globaldatapack-1.15.2-1.3.jar Dark Roleplay - Global Datapacks {[email protected] CREATE_REGISTRIES}
		Powah-1.15.2-1.1.14.jar Powah {[email protected] CREATE_REGISTRIES}
		Bookshelf-1.15.2-5.6.40.jar Bookshelf {[email protected] CREATE_REGISTRIES}
		u_team_core-1.15.2-2.12.1.158.jar U Team Core {[email protected] CREATE_REGISTRIES}
		randompatches-1.15.2-1.21.1.2.jar RandomPatches {[email protected] CREATE_REGISTRIES}
		DarkUtilities-1.15.2-3.0.6.jar Dark Utilities {[email protected] CREATE_REGISTRIES}
		Apotheosis-1.15.2-3.1.2.jar Apotheosis {[email protected] CREATE_REGISTRIES}
		ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {[email protected] CREATE_REGISTRIES}
		mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {[email protected] CREATE_REGISTRIES}
		MekanismGenerators-1.15.2-9.10.8.421.jar Mekanism: Generators {[email protected] CREATE_REGISTRIES}
		Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version CREATE_REGISTRIES}
		JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] CREATE_REGISTRIES}
		absentbydesign-1.15.2-1.0.7.jar Absent By Design Mod {[email protected] CREATE_REGISTRIES}
		refinedstorage-1.8.5.jar Refined Storage {[email protected] CREATE_REGISTRIES}
		mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
		lightestlamp-3.4.2.jar Lightest Lamps {[email protected] CREATE_REGISTRIES}
		industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {[email protected] CREATE_REGISTRIES}
		useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {[email protected] CREATE_REGISTRIES}
		torchmaster-2.1.1-rc0.jar Torchmaster {[email protected] CREATE_REGISTRIES}
		embellishcraft-1.15.2-2.2.0.0.jar EmbellishCraft {[email protected] CREATE_REGISTRIES}
		AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {[email protected] CREATE_REGISTRIES}
		BiomesOPlenty-1.15.2-10.0.0.365-universal.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES}
		phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 CREATE_REGISTRIES}
		MekanismAdditions-1.15.2-9.10.8.421.jar Mekanism: Additions {[email protected] CREATE_REGISTRIES}
		Blur-1.1.0-1.jar Blur {[email protected] CREATE_REGISTRIES}
		valhelsia_structures-15.0.3a.jar Valhelsia Structures {[email protected] CREATE_REGISTRIES}
		Lollipop-1.15.2-1.0.15.jar Lollipop {[email protected] CREATE_REGISTRIES}
		SilentGear-1.15.2-1.7.5+106.jar Silent Gear {[email protected]+106 CREATE_REGISTRIES}
		simplefarming-1.15.2-1.2.9.jar Simple Farming {[email protected] CREATE_REGISTRIES}
		SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {[email protected] CREATE_REGISTRIES}
		curios-FORGE-1.15.2-2.0.2.4.jar Curios API {[email protected] CREATE_REGISTRIES}
		Botania-r1.15-386.jar Botania {[email protected] CREATE_REGISTRIES}
		Patchouli-1.15.2-1.2-34.jar Patchouli {[email protected] CREATE_REGISTRIES}
		extlights-2.0.jar Extended Lights {[email protected] CREATE_REGISTRIES}
		config-2-3.0.jar Cloth Config v2 API {[email protected] CREATE_REGISTRIES}
		libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] CREATE_REGISTRIES}
		elevatorid-1.15.2-1.7.1.jar Elevator Mod {[email protected] CREATE_REGISTRIES}
		MekanismTools-1.15.2-9.10.8.421.jar Mekanism: Tools {[email protected] CREATE_REGISTRIES}
		mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {[email protected] CREATE_REGISTRIES}
		furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
		curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] CREATE_REGISTRIES}
		cc-tweaked-1.15.2-1.89.0.jar CC: Tweaked {[email protected] CREATE_REGISTRIES}
		AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {[email protected] CREATE_REGISTRIES}
		mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {[email protected] CREATE_REGISTRIES}
		cherishedworlds-FORGE-1.15.2-3.0.jar Cherished Worlds {[email protected] CREATE_REGISTRIES}
		bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {[email protected] CREATE_REGISTRIES}
		FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 CREATE_REGISTRIES}
		CodeChickenLib-1.15.2-3.3.0.373-universal.jar CodeChicken Lib {[email protected] CREATE_REGISTRIES}
		leavesdecayonotherleaves-1.1.jar Leaves Decay on other Leaves {[email protected] CREATE_REGISTRIES}
		CraftPresence-1.15.2-1.6.5.jar CraftPresence {[email protected] CREATE_REGISTRIES}
		QuarkOddities-1.15.2.jar Quark Oddities {[email protected] CREATE_REGISTRIES}
		TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] CREATE_REGISTRIES}
		torchslabmod-1.15.2_v1.6.15.jar Torch Slab Mod {[email protected] CREATE_REGISTRIES}
		EquipmentTooltips-1.15.2-1.4.3+14.jar Equipment Tooltips {[email protected]+14 CREATE_REGISTRIES}
		mining-helmet-1.15.2-1.0.8.jar Mining Helmet {[email protected] CREATE_REGISTRIES}
		PersistentBits-1.15.2-2.0.2.jar Persistent Bits {[email protected] CREATE_REGISTRIES}
		jei-1.15.2-6.0.1.5.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
		AttributeFix-1.15.2-7.0.2.jar AttributeFix {[email protected] CREATE_REGISTRIES}
		Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] CREATE_REGISTRIES}
		Buzzier-Bees-1.15.2-1.5.1.jar Buzzier Bees {[email protected] CREATE_REGISTRIES}
		Mekanism-1.15.2-9.10.8.421.jar Mekanism {[email protected] CREATE_REGISTRIES}
		caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {[email protected] CREATE_REGISTRIES}
		Upgrade-Aquatic-1.15.2-v1.6.1.jar Upgrade Aquatic {[email protected] CREATE_REGISTRIES}
		reap-1.12.5.jar Reap Mod {[email protected] CREATE_REGISTRIES}
		WAWLA-1.15.2-3.0.2.jar WAWLA {[email protected] CREATE_REGISTRIES}
		create-mc1.15.2_v0.2.4d.jar Create {[email protected]_v0.2.4d CREATE_REGISTRIES}
		Waystones_1.15.2-6.0.1.jar Waystones {[email protected] CREATE_REGISTRIES}
		Clumps-5.0.2.jar Clumps {[email protected] CREATE_REGISTRIES}
		LightOverlay-4.6.1.jar Light Overlay Forge {[email protected] CREATE_REGISTRIES}
		comforts-FORGE-1.15.2-2.0.0.3.jar Comforts {[email protected] CREATE_REGISTRIES}
		NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
		FruitTrees-1.15.2-1.4.1.jar Fruit Trees {[email protected] CREATE_REGISTRIES}
		Kiwi-1.15.2-2.7.1.jar Kiwi {[email protected] CREATE_REGISTRIES}
		SimpleStorageNetwork-1.15.2-0.3.2.jar Simple Storage Network {[email protected] CREATE_REGISTRIES}
		SereneSeasons-1.15.2-3.0.0.72-universal.jar Serene Seasons {[email protected] CREATE_REGISTRIES}
		decorative_blocks-6d.jar Decorative Blocks {[email protected] CREATE_REGISTRIES}
		BotanyPots-1.15.2-2.0.17.jar BotanyPots {[email protected] CREATE_REGISTRIES}
		curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] CREATE_REGISTRIES}
		The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {[email protected] CREATE_REGISTRIES}
		BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {[email protected] CREATE_REGISTRIES}
		mcjtylib-1.15-4.1.1-beta.jar McJtyLib {[email protected] CREATE_REGISTRIES}
		rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {[email protected] CREATE_REGISTRIES}
		xnet-1.15-2.1.5-beta.jar XNet {[email protected] CREATE_REGISTRIES}
		rftoolsstorage-1.15-1.1.4-beta.jar RFToolsStorage {[email protected] CREATE_REGISTRIES}
		rftoolscontrol-1.15-3.0.2-beta.jar RFToolsControl {[email protected] CREATE_REGISTRIES}
		mapperbase-1.15.2-1.1.0.0.jar Mapper Base {[email protected] CREATE_REGISTRIES}
		trash-1.15.2-0.1.4.jar Trash {[email protected] CREATE_REGISTRIES}
		ToastControl-1.15.2-3.0.1.jar Toast Control {[email protected] CREATE_REGISTRIES}
		mininggadgets-1.3.5.jar Mining Gadgets {[email protected] CREATE_REGISTRIES}
		EnderStorage-1.15.2-2.5.0.143-universal.jar EnderStorage {[email protected] CREATE_REGISTRIES}
		rftoolspower-1.15-2.1.1-beta.jar RFToolsPower {[email protected] CREATE_REGISTRIES}
		extradisks-1.15.2-1.2.2.jar Extra Disks {[email protected] CREATE_REGISTRIES}
		Swamp-Expansion-1.15.2-v1.7.1.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
		forge-1.15.2-31.2.21-universal.jar Forge {[email protected] CREATE_REGISTRIES}
		Bountiful-1.15.2-3.1.2.jar Bountiful {[email protected] CREATE_REGISTRIES}
		WailaHarvestability-mc1.15.2-1.1.12.jar Waila Harvestability {[email protected] CREATE_REGISTRIES}
		ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES}
		CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {[email protected] CREATE_REGISTRIES}
		forge-1.15.2-31.2.21-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
		cofh_core-1.15.2-0.4.0b.jar CoFH Core {[email protected] CREATE_REGISTRIES}
		ensorcellation-1.15.2-0.4.1b.jar Ensorcellation {[email protected] CREATE_REGISTRIES}
		rftoolsutility-1.15-2.1.3-beta.jar RFToolsUtility {[email protected] CREATE_REGISTRIES}
		swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] CREATE_REGISTRIES}
		MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES}
		ToolBelt-1.15.2-1.14.1.jar Tool Belt {[email protected] CREATE_REGISTRIES}
		titanium-1.15.2-2.4.2.jar Titanium {[email protected] CREATE_REGISTRIES}
		Psi r1.2-82.jar Psi {[email protected] CREATE_REGISTRIES}
		ImmersiveEngineering-0.15-103.jar Immersive Engineering {[email protected] CREATE_REGISTRIES}
		SilentLib-1.15.2-4.6.3+55.jar Silent Lib {[email protected]+55 CREATE_REGISTRIES}
		forbidden_arcanus-1.15.2-1.4-beta-2.jar Forbidden & Arcanus {[email protected] CREATE_REGISTRIES}
		archers_paradox-1.15.2-0.4.0b.jar Archer's Paradox {[email protected] CREATE_REGISTRIES}
		Atmospheric-1.15.2-1.4.0.jar Atmospheric {[email protected] CREATE_REGISTRIES}
		rftoolsbuilder-1.15-2.1.3-beta.jar RFToolsBuilder {[email protected] CREATE_REGISTRIES}
		MiscAdditions-1.2.3.jar Misc Additions {[email protected] CREATE_REGISTRIES}
		jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {[email protected] CREATE_REGISTRIES}
		Xaeros_Minimap_20.14.0_Forge_1.15.2.jar Xaero's Minimap {[email protected] CREATE_REGISTRIES}
		JAOPCA-1.15.2-3.2.0.11.jar JAOPCA {[email protected] CREATE_REGISTRIES}
		ftb-backups-2.1.0.1.jar FTB Utilities: Backups {[email protected] CREATE_REGISTRIES}
		FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] CREATE_REGISTRIES}
		autumnity-1.3.2-1.15.2.jar Autumnity {[email protected] CREATE_REGISTRIES}
		polymorph-FORGE-1.15.2-0.2.jar Polymorph {[email protected] CREATE_REGISTRIES}
		AutoRegLib-1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES}
		Quark-r2.1-245.jar Quark {[email protected] CREATE_REGISTRIES}
		StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
		FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {[email protected] CREATE_REGISTRIES}
		DoubleSlabs-1.15-2.6.1.jar Double Slabs {[email protected] CREATE_REGISTRIES}
		themidnight-0.5.9.jar The Midnight {[email protected] CREATE_REGISTRIES}
		structurize-0.10.324-ALPHA.jar Structurize {[email protected] CREATE_REGISTRIES}
		fancymenu_1.3.1_MC_1.15-1.15.2.jar §dFancy§5Menu {[email protected] ERROR}
		minecolonies-1.15.2-0.11.960-universal.jar Minecolonies {[email protected] CREATE_REGISTRIES}
		FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] CREATE_REGISTRIES}
		AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] CREATE_REGISTRIES}
		Aquaculture-1.15.2-2.0.14.jar Aquaculture 2 {[email protected] CREATE_REGISTRIES}
		refinedstorageaddons-0.6.2.jar Refined Storage Addons {[email protected] CREATE_REGISTRIES}
		CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] CREATE_REGISTRIES}
		overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {[email protected] CREATE_REGISTRIES}
		DefaultOptions_1.15.2-11.0.1.jar Default Options {[email protected] CREATE_REGISTRIES}
	Launched Version: MultiMC5
	Backend library: LWJGL version 3.2.2 build 10
	Backend API: GeForce GTX 1050 Ti with Max-Q Design/PCIe/SSE2 GL version 4.6.0 NVIDIA 440.82, 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: 12x Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz

Screenshots
If applicable, add screenshots to help explain your problem.

Basic Informations (please complete the following information):

  • OS: Linux (Specifically PopOS, based on Ubuntu 20.04)
  • FancyMenu Version: 1.3.1
  • Forge Version 31.2.21
  • Minecraft Version 1.15.2
  • Java Version:
    openjdk version "1.8.0_252"
    OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_252-b09)
    OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.252-b09, mixed mode)
  • Active Mods:
Full mod list

    AI Improvements (by DarkGuardsman)
    AIOT Botania (by MelanX)
    AmbientSounds 3 (by CreativeMD)
    Apotheosis (by Shadows_of_Fire)
    AppleSkin (by squeek502)
    Aquaculture 2 (by Shadowclaimer)
    Archer's Paradox (by TeamCoFH)
    Atmospheric (by paradiscal)
    AttributeFix (by DarkhaxDev)
    AutoRegLib API (by Vazkii)
    Autumnity (by Markus1002)
    Bad Wither No Cookie - Reloaded (by Kreezxil)
    Better Title Screen (by Girafi)
    Biomes O' Plenty (by Forstride)
    Blur (by tterrag1098)
    Bonsai Trees 2 (by davenonymous)
    Bookshelf API (by DarkhaxDev)
    Botania (by Vazkii)
    Botany Pots (by DarkhaxDev)
    Bountiful (by ejektaflex)
    Buzzier Bees (by bageldotjpg)
    Caelus API (by TheIllusiveC4)
    CC: Tweaked (by SquidDev)
    Cherished Worlds (by TheIllusiveC4)
    Cloth Config API (by shedaniel)
    Clumps (by Jaredlll08)
    CoFH Core API (by TeamCoFH)
    Comforts (by TheIllusiveC4)
    Controlling (by Jaredlll08)
    Cooking for Blockheads (by BlayTheNinth)
    Corpse (by henkelmax)
    Cosmetic Armor Reworked (by LainMI)
    Crafting Tweaks (by BlayTheNinth)
    CraftPresence (by CDAGaming_)
    Curios API (by TheIllusiveC4)
    Curious Elytra (by TheIllusiveC4)
    Dark Utilities (by DarkhaxDev)
    Decorative Blocks (by stohun)
    Default Options (by BlayTheNinth)
    Doggy Talents (by percivalalb)
    Double Slabs (by CJMinecraft01)
    DRP - Global Data Pack (by JTK222)
    EmbellishCraft (by Mapper)
    Ensorcellation (by TeamCoFH)
    Equipment Tooltips (by SilentChaos512)
    Essentials (by Technomancer_isTaken)
    Extended Lights (by polyvalord)
    Extra Disks (by MelanX)
    Fast Leaf Decay (by olafskiii)
    FastFurnace (by Shadows_of_Fire)
    FastWorkbench (by Shadows_of_Fire)
    Forbidden and Arcanus (by cesar_zorak)
    Fruit Trees (by Snownee_)
    Hardcore Revival (by BlayTheNinth)
    Hwyla (by TehNut)
    Industrial Foregoing (by Buuz135)
    Iron Chests (by ProgWML6)
    JAOPCA (by TheLMiffy1111)
    Just Enough Items (JEI) (by mezz)
    Just Enough Resources (JER) (by way2muchnoise)
    Kiwi API (by Snownee_)
    KleeSlabs (by BlayTheNinth)
    Kottle API (by Alex_wells)
    Libnonymous API (by davenonymous)
    Light Overlay (by shedaniel)
    Lightest Lamps (by dczippl98)
    Lollipop API (by owmii)
    Macaw's Bridges (by sketch_macaw)
    Macaw's Doors (by sketch_macaw)
    Macaw's Furniture (by sketch_macaw)
    Macaw's Roofs (by sketch_macaw)
    Macaw's Windows (by sketch_macaw)
    Mapper Base API (by Mapper)
    McJtyLib API (by McJty)
    Mekanism (by bradyaidanc)
    Mekanism Additions (by bradyaidanc)
    Mekanism Generators (by bradyaidanc)
    Mekanism Tools (by bradyaidanc)
    MineColonies (by H3lay)
    Miner's Helmet (by ModdingLegacy)
    Mining Gadgets (by Direwolf20)
    Misc Additions (by BetterDeltric)
    MixinBootstrap API (by LX_Gaming)
    Morpheus (by Quetzi)
    Mouse Tweaks (by YaLTeR)
    MrCrayfish's Furniture Mod (by MrCrayfish)
    Nature's Compass (by Chaosyr)
    Neat (by Vazkii)
    NetherPortalFix (by BlayTheNinth)
    OpenBlocks Elevator (by vsngarcia)
    Patchouli (by Vazkii)
    Performant (by someaddon)
    Phosphor (by jellysquid_)
    Placebo API (by Shadows_of_Fire)
    Powah! (by owmii)
    Progressive Bosses (by InsaneGames_)
    Quark (by Vazkii)
    Quark Oddities (by Vazkii)
    RandomPatches (by TheRandomLabs)
    Reap Mod (by henkelmax)
    ReAuth (by TechnicianLP)
    Refined Pipes (by raoulvdberge)
    Refined Storage (by raoulvdberge)
    Refined Storage Addons (by raoulvdberge)
    RFTools Base (by McJty)
    RFTools Builder (by McJty)
    RFTools Control (by McJty )
    RFTools Power (by McJty)
    RFTools Storage (by McJty)
    RFTools Utility (by McJty)
    Serene Seasons (by TheAdubbz)
    Silent Gear (by SilentChaos512)
    Silent Lib API (by SilentChaos512)
    Silent's Mechanisms (by SilentChaos512) 
    Simple Farming (by enemeez1)
    Simple Storage Network (by Lothrazar)
    Solar Flux Reborn (by Zeitheron)
    Storage Drawers (by Texelsaur)
    Structurize (by H3lay)
    Swamp Expansion (by Farcr)
    SwingThroughGrass (by exidex)
    TerraForged (by dags_)
    The Endergetic Expansion (by endergized)
    The Midnight (by cipher_zero_x)
    Titanium API (by HRZNStudio)
    Toast Control (by Shadows_of_Fire)
    Tool Belt (by gigaherz)
    Torch Slabs Mod (by EndlesNights)
    Torchmaster (by xalcon)
    Trash (by MageP)
    TrashSlot (by BlayTheNinth)
    U Team Core API (by HyCraftHD)
    Upgrade Aquatic (by minecraftabnormals)
    Useful Backpacks (by HyCraftHD)
    Valhelsia Structures (by ValhelsiaTeam)
    Wawla - What Are We Looking At (by DarkhaxDev)
    Waystones (by BlayTheNinth)
    Xaero's Minimap (by xaero96)
    Xaero's World Map (by xaero96)
    XNet (by McJty)

Progress screen displays but is not really needed

Describe the bug
When the forge part of the loading screen finishes, a white screen with "Complete" flashes up for a couple of seconds before the main Minecraft Title Screen

I dont use animations but have set B:showanimationloadingstatus = 'false'; anyway

This is more annoying than anything and I dont really think is needed at all. It may be a bug, but if it could be turned off so that there is a smooth transition between forge and the main title screen, that would be nicer

To Reproduce
Steps to reproduce the behavior:

  1. Create a basic main menu
  2. Run Minecraft
  3. When Forge completes loading watch for white screen to appear

Expected behavior
The forge loading screen to finish then go to main menu. The image in attached picture to not be there at all

Screenshots
https://imgur.com/a/Getpjko

Basic Informations (please complete the following information):
OS: Windows
FancyMenu Version 1.3_MC_1.12-1.12.2
Forge Version 14.23.5.2854
Minecraft Version 1.12.2
Mods: JEI, FancyMenu (Just 2 mods)

crash possibly caused by Fancy Menu (loaded with FindMe mod)

Describe the bug
Plunger 1.14 modpack crashes while loading

To Reproduce
Steps to reproduce the behavior:

  1. Used MultiMC to install modpack from zip file downloaded from curseforge

  2. Launched modpack from MultiMC

  3. Game crashes while loading

Expected behavior
Game should have loaded as normal

Crash Log
https://paste.ee/p/3fxMe

Basic Informations (please complete the following information):

  • OS: Ubuntu 20.04
  • FancyMenu Version 1.3
  • Forge Version 31.2.22
  • Minecraft Version 1.15.2
  • Active Mods Plunger 1.14 modpack

If this isn't caused by Fancy Menu I would be happy to pass it along to Forge or the modpack maker.

FancyMenu crashes on Linux

Describe the bug
In the current (2.2.3) Valhelsia2 modpack, FancyMenu consistently crashes the Minecraft client on startup on Linux

To Reproduce
Steps to reproduce the behavior:

  1. Start Minecraft on Linux
  2. Fails

Note that if I disable FancyMenu the Launcher is able to proceed past this point.

Expected behavior
Shouldn't crash

Crash Log

Full Startup Log

MultiMC version: 0.6.11-1344


Minecraft folder is:
/home/mbainter/.local/share/multimc/instances/Valhelsia-2-2.2.3/minecraft


Java path is:
/usr/bin/java


Java is version 1.8.0_252, using 64-bit architecture.


Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
Intel Corporation UHD Graphics 630 (Mobile)

Subsystem: Lenovo UHD Graphics 630 (Mobile)

Kernel driver in use: i915

NVIDIA Corporation GP107M [GeForce GTX 1050 Ti Mobile] (rev a1)

Subsystem: Lenovo GP107M [GeForce GTX 1050 Ti Mobile]

Kernel driver in use: nvidia

Main Class:
  io.github.zekerzhayard.forgewrapper.installer.Main

Native path:
  /home/mbainter/.local/share/multimc/instances/Valhelsia-2-2.2.3/natives

Traits:
traits FirstThreadOnMacOS

Libraries:
  /home/mbainter/.local/share/multimc/libraries/org/lwjgl/lwjgl-glfw/3.2.2/lwjgl-glfw-3.2.2.jar
  /home/mbainter/.local/share/multimc/libraries/org/lwjgl/lwjgl-jemalloc/3.2.2/lwjgl-jemalloc-3.2.2.jar
  /home/mbainter/.local/share/multimc/libraries/org/lwjgl/lwjgl-openal/3.2.2/lwjgl-openal-3.2.2.jar
  /home/mbainter/.local/share/multimc/libraries/org/lwjgl/lwjgl-opengl/3.2.2/lwjgl-opengl-3.2.2.jar
  /home/mbainter/.local/share/multimc/libraries/org/lwjgl/lwjgl-stb/3.2.2/lwjgl-stb-3.2.2.jar
  /home/mbainter/.local/share/multimc/libraries/org/lwjgl/lwjgl-tinyfd/3.2.2/lwjgl-tinyfd-3.2.2.jar
  /home/mbainter/.local/share/multimc/libraries/org/lwjgl/lwjgl/3.2.2/lwjgl-3.2.2.jar
  /home/mbainter/.local/share/multimc/libraries/com/mojang/patchy/1.1/patchy-1.1.jar
  /home/mbainter/.local/share/multimc/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar
  /home/mbainter/.local/share/multimc/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar
  /home/mbainter/.local/share/multimc/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
  /home/mbainter/.local/share/multimc/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar
  /home/mbainter/.local/share/multimc/libraries/com/mojang/javabridge/1.0.22/javabridge-1.0.22.jar
  /home/mbainter/.local/share/multimc/libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar
  /home/mbainter/.local/share/multimc/libraries/io/netty/netty-all/4.1.25.Final/netty-all-4.1.25.Final.jar
  /home/mbainter/.local/share/multimc/libraries/com/google/guava/guava/21.0/guava-21.0.jar
  /home/mbainter/.local/share/multimc/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
  /home/mbainter/.local/share/multimc/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar
  /home/mbainter/.local/share/multimc/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
  /home/mbainter/.local/share/multimc/libraries/com/mojang/brigadier/1.0.17/brigadier-1.0.17.jar
  /home/mbainter/.local/share/multimc/libraries/com/mojang/datafixerupper/2.0.24/datafixerupper-2.0.24.jar
  /home/mbainter/.local/share/multimc/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar
  /home/mbainter/.local/share/multimc/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar
  /home/mbainter/.local/share/multimc/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
  /home/mbainter/.local/share/multimc/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar
  /home/mbainter/.local/share/multimc/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
  /home/mbainter/.local/share/multimc/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
  /home/mbainter/.local/share/multimc/libraries/it/unimi/dsi/fastutil/8.2.1/fastutil-8.2.1.jar
  /home/mbainter/.local/share/multimc/libraries/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.jar
  /home/mbainter/.local/share/multimc/libraries/org/apache/logging/log4j/log4j-core/2.11.2/log4j-core-2.11.2.jar
  /home/mbainter/.local/share/multimc/libraries/com/mojang/text2speech/1.11.3/text2speech-1.11.3.jar
  /home/mbainter/.local/share/multimc/libraries/io/github/zekerzhayard/ForgeWrapper/1.4.1/ForgeWrapper-1.4.1.jar
  /home/mbainter/.local/share/multimc/libraries/net/minecraftforge/forge/1.15.2-31.2.21/forge-1.15.2-31.2.21-launcher.jar
  /home/mbainter/.local/share/multimc/libraries/org/ow2/asm/asm/7.2/asm-7.2.jar
  /home/mbainter/.local/share/multimc/libraries/org/ow2/asm/asm-commons/7.2/asm-commons-7.2.jar
  /home/mbainter/.local/share/multimc/libraries/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar
  /home/mbainter/.local/share/multimc/libraries/cpw/mods/modlauncher/5.1.0/modlauncher-5.1.0.jar
  /home/mbainter/.local/share/multimc/libraries/cpw/mods/grossjava9hacks/1.3.0/grossjava9hacks-1.3.0.jar
  /home/mbainter/.local/share/multimc/libraries/net/minecraftforge/accesstransformers/2.1.1-shadowed/accesstransformers-2.1.1-shadowed.jar
  /home/mbainter/.local/share/multimc/libraries/net/minecraftforge/eventbus/2.2.0-service/eventbus-2.2.0-service.jar
  /home/mbainter/.local/share/multimc/libraries/net/minecraftforge/forgespi/2.1.2/forgespi-2.1.2.jar
  /home/mbainter/.local/share/multimc/libraries/net/minecraftforge/coremods/2.0.3/coremods-2.0.3.jar
  /home/mbainter/.local/share/multimc/libraries/net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar
  /home/mbainter/.local/share/multimc/libraries/com/electronwill/night-config/core/3.6.2/core-3.6.2.jar
  /home/mbainter/.local/share/multimc/libraries/com/electronwill/night-config/toml/3.6.2/toml-3.6.2.jar
  /home/mbainter/.local/share/multimc/libraries/org/jline/jline/3.12.1/jline-3.12.1.jar
  /home/mbainter/.local/share/multimc/libraries/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar
  /home/mbainter/.local/share/multimc/libraries/net/jodah/typetools/0.8.1/typetools-0.8.1.jar
  /home/mbainter/.local/share/multimc/libraries/net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar
  /home/mbainter/.local/share/multimc/libraries/com/mojang/minecraft/1.15.2/minecraft-1.15.2-client.jar

Native libraries:
  /home/mbainter/.local/share/multimc/libraries/org/lwjgl/lwjgl-glfw/3.2.2/lwjgl-glfw-3.2.2-natives-linux.jar
  /home/mbainter/.local/share/multimc/libraries/org/lwjgl/lwjgl-jemalloc/3.2.2/lwjgl-jemalloc-3.2.2-natives-linux.jar
  /home/mbainter/.local/share/multimc/libraries/org/lwjgl/lwjgl-openal/3.2.2/lwjgl-openal-3.2.2-natives-linux.jar
  /home/mbainter/.local/share/multimc/libraries/org/lwjgl/lwjgl-opengl/3.2.2/lwjgl-opengl-3.2.2-natives-linux.jar
  /home/mbainter/.local/share/multimc/libraries/org/lwjgl/lwjgl-stb/3.2.2/lwjgl-stb-3.2.2-natives-linux.jar
  /home/mbainter/.local/share/multimc/libraries/org/lwjgl/lwjgl-tinyfd/3.2.2/lwjgl-tinyfd-3.2.2-natives-linux.jar
  /home/mbainter/.local/share/multimc/libraries/org/lwjgl/lwjgl/3.2.2/lwjgl-3.2.2-natives-linux.jar
  /home/mbainter/.local/share/multimc/libraries/com/mojang/text2speech/1.11.3/text2speech-1.11.3-natives-linux.jar

Mods:
  [✔️] Abnormals-Core-1.15.2-1.0.6
  [✔️] absentbydesign-1.15.2-1.0.7
  [✔️] AI-Improvements-1.15.2-0.3.0
  [✔️] aiotbotania-1.15.2-1.2.2
  [✔️] AmbientSounds_v3.0.20_mc1.15.2
  [✔️] Apotheosis-1.15.2-3.1.2
  [✔️] AppleSkin-mc1.15.2-forge-1.0.13
  [✔️] Aquaculture-1.15.2-2.0.14
  [✔️] archers_paradox-1.15.2-0.4.0b
  [✔️] Atmospheric-1.15.2-1.4.0
  [✔️] AttributeFix-1.15.2-7.0.2
  [✔️] AutoRegLib-1.5-40
  [✔️] autumnity-1.3.2-1.15.2
  [✔️] BetterTitleScreen-1.15.2-1.9
  [✔️] BiomesOPlenty-1.15.2-10.0.0.365-universal
  [✔️] Blur-1.1.0-1
  [✔️] BonsaiTrees-2.1.2.6
  [✔️] Bookshelf-1.15.2-5.6.40
  [✔️] Botania-r1.15-386
  [✔️] BotanyPots-1.15.2-2.0.17
  [✔️] Bountiful-1.15.2-3.1.2
  [✔️] Buzzier-Bees-1.15.2-1.5.1
  [✔️] bwncr-1.15.1-3.6.13
  [✔️] caelus-FORGE-1.15.2-2.0-beta3
  [✔️] cc-tweaked-1.15.2-1.89.0
  [✔️] cherishedworlds-FORGE-1.15.2-3.0
  [✔️] Clumps-5.0.2
  [✔️] CodeChickenLib-1.15.2-3.3.0.373-universal
  [✔️] cofh_core-1.15.2-0.4.0b
  [✔️] comforts-FORGE-1.15.2-2.0.0.3
  [✔️] config-2-3.0
  [✔️] Controlling-6.1.4
  [✔️] CookingForBlockheads_1.15.2-8.0.2
  [✔️] CosmeticArmorReworked-1.15.2-v3a
  [✔️] CraftingTweaks_1.15.1-11.0.0
  [✔️] CraftPresence-1.15.2-1.6.5
  [✔️] create-mc1.15.2_v0.2.4d
  [✔️] curioofundying-FORGE-1.15.2-3.0
  [✔️] curios-FORGE-1.15.2-2.0.2.4
  [✔️] curiouselytra-FORGE-1.15.2-2.0
  [✔️] DarkUtilities-1.15.2-3.0.6
  [✔️] decorative_blocks-6d
  [✔️] DefaultOptions_1.15.2-11.0.1
  [✔️] DoggyTalents-1.15.2-1.15.2.3
  [✔️] DoubleSlabs-1.15-2.6.1
  [✔️] elevatorid-1.15.2-1.7.1
  [✔️] embellishcraft-1.15.2-2.2.0.0
  [✔️] EnderStorage-1.15.2-2.5.0.143-universal
  [✔️] ensorcellation-1.15.2-0.4.1b
  [✔️] EquipmentTooltips-1.15.2-1.4.3+14
  [✔️] essentials-1.15.2-2.7.2
  [✔️] extlights-2.0
  [✔️] extradisks-1.15.2-1.2.2
  [✔️] fancymenu_1.3_MC_1.15-1.15.2
  [✔️] FastFurnace-1.15.1-3.0.0
  [✔️] FastLeafDecay-v22
  [✔️] FastWorkbench-1.15.1-3.0.0
  [✔️] FluxNetworks-1.15.2-5.0.1-2
  [✔️] forbidden_arcanus-1.15.2-1.4-beta-2
  [✔️] FruitTrees-1.15.2-1.4.1
  [✔️] ftb-backups-2.1.0.1
  [✔️] furniture-7.0.0-pre16-1.15.1
  [✔️] globaldatapack-1.15.2-1.3
  [✔️] Hwyla-forge-1.10.8-B72_1.15.2
  [✔️] ImmersiveEngineering-0.15-103
  [✔️] industrial-foregoing-1.15.2-2.3.3-e356e61
  [✔️] ironchest-1.15.2-10.0.3
  [✔️] JAOPCA-1.15.2-3.2.0.11
  [✔️] jei-1.15.2-6.0.1.5
  [✔️] jeiintegration_1.15.2-3.1.0.1
  [✔️] JustEnoughResources-1.15.2-0.10.1.77
  [✔️] Kiwi-1.15.2-2.7.1
  [✔️] Kottle-1.5.2
  [✔️] leavesdecayonotherleaves-1.1
  [✔️] libnonymous-1.15.2-1.1.1.5
  [✔️] lightestlamp-3.4.2
  [✔️] LightOverlay-4.6.1
  [✔️] Lollipop-1.15.2-1.0.15
  [✔️] mapperbase-1.15.2-1.1.0.0
  [✔️] mcjtylib-1.15-4.1.1-beta
  [✔️] mcw-bridges-1.0.4fix-mc1.15.2
  [✔️] mcw-doors-1.0.0-mc1.15.2
  [✔️] mcw-furniture-1.0.1-mc1.15.1 1.15.2
  [✔️] mcw-roofs-1.0.2-mc1.15.2_1.15.1
  [✔️] mcw-windows-1.0.1-mc1.15.2_1.15.1
  [✔️] Mekanism-1.15.2-9.10.8.421
  [✔️] MekanismAdditions-1.15.2-9.10.8.421
  [✔️] MekanismGenerators-1.15.2-9.10.8.421
  [✔️] MekanismTools-1.15.2-9.10.8.421
  [✔️] minecolonies-1.15.2-0.11.960-universal
  [✔️] mining-helmet-1.15.2-1.0.8
  [✔️] mininggadgets-1.3.5
  [✔️] MiscAdditions-1.2.3
  [✔️] MixinBootstrap-1.0.3
  [✔️] MouseTweaks-2.13-mc1.15.1
  [✔️] NaturesCompass-1.15.2-1.8.5
  [✔️] Neat 1.6-22
  [✔️] NetherPortalFix_1.15.2-6.0.2
  [✔️] overloadedarmorbar-4.0.0
  [✔️] Patchouli-1.15.2-1.2-34
  [✔️] PersistentBits-1.15.2-2.0.2
  [✔️] phosphor-forge-mc1.15.2-0.5.2+build.4
  [✔️] Placebo-1.15.2-3.0.2
  [✔️] polymorph-FORGE-1.15.2-0.2
  [✔️] Powah-1.15.2-1.1.14
  [✔️] ProgressiveBosses-2.1.5-mc1.15.2
  [✔️] Psi r1.2-82
  [✔️] Quark-r2.1-245
  [✔️] QuarkOddities-1.15.2
  [✔️] randompatches-1.15.2-1.21.1.2
  [✔️] reap-1.12.5
  [✔️] ReAuth-1.14-1.15-3.8.1
  [✔️] refinedpipes-0.4.2
  [✔️] refinedstorage-1.8.5
  [✔️] refinedstorageaddons-0.6.2
  [✔️] rftoolsbase-1.15-1.1.1-beta
  [✔️] rftoolsbuilder-1.15-2.1.3-beta
  [✔️] rftoolscontrol-1.15-3.0.2-beta
  [✔️] rftoolspower-1.15-2.1.1-beta
  [✔️] rftoolsstorage-1.15-1.1.4-beta
  [✔️] rftoolsutility-1.15-2.1.3-beta
  [✔️] SereneSeasons-1.15.2-3.0.0.72-universal
  [✔️] SilentGear-1.15.2-1.7.5+106
  [✔️] SilentLib-1.15.2-4.6.3+55
  [✔️] SilentMechanisms-1.15.2-0.7.2+52
  [✔️] simplefarming-1.15.2-1.2.9
  [✔️] SimpleStorageNetwork-1.15.2-0.3.2
  [✔️] SolarFluxReborn-1.15.2-15.0.0
  [✔️] StorageDrawers-1.15.2-7.0.2
  [✔️] structurize-0.10.324-ALPHA
  [✔️] Swamp-Expansion-1.15.2-v1.7.1
  [✔️] swingthroughgrass-1.15.2-1.4.0
  [✔️] TerraForged-1.15.2-0.0.14
  [✔️] The-Endergetic-Expansion-1.15.2-v1.3.1
  [✔️] themidnight-0.5.9
  [✔️] titanium-1.15.2-2.4.2
  [✔️] ToastControl-1.15.2-3.0.1
  [✔️] ToolBelt-1.15.2-1.14.1
  [✔️] torchmaster-2.1.1-rc0
  [✔️] torchslabmod-1.15.2_v1.6.15
  [✔️] trash-1.15.2-0.1.4
  [✔️] TrashSlot_1.15.2-11.0.0
  [✔️] u_team_core-1.15.2-2.12.1.158
  [✔️] Upgrade-Aquatic-1.15.2-v1.6.1
  [✔️] useful_backpacks-1.15.2-1.9.4.63
  [✔️] valhelsia_structures-15.0.3a
  [✔️] WailaHarvestability-mc1.15.2-1.1.12
  [✔️] WAWLA-1.15.2-3.0.2
  [✔️] Waystones_1.15.2-6.0.1
  [✔️] Xaeros_Minimap_20.14.0_Forge_1.15.2
  [✔️] XaerosWorldMap_1.6.4_Forge_1.15.2
  [✔️] xnet-1.15-2.1.5-beta

Params:
  --username  --version MultiMC5 --gameDir /home/mbainter/.local/share/multimc/instances/Valhelsia-2-2.2.3/minecraft --assetsDir /home/mbainter/.local/share/multimc/assets --assetIndex 1.15 --uuid  --accessToken  --userType  --versionType release --launchTarget fmlclient --fml.forgeVersion 31.2.21 --fml.mcVersion 1.15.2 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20200515.085601

Window size: 854 x 480

Java Arguments:
[-Xms512m, -Xmx8192m, -Duser.language=en]


Minecraft process ID: 179572


Using onesix launcher.

2020-06-25 21:11:34,789 main WARN Advanced terminal features are not available in this environment
�[32m[21:11:34] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, Brega, --version, MultiMC5, --gameDir, /home/mbainter/.local/share/multimc/instances/Valhelsia-2-2.2.3/minecraft, --assetsDir, /home/mbainter/.local/share/multimc/assets, --assetIndex, 1.15, --uuid, <PROFILE ID>, --accessToken, ❄❄❄❄❄❄❄❄, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 31.2.21, --fml.mcVersion, 1.15.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20200515.085601, --width, 854, --height, 480]
�[m�[32m[21:11:34] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 5.1.0+69+master.79f13f7 starting: java version 1.8.0_252 by AdoptOpenJDK
�[m�[32m[21:11:35] [main/INFO] [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
�[m�[32m[21:11:35] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/home/mbainter/.local/share/multimc/instances/Valhelsia-2-2.2.3/minecraft/mods/MixinBootstrap-1.0.3.jar Service=ModLauncher Env=CLIENT
�[m�[32m[21:11:36] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 13:99 token recognition error at: ';'
�[m�[32m[21:11:37] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [snownee.fruits.mixin.Connector]
�[m�[32m[21:11:37] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [me.jellysquid.mods.phosphor.mixin.PhosphorMixinConnector]
�[m�[32m[21:11:37] [main/INFO] [Fruit Trees/]: Invoking Mixin Connector
�[m�[32m[21:11:38] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, MultiMC5, --gameDir, /home/mbainter/.local/share/multimc/instances/Valhelsia-2-2.2.3/minecraft, --assetsDir, /home/mbainter/.local/share/multimc/assets, --uuid, <PROFILE ID>, --username, Brega, --assetIndex, 1.15, --accessToken, ❄❄❄❄❄❄❄❄, --userType, mojang, --versionType, release, --width, 854, --height, 480]
�[m�[32m[21:11:38] [main/INFO] [ne.mi.co.Co.immersiveengineering/COREMODLOG]: Inserted block update callback
�[m[RandomPatches Minecraft Transformer]: Patching method: func_230149_ax_ (func_230149_ax_)
[ApotheosisCore]: Patching LivingEntity#blockUsingShield
[ApotheosisCore]: Patching LivingEntity#applyPotionDamageCalculations
Initializing transformation  org.objectweb.asm.tree.ClassNode@65a2755e
Found method updateElytra  org.objectweb.asm.tree.MethodNode@1f293cb7
Found node  org.objectweb.asm.tree.LineNumberNode@6c13019c
�[32m[21:11:39] [Render thread/INFO] [ne.mi.co.Co.immersiveengineering/COREMODLOG]: Inserted wire collision callback
�[m[RandomPatches Entity Transformer]: Patching method: func_189511_e (func_189511_e)
[RandomPatches Entity Transformer]: Patching method: func_70020_e (func_70020_e)
[RandomPatches ClientPlayerEntity Transformer]: Transforming class: net/minecraft/client/entity/player/ClientPlayerEntity
[RandomPatches ClientPlayerEntity Transformer]: Patching method: func_70071_h_ (func_70071_h_)
Initializing transformation  org.objectweb.asm.tree.ClassNode@29394966
Found method livingTick  org.objectweb.asm.tree.MethodNode@2954c429
Found node  org.objectweb.asm.tree.VarInsnNode@4a45ca1c
�[32m[21:11:40] [Render thread/INFO] [minecraft/Minecraft]: Setting user: Brega
�[m[ApotheosisCore]: Patching Item#getItemEnchantability
[Serene Seasons Transformer]: Transforming func_201854_a in net/minecraft/world/biome/Biome
[Serene Seasons Transformer]: Patched 1 calls
[Serene Seasons Transformer]: Transforming func_201850_b in net/minecraft/world/biome/Biome
[Serene Seasons Transformer]: Patched 1 calls
�[32m[21:11:41] [pool-3-thread-1/INFO] [ne.mi.co.Co.immersiveengineering/COREMODLOG]: Inserted block update callback
�[m�[32m[21:11:41] [pool-3-thread-1/INFO] [ne.mi.co.Co.immersiveengineering/COREMODLOG]: Inserted wire collision callback
�[m[ApotheosisCore]: Patching ItemStack#onItemUse
[ApotheosisCore]: Patching LivingEntity#blockUsingShield
[ApotheosisCore]: Patching LivingEntity#applyPotionDamageCalculations
Initializing transformation  org.objectweb.asm.tree.ClassNode@2e867cac
Found method updateElytra  org.objectweb.asm.tree.MethodNode@390c5549
Found node  org.objectweb.asm.tree.LineNumberNode@17b16bee
[ApotheosisCore]: Patching SharedMonsterAttributes#readAttributeModifier
[Serene Seasons Transformer]: Transforming func_176224_k in net/minecraft/block/CauldronBlock
[Serene Seasons Transformer]: Patched 1 calls
[Serene Seasons Transformer]: Transforming func_70636_d in net/minecraft/entity/passive/SnowGolemEntity
[Serene Seasons Transformer]: Patched 2 calls
[RandomPatches EndPortalTileEntity Transformer]: Patching method: func_184313_a (func_184313_a)
[ApotheosisCore]: Patching RepairContainer#updateRepairOutput
[ApotheosisCore]: Successfully removed the anvil level cap.
[ApotheosisCore]: Replaced ContainerRepair Enchantment#getMaxLevel #1.
[ApotheosisCore]: Replaced ContainerRepair Enchantment#getMaxLevel #2.
[Endergetic Expansion]: Patching EndGatewayTileEntity#createExitPortal
[RandomPatches CompoundNBT Transformer]: Transforming class: net/minecraft/nbt/CompoundNBT
[RandomPatches CompoundNBT Transformer]: Patching method: equals (equals)
[ApotheosisCore]: Patching TemptGoal#isTempting
[RandomPatches BoatEntity Transformer]: Patching method: func_70071_h_ (func_70071_h_)
[Endergetic Expansion]: Patching EnderCrystalEntity#tick
[ApotheosisCore]: Patching ItemStack#onItemUse
[ApotheosisCore]: Patching ItemArrow#isInfinite
[ApotheosisCore]: Patching FishingBobberEntity#catchingFish
[RandomPatches KeyBinding Transformer]: Patching method: func_197983_b (func_197983_b)
[RandomPatches AbstractOption Transformer]: Patching method: <clinit> (<clinit>)
�[32m[21:11:54] [Render thread/INFO] [minecraft/Minecraft]: Backend library: LWJGL version 3.2.2 build 10
�[m[RandomPatches KeyboardListener Transformer]: Patching method: func_197961_a (func_197961_a)
Transforming SimpleReloadableResourceManager!
[RandomPatches PacketBuffer Transformer]: Transforming class: net/minecraft/network/PacketBuffer
[RandomPatches PacketBuffer Transformer]: Patching method: func_150793_b (func_150793_b)
[Serene Seasons Transformer]: Transforming func_228438_a_ in net/minecraft/client/renderer/WorldRenderer
[Serene Seasons Transformer]: Patched 1 calls
[Serene Seasons Transformer]: Transforming func_228436_a_ in net/minecraft/client/renderer/WorldRenderer
[Serene Seasons Transformer]: Patched 1 calls
�[33m[21:11:57] [Render thread/WARN] [minecraft/EntityType]: No data fixer registered for entity clumps:xp_orb_big
�[m�[32m[21:11:57] [Render thread/INFO] [PluginManager/]: Scanning classes for titanium
�[m�[32m[21:11:57] [Render thread/INFO] [PluginManager/]: Found FeaturePluginInstance for class IndustrialForegoingResourcePlugin for plugin resources
�[m�[32m[21:11:57] [Render thread/INFO] [PluginManager/]: Found FeaturePluginInstance for class DefaultResourceRegistryPlugin for plugin resources
�[m�[32m[21:11:58] [Render thread/INFO] [ne.mi.co.Co.immersiveengineering/COREMODLOG]: Inserted arm angle callback
�[m�[32m[21:11:58] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `forbidden_arcanus` for name `edelwood_sign`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:11:58] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `forbidden_arcanus` for name `edelwood_wall_sign`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:11:58] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `forbidden_arcanus` for name `cherrywood_sign`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:11:58] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `forbidden_arcanus` for name `cherrywood_wall_sign`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:11:58] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `forbidden_arcanus` for name `mysterywood_sign`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:11:58] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `forbidden_arcanus` for name `mysterywood_wall_sign`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:11:58] [modloading-worker-8/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Main.initialize()
�[m�[32m[21:11:58] [modloading-worker-4/INFO] [Kiwi/Init]: Processing 5 KiwiModule annotations
�[m�[32m[21:11:58] [modloading-worker-8/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Reflecting GuiContainer...
�[m�[32m[21:11:58] [modloading-worker-8/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Detected obfuscation: FORGE.
�[m�[32m[21:11:58] [modloading-worker-8/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Success.
�[m�[32m[21:11:58] [modloading-worker-8/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Initialized.
�[m�[32m[21:11:59] [modloading-worker-10/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 31.2.21, for MC 1.15.2 with MCP 20200515.085601
�[m�[32m[21:11:59] [modloading-worker-10/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v31.2.21 Initialized
�[m�[32m[21:11:59] [modloading-worker-8/INFO] [PluginManager/]: Scanning classes for titanium
�[m�[32m[21:11:59] [modloading-worker-8/INFO] [PluginManager/]: Constructed class IndustrialForegoingResourcePlugin for plugin resources for mod titanium
�[m�[32m[21:11:59] [modloading-worker-8/INFO] [PluginManager/]: Constructed class DefaultResourceRegistryPlugin for plugin resources for mod titanium
�[m�[32m[21:11:59] [modloading-worker-8/INFO] [PluginManager/]: Executing phase CONSTRUCTION for plugin class IndustrialForegoingResourcePlugin
�[m�[33m[21:11:59] [modloading-worker-3/WARN] [minecraft/EntityType]: No data fixer registered for entity forbidden_arcanus:chorus_pearl
�[m�[33m[21:11:59] [modloading-worker-3/WARN] [minecraft/EntityType]: No data fixer registered for entity forbidden_arcanus:seed_bullet
�[m�[32m[21:11:59] [modloading-worker-8/INFO] [PluginManager/]: Executing phase CONSTRUCTION for plugin class DefaultResourceRegistryPlugin
�[m�[33m[21:11:59] [modloading-worker-3/WARN] [minecraft/EntityType]: No data fixer registered for entity forbidden_arcanus:energy_ball
�[m�[33m[21:11:59] [modloading-worker-3/WARN] [minecraft/EntityType]: No data fixer registered for entity forbidden_arcanus:boom_arrow
�[m�[33m[21:11:59] [modloading-worker-3/WARN] [minecraft/EntityType]: No data fixer registered for entity forbidden_arcanus:draco_arcanus_arrow
�[m�[33m[21:11:59] [modloading-worker-3/WARN] [minecraft/EntityType]: No data fixer registered for entity forbidden_arcanus:pixie
�[m�[32m[21:11:59] [modloading-worker-1/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `mekanism` for name `empty_gas`, expected `mekanismgenerators`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:11:59] [modloading-worker-1/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `mekanism` for name `empty_infuse_type`, expected `mekanismgenerators`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:11:59] [modloading-worker-12/INFO] [PluginManager/]: Scanning classes for industrialforegoing
�[m�[32m[21:12:00] [modloading-worker-1/INFO] [ne.si.ut.co.ConfigSpecWrapper/]: Loading config file /home/mbainter/.local/share/multimc/instances/Valhelsia-2-2.2.3/minecraft/config/equipment-tooltips-client.toml
�[m�[32m[21:12:00] [modloading-worker-12/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `milk_bucket`, expected `industrialforegoing`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:00] [modloading-worker-6/INFO] [ne.si.ut.co.ConfigSpecWrapper/]: Loading config file /home/mbainter/.local/share/multimc/instances/Valhelsia-2-2.2.3/minecraft/config/silents-mechanisms-common.toml
�[m�[32m[21:12:00] [modloading-worker-1/INFO] [STDOUT/]: [com.endlesnights.torchslabsmod.TorchSlabsMod:<init>:46]: BuzzierBees Mod DETECTED AND LOADED TORCHSLAB COMPAT
�[m�[32m[21:12:00] [modloading-worker-1/INFO] [STDOUT/]: [com.endlesnights.torchslabsmod.TorchSlabsMod:<init>:59]: Quark Mod DETECTED AND LOADED TORCHSLAB COMPAT
�[m�[32m[21:12:00] [modloading-worker-1/INFO] [STDOUT/]: [com.endlesnights.torchslabsmod.TorchSlabsMod:<init>:65]: Upgrade Aquatic Mod DETECTED AND LOADED TORCHSLAB COMPAT
�[m�[32m[21:12:00] [modloading-worker-3/INFO] [forbidden_arcanus/]: Built Config: /home/mbainter/.local/share/multimc/instances/Valhelsia-2-2.2.3/minecraft/config/forbidden_arcanus-client.toml
�[m�[32m[21:12:00] [modloading-worker-3/INFO] [forbidden_arcanus/]: Loaded Config: /home/mbainter/.local/share/multimc/instances/Valhelsia-2-2.2.3/minecraft/config/forbidden_arcanus-client.toml
�[m�[32m[21:12:00] [modloading-worker-3/INFO] [forbidden_arcanus/]: Built Config: /home/mbainter/.local/share/multimc/instances/Valhelsia-2-2.2.3/minecraft/config/forbidden_arcanus-server.toml
�[m�[32m[21:12:00] [modloading-worker-3/INFO] [forbidden_arcanus/]: Loaded Config: /home/mbainter/.local/share/multimc/instances/Valhelsia-2-2.2.3/minecraft/config/forbidden_arcanus-server.toml
�[m�[33m[21:12:01] [modloading-worker-10/WARN] [minecraft/EntityType]: No data fixer registered for entity charged_snowball
�[m�[32m[21:12:01] [modloading-worker-15/INFO] [de.me.ai.AIOTBotania/]: Items registered.
�[m�[32m[21:12:01] [modloading-worker-15/INFO] [de.me.ai.AIOTBotania/]: Blocks registered.
�[m�[33m[21:12:01] [modloading-worker-4/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file /home/mbainter/.local/share/multimc/instances/Valhelsia-2-2.2.3/minecraft/config/bonsaitrees2-common.toml is not correct. Correcting
�[m�[33m[21:12:01] [modloading-worker-4/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key general.additionalCuttingTools was corrected from [minecraft:shears] to [minecraft:shears]
�[m�[32m[21:12:01] [modloading-worker-15/INFO] [ne.si.ut.co.ConfigSpecWrapper/]: Loading config file /home/mbainter/.local/share/multimc/instances/Valhelsia-2-2.2.3/minecraft/config/silentgear-client.toml
�[m�[32m[21:12:01] [modloading-worker-15/INFO] [ne.si.ut.co.ConfigSpecWrapper/]: Loading config file /home/mbainter/.local/share/multimc/instances/Valhelsia-2-2.2.3/minecraft/config/silentgear-common.toml
�[m�[32m[21:12:01] [modloading-worker-10/INFO] [JarSignVerifier/]: Mod uteamcore is signed with a valid certificate.
�[m�[33m[21:12:01] [modloading-worker-9/WARN] [minecraft/EntityType]: No data fixer registered for entity embellishcraft:entity_chair
�[m�[32m[21:12:01] [CraftPresence/INFO] [craftpresence/]: Received Update Status for craftpresence -> UP_TO_DATE (Target Version: v1.6.5)
�[m�[1;31m[21:12:01] [CraftPresence/ERROR] [craftpresence/]: Unable to retrieve a Translation for key.craftpresence.config_keybind.name
�[m�[32m[21:12:01] [CraftPresence/INFO] [craftpresence/]: Configuration Settings have been Saved and Reloaded Successfully!
�[m�[32m[21:12:01] [CraftPresence/INFO] [craftpresence/]: Searching for Character and Glyph Width Data...
�[m�[32m[21:12:01] [CraftPresence/INFO] [craftpresence/]: Character and Glyph Width Data successfully Loaded!
�[m�[32m[21:12:01] [CraftPresence/INFO] [craftpresence/]: Checking for valid Curse Manifest Data...
�[m�[32m[21:12:01] [modloading-worker-12/INFO] [JarSignVerifier/]: Mod usefulbackpacks is signed with a valid certificate.
�[m�[1;31m[21:12:01] [CraftPresence/ERROR] [craftpresence/]: Unable to get Curse Manifest Data (Ignore if Not using a Twitch/CursePack)
�[m�[32m[21:12:01] [CraftPresence/INFO] [craftpresence/]: Checking for valid MultiMC Instance Data...
�[m�[32m[21:12:01] [CraftPresence/INFO] [craftpresence/]: Found MultiMC Instance Data! ( Name: "Valhelsia+2-2.2.3" - Icon: "flame" )
�[m�[32m[21:12:01] [CraftPresence/INFO] [craftpresence/]: Checking Discord for Available Assets with ID: 450485984333660181
�[m�[32m[21:12:01] [CraftPresence/INFO] [craftpresence/]: Originally Coded by paulhobbel - https://github.com/paulhobbel
�[m�[33m[21:12:01] [modloading-worker-11/WARN] [minecraft/EntityType]: No data fixer registered for entity foxhound
�[m�[33m[21:12:01] [modloading-worker-11/WARN] [minecraft/EntityType]: No data fixer registered for entity gravisand
�[m�[33m[21:12:01] [modloading-worker-11/WARN] [minecraft/EntityType]: No data fixer registered for entity stoneling
�[m�[32m[21:12:02] [CraftPresence/INFO] [craftpresence/]: 63 Total Assets Detected!
�[m�[33m[21:12:02] [modloading-worker-4/WARN] [minecraft/EntityType]: No data fixer registered for entity aquaculture:water_arrow
�[m�[32m[21:12:02] [CraftPresence/INFO] [STDERR/]: [com.gitlab.cdagaming.craftpresence.utils.discord.DiscordUtils:init:200]: java.lang.RuntimeException: java.net.SocketException: No such file or directory
�[m�[32m[21:12:02] [CraftPresence/INFO] [STDERR/]: [com.gitlab.cdagaming.craftpresence.utils.discord.DiscordUtils:init:200]: 	at com.gitlab.cdagaming.craftpresence.utils.discord.rpc.entities.pipe.Pipe.createPipe(Pipe.java:181)
�[m�[32m[21:12:02] [CraftPresence/INFO] [STDERR/]: [com.gitlab.cdagaming.craftpresence.utils.discord.DiscordUtils:init:200]: 	at com.gitlab.cdagaming.craftpresence.utils.discord.rpc.entities.pipe.Pipe.openPipe(Pipe.java:66)
�[m�[32m[21:12:02] [CraftPresence/INFO] [STDERR/]: [com.gitlab.cdagaming.craftpresence.utils.discord.DiscordUtils:init:200]: 	at com.gitlab.cdagaming.craftpresence.utils.discord.rpc.IPCClient.connect(IPCClient.java:175)
�[m�[32m[21:12:02] [CraftPresence/INFO] [STDERR/]: [com.gitlab.cdagaming.craftpresence.utils.discord.DiscordUtils:init:200]: 	at com.gitlab.cdagaming.craftpresence.utils.discord.DiscordUtils.init(DiscordUtils.java:193)
�[m�[32m[21:12:02] [CraftPresence/INFO] [STDERR/]: [com.gitlab.cdagaming.craftpresence.utils.discord.DiscordUtils:init:200]: 	at com.gitlab.cdagaming.craftpresence.CraftPresence.init(CraftPresence.java:169)
�[m�[32m[21:12:02] [CraftPresence/INFO] [STDERR/]: [com.gitlab.cdagaming.craftpresence.utils.discord.DiscordUtils:init:200]: 	at com.gitlab.cdagaming.craftpresence.CraftPresence.clientTick(CraftPresence.java:254)
�[m�[32m[21:12:02] [CraftPresence/INFO] [STDERR/]: [com.gitlab.cdagaming.craftpresence.utils.discord.DiscordUtils:init:200]: 	at com.gitlab.cdagaming.craftpresence.CraftPresence.access$000(CraftPresence.java:53)
�[m�[32m[21:12:02] [CraftPresence/INFO] [STDERR/]: [com.gitlab.cdagaming.craftpresence.utils.discord.DiscordUtils:init:200]: 	at com.gitlab.cdagaming.craftpresence.CraftPresence$1.run(CraftPresence.java:188)
�[m�[32m[21:12:02] [CraftPresence/INFO] [STDERR/]: [com.gitlab.cdagaming.craftpresence.utils.discord.DiscordUtils:init:200]: 	at java.util.TimerThread.mainLoop(Timer.java:555)
�[m�[32m[21:12:02] [CraftPresence/INFO] [STDERR/]: [com.gitlab.cdagaming.craftpresence.utils.discord.DiscordUtils:init:200]: 	at java.util.TimerThread.run(Timer.java:505)
�[m�[32m[21:12:02] [CraftPresence/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: Caused by: java.net.SocketException: No such file or directory
�[m�[32m[21:12:02] [CraftPresence/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: 	at org.newsclub.net.unix.NativeUnixSocket.connect(Native Method)
�[m�[32m[21:12:02] [CraftPresence/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: 	at org.newsclub.net.unix.AFUNIXSocketImpl.connect(AFUNIXSocketImpl.java:258)
�[m�[32m[21:12:02] [CraftPresence/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: 	at org.newsclub.net.unix.AFUNIXSocket.connect(AFUNIXSocket.java:205)
�[m�[32m[21:12:02] [CraftPresence/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: 	at org.newsclub.net.unix.AFUNIXSocket.connect(AFUNIXSocket.java:185)
�[m�[32m[21:12:02] [CraftPresence/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: 	at com.gitlab.cdagaming.craftpresence.utils.discord.rpc.entities.pipe.UnixPipe.<init>(UnixPipe.java:41)
�[m�[32m[21:12:02] [CraftPresence/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: 	at com.gitlab.cdagaming.craftpresence.utils.discord.rpc.entities.pipe.Pipe.createPipe(Pipe.java:179)
�[m�[32m[21:12:02] [CraftPresence/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: 	... 9 more
�[m�[33m[21:12:02] [modloading-worker-4/WARN] [minecraft/EntityType]: No data fixer registered for entity aquaculture:box_turtle
�[m�[33m[21:12:02] [modloading-worker-4/WARN] [minecraft/EntityType]: No data fixer registered for entity aquaculture:arrau_turtle
�[m�[32m[21:12:02] [modloading-worker-6/INFO] [FluxNetworks/]: FLUX NETWORKS INIT
�[m�[33m[21:12:02] [modloading-worker-4/WARN] [minecraft/EntityType]: No data fixer registered for entity aquaculture:starshell_turtle
�[m�[33m[21:12:02] [modloading-worker-4/WARN] [minecraft/EntityType]: No data fixer registered for entity aquaculture:oak_fish_mount
�[m�[33m[21:12:02] [modloading-worker-4/WARN] [minecraft/EntityType]: No data fixer registered for entity aquaculture:spruce_fish_mount
�[m�[33m[21:12:02] [modloading-worker-4/WARN] [minecraft/EntityType]: No data fixer registered for entity aquaculture:birch_fish_mount
�[m�[33m[21:12:02] [modloading-worker-4/WARN] [minecraft/EntityType]: No data fixer registered for entity aquaculture:jungle_fish_mount
�[m�[33m[21:12:02] [modloading-worker-4/WARN] [minecraft/EntityType]: No data fixer registered for entity aquaculture:acacia_fish_mount
�[m�[33m[21:12:02] [modloading-worker-4/WARN] [minecraft/EntityType]: No data fixer registered for entity aquaculture:dark_oak_fish_mount
�[m�[32m[21:12:02] [modloading-worker-12/INFO] [co.re.re.ap.API/]: Found 1 RS API injection point
�[m�[32m[21:12:02] [modloading-worker-12/INFO] [co.re.re.ap.API/]: Injected RS API in com.refinedmods.refinedstorageaddons.RSAddons RSAPI
�[mInitializing transformation  org.objectweb.asm.tree.ClassNode@75d7f61c
Found method decrStackSize  org.objectweb.asm.tree.MethodNode@16eb0565
Found node  org.objectweb.asm.tree.LabelNode@5c4666b2
Found method setInventorySlotContents  org.objectweb.asm.tree.MethodNode@29d13d65
�[1;31m[21:12:02] [modloading-worker-10/ERROR] [defaultoptions/]: java.io.FileNotFoundException: Source '/home/mbainter/.local/share/multimc/instances/Valhelsia-2-2.2.3/minecraft/config/defaultoptions/servers.dat' does not exist
�[mFound node  org.objectweb.asm.tree.LabelNode@546693bf
�[1;31m[21:12:03] [modloading-worker-10/ERROR] [ne.mi.fm.ja.FMLModContainer/LOADING]: Failed to create mod instance. ModID: fancymenu, class de.keksuccino.fancymenu.FancyMenu
java.lang.ExceptionInInitializerError: null
	at java.lang.Class.forName0(Native Method) ~[?:1.8.0_252] {}
	at java.lang.Class.forName(Class.java:264) ~[?:1.8.0_252] {}
	at java.awt.Toolkit$2.run(Toolkit.java:860) ~[?:1.8.0_252] {}
	at java.awt.Toolkit$2.run(Toolkit.java:855) ~[?:1.8.0_252] {}
	at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_252] {}
	at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:854) ~[?:1.8.0_252] {}
	at java.awt.SystemTray.addNotify(SystemTray.java:494) ~[?:1.8.0_252] {}
	at java.awt.SystemTray.<init>(SystemTray.java:148) ~[?:1.8.0_252] {}
	at java.awt.SystemTray.initializeSystemTrayIfNeeded(SystemTray.java:513) ~[?:1.8.0_252] {}
	at java.awt.SystemTray.getSystemTray(SystemTray.java:183) ~[?:1.8.0_252] {}
	at de.keksuccino.fancymenu.menu.systemtray.FancyMenuTray.init(FancyMenuTray.java:33) ~[?:1.0] {re:classloading}
	at de.keksuccino.fancymenu.FancyMenu.<init>(FancyMenu.java:69) ~[?:1.0] {re:classloading}
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_252] {}
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_252] {}
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_252] {}
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_252] {}
	at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_252] {}
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:131) ~[?:31.2] {re:classloading}
	at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65) ~[?:1.8.0_252] {}
	at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65) ~[?:1.8.0_252] {}
	at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112) ~[?:?] {re:classloading}
	at net.minecraftforge.fml.ModList.lambda$null$10(ModList.java:135) ~[?:?] {re:classloading}
	at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) [?:1.8.0_252] {}
	at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382) [?:1.8.0_252] {}
	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) [?:1.8.0_252] {}
	at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:290) [?:1.8.0_252] {}
	at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) [?:1.8.0_252] {}
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_252] {}
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_252] {}
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_252] {}
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_252] {}
Caused by: java.lang.ClassCastException: sun.java2d.HeadlessGraphicsEnvironment cannot be cast to sun.awt.X11GraphicsEnvironment
	at sun.awt.X11.XToolkit.<clinit>(XToolkit.java:132) ~[?:1.8.0_252] {}
	... 31 more
�[m�[32m[21:12:03] [modloading-worker-13/INFO] [ej.bo.BountifulMod/]: Loading Bountiful listeners..
�[m�[33m[21:12:03] [modloading-worker-6/WARN] [minecraft/EntityType]: No data fixer registered for entity midnight:rifter
�[m�[33m[21:12:03] [modloading-worker-6/WARN] [minecraft/EntityType]: No data fixer registered for entity midnight:hunter
�[m�[33m[21:12:03] [modloading-worker-6/WARN] [minecraft/EntityType]: No data fixer registered for entity midnight:bladeshroom_cap
�[m�[33m[21:12:03] [modloading-worker-6/WARN] [minecraft/EntityType]: No data fixer registered for entity midnight:nova
�[m�[33m[21:12:03] [modloading-worker-6/WARN] [minecraft/EntityType]: No data fixer registered for entity midnight:nova_spike
�[m�[33m[21:12:03] [modloading-worker-6/WARN] [minecraft/EntityType]: No data fixer registered for entity midnight:crystal_bug
�[m�[33m[21:12:03] [modloading-worker-6/WARN] [minecraft/EntityType]: No data fixer registered for entity midnight:penumbrian
�[m�[33m[21:12:03] [modloading-worker-6/WARN] [minecraft/EntityType]: No data fixer registered for entity midnight:tree_hopper
�[m�[33m[21:12:03] [modloading-worker-6/WARN] [minecraft/EntityType]: No data fixer registered for entity midnight:stinger
�[m�[33m[21:12:03] [modloading-worker-6/WARN] [minecraft/EntityType]: No data fixer registered for entity midnight:nightstag
�[m�[33m[21:12:03] [modloading-worker-11/WARN] [minecraft/EntityType]: No data fixer registered for entity pickarang
�[m�[33m[21:12:03] [modloading-worker-6/WARN] [minecraft/EntityType]: No data fixer registered for entity midnight:deceitful_snapper
�[m�[33m[21:12:03] [modloading-worker-6/WARN] [minecraft/EntityType]: No data fixer registered for entity midnight:bulb_angler
�[m�[33m[21:12:03] [modloading-worker-6/WARN] [minecraft/EntityType]: No data fixer registered for entity midnight:skulk
�[m�[33m[21:12:03] [modloading-worker-6/WARN] [minecraft/EntityType]: No data fixer registered for entity midnight:shade_squirrel
�[m�[33m[21:12:03] [modloading-worker-6/WARN] [minecraft/EntityType]: No data fixer registered for entity midnight:thrown_geode
�[m�[33m[21:12:03] [modloading-worker-11/WARN] [minecraft/EntityType]: No data fixer registered for entity wrapped
�[m�[33m[21:12:03] [modloading-worker-11/WARN] [minecraft/EntityType]: No data fixer registered for entity totem
�[m�[33m[21:12:03] [modloading-worker-6/WARN] [minecraft/EntityType]: No data fixer registered for entity midnight:spore_bomb
�[m�[33m[21:12:03] [modloading-worker-6/WARN] [minecraft/EntityType]: No data fixer registered for entity midnight:cloud
�[m�[33m[21:12:03] [modloading-worker-11/WARN] [minecraft/EntityType]: No data fixer registered for entity toretoise
�[m[ApotheosisCore]: Patching AnvilScreen#drawGuiContainerForegroundLayer
�[33m[21:12:03] [modloading-worker-11/WARN] [minecraft/EntityType]: No data fixer registered for entity glass_frame
�[m�[33m[21:12:03] [modloading-worker-11/WARN] [minecraft/EntityType]: No data fixer registered for entity colored_frame
�[m�[33m[21:12:03] [modloading-worker-2/WARN] [minecraft/EntityType]: No data fixer registered for entity cfm:seat
�[m�[33m[21:12:04] [modloading-worker-11/WARN] [minecraft/EntityType]: No data fixer registered for entity chest_passenger
�[m�[33m[21:12:04] [modloading-worker-11/WARN] [minecraft/EntityType]: No data fixer registered for entity frog
�[m�[33m[21:12:04] [modloading-worker-11/WARN] [minecraft/EntityType]: No data fixer registered for entity crab
�[m[RandomPatches ServerPlayNetHandler Transformer]: Patching method: func_73660_a (func_73660_a)
[RandomPatches ServerPlayNetHandler Transformer]: Patching method: func_184338_a (func_184338_a)
[RandomPatches ServerPlayNetHandler Transformer]: Patching method: func_147347_a (func_147347_a)
�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: java.lang.ClassNotFoundException: net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at java.lang.ClassLoader.findClass(ClassLoader.java:523)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:101)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at java.lang.Class.forName0(Native Method)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at java.lang.Class.forName(Class.java:264)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at blusunrize.immersiveengineering.client.DynamicModelLoader.<clinit>(DynamicModelLoader.java:117)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at java.lang.Class.forName0(Native Method)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at java.lang.Class.forName(Class.java:348)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at net.minecraftforge.fml.AutomaticEventSubscriber.lambda$inject$6(AutomaticEventSubscriber.java:75)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at java.util.ArrayList.forEach(ArrayList.java:1257)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at net.minecraftforge.fml.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:62)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:141)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at net.minecraftforge.fml.ModList.lambda$null$10(ModList.java:135)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:290)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at java.util.concurrent.ForkJoinPool$WorkQueue.execLocalTasks(ForkJoinPool.java:1040)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1058)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
�[m�[32m[21:12:04] [modloading-worker-8/INFO] [STDERR/]: [blusunrize.immersiveengineering.client.DynamicModelLoader:<clinit>:122]: 	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
�[m�[32m[21:12:05] [Render thread/INFO] [ne.mi.fm.DeferredWorkQueue/LOADING]: Dispatching synchronous work after CONSTRUCT: 6 jobs
�[m�[32m[21:12:05] [Render thread/INFO] [th.ja.da.DataCollector/]: Found 1687 unique defined tags
�[m�[32m[21:12:06] [Render thread/INFO] [th.ja.da.DataCollector/]: Found 14625 unique defined recipes
�[m�[32m[21:12:06] [Render thread/INFO] [th.ja.da.DataCollector/]: Found 8955 unique defined loot tables
�[m�[32m[21:12:06] [Render thread/INFO] [th.ja.da.DataCollector/]: Found 5776 unique defined advancements
�[m�[32m[21:12:06] [Render thread/INFO] [th.ja.mo.ModuleHandler/]: Module thelm.jaopca.compat.wtbwmachines.WTBWMachinesModule has missing mod dependencies, skipping
�[m�[32m[21:12:06] [Render thread/INFO] [th.ja.mo.ModuleHandler/]: Module thelm.jaopca.compat.wtbwmachines.WTBWMachinesDustModule has missing mod dependencies, skipping
�[m�[32m[21:12:06] [Render thread/INFO] [th.ja.mo.ModuleHandler/]: Module thelm.jaopca.compat.wtbwmachines.WTBWMachinesCompatModule has missing mod dependencies, skipping
�[m�[32m[21:12:06] [Render thread/INFO] [th.ja.mo.ModuleHandler/]: Module thelm.jaopca.compat.uselessmod.UselessModNonIngotModule has missing mod dependencies, skipping
�[m�[32m[21:12:06] [Render thread/INFO] [th.ja.mo.ModuleHandler/]: Module thelm.jaopca.compat.uselessmod.UselessModModule has missing mod dependencies, skipping
�[m�[32m[21:12:06] [Render thread/INFO] [th.ja.mo.ModuleHandler/]: Module thelm.jaopca.compat.uselessmod.UselessModCompatModule has missing mod dependencies, skipping
�[m�[32m[21:12:06] [Render thread/INFO] [th.ja.mo.ModuleHandler/]: Module thelm.jaopca.compat.usefulmachinery.UsefulMachineryModule has missing mod dependencies, skipping
�[m�[32m[21:12:06] [Render thread/INFO] [th.ja.mo.ModuleHandler/]: Module thelm.jaopca.compat.omegacraft.OmegaCraftNonIngotModule has missing mod dependencies, skipping
�[m�[32m[21:12:06] [Render thread/INFO] [th.ja.mo.ModuleHandler/]: Module thelm.jaopca.compat.omegacraft.OmegaCraftModule has missing mod dependencies, skipping
�[m�[32m[21:12:06] [Render thread/INFO] [th.ja.mo.ModuleHandler/]: Module thelm.jaopca.compat.omegacraft.OmegaCraftCompatModule has missing mod dependencies, skipping
�[m�[32m[21:12:06] [Render thread/INFO] [th.ja.mo.ModuleHandler/]: Module thelm.jaopca.compat.flux.FluxModule has missing mod dependencies, skipping
�[m�[32m[21:12:06] [Render thread/INFO] [th.ja.mo.ModuleHandler/]: Module thelm.jaopca.compat.flux.FluxCompatModule has missing mod dependencies, skipping
�[m�[32m[21:12:06] [Render thread/INFO] [th.ja.ma.MaterialHandler/]: Added 70 materials
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.biotite`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.biotite`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.brick`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.brick`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.compressed_iron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.compressed_iron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.corrupti`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.corrupti`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.dragonstone`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.dragonstone`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.end_crystal_gem`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.end_crystal_gem`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.hop_graphite`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.hop_graphite`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.lapis_lazuli`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.lapis_lazuli`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.lithium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.lithium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.mana`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.mana`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.mana_diamond`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.mana_diamond`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.mundabitur`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.mundabitur`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.nether_brick`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.nether_brick`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.obsidian`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.obsidian`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.prismarine`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.prismarine`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.redstone_alloy`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.redstone_alloy`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.refined_iron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.refined_iron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.salt`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.salt`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.saltpeter`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.saltpeter`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.sulfur`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.sulfur`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.wood`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.wood`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `create_crushed_ores.aluminum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `create_crushed_ores.bismuth`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `create_crushed_ores.crimson_iron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `create_crushed_ores.lead`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `create_crushed_ores.nickel`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `create_crushed_ores.osmium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `create_crushed_ores.platinum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `create_crushed_ores.silver`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `create_crushed_ores.tin`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `create_crushed_ores.uranium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clumps.aluminum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clumps.bismuth`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clumps.crimson_iron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clumps.lead`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clumps.nickel`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clumps.platinum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clumps.silver`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clumps.uranium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clumps.zinc`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_crystals.aluminum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_crystals.bismuth`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_crystals.crimson_iron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_crystals.lead`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_crystals.nickel`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_crystals.platinum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_crystals.silver`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_crystals.uranium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_crystals.zinc`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_dusts.aluminum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_dusts.bismuth`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_dusts.crimson_iron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_dusts.lead`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_dusts.nickel`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_dusts.platinum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_dusts.silver`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_dusts.uranium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_dusts.zinc`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_shards.aluminum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_shards.bismuth`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_shards.crimson_iron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_shards.lead`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_shards.nickel`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_shards.platinum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_shards.silver`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_shards.uranium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_shards.zinc`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `silents_mechanisms_chunks.osmium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clean_slurry.aluminum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clean_slurry.bismuth`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clean_slurry.crimson_iron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clean_slurry.lead`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clean_slurry.nickel`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clean_slurry.platinum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clean_slurry.silver`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clean_slurry.uranium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clean_slurry.zinc`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_slurry.aluminum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_slurry.bismuth`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_slurry.crimson_iron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_slurry.lead`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_slurry.nickel`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_slurry.platinum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_slurry.silver`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_slurry.uranium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_slurry.zinc`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
�[m�[33m[21:12:07] [Render thread/WARN] [ne.mi.fm.DeferredWorkQueue/LOADING]: Mod 'jaopca' took 1.648 s to run a deferred task.
�[m�[32m[21:12:07] [Render thread/INFO] [ne.mi.fm.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 00:00:01.672
�[m�[1;31m[21:12:07] [Render thread/FATAL] [ne.mi.fm.ModLoader/LOADING]: Failed to complete lifecycle event CONSTRUCT, 1 errors found
�[m�[1;31m[21:12:07] [Render thread/FATAL] [ne.mi.ev.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
java.lang.Exception: stacktrace
	at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) ~[eventbus-2.2.0-service.jar:?] {}
	at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.<init>(Minecraft.java:392) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.main(SourceFile:166) ~[minecraft-1.15.2-client.jar:?] {re:classloading}
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252] {}
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252] {}
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252] {}
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.15.2-31.2.21-launcher.jar:31.2] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {re:classloading}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {re:classloading}
	at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:39) [ForgeWrapper-1.4.1.jar:?] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252] {}
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252] {}
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252] {}
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?] {}
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?] {}
	at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?] {}
	at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?] {}
�[m�[1;31m[21:12:07] [Render thread/ERROR] [ne.mi.fm.ja.FMLModContainer/]: Exception caught during firing event: null
	Index: 1
	Listeners:
		0: NORMAL
		1: net.minecraftforge.eventbus.EventBus$$Lambda$2122/262572507@17d5138
java.lang.NullPointerException
	at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
	at doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46)
	at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
	at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
	at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260)
	at java.util.HashMap.forEach(HashMap.java:1289)
	at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
	at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
	at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
	at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
	at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)
	at net.minecraft.client.main.Main.main(SourceFile:166)
	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:498)
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
	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:81)
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
	at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:39)
	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:498)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)

�[m�[32m[21:12:07] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:103]: ---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 6/25/20 9:12 PM
Description: Initializing game

java.lang.NullPointerException: Initializing game
	at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46) ~[?:1.15.2.3] {re:classloading,pl:object_holder_definalize:A}
	at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.2.0-service.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.2.0-service.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.2] {re:classloading}
	at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
	at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_252] {}
	at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading}
	at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading}
	at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) ~[?:?] {re:classloading}
	at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.<init>(Minecraft.java:419) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.main(SourceFile:166) ~[minecraft-1.15.2-client.jar:?] {re:classloading}
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252] {}
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252] {}
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252] {}
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.15.2-31.2.21-launcher.jar:31.2] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {re:classloading}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {re:classloading}
	at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:39) [ForgeWrapper-1.4.1.jar:?] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252] {}
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252] {}
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252] {}
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?] {}
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?] {}
	at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?] {}
	at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.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.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
	at doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46)
	at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
	at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
	at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260)
	at java.util.HashMap.forEach(HashMap.java:1289)
	at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
	at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
	at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
	at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
	at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)

-- Initialization --
Details:
Stacktrace:
	at net.minecraft.client.main.Main.main(SourceFile:166)
	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:498)
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
	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:81)
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
	at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:39)
	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:498)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)

-- System Details --
Details:
	Minecraft Version: 1.15.2
	Minecraft Version ID: 1.15.2
	Operating System: Linux (amd64) version 5.4.0-7634-generic
	Java Version: 1.8.0_252, AdoptOpenJDK
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), AdoptOpenJDK
	Memory: 2984932112 bytes (2846 MB) / 3695706112 bytes (3524 MB) up to 7635730432 bytes (7282 MB)
	CPUs: 12
	JVM Flags: 2 total; -Xms512m -Xmx8192m
	ModLauncher: 5.1.0+69+master.79f13f7
	ModLauncher launch target: fmlclient
	ModLauncher naming: srg
	ModLauncher services: 
		/eventbus-2.2.0-service.jar eventbus PLUGINSERVICE 
		/forge-1.15.2-31.2.21-launcher.jar object_holder_definalize PLUGINSERVICE 
		/forge-1.15.2-31.2.21-launcher.jar runtime_enum_extender PLUGINSERVICE 
		/accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE 
		/forge-1.15.2-31.2.21-launcher.jar capability_inject_definalize PLUGINSERVICE 
		/forge-1.15.2-31.2.21-launcher.jar runtimedistcleaner PLUGINSERVICE 
		/forge-1.15.2-31.2.21-launcher.jar fml TRANSFORMATIONSERVICE 
		/MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE 
		/MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE 
		/MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE 
	FML: 31.2
	Forge: net.minecraftforge:31.2.21
	FML Language Providers: 
		[email protected]
		minecraft@1
		[email protected]
	Mod List: 
		NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {[email protected] CREATE_REGISTRIES}
		aiotbotania-1.15.2-1.2.2.jar AIOT Botania {[email protected] CREATE_REGISTRIES}
		refinedpipes-0.4.2.jar Refined Pipes {[email protected] CREATE_REGISTRIES}
		DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {[email protected] CREATE_REGISTRIES}
		mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {[email protected] CREATE_REGISTRIES}
		SilentMechanisms-1.15.2-0.7.2+52.jar Silent's Mechanisms {[email protected]+52 CREATE_REGISTRIES}
		Neat 1.6-22.jar Neat {[email protected] CREATE_REGISTRIES}
		essentials-1.15.2-2.7.2.jar Essentials {[email protected] CREATE_REGISTRIES}
		TerraForged-1.15.2-0.0.14.jar TerraForged {[email protected] CREATE_REGISTRIES}
		BetterTitleScreen-1.15.2-1.9.jar Better Title Screen {[email protected] CREATE_REGISTRIES}
		XaerosWorldMap_1.6.4_Forge_1.15.2.jar Xaero's World Map {[email protected] CREATE_REGISTRIES}
		CookingForBlockheads_1.15.2-8.0.2.jar Cooking for Blockheads {[email protected] CREATE_REGISTRIES}
		Controlling-6.1.4.jar Controlling {[email protected] CREATE_REGISTRIES}
		ReAuth-1.14-1.15-3.8.1.jar ReAuth {[email protected] CREATE_REGISTRIES}
		Placebo-1.15.2-3.0.2.jar Placebo {[email protected] CREATE_REGISTRIES}
		globaldatapack-1.15.2-1.3.jar Dark Roleplay - Global Datapacks {[email protected] CREATE_REGISTRIES}
		Powah-1.15.2-1.1.14.jar Powah {[email protected] CREATE_REGISTRIES}
		Bookshelf-1.15.2-5.6.40.jar Bookshelf {[email protected] CREATE_REGISTRIES}
		u_team_core-1.15.2-2.12.1.158.jar U Team Core {[email protected] CREATE_REGISTRIES}
		randompatches-1.15.2-1.21.1.2.jar RandomPatches {[email protected] CREATE_REGISTRIES}
		DarkUtilities-1.15.2-3.0.6.jar Dark Utilities {[email protected] CREATE_REGISTRIES}
		Apotheosis-1.15.2-3.1.2.jar Apotheosis {[email protected] CREATE_REGISTRIES}
		ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {[email protected] CREATE_REGISTRIES}
		mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {[email protected] CREATE_REGISTRIES}
		MekanismGenerators-1.15.2-9.10.8.421.jar Mekanism: Generators {[email protected] CREATE_REGISTRIES}
		Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version CREATE_REGISTRIES}
		JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] CREATE_REGISTRIES}
		absentbydesign-1.15.2-1.0.7.jar Absent By Design Mod {[email protected] CREATE_REGISTRIES}
		refinedstorage-1.8.5.jar Refined Storage {[email protected] CREATE_REGISTRIES}
		mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
		lightestlamp-3.4.2.jar Lightest Lamps {[email protected] CREATE_REGISTRIES}
		industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {[email protected] CREATE_REGISTRIES}
		useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {[email protected] CREATE_REGISTRIES}
		torchmaster-2.1.1-rc0.jar Torchmaster {[email protected] CREATE_REGISTRIES}
		embellishcraft-1.15.2-2.2.0.0.jar EmbellishCraft {[email protected] CREATE_REGISTRIES}
		AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {[email protected] CREATE_REGISTRIES}
		BiomesOPlenty-1.15.2-10.0.0.365-universal.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES}
		phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 CREATE_REGISTRIES}
		MekanismAdditions-1.15.2-9.10.8.421.jar Mekanism: Additions {[email protected] CREATE_REGISTRIES}
		Blur-1.1.0-1.jar Blur {[email protected] CREATE_REGISTRIES}
		valhelsia_structures-15.0.3a.jar Valhelsia Structures {[email protected] CREATE_REGISTRIES}
		Lollipop-1.15.2-1.0.15.jar Lollipop {[email protected] CREATE_REGISTRIES}
		SilentGear-1.15.2-1.7.5+106.jar Silent Gear {[email protected]+106 CREATE_REGISTRIES}
		simplefarming-1.15.2-1.2.9.jar Simple Farming {[email protected] CREATE_REGISTRIES}
		SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {[email protected] CREATE_REGISTRIES}
		curios-FORGE-1.15.2-2.0.2.4.jar Curios API {[email protected] CREATE_REGISTRIES}
		Botania-r1.15-386.jar Botania {[email protected] CREATE_REGISTRIES}
		Patchouli-1.15.2-1.2-34.jar Patchouli {[email protected] CREATE_REGISTRIES}
		extlights-2.0.jar Extended Lights {[email protected] CREATE_REGISTRIES}
		config-2-3.0.jar Cloth Config v2 API {[email protected] CREATE_REGISTRIES}
		libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] CREATE_REGISTRIES}
		elevatorid-1.15.2-1.7.1.jar Elevator Mod {[email protected] CREATE_REGISTRIES}
		MekanismTools-1.15.2-9.10.8.421.jar Mekanism: Tools {[email protected] CREATE_REGISTRIES}
		mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {[email protected] CREATE_REGISTRIES}
		furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
		curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] CREATE_REGISTRIES}
		cc-tweaked-1.15.2-1.89.0.jar CC: Tweaked {[email protected] CREATE_REGISTRIES}
		AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {[email protected] CREATE_REGISTRIES}
		mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {[email protected] CREATE_REGISTRIES}
		cherishedworlds-FORGE-1.15.2-3.0.jar Cherished Worlds {[email protected] CREATE_REGISTRIES}
		bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {[email protected] CREATE_REGISTRIES}
		FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 CREATE_REGISTRIES}
		CodeChickenLib-1.15.2-3.3.0.373-universal.jar CodeChicken Lib {[email protected] CREATE_REGISTRIES}
		leavesdecayonotherleaves-1.1.jar Leaves Decay on other Leaves {[email protected] CREATE_REGISTRIES}
		CraftPresence-1.15.2-1.6.5.jar CraftPresence {[email protected] CREATE_REGISTRIES}
		QuarkOddities-1.15.2.jar Quark Oddities {[email protected] CREATE_REGISTRIES}
		TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] CREATE_REGISTRIES}
		torchslabmod-1.15.2_v1.6.15.jar Torch Slab Mod {[email protected] CREATE_REGISTRIES}
		EquipmentTooltips-1.15.2-1.4.3+14.jar Equipment Tooltips {[email protected]+14 CREATE_REGISTRIES}
		mining-helmet-1.15.2-1.0.8.jar Mining Helmet {[email protected] CREATE_REGISTRIES}
		PersistentBits-1.15.2-2.0.2.jar Persistent Bits {[email protected] CREATE_REGISTRIES}
		jei-1.15.2-6.0.1.5.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
		AttributeFix-1.15.2-7.0.2.jar AttributeFix {[email protected] CREATE_REGISTRIES}
		Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] CREATE_REGISTRIES}
		Buzzier-Bees-1.15.2-1.5.1.jar Buzzier Bees {[email protected] CREATE_REGISTRIES}
		Mekanism-1.15.2-9.10.8.421.jar Mekanism {[email protected] CREATE_REGISTRIES}
		caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {[email protected] CREATE_REGISTRIES}
		Upgrade-Aquatic-1.15.2-v1.6.1.jar Upgrade Aquatic {[email protected] CREATE_REGISTRIES}
		reap-1.12.5.jar Reap Mod {[email protected] CREATE_REGISTRIES}
		WAWLA-1.15.2-3.0.2.jar WAWLA {[email protected] CREATE_REGISTRIES}
		create-mc1.15.2_v0.2.4d.jar Create {[email protected]_v0.2.4d CREATE_REGISTRIES}
		Waystones_1.15.2-6.0.1.jar Waystones {[email protected] CREATE_REGISTRIES}
		Clumps-5.0.2.jar Clumps {[email protected] CREATE_REGISTRIES}
		LightOverlay-4.6.1.jar Light Overlay Forge {[email protected] CREATE_REGISTRIES}
		comforts-FORGE-1.15.2-2.0.0.3.jar Comforts {[email protected] CREATE_REGISTRIES}
		NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
		FruitTrees-1.15.2-1.4.1.jar Fruit Trees {[email protected] CREATE_REGISTRIES}
		Kiwi-1.15.2-2.7.1.jar Kiwi {[email protected] CREATE_REGISTRIES}
		SimpleStorageNetwork-1.15.2-0.3.2.jar Simple Storage Network {[email protected] CREATE_REGISTRIES}
		SereneSeasons-1.15.2-3.0.0.72-universal.jar Serene Seasons {[email protected] CREATE_REGISTRIES}
		decorative_blocks-6d.jar Decorative Blocks {[email protected] CREATE_REGISTRIES}
		BotanyPots-1.15.2-2.0.17.jar BotanyPots {[email protected] CREATE_REGISTRIES}
		curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] CREATE_REGISTRIES}
		The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {[email protected] CREATE_REGISTRIES}
		BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {[email protected] CREATE_REGISTRIES}
		mcjtylib-1.15-4.1.1-beta.jar McJtyLib {[email protected] CREATE_REGISTRIES}
		rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {[email protected] CREATE_REGISTRIES}
		xnet-1.15-2.1.5-beta.jar XNet {[email protected] CREATE_REGISTRIES}
		rftoolsstorage-1.15-1.1.4-beta.jar RFToolsStorage {[email protected] CREATE_REGISTRIES}
		rftoolscontrol-1.15-3.0.2-beta.jar RFToolsControl {[email protected] CREATE_REGISTRIES}
		mapperbase-1.15.2-1.1.0.0.jar Mapper Base {[email protected] CREATE_REGISTRIES}
		trash-1.15.2-0.1.4.jar Trash {[email protected] CREATE_REGISTRIES}
		ToastControl-1.15.2-3.0.1.jar Toast Control {[email protected] CREATE_REGISTRIES}
		mininggadgets-1.3.5.jar Mining Gadgets {[email protected] CREATE_REGISTRIES}
		EnderStorage-1.15.2-2.5.0.143-universal.jar EnderStorage {[email protected] CREATE_REGISTRIES}
		rftoolspower-1.15-2.1.1-beta.jar RFToolsPower {[email protected] CREATE_REGISTRIES}
		extradisks-1.15.2-1.2.2.jar Extra Disks {[email protected] CREATE_REGISTRIES}
		Swamp-Expansion-1.15.2-v1.7.1.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
		forge-1.15.2-31.2.21-universal.jar Forge {[email protected] CREATE_REGISTRIES}
		Bountiful-1.15.2-3.1.2.jar Bountiful {[email protected] CREATE_REGISTRIES}
		WailaHarvestability-mc1.15.2-1.1.12.jar Waila Harvestability {[email protected] CREATE_REGISTRIES}
		ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES}
		CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {[email protected] CREATE_REGISTRIES}
		forge-1.15.2-31.2.21-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
		cofh_core-1.15.2-0.4.0b.jar CoFH Core {[email protected] CREATE_REGISTRIES}
		ensorcellation-1.15.2-0.4.1b.jar Ensorcellation {[email protected] CREATE_REGISTRIES}
		rftoolsutility-1.15-2.1.3-beta.jar RFToolsUtility {[email protected] CREATE_REGISTRIES}
		swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] CREATE_REGISTRIES}
		MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES}
		ToolBelt-1.15.2-1.14.1.jar Tool Belt {[email protected] CREATE_REGISTRIES}
		titanium-1.15.2-2.4.2.jar Titanium {[email protected] CREATE_REGISTRIES}
		Psi r1.2-82.jar Psi {[email protected] CREATE_REGISTRIES}
		ImmersiveEngineering-0.15-103.jar Immersive Engineering {[email protected] CREATE_REGISTRIES}
		SilentLib-1.15.2-4.6.3+55.jar Silent Lib {[email protected]+55 CREATE_REGISTRIES}
		forbidden_arcanus-1.15.2-1.4-beta-2.jar Forbidden & Arcanus {[email protected] CREATE_REGISTRIES}
		archers_paradox-1.15.2-0.4.0b.jar Archer's Paradox {[email protected] CREATE_REGISTRIES}
		Atmospheric-1.15.2-1.4.0.jar Atmospheric {[email protected] CREATE_REGISTRIES}
		rftoolsbuilder-1.15-2.1.3-beta.jar RFToolsBuilder {[email protected] CREATE_REGISTRIES}
		MiscAdditions-1.2.3.jar Misc Additions {[email protected] CREATE_REGISTRIES}
		jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {[email protected] CREATE_REGISTRIES}
		Xaeros_Minimap_20.14.0_Forge_1.15.2.jar Xaero's Minimap {[email protected] CREATE_REGISTRIES}
		JAOPCA-1.15.2-3.2.0.11.jar JAOPCA {[email protected] CREATE_REGISTRIES}
		ftb-backups-2.1.0.1.jar FTB Utilities: Backups {[email protected] CREATE_REGISTRIES}
		FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] CREATE_REGISTRIES}
		autumnity-1.3.2-1.15.2.jar Autumnity {[email protected] CREATE_REGISTRIES}
		polymorph-FORGE-1.15.2-0.2.jar Polymorph {[email protected] CREATE_REGISTRIES}
		AutoRegLib-1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES}
		Quark-r2.1-245.jar Quark {[email protected] CREATE_REGISTRIES}
		StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
		FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {[email protected] CREATE_REGISTRIES}
		DoubleSlabs-1.15-2.6.1.jar Double Slabs {[email protected] CREATE_REGISTRIES}
		themidnight-0.5.9.jar The Midnight {[email protected] CREATE_REGISTRIES}
		structurize-0.10.324-ALPHA.jar Structurize {[email protected] CREATE_REGISTRIES}
		fancymenu_1.3_MC_1.15-1.15.2.jar FancyMenu {[email protected] ERROR}
		minecolonies-1.15.2-0.11.960-universal.jar Minecolonies {[email protected] CREATE_REGISTRIES}
		FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] CREATE_REGISTRIES}
		AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] CREATE_REGISTRIES}
		Aquaculture-1.15.2-2.0.14.jar Aquaculture 2 {[email protected] CREATE_REGISTRIES}
		refinedstorageaddons-0.6.2.jar Refined Storage Addons {[email protected] CREATE_REGISTRIES}
		CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] CREATE_REGISTRIES}
		overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {[email protected] CREATE_REGISTRIES}
		DefaultOptions_1.15.2-11.0.1.jar Default Options {[email protected] CREATE_REGISTRIES}
	Launched Version: MultiMC5
	Backend library: LWJGL version 3.2.2 build 10
	Backend API: GeForce GTX 1050 Ti with Max-Q Design/PCIe/SSE2 GL version 4.6.0 NVIDIA 440.82, 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: 12x Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
�[m�[32m[21:12:07] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:103]: #@!@# Game crashed! Crash report saved to: #@!@# /home/mbainter/.local/share/multimc/instances/Valhelsia-2-2.2.3/minecraft/crash-reports/crash-2020-06-25_21.12.07-client.txt

Process exited with code 255.
Clipboard copy at: 25 Jun 2020 21:13:09 -0500

Key relevant snippet:

�[1;31m[21:12:03] [modloading-worker-10/ERROR] [ne.mi.fm.ja.FMLModContainer/LOADING]: Failed to create mod instance. ModID: fancymenu, class de.keksuccino.fancymenu.FancyMenu
java.lang.ExceptionInInitializerError: null
	at java.lang.Class.forName0(Native Method) ~[?:1.8.0_252] {}
	at java.lang.Class.forName(Class.java:264) ~[?:1.8.0_252] {}
	at java.awt.Toolkit$2.run(Toolkit.java:860) ~[?:1.8.0_252] {}
	at java.awt.Toolkit$2.run(Toolkit.java:855) ~[?:1.8.0_252] {}
	at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_252] {}
	at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:854) ~[?:1.8.0_252] {}
	at java.awt.SystemTray.addNotify(SystemTray.java:494) ~[?:1.8.0_252] {}
	at java.awt.SystemTray.<init>(SystemTray.java:148) ~[?:1.8.0_252] {}
	at java.awt.SystemTray.initializeSystemTrayIfNeeded(SystemTray.java:513) ~[?:1.8.0_252] {}
	at java.awt.SystemTray.getSystemTray(SystemTray.java:183) ~[?:1.8.0_252] {}
	at de.keksuccino.fancymenu.menu.systemtray.FancyMenuTray.init(FancyMenuTray.java:33) ~[?:1.0] {re:classloading}
	at de.keksuccino.fancymenu.FancyMenu.<init>(FancyMenu.java:69) ~[?:1.0] {re:classloading}
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_252] {}
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_252] {}
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_252] {}
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_252] {}
	at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_252] {}
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:131) ~[?:31.2] {re:classloading}
	at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65) ~[?:1.8.0_252] {}
	at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65) ~[?:1.8.0_252] {}
	at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112) ~[?:?] {re:classloading}
	at net.minecraftforge.fml.ModList.lambda$null$10(ModList.java:135) ~[?:?] {re:classloading}
	at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) [?:1.8.0_252] {}
	at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382) [?:1.8.0_252] {}
	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) [?:1.8.0_252] {}
	at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:290) [?:1.8.0_252] {}
	at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) [?:1.8.0_252] {}
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_252] {}
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_252] {}
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_252] {}
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_252] {}
Caused by: java.lang.ClassCastException: sun.java2d.HeadlessGraphicsEnvironment cannot be cast to sun.awt.X11GraphicsEnvironment
	at sun.awt.X11.XToolkit.<clinit>(XToolkit.java:132) ~[?:1.8.0_252] {}
	... 31 more

Screenshots
If applicable, add screenshots to help explain your problem.

Basic Informations (please complete the following information):

  • OS: Linux (Specifically PopOS, based on Ubuntu 20.04)
  • FancyMenu Version: 1.3
  • Forge Version 31.2.21
  • Minecraft Version 1.15.2
  • Active Mods:
Full mod list

    AI Improvements (by DarkGuardsman)
    AIOT Botania (by MelanX)
    AmbientSounds 3 (by CreativeMD)
    Apotheosis (by Shadows_of_Fire)
    AppleSkin (by squeek502)
    Aquaculture 2 (by Shadowclaimer)
    Archer's Paradox (by TeamCoFH)
    Atmospheric (by paradiscal)
    AttributeFix (by DarkhaxDev)
    AutoRegLib API (by Vazkii)
    Autumnity (by Markus1002)
    Bad Wither No Cookie - Reloaded (by Kreezxil)
    Better Title Screen (by Girafi)
    Biomes O' Plenty (by Forstride)
    Blur (by tterrag1098)
    Bonsai Trees 2 (by davenonymous)
    Bookshelf API (by DarkhaxDev)
    Botania (by Vazkii)
    Botany Pots (by DarkhaxDev)
    Bountiful (by ejektaflex)
    Buzzier Bees (by bageldotjpg)
    Caelus API (by TheIllusiveC4)
    CC: Tweaked (by SquidDev)
    Cherished Worlds (by TheIllusiveC4)
    Cloth Config API (by shedaniel)
    Clumps (by Jaredlll08)
    CoFH Core API (by TeamCoFH)
    Comforts (by TheIllusiveC4)
    Controlling (by Jaredlll08)
    Cooking for Blockheads (by BlayTheNinth)
    Corpse (by henkelmax)
    Cosmetic Armor Reworked (by LainMI)
    Crafting Tweaks (by BlayTheNinth)
    CraftPresence (by CDAGaming_)
    Curios API (by TheIllusiveC4)
    Curious Elytra (by TheIllusiveC4)
    Dark Utilities (by DarkhaxDev)
    Decorative Blocks (by stohun)
    Default Options (by BlayTheNinth)
    Doggy Talents (by percivalalb)
    Double Slabs (by CJMinecraft01)
    DRP - Global Data Pack (by JTK222)
    EmbellishCraft (by Mapper)
    Ensorcellation (by TeamCoFH)
    Equipment Tooltips (by SilentChaos512)
    Essentials (by Technomancer_isTaken)
    Extended Lights (by polyvalord)
    Extra Disks (by MelanX)
    Fast Leaf Decay (by olafskiii)
    FastFurnace (by Shadows_of_Fire)
    FastWorkbench (by Shadows_of_Fire)
    Forbidden and Arcanus (by cesar_zorak)
    Fruit Trees (by Snownee_)
    Hardcore Revival (by BlayTheNinth)
    Hwyla (by TehNut)
    Industrial Foregoing (by Buuz135)
    Iron Chests (by ProgWML6)
    JAOPCA (by TheLMiffy1111)
    Just Enough Items (JEI) (by mezz)
    Just Enough Resources (JER) (by way2muchnoise)
    Kiwi API (by Snownee_)
    KleeSlabs (by BlayTheNinth)
    Kottle API (by Alex_wells)
    Libnonymous API (by davenonymous)
    Light Overlay (by shedaniel)
    Lightest Lamps (by dczippl98)
    Lollipop API (by owmii)
    Macaw's Bridges (by sketch_macaw)
    Macaw's Doors (by sketch_macaw)
    Macaw's Furniture (by sketch_macaw)
    Macaw's Roofs (by sketch_macaw)
    Macaw's Windows (by sketch_macaw)
    Mapper Base API (by Mapper)
    McJtyLib API (by McJty)
    Mekanism (by bradyaidanc)
    Mekanism Additions (by bradyaidanc)
    Mekanism Generators (by bradyaidanc)
    Mekanism Tools (by bradyaidanc)
    MineColonies (by H3lay)
    Miner's Helmet (by ModdingLegacy)
    Mining Gadgets (by Direwolf20)
    Misc Additions (by BetterDeltric)
    MixinBootstrap API (by LX_Gaming)
    Morpheus (by Quetzi)
    Mouse Tweaks (by YaLTeR)
    MrCrayfish's Furniture Mod (by MrCrayfish)
    Nature's Compass (by Chaosyr)
    Neat (by Vazkii)
    NetherPortalFix (by BlayTheNinth)
    OpenBlocks Elevator (by vsngarcia)
    Patchouli (by Vazkii)
    Performant (by someaddon)
    Phosphor (by jellysquid_)
    Placebo API (by Shadows_of_Fire)
    Powah! (by owmii)
    Progressive Bosses (by InsaneGames_)
    Quark (by Vazkii)
    Quark Oddities (by Vazkii)
    RandomPatches (by TheRandomLabs)
    Reap Mod (by henkelmax)
    ReAuth (by TechnicianLP)
    Refined Pipes (by raoulvdberge)
    Refined Storage (by raoulvdberge)
    Refined Storage Addons (by raoulvdberge)
    RFTools Base (by McJty)
    RFTools Builder (by McJty)
    RFTools Control (by McJty )
    RFTools Power (by McJty)
    RFTools Storage (by McJty)
    RFTools Utility (by McJty)
    Serene Seasons (by TheAdubbz)
    Silent Gear (by SilentChaos512)
    Silent Lib API (by SilentChaos512)
    Silent's Mechanisms (by SilentChaos512) 
    Simple Farming (by enemeez1)
    Simple Storage Network (by Lothrazar)
    Solar Flux Reborn (by Zeitheron)
    Storage Drawers (by Texelsaur)
    Structurize (by H3lay)
    Swamp Expansion (by Farcr)
    SwingThroughGrass (by exidex)
    TerraForged (by dags_)
    The Endergetic Expansion (by endergized)
    The Midnight (by cipher_zero_x)
    Titanium API (by HRZNStudio)
    Toast Control (by Shadows_of_Fire)
    Tool Belt (by gigaherz)
    Torch Slabs Mod (by EndlesNights)
    Torchmaster (by xalcon)
    Trash (by MageP)
    TrashSlot (by BlayTheNinth)
    U Team Core API (by HyCraftHD)
    Upgrade Aquatic (by minecraftabnormals)
    Useful Backpacks (by HyCraftHD)
    Valhelsia Structures (by ValhelsiaTeam)
    Wawla - What Are We Looking At (by DarkhaxDev)
    Waystones (by BlayTheNinth)
    Xaero's Minimap (by xaero96)
    Xaero's World Map (by xaero96)
    XNet (by McJty)

Buttons not following window resize with "original" orientation

Describe the bug
Resizing does not update the buttons, so if you have a the small window and resize to a bigger window, the buttons do not follow the rescaling.

To Reproduce
Steps to reproduce the behavior:

  1. Move a button with a small window size EX: The default window size Minecraft launches at.
  2. Resize with full window option or resize by hand.
  3. buttons do not update

Expected behavior
The buttons moving values would follow with the windows resizing.

Screenshots
Small Window:
image
Large Window
image

Basic Informations:

  • OS: Windows 10
  • fancymenu_0.4.2_MC_1.15-1.15.2
  • Forge Version 1.15.2 - 31.1.30
  • Minecraft Version 1.15.2

Config
https://gist.github.com/AzureDoom/84e9610883b97bfd910cfcf3cbc415c9

Minecraft Realms issue/request?

Describe your idea
image
There are those MC Realms notification and free trial icons (I'm simply gonna use a resource pack to get rid of them). I'm pointing it out to you, in case you wanted to add to the mod some overriding textures for those icons since the action to "hide a button" doesn't hide them obviously.

By the way this mod is a fantastic upgrade from FancyMain, thanks a lot for this.

[all versions] context menus

When right clicking to choose "orientation" for example, depending on where the element is in the layout creator, you cant see all of the options.

The context menu needs to do like Windows, Linux, & Mac does, and move the context part of the menu that getting clipped by the view port into a position where the user can click on any of the context menus options.

Major Request - Layouts Saved based on resolutions

Describe your idea

I believe that layouts should save differently based on resolutions. It would prevent things like this.
image

Also if a user changes to an unsupported resolution it could just automatically disable fancy menu changes as a fullback for that resolution.

Does it frustrates you to not already have this feature in the mod?

It is frustrating that saves are strictly global. It can be said without this change it renders long term use for the mod moot. Users often change pack resolutions. This is not a simple slap fix.

1.12.2 background image not loading

Describe the bug
Whatever I type into the "enter path" box produces the error of file not found/un-supported
The image im using was taken by pressing F2 in game. I cant "choose file" because it says "disabled or unsupported". The wiki says place the image in config/fancymenu folder
my image name is image.png and is in the config/fancymenu folder

To Reproduce
Steps to reproduce the behavior:

  1. Right click "Background Options"
  2. Set to "Background Image"
  3. Type pathname of image
  4. Shows error "Image is unknown or unsupported"

Expected behavior
Load the image as the background image

Basic Informations (please complete the following information):

  • OS: Windows
  • FancyMenu Version 1.3_MC_1.12-1.12.2
  • Forge Version 14.23.5.2854
  • Minecraft Version 1.12.2

Crash on startup

Describe the bug
The game is crashing on startup, but only after this mod has been added.

To Reproduce
Steps to reproduce the behavior:

  1. Start the game

Expected behavior
Load up into menu

Crash Log
https://pastebin.com/ND5tpL95

Basic Informations (please complete the following information):

  • OS: Linux
  • FancyMenu Version: 1.1.1
  • Forge Version: 31.2
  • Minecraft Version: 1.15.2

reload hotkey

I find it inconvenient to activate the custom layout buttons to have access to a reloader for the menu.

I prefer to edit the files manually after I've created the layout.

A key define in the config, default to CTRL R would be cool to reload the menu. Should be on regardless of the state of the buttons.

Icons (titlebar and taskbar)

Describe your idea

It's The Little Things and Randompatches both have icons for titlebars and taskbars. I'm thinking if FancyMenu had those too, I could get rid of at least one mod. Also you could do them one better.

Linux doesn't care what size the source image is for the title bar and will scale it according to the Desktop Environment.

Mac also doesn't care as it is based on Darwin a FREEBSD clone, this is straight up Unix, not Linux, but they're related. However, Mac does prefer the 256x256 icon, or rather will re-render the titlebar icon as such.

Windows cares very much. Too much so. Windows wants the title bar icon to be either 32x32 or 16x16, anything else will crash it on either of the two mods I mentioned.

Where your mod can close this gap.

The pack dev would supply one image for the titlebar icon, let's say our default 400x400 logo from our packs. Your mod would then scale that one image file for whichever operating system it finds itself running on and as such choose the highest rendition.

Does it frustrates you to not already have this feature in the mod?

No. It's not infuriating at all.

Did you change all the headings to hashtag derived headings plus add a third one?

  • yes, I did.
  • no, I did not.

Support for MC 1.16

Describe your idea
Port the mod to 1.16 using Fabric. Forge don't support it at the moment

Does it frustrates you to not already have this feature in the mod?
I can't use the mod in 1.16

dark mode issue

when the loading screen dark mode is enabled, suddenly you can't see the update information because they're too dark. Can that color be change to one that is highly contrasting to the darkness? Like white, cyan, yellow, something readable?

[suggestion] animation repository that allows installation from inside the game

Currently animations are manually downloaded and installed but what if there was a repository of animations and other content that the mod could download from and install with just a few clicks instead? It would also make setting a default animation much easier for mod packs as all you would have to do is set the desired animation in the config/gui which would automatically download the animation if it isn't already present in the install.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo 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.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.