Skip to content

Commit

Permalink
wield_scale must be a vector not a number removed because is default
Browse files Browse the repository at this point in the history
  • Loading branch information
nonfreegithub authored and SmallJoker committed Jan 18, 2024
1 parent 025b3a5 commit 6691607
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,6 @@ local function register_torch_bow(name, desc, material, image, torch_bow_range,
minetest.register_tool("torch_bomb:torch_crossbow_" .. name, {
description = S("@1 Torch Crossbow", desc),
inventory_image = image,
wield_scale = 1,
stack_max = 1,
groups = nil,
sound = {
Expand Down

0 comments on commit 6691607

Please sign in to comment.