Delete old func, fix two crash and add timer
This commit is contained in:
parent
15256967eb
commit
4052da3116
3 changed files with 55 additions and 7 deletions
|
@ -6,7 +6,7 @@ minetest.register_node("farming:soil", {
|
|||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{-0.5, -0.5, -0.5, 0.5, 0.375, 0.5},
|
||||
{-0.5, -0.5, -0.5, 0.5, 0.4, 0.5},
|
||||
}
|
||||
},
|
||||
groups = {crumbly=3, not_in_creative_inventory=1,soil=2},
|
||||
|
@ -20,7 +20,7 @@ minetest.register_node("farming:soil_wet", {
|
|||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{-0.5, -0.5, -0.5, 0.5, 0.375, 0.5},
|
||||
{-0.5, -0.5, -0.5, 0.5, 0.4, 0.5},
|
||||
}
|
||||
},
|
||||
groups = {crumbly=3, not_in_creative_inventory=1,soil=3},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue