c5ebe7f35a
Wasn't working when wielding more than one stick/staff, due to implied count check added to fix log-stack-splitting issue.
13 lines
356 B
Lua
13 lines
356 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, minetest
|
|
= include, minetest
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
local modname = minetest.get_current_modname()
|
|
local path = minetest.get_modpath(modname)
|
|
|
|
include('api')
|
|
include('node')
|
|
include('abm')
|
|
include('firestarting')
|