mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-24 19:41:08 +01:00
Patch mcl_ocean/sea_pickle.lua for pickblock
This commit is contained in:
parent
128676d098
commit
4996354995
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_sea_pickle_next = next_on,
|
||||||
_mcl_hardness = 0,
|
_mcl_hardness = 0,
|
||||||
_mcl_blast_resistance = 0,
|
_mcl_blast_resistance = 0,
|
||||||
|
_vl_pickblock = canonical,
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node("mcl_ocean:sea_pickle_"..s.."_off_"..ontop, {
|
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_sea_pickle_next = next_off,
|
||||||
_mcl_hardness = 0,
|
_mcl_hardness = 0,
|
||||||
_mcl_blast_resistance = 0,
|
_mcl_blast_resistance = 0,
|
||||||
|
_vl_pickblock = canonical,
|
||||||
})
|
})
|
||||||
|
|
||||||
if mod_doc then
|
if mod_doc then
|
||||||
|
|
Loading…
Reference in a new issue