Spaces:
Build error
Build error
File size: 484 Bytes
d46f4a3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
package net.minecraft.data.worldgen;
import net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool;
public class VillagePools {
public static void bootstrap(BootstrapContext<StructureTemplatePool> p_334012_) {
PlainVillagePools.bootstrap(p_334012_);
SnowyVillagePools.bootstrap(p_334012_);
SavannaVillagePools.bootstrap(p_334012_);
DesertVillagePools.bootstrap(p_334012_);
TaigaVillagePools.bootstrap(p_334012_);
}
} |