mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-15 20:25:16 +02:00
Change hopper minecart delay to 0.25 seconds from 0.05 seconds
This commit is contained in:
parent
53e1546219
commit
c72ff616ab
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ mod.register_minecart({
|
|||
local above_pos = vector.offset(pos,0,1,0)
|
||||
mcl_util.hopper_pull_to_inventory(inv, 'main', above_pos, pos)
|
||||
|
||||
staticdata.hopper_delay = (staticdata.hopper_delay or 0) + (1/20)
|
||||
staticdata.hopper_delay = (staticdata.hopper_delay or 0) + 0.25
|
||||
end,
|
||||
_mcl_minecarts_on_step = function(self, dtime)
|
||||
hopper_take_item(self, dtime)
|
||||
|
|
Loading…
Add table
Reference in a new issue