Selim_042 Posted April 8, 2016 Share Posted April 8, 2016 I am attempting to create a ComputerCraft addon that has some peripherals in it, but my current issue is that each of my TileEntites all seem to have the same stored NBT data. Does this sound familiar to anyone else that they may just have a solution without me sharing my code? Quote Link to comment Share on other sites More sharing options...
Choonster Posted April 8, 2016 Share Posted April 8, 2016 It sounds like you're using a static field instead of an instance field. We can't do much more than guess without seeing your code. If you want more help, upload the TileEntity class to Gist/Pastebin with syntax highlighting and link it here. Quote 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. Link to comment Share on other sites More sharing options...
Selim_042 Posted April 8, 2016 Author Share Posted April 8, 2016 Yup, I'm dumb. I had each field set as static. Thanks. Quote Link to comment Share on other sites More sharing options...
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.