Posted July 6, 201312 yr Hey all, I can seem to load my block I have created, It does not show-up in my creative inventory, any help? Github: https://github.com/Beelzaboss/aerialcraft.git Thanks in advance! Trinity Gaming - South African Server, Custom Modpack (TrinityCraft/Launcher) 118 mods @ trinitygaming.co.za
July 6, 201312 yr Author Thanks it worked, I used: GameRegistry.registerBlock(BlockDutarBlock); but.... why does it print it like this? GameRegistry.registerBlock(BlockDutarBlock); Is the Strike-through normal? Feels like I am doing something wrong when it's shows the Strike-trough... there? If so please help me, on the other-side, everything is working tho and block is registered. Thanks in advance! Beelzaboss Trinity Gaming - South African Server, Custom Modpack (TrinityCraft/Launcher) 118 mods @ trinitygaming.co.za
July 6, 201312 yr The strikethrough means that the method is deprecated. All you have to do is add a string to your arguments, ie; GameRegistry.registerBlock(BlockDutarBlock, "blockDutar");
July 6, 201312 yr Author Thank you Trinity Gaming - South African Server, Custom Modpack (TrinityCraft/Launcher) 118 mods @ trinitygaming.co.za
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.