Small improvements and cleanup

master
Mikita Wiśniewski 2021-09-01 13:28:11 +07:00
parent 32cdd65af9
commit 94a93e055f
5 changed files with 7 additions and 8 deletions

View File

@ -1,4 +1,3 @@
Textures:
Original torch textures from minetest_game/default
Recoloured textures and edits by Shara RedCat
@ -10,7 +9,7 @@ Attribution: BlockMen, from https://github.com/BlockMen/torches
Code:
License: MIT (https://opensource.org/licenses/MIT)
By Shara RedCat
Small improvements and changes by rudzik8
---

View File

@ -1,4 +1,3 @@
local recipe_list
local modname
@ -36,4 +35,4 @@ for i in ipairs(recipe_list) do
{"default:torch", "", "default:torch" },
}
})
end
end

View File

@ -1 +0,0 @@
default

4
mod.conf Normal file
View File

@ -0,0 +1,4 @@
name = abritorch
description = Coloured torches mod for Minetest
depends = default
optional_depends = caverealms

View File

@ -1,4 +1,3 @@
local colour_list = {
{"black", "Darkened",}, {"blue", "Blue",},
{"cyan", "Cyan",}, {"green", "Green",},
@ -117,5 +116,4 @@ for i in ipairs(colour_list) do
end
end
})
end
end