Add pick_axe_tweaks
support (#1)
Co-authored-by: OgelGames <olliverdc28@gmail.com> Co-authored-by: Luke aka SwissalpS <Luke@SwissalpS.ws>
This commit is contained in:
parent
39eb02edfb
commit
470d84910b
@ -6,4 +6,5 @@ globals = {
|
||||
read_globals = {
|
||||
"armor",
|
||||
"toolranks",
|
||||
"pick_axe_tweaks",
|
||||
}
|
||||
|
7
init.lua
7
init.lua
@ -44,6 +44,13 @@ if minetest.get_modpath("toolranks") then
|
||||
end
|
||||
|
||||
|
||||
-- Pickaxe-Tweaks support
|
||||
|
||||
if minetest.get_modpath("pick_axe_tweaks") then
|
||||
pick_axe_tweaks.register_pick_axes({"obsidianstuff:pick"})
|
||||
end
|
||||
|
||||
|
||||
-- Aliases
|
||||
|
||||
minetest.register_alias("obsidianstuff:helmet", "obsidianstuff:helmet_obsidian")
|
||||
|
Loading…
x
Reference in New Issue
Block a user