Posted March 18, 20214 yr I am currently making a mod for me and my friends. I wanted to make an ore generate in the End but I can only select BASE_STONE_OVERWORLD and BASE_STONE_NETHER. How do I get something like BASE_STONE_END?
March 18, 20214 yr The first parameter of OreFeatureConfig is a RuleTest. Just create a new BlockMatchRuleTest(Blocks.END_STONE) and pass it as parameter to OreFeatureConfig Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
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.