Posted December 29, 20177 yr I want to change the tile entity for a vanilla block. Re-registering the block with a different createNewTileEntity method seems to work, but is there a better way? Edited December 29, 20177 yr by under_scores Fix formatting
December 29, 20177 yr What are you trying to achieve? There's probably a better way to do it than replacing the TileEntity completely. Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
December 29, 20177 yr Author 1 hour ago, Choonster said: What are you trying to achieve? There's probably a better way to do it than replacing the TileEntity completely. I'm trying to redesign note blocks, which requires me to save extra data, such as the type of instrument played, onto the block itself.
December 29, 20177 yr 2 minutes ago, under_scores said: I'm trying to redesign note blocks, which requires me to save extra data, such as the type of instrument played, onto the block itself. You can use the Capability system to store additional data on Vanilla TileEntities. Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
December 29, 20177 yr Author 5 minutes ago, Choonster said: You can use the Capability system to store additional data on Vanilla TileEntities. Capabilities seem to be what I'm looking for. Thanks for the help!
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.