Browse Source

testing so using blacklist

plan to create config program later
master
poikilos 9 years ago
committed by Jacob Gustafson
parent
commit
97421bc141
  1. 2
      chunkymap-regen.py

2
chunkymap-regen.py

@ -432,7 +432,7 @@ class MTChunks:
auto_chosen_world = False
self.world_blacklist = list()
self.world_blacklist.append("CarbonUnit")
#self.world_blacklist.append("abiyahhgamebv7world1")
self.world_blacklist.append("abiyahhgamebv7world1")
if not os.path.isdir(self.mapvars["world_path"]):
#for item in os.walk(self.worlds_path):
print ("LOOKING FOR WORLDS IN " + self.worlds_path)

Loading…
Cancel
Save