Move fire functions away from mcl_core
This commit is contained in:
parent
18cd2be89b
commit
08052b8968
4 changed files with 62 additions and 63 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue