Posted February 21, 201510 yr Hi! I just updated my mod from 1.7 to 1.8, and I'm already running into problems... A block called "EarthCollectorTier1" shows a texture when hold in a hand, but you can see through the frickin' world when placed on the ground! Github Repository: Click! Can someone help me with this? I have no idea what I'm doing wrong... Collector class files: Click! I never post on the forums, but when I do, I have no clue how to do a certain thing.
February 21, 201510 yr I had the same problem. My solution was to DONT use BlockContainer, since they are somehow weird. The alternative to BlockContainer was to extend Block and override the methods hasTileEntity and createNewTileEntity
February 21, 201510 yr BlockContainer does that 'weird' thing of not rendering because it has getRenderType overriden to return -1 , so it doesn't render. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
February 21, 201510 yr There's also new render methods for certain types of blocks like getBlockLayer & isFullCube. a.k.a. Sirius http://i.imgur.com/QRtYi6e.png[/img]
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.