Move fire charge to misc creative group

This commit is contained in:
Wuzzy 2017-02-07 02:51:00 +01:00
parent df94966c7a
commit bb7543923f
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ minetest.register_craftitem("mcl_fire:fire_charge", {
inventory_image = "mcl_fire_fire_charge.png",
liquids_pointable = false,
stack_max = 64,
groups = { tool = 1 },
on_use = function(itemstack, user, pointed_thing)
if pointed_thing.type == "node" then
if minetest.get_node(pointed_thing.under).name == "mcl_tnt:tnt" then