Creative categories: book, chorusfruit, endpearl

This commit is contained in:
Wuzzy 2019-02-06 12:04:58 +01:00
parent 3976c7c4b9
commit 371bc0cb76
3 changed files with 3 additions and 2 deletions

View file

@ -321,5 +321,6 @@ minetest.register_craftitem("mcl_throwing:ender_pearl", {
inventory_image = "mcl_throwing_ender_pearl.png",
stack_max = 16,
on_use = throw_function("mcl_throwing:ender_pearl_entity"),
groups = { transport = 1 },
})