Aaron Suen c5ebe7f35a Fix stick firestarting.
Wasn't working when wielding more than one stick/staff, due to
implied count check added to fix log-stack-splitting issue.
2019-02-21 14:27:06 -05:00

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')