Move fire functions away from mcl_core

This commit is contained in:
Wuzzy 2017-02-01 16:43:05 +01:00
parent 18cd2be89b
commit 08052b8968
4 changed files with 62 additions and 63 deletions

View file

@ -11,7 +11,7 @@ minetest.register_craftitem("mcl_fire:fire_charge", {
tnt.ignite(pointed_thing.under)
itemstack:take_item()
else
mcl_core.set_fire(pointed_thing)
mcl_fire.set_fire(pointed_thing)
itemstack:take_item()
end
end