Small improvements and cleanup
This commit is contained in:
parent
32cdd65af9
commit
94a93e055f
@ -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
|
||||
|
||||
|
||||
---
|
||||
|
@ -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
|
@ -1 +0,0 @@
|
||||
default
|
4
mod.conf
Normal file
4
mod.conf
Normal file
@ -0,0 +1,4 @@
|
||||
name = abritorch
|
||||
description = Coloured torches mod for Minetest
|
||||
depends = default
|
||||
optional_depends = caverealms
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user