-
Posts
97 -
Joined
-
Last visited
-
Days Won
4
Everything posted by FoxyWoxy
-
I'm just trying to play modded Minecraft BUT Minecraft opens as a background task viewable in task manager and doesn't seem to really done anything And Doesn't open as a viewable window. List of fixes I have tried: 1. Repairing Minecraft 2. Reinstalling Minecraft 3. Restarting my PC 4. Deleting Curseforge's Minecraft Install Folder (Vanilla will run on its own) I have also tried a lot of other things (Ask Me) if you need folders or particular information (Ask Me) @TileEntity You seem to always know think you can help?
-
It sadly didnt work and the greg tech hazard suits are everywhere still But it dosent effect survival
-
This Is for modifying the items in the creative inventory so no BUT there is great documentation for what you are looking for! Because GregTech 1.19.2 has a bug where the hazmat suit shows up in the wrong places and they are to lazy to fix it so i am doing it myself
-
1.19.2 KubeJS AND I CANT FIND ANY DOCUMENTATION @TileEntityDo you know?
-
StartupEvents.modifyCreativeTab('gtceu:hazmat_headpiece', event => { event.removeDisplay('gtceu:hazmat_headpiece'); }) StartupEvents.modifyCreativeTab('gtceu:hazmat_boots', event => { event.removeDisplay('gtceu:hazmat_boots'); }) StartupEvents.modifyCreativeTab('gtceu:hazmat_leggings', event => { event.removeDisplay('gtceu:hazmat_leggings'); }) StartupEvents.modifyCreativeTab('gtceu:hazmat_chestpiece', event => { event.removeDisplay('gtceu:hazmat_chestpiece'); }) How Do I fix This Code?
-
Payload may not be larger than 1048576 bytes
FoxyWoxy replied to FoxyWoxy's topic in Support & Bug Reports
It works without it but is there a way to keep it and have those other mods work @TileEntity? -
Payload may not be larger than 1048576 bytes
FoxyWoxy replied to FoxyWoxy's topic in Support & Bug Reports
For reeves Electrical Box: The game crashed whilst ticking player Error: java.lang.NullPointerException: Cannot invoke "net.minecraft.world.inventory.Slot.m_7993_()" because the return value of "java.util.Map.get(Object)" is null Exit Code -1 Crash Report --> https://pastebin.com/S0yERwdB For CCTV craft The game crashed whilst ticking player Error: java.lang.NullPointerException: Cannot invoke "net.minecraft.world.inventory.Slot.m_7993_()" because the return value of "java.util.Map.get(Object)" is null Exit code -805306369 Crash Report ---> https://pastebin.com/SJN0AmAL @TileEntity