forked from minetest-mods/mesecons
Fix Bug: Pistons can now be removed
This commit is contained in:
parent
81d9f6a68a
commit
0f7e2d5ab3
|
@ -2,7 +2,7 @@
|
|||
--registration normal one:
|
||||
minetest.register_node("mesecons_pistons:piston_normal", {
|
||||
tile_images = {"jeija_piston_tb.png", "jeija_piston_tb.png", "jeija_piston_tb.png", "jeija_piston_tb.png", "jeija_piston_tb.png", "jeija_piston_side.png"},
|
||||
groups = {crackly=3},
|
||||
groups = {cracky=3},
|
||||
paramtype2="facedir",
|
||||
description="Piston",
|
||||
})
|
||||
|
@ -19,7 +19,7 @@ minetest.register_craft({
|
|||
--registration sticky one:
|
||||
minetest.register_node("mesecons_pistons:piston_sticky", {
|
||||
tile_images = {"jeija_piston_tb.png", "jeija_piston_tb.png", "jeija_piston_tb.png", "jeija_piston_tb.png", "jeija_piston_tb.png", "jeija_piston_sticky_side.png"},
|
||||
groups = {crackly=3},
|
||||
groups = {cracky=3},
|
||||
paramtype2="facedir",
|
||||
description="Sticky Piston",
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user