fix: typo

This commit is contained in:
Alexander Medvedev
2026-06-22 19:52:35 +02:00
parent 74beb9738a
commit a8669b8582

View File

@@ -152,7 +152,7 @@ impl SlimeEntity {
// For now, we assume natural spawning as that's what we are implementing.
// Swamp/Surface Spawning
// TOOD: fix
// TODO: fix
// let biome = world.get_biome(pos);
// if biome.has_tag(&pumpkin_data::tag::WorldgenBiome::MINECRAFT_ALLOWS_SURFACE_SLIME_SPAWNS)
// && pos.0.y > 50