-
Recently Browsing
No registered users viewing this page.
-
Posts
-
I dont quite understand what you mean by this. I created a new class. NetworkHooks.openGui((ServerPlayerEntity) playerEntity,new MyModContainer(0,new anonymousInnerClass() { },playerEntity.inventory)); public class anonymousInnerClass implements INamedContainerProvider { @Override public ITextComponent getDisplayName() { return new StringTextComponent("Name"); } @Nullable @Override public Container createMenu(int id, PlayerInventory playerInventory, PlayerEntity playerEntity) { return new MyModContainer(id,playerInventory); } }
-
By BobbyLikesCake · Posted
Ok, The debug log is here: https://pastebin.aquilenet.fr/?b2c84859c3c0ad45#26FCvr6VHB8TKL24Ux83N7G1k1eCNAHhQJNaTuAYKLyB -
By diesieben07 · Posted
In 1.16 Forge has SeparatePerspectiveModel, which you can trivally port to 1.15. -
Thank you all so much. Loading the config was my problem. I think it is all in order now!
-
By diesieben07 · Posted
Make a new class. An anonymous inner class is usually the most sensible choice here.
-
-
Topics
-
Who's Online (See full list)