Fix Silk Touch drop of Top Snow

This commit is contained in:
Elias Fleckenstein 2021-01-04 13:34:57 +01:00
parent f86cf37ac9
commit 269ebc2718
1 changed files with 1 additions and 1 deletions

View File

@ -1028,7 +1028,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 = true,
_mcl_silk_touch_drop = {"mcl_core:snow " .. (i+1)},
})
end