mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-27 11:11:27 +01:00
Make pressure plates non-walkable
This commit is contained in:
parent
b5c89dd2f6
commit
b86b83cc58
@ -101,6 +101,7 @@ function mesecon.register_pressure_plate(basename, description, textures_off, te
|
|||||||
inventory_image = image_i,
|
inventory_image = image_i,
|
||||||
wield_image = image_w,
|
wield_image = image_w,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
|
walkable = false,
|
||||||
description = description,
|
description = description,
|
||||||
on_timer = pp_on_timer,
|
on_timer = pp_on_timer,
|
||||||
on_construct = function(pos)
|
on_construct = function(pos)
|
||||||
|
Loading…
Reference in New Issue
Block a user