#include "IceBiome.h" #include "minecraft/world/level/biome/Biome.h" IceBiome::IceBiome(int id) : Biome(id) {};