mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Merge pull request 'Slow down the pressure plate timer' (#3627) from pplates into master
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/3627 Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
This commit is contained in:
commit
56175d839f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
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 = {
|
||||
type = "fixed",
|
||||
|
|
Loading…
Reference in a new issue