1
Hey guys I in making of an Ice Mod and I need help! I follow MrCrayfish's tutorials and Im making a block and I make a Block then I get to the last block and the spoiler I show will have squiggles under it? is there an expert coder who can help me? Thanks!
Click to reveal
icediamond_block = new BlockTest(Material.iron).setUnlocalizedName("icediamond_block");
1
I'm assuming that you put public static Block before that? (Static is optional. I just tend to use it when defining items or blocks)
