Posted June 26, 20232 yr Hi, I'm mainly looking for a bit of direction because I'm sorta stumped. Essentially, I'm trying to replace the renderer for the minecraft:nether_portal block without affecting any of the generation or utility code surrounding it. So far, I've registered a `BlockEntityRenderer` bound to a `BlockEntityType` which is built from `Blocks.NETHER_PORTAL` but this doesn't seem to work (or at least the `BlockEntityRenderer.render` function isn't being hit) Has anyone got a guide or some suggestions that could point me in the right direction?
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.