mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-21 14:55:15 +02:00
Patch mcl_ocean/sea_pickle.lua for pickblock
This commit is contained in:
parent
b080eba382
commit
78f7267b50
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue