Moved erosion code into BE

This commit is contained in:
paulevsGitch 2021-12-23 10:11:12 +03:00
parent c947af1211
commit 75a0b3d7d2
4 changed files with 0 additions and 273 deletions

View file

@ -12,7 +12,6 @@ import net.minecraft.world.entity.Entity;
import net.minecraft.world.entity.LivingEntity;
import net.minecraft.world.level.Level;
import net.minecraft.world.level.biome.Biome;
import net.minecraft.world.level.material.FogType;
import ru.bclib.api.biomes.BiomeAPI;
import ru.bclib.util.BackgroundInfo;
import ru.bclib.util.MHelper;