Moonrise Posted October 30, 2013 Posted October 30, 2013 first, it's my block's code https://github.com/Moonrise1275/CelestialCraft/blob/master/CelestialCraft/moonrise/celestialcraft/block/BlockStarLightAlter.java it is metadata based TileEntity block, 0 is create TileStarLightAlter, 1 is create TileStarLightReflector. when i place this block with metadata 0, it works well. but when i place this with 1, it create TileStarLightAlter, result of metadata 0 how can i fix this problem? Quote
TheGreyGhost Posted October 31, 2013 Posted October 31, 2013 Hi I had a quick look, couldn't spot the problem. It should be pretty easy to debug by putting a breakpoint in, though? -TGG Quote
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.