Cave biome populators
This commit is contained in:
parent
3dcafa522c
commit
945a322b53
44 changed files with 182 additions and 43 deletions
|
@ -23,7 +23,7 @@ import ru.betterend.registry.EndBlocks;
|
|||
import ru.betterend.registry.EndTags;
|
||||
import ru.betterend.util.BlocksHelper;
|
||||
import ru.betterend.util.BonemealUtil;
|
||||
import ru.betterend.world.biome.land.EndBiome;
|
||||
import ru.betterend.world.biome.EndBiome;
|
||||
|
||||
@Mixin(BoneMealItem.class)
|
||||
public class BoneMealItemMixin {
|
||||
|
|
|
@ -102,8 +102,6 @@ public class PlayerManagerMixin {
|
|||
else {
|
||||
var23 = World.END;
|
||||
}
|
||||
|
||||
System.out.println("World " + this.server.getWorld(World.END));
|
||||
|
||||
RegistryKey<World> registryKey = var23;
|
||||
ServerWorld serverWorld = this.server.getWorld(registryKey);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue