Minor improvements, add east and west ramp
This commit is contained in:
@@ -76,6 +76,7 @@ class Chunk:
|
||||
with open(fname, 'w') as f:
|
||||
json.dump(dataOut, f)
|
||||
self.dirty = False
|
||||
self.onChunkData.invoke(self)
|
||||
except Exception as e:
|
||||
raise RuntimeError(f"Failed to save chunk file: {e}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user