mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-12-29 17:17:29 +01:00
Make filter-injector work with latest chest versions
This commit is contained in:
parent
a858145098
commit
3d845a3f28
@ -167,6 +167,7 @@ local function punch_filter(data, filtpos, filtnode, msg)
|
||||
local fakePlayer = {
|
||||
get_player_name = delay(owner),
|
||||
is_fake_player = ":pipeworks",
|
||||
get_wielded_item = delay(ItemStack(nil))
|
||||
} -- TODO: use a mechanism as the wielder one
|
||||
local dir = minetest.facedir_to_right_dir(filtnode.param2)
|
||||
local frompos = vector.subtract(filtpos, dir)
|
||||
|
Loading…
Reference in New Issue
Block a user