You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Either add this to your ATWChestBlock and define a model for it
public RenderShape getRenderShape(BlockState p_49232_) {
return RenderShape.Model;
}
Or you need to create and register a BlockEntityRenderer for it.
See net.minecraft.client.renderer.blockentity.ChestRenderer for the vanilla one.
Hello, I am trying to add a new chest entity but my chests are invisible. Does anyone know why that might be? I would really appreciate any help that I can get.
GitHub: https://github.com/StijnArts/All-The-Wood
You need to give minecraft/forge more memory.
It is the -Xmx option in these examples https://forums.minecraftforge.net/topic/113190-trouble-creating-minecraft-modded-server-1165/
Hello,
This might be an issue from my side but I'm unable to download a file server, I'm redirected to an AdFoc.us page saying 502 GateWay Error.
Am I the only one with this issue?
Thanks all
Edit: Nvm everythings fine
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.