mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-28 13:56:02 +02:00
Update nodes for compatibility with digging time groups.
This commit is contained in:
@ -44,7 +44,7 @@ minetest.register_node("mesecons_movestones:movestone", {
|
||||
tile_images = {"jeija_movestone_side.png", "jeija_movestone_side.png", "jeija_movestone_side.png", "jeija_movestone_side.png", "jeija_movestone_arrows.png", "jeija_movestone_arrows.png"},
|
||||
paramtype2 = "facedir",
|
||||
legacy_facedir_simple = true,
|
||||
material = minetest.digprop_stonelike(0.8),
|
||||
groups = {crackly=3},
|
||||
description="Movestone",
|
||||
})
|
||||
|
||||
@ -153,7 +153,7 @@ minetest.register_node("mesecons_movestones:sticky_movestone", {
|
||||
inventory_image = minetest.inventorycube("jeija_sticky_movestone.png", "jeija_movestone_side.png", "jeija_movestone_side.png"),
|
||||
paramtype2 = "facedir",
|
||||
legacy_facedir_simple = true,
|
||||
material = minetest.digprop_stonelike(0.8),
|
||||
groups = {crackly=3},
|
||||
description="Sticky Movestone",
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user