mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-02-16 18:54:58 +01:00
Merge branch 'master' into anvils
This commit is contained in:
commit
091622f855
1 changed files with 1 additions and 1 deletions
|
@ -1041,7 +1041,7 @@ for i=1,8 do
|
|||
drop = "mcl_throwing:snowball "..(i+1),
|
||||
_mcl_blast_resistance = 0.1,
|
||||
_mcl_hardness = 0.1,
|
||||
_mcl_silk_touch_drop = {"mcl_core:snow " .. (i+1)},
|
||||
_mcl_silk_touch_drop = {"mcl_core:snow " .. i},
|
||||
})
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue