forked from VoxeLibre/VoxeLibre
Slow down the pressure plate timer
This commit is contained in:
parent
b19cc8a5e6
commit
93bc5bb5f8
|
@ -1,6 +1,6 @@
|
||||||
local S = minetest.get_translator(minetest.get_current_modname())
|
local S = minetest.get_translator(minetest.get_current_modname())
|
||||||
|
|
||||||
local PRESSURE_PLATE_INTERVAL = 0.04
|
local PRESSURE_PLATE_INTERVAL = 0.25
|
||||||
|
|
||||||
local pp_box_off = {
|
local pp_box_off = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
|
|
Loading…
Reference in New Issue