diff --git a/main.lua b/main.lua index d48149e..dd28deb 100644 --- a/main.lua +++ b/main.lua @@ -735,7 +735,7 @@ mod.hooks:wrap("world.tod", function(next, tod, ctx) return DayNight.tod() end) -mod.exports.version = "1.1.1" +mod.exports.version = "1.2.0" -- 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 diff --git a/manifest.json b/manifest.json index f6481a8..edf6193 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,12 @@ { "id": "DRAMATIC_SHAPE", "name": "Dramatic Shape Voxel Mod", - "version": "1.1.1", + "version": "1.2.0", "api": 2, "entry": "main.lua", "profile": "content", "category": "GRAPHICS", - "game_version": "0.0.0-dev || >=0.1.32 <2.0.0", + "game_version": "0.0.0-dev || >=0.1.37 <2.0.0", "priority": 100, "dependencies": [], "optional_dependencies": [], diff --git a/mod.card b/mod.card index 5dd464e..ef13bc1 100644 --- a/mod.card +++ b/mod.card @@ -38,5 +38,5 @@ return { credits = { { who = "pret/pokered", for_ = "the tile and sprite data the geometry is derived from" }, }, - compat = { engine = ">=0.1.32 <2.0.0", modApi = 2 }, + compat = { engine = ">=0.1.37 <2.0.0", modApi = 2 }, }