Improved SurfaceRule Handling
This commit is contained in:
parent
e08d85b605
commit
bdf30109f6
16 changed files with 266 additions and 161 deletions
|
@ -1,8 +1,10 @@
|
|||
package org.betterx.bclib.interfaces;
|
||||
|
||||
import net.minecraft.world.level.biome.BiomeSource;
|
||||
import net.minecraft.world.level.levelgen.SurfaceRules;
|
||||
|
||||
public interface SurfaceRuleProvider {
|
||||
void bclib_addBiomeSource(BiomeSource source);
|
||||
void bclib_clearBiomeSources();
|
||||
void bclib_overwrite(SurfaceRules.RuleSource surfaceRule);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue