Remove some unused groups: hot, melty, bendy
This commit is contained in:
parent
618911f162
commit
00f8feab0b
6 changed files with 9 additions and 10 deletions
|
@ -287,7 +287,6 @@ minetest.register_tool("default:flint_and_steel", {
|
|||
flamable = {uses=65, maxlevel=1},
|
||||
}
|
||||
},
|
||||
--groups = {hot=3, igniter=1, not_in_creative_inventory=1},
|
||||
on_use = function(itemstack, user, pointed_thing)
|
||||
if pointed_thing.type == "node" then
|
||||
set_fire(pointed_thing)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue