mirror of
https://gitlab.com/echoes91/spears.git
synced 2025-06-29 22:20:24 +02:00
Version MFF.
This commit is contained in:
8
init.lua
Normal file → Executable file
8
init.lua
Normal file → Executable file
@ -15,3 +15,11 @@ dofile(minetest.get_modpath("spears").."/tools.lua")
|
||||
if minetest.setting_get("log_mods") then
|
||||
minetest.log("action", "spears loaded")
|
||||
end
|
||||
|
||||
--alias
|
||||
minetest.register_alias("throwing:spear_stone", "spears:spear_stone")
|
||||
minetest.register_alias("throwing:spear_steel", "spears:spear_steel")
|
||||
minetest.register_alias("throwing:spear_diamond", "spears:spear_diamond")
|
||||
minetest.register_alias("throwing:spear_obsidian", "spears:spear_obsidian")
|
||||
minetest.register_alias("throwing:spear_mithril", "spears:spear_mithril")
|
||||
|
||||
|
Reference in New Issue
Block a user