You need to do it in a new dimension.
You can add it directly to your GenerationSetting.
public class ModGenSettings extends GenerationSettings{
public ModGenSettings () {
this.setDefaultBlock( YOUR_BLOCK.get().getDefaultState().getBlockState() );
}
11 replies
Important Information
By using this site, you agree to our Terms of Use.