Team-RTG / Realistic-Structure-Generation

Minecraft mod that generates more realistic-looking structures.
11 stars 3 forks source link

Disable buildings #3

Open topisani opened 8 years ago

topisani commented 8 years ago

would be a per biome setting.

Lanse505 commented 8 years ago

Why not both Per Biome and Total

So it'd go:

Master:

Disable Structure:

S:DisableStatue=false S:DisableLargeBoulder=false S:DisableVillageGarden=false S:DisableDerpyRainbowTree=false S:DisableTopisaniGardens=false

Servants:

DesertStructures:

S:DesertStatue=true S:DesertLargeBoulder=true S:DesertVillageGarden=true S:DesertDerpyRainbowTree=true S:DesertTopisaniGardens=true

PlainsStructures:

S:PlainsStatue=true S:PlainsLargeBoulder=true S:PlainsVillageGarden=true S:PlainsDerpyRainbowTree=true S:PlainsTopisaniGardens=true

ForestStructures:

S:ForestStatue=true S:ForestLargeBoulder=true S:ForestVillageGarden=true S:ForestDerpyRainbowTree=true S:ForestTopisaniGardens=true

TaigaStructures:

S:TaigaStatue=true S:TaigaLargeBoulder=true S:TaigaVillageGarden=true S:TaigaDerpyRainbowTree=true S:TaigaTopisaniGardens=true