version to 1.0.1 with water fixes

This commit is contained in:
DramaticShape
2026-07-26 19:24:04 -04:00
parent 08246b03e5
commit cc134a2a84
3 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ mod.events:on("map.reloaded", function(payload)
if mapId then ChunkMesher.invalidate(mapId) end
end)
mod.exports.version = "1.0.0"
mod.exports.version = "1.0.1"
-- exposed so a companion mod can pin its own tiles' shapes or read the
-- camera without reaching into this mod's file layout
mod.exports.lib = V