Skip to content

Conversation

@suthibu
Copy link

@suthibu suthibu commented Dec 8, 2024

No description provided.

raspopov and others added 30 commits November 11, 2017 10:04
Added shulker box, GUI and DirtyChest 9000!
The only extra bit of NBT the client needs here is facing. If we send
everything, then the client will know about the loot table when there is one,
which will result in this crash:

java.lang.NullPointerException: Rendering screen
	at net.minecraft.tileentity.TileEntityLockableLoot.fillWithLoot(TileEntityLockableLoot.java:59)
	at cpw.mods.ironchest.common.tileentity.chest.TileEntityIronChest.getStackInSlot(TileEntityIronChest.java:138)
	at net.minecraft.inventory.Slot.getStack(Slot.java:81)
	at net.minecraft.client.gui.inventory.GuiContainer.drawSlot(GuiContainer.java:234)
	at net.minecraft.client.gui.inventory.GuiContainer.drawScreen(GuiContainer.java:116)
	at cpw.mods.ironchest.client.gui.chest.GUIChest.drawScreen(GUIChest.java:100)
	at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:368)
	at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1177)
	at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1207)
	at net.minecraft.client.Minecraft.run(Minecraft.java:441)
	at net.minecraft.client.main.Main.main(Main.java:118)
	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.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
	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.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
	at GradleStart.main(GradleStart.java:25)
…afting recipes for the Shulker Boxes, and to disable adding Shulker Boxes to the Creative Menu. (JEI support soon?)

Add support for OreDict Items added by CraftTweaker

Closes progwml6#129

Closes progwml6#136
Now as vibrant as the vanilla boxes.
…unctioning correctly and fix the inventory item not using the correct chest model.
…s of the crystal chests, move to EventBusSubscriber for all registration, and make sure all classes have CPWs copyright on them.

TODO: Move to @ObjectHolder.
MichaelHillcox and others added 27 commits August 30, 2022 10:12
…del files were incorrectly specifying a model when not needed.

Additionally, remove the need for a conditional check on the copper chest recipes as Copper is now part of Vanilla minecraft
Add kk_kz.json by AlibekAytjan
Add hy_am.json by HarutyunSoghomonyan
Add it_it translation by Hav3funDJ
Add ru_ru translation by DrHesperus
@alexbegt alexbegt force-pushed the 1.21.x-neoforge branch 3 times, most recently from 131d048 to 7e953c7 Compare January 13, 2025 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.