Posted July 23, 201510 yr Everything about the Block looks fine and functions. When ever it is broken it has missing texture partical effects
July 23, 201510 yr For 1.8? You need to add a "particles" texture declaration to your block model's JSON file: "textures": { "particle": "#all", // assuming you inherit from block/cube // other textures } http://i.imgur.com/NdrFdld.png[/img]
July 23, 201510 yr Then you need to set the blockIcon field in your block to an icon. You can either use your own or a vanilla icon. You'd set that in registerBlockIcons() Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! | mah twitter This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.
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.