Posted December 18, 20222 yr I trying to add block, but in line: public static final RegistryObject<Block> Colorium_Block = registerBlock("colorium_block",() -> new Block(AbstractBlock.Properties.of(Material.ROCK).harvestLevel(2).harvestTool(ToolType.PICKAXE).setRequiersTool().hardnessAndResistence(5f))); i have error cannot find symbol variable ROCK
December 18, 20222 yr If you are posting compiler errors, you are in the wrong forum. You want a "learning java" forum. You are also posting a question about an unsupported (in this forum) version of minecraft. https://forums.minecraftforge.net/topic/91712-supported-version-directory/ Edited December 18, 20222 yr by warjort Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
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.