shortened dirt path slabs
This commit is contained in:
parent
371ec2a65e
commit
c95921c0b0
@ -241,7 +241,7 @@ minetest.register_node(
|
|||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {-0.5, -0.5 - (2/16), -0.5, 0.5, 2/16, 0.5}
|
fixed = {-0.5, -0.5 - (2/16), -0.5, 0.5, -2/16, 0.5}
|
||||||
},
|
},
|
||||||
tiles ={"default_dirt.png"},
|
tiles ={"default_dirt.png"},
|
||||||
groups = {crumbly=3, fall_damage_add_percent=-10},
|
groups = {crumbly=3, fall_damage_add_percent=-10},
|
||||||
|
Loading…
Reference in New Issue
Block a user