Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wield_scale must be a vector not a number removed because is default
fixes #8 @corarona [#L769](https://github.com/minetest-mods/torch_bomb/blob/master/init.lua#L769) this should say wield_scale = {x=1, y=1, z=1} or just be removed since 1 is the default i suppose. https://github.com/minetest/minetest/blob/master/doc/lua_api.md?plain=1#L8679 https://codeberg.org/mineclonia/mineclonia/issues/955 https://git.minetest.land/MineClone2/MineClone2/issues/3971
- Loading branch information