mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-16 12:52:27 +01:00
Fix seagrass selectionbox
This commit is contained in:
@ -77,7 +77,7 @@ minetest.register_node("mcl_ocean:seagrass_dirt", {
|
|||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
{ -0.5, -0.5, -0.5, 0.5, 0.5, 0.5 },
|
{ -0.5, -0.5, -0.5, 0.5, 0.5, 0.5 },
|
||||||
{ -6/16, -8/16, -6/16, 6/16, 4/16, 6/16 },
|
{ -0.5, 0.5, -0.5, 0.5, 1.3, 0.5 },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
groups = { dig_immediate = 3, deco_block = 1, plant = 1, seagrass = 1, },
|
groups = { dig_immediate = 3, deco_block = 1, plant = 1, seagrass = 1, },
|
||||||
|
Reference in New Issue
Block a user