Deprecate global config variables
This commit is contained in:
parent
347a8807bf
commit
83c60c85ff
11 changed files with 189 additions and 183 deletions
|
@ -112,7 +112,7 @@ minetest.register_tool("shooter_hook:grapple_gun_loaded", {
|
|||
end,
|
||||
})
|
||||
|
||||
if SHOOTER_ENABLE_CRAFTING == true then
|
||||
if shooter.config.enable_crafting == true then
|
||||
minetest.register_craft({
|
||||
output = "shooter_hook:grapple_hook",
|
||||
recipe = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue