trollworkout Posted October 18, 2016 Posted October 18, 2016 Even if you give it's items a creative tab it will still not show up. Seems the BlockItem's creative tab setting is ingored and the Block will appear only if you set it on the Block side Quote Disclaimer: I been told to keep my opinions to myself, to shut up and that I am spreading lies and misinformation or even that my methods are unorthodox and or too irregular. Here are my suggestions take it or leave it.
trollworkout Posted October 18, 2016 Author Posted October 18, 2016 Shows up in creative tab public static final Block DEPOSITS_VAT = new DepositsVat().setUnlocalizedName("depositsVat").setRegistryName("depositsVat").setCreativeTab(ModData.CREATIVE_TAB); Doesn't public static final Block DEPOSITS_VAT = new DepositsVat().setUnlocalizedName("depositsVat").setRegistryName("depositsVat"); This doesn't matter public static final ItemBlock DEPOSITS_VAT = (ItemBlock) new ItemBlock(ModBlocks.DEPOSITS_VAT).setUnlocalizedName("depositsVat").setRegistryName("depositsVat").setCreativeTab(ModData.CREATIVE_TAB); Quote Disclaimer: I been told to keep my opinions to myself, to shut up and that I am spreading lies and misinformation or even that my methods are unorthodox and or too irregular. Here are my suggestions take it or leave it.
trollworkout Posted October 19, 2016 Author Posted October 19, 2016 Thanks. I kinda thought that items is what show up in the creative pane and not blocks. But it seems an ItemBlock actually takes it's creative tab data from the block and ignores it's own info. thanks Quote Disclaimer: I been told to keep my opinions to myself, to shut up and that I am spreading lies and misinformation or even that my methods are unorthodox and or too irregular. Here are my suggestions take it or leave it.
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.