mirror of
https://gitlab.com/echoes91/spears.git
synced 2025-06-28 21:56:02 +02:00
Compare commits
3 Commits
2.2
...
nalc-1.2.0
Author | SHA1 | Date | |
---|---|---|---|
66c69c5265 | |||
662e637595 | |||
63d339a686 |
@ -4,3 +4,4 @@ DISABLE_COPPER_SPEAR = false
|
|||||||
DISABLE_BRONZE_SPEAR = false
|
DISABLE_BRONZE_SPEAR = false
|
||||||
DISABLE_DIAMOND_SPEAR = false
|
DISABLE_DIAMOND_SPEAR = false
|
||||||
DISABLE_OBSIDIAN_SPEAR = false
|
DISABLE_OBSIDIAN_SPEAR = false
|
||||||
|
DISABLE_GOLD_SPEAR = false
|
||||||
|
4
init.lua
4
init.lua
@ -12,6 +12,4 @@ dofile(minetest.get_modpath("spears").."/functions.lua")
|
|||||||
dofile(minetest.get_modpath("spears").."/tools.lua")
|
dofile(minetest.get_modpath("spears").."/tools.lua")
|
||||||
|
|
||||||
|
|
||||||
if minetest.setting_get("log_mods") then
|
minetest.log("action", "[spears] loaded.")
|
||||||
minetest.log("action", "spears loaded")
|
|
||||||
end
|
|
||||||
|
Reference in New Issue
Block a user