Posted August 15, 20205 yr I'm creating a mod that adds some decorative lanterns to the game, these lanterns also have wall mounted versions. I'd love to add wall mounted versions to the vanilla lantern but I'm not sure how I modify the vanilla lantern or make it use my BlockLantern class.
August 15, 20205 yr You can register the block with your class in the registry event to override a vanilla block. Just remember to setRegistryName("minecraft", "lantern");
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.