Clean up item categorization in creative inv.

This commit is contained in:
Wuzzy 2019-02-06 11:15:53 +01:00
parent 66c99efb2f
commit 27fa2c2e66
6 changed files with 7 additions and 4 deletions

View file

@ -295,6 +295,7 @@ minetest.register_craftitem("mcl_throwing:snowball", {
_doc_items_usagehelp = how_to_throw,
inventory_image = "mcl_throwing_snowball.png",
stack_max = 16,
groups = { weapon_ranged = 1 },
on_use = throw_function("mcl_throwing:snowball_entity"),
_on_dispense = dispense_function,
})