Compare commits

...

2 Commits

Author SHA1 Message Date
bri cassa 5f3a000f4a Delete depends.txt, add mod.conf 2022-07-07 21:21:29 +02:00
bri cassa 9ae537f8a7 Fix deprecated call of Minetest settings 2021-03-02 23:48:23 +01:00
3 changed files with 5 additions and 3 deletions

View File

@ -1,2 +0,0 @@
default
wool

View File

@ -52,6 +52,6 @@ for _, row in ipairs(paintings.dyes) do
})
end
if minetest.setting_getbool("log_mods") then
if minetest.settings:get_bool("log_mods") then
minetest.log("action", "Carbone: [paintings] loaded.")
end

4
mod.conf Normal file
View File

@ -0,0 +1,4 @@
name = paintings
title = Paintings
description = Carbonne Paintings mod that add paintings
depends = default,wool