By using MyGameDB's services you agree to our cookie use. Learn more...
public class District { private final Level level; private final BlockPosition pos; private final int index;
import java.util.Random;
// Generate roads and decorations generateRoads(); generateDecorations(); } Minecraft v1.19.1
import net.minecraft.core.Holder; import net.minecraft.core.Registry; import net.minecraft.world.level.levelgen.feature.ConfiguredFeature; import net.minecraft.world.level.levelgen.feature.Feature; import net.minecraft.world.level.levelgen.feature.configurations.StructureFeatureConfiguration; import net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplateManager; public class District { private final Level level;