Skip to content

Instantly share code, notes, and snippets.

---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 5/22/23 1:29 PM
Description: Initializing game
java.lang.IllegalAccessError: tried to access field net.minecraft.client.Minecraft.modelManager from class git.jbredwards.fluidlogged_api.mod.client.ClientEventHandler
at git.jbredwards.fluidlogged_api.mod.client.ClientEventHandler.removeBuiltInLiquidStateMappers(ClientEventHandler.java:43)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_9_ClientEventHandler_removeBuiltInLiquidStateMappers_Pre.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
// James Gratrix, 01/03/2019
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Photon.Realtime;
using UnityEngine.UI;
using UnityEngine.SceneManagement;
using L6.UI.Manager;
namespace Photon.Pun {