1
0
Fork 0

Patch mcl_ocean/sea_pickle.lua for pickblock

This commit is contained in:
Mikita Wiśniewski 2024-08-03 14:06:15 +07:00
parent 128676d098
commit 4996354995
1 changed files with 2 additions and 0 deletions

View File

@ -134,6 +134,7 @@ for s=1,4 do
_mcl_sea_pickle_next = next_on,
_mcl_hardness = 0,
_mcl_blast_resistance = 0,
_vl_pickblock = canonical,
})
minetest.register_node("mcl_ocean:sea_pickle_"..s.."_off_"..ontop, {
@ -166,6 +167,7 @@ for s=1,4 do
_mcl_sea_pickle_next = next_off,
_mcl_hardness = 0,
_mcl_blast_resistance = 0,
_vl_pickblock = canonical,
})
if mod_doc then