mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-10 01:13:57 +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 = {
|
local fakePlayer = {
|
||||||
get_player_name = delay(owner),
|
get_player_name = delay(owner),
|
||||||
is_fake_player = ":pipeworks",
|
is_fake_player = ":pipeworks",
|
||||||
|
get_wielded_item = delay(ItemStack(nil))
|
||||||
} -- TODO: use a mechanism as the wielder one
|
} -- TODO: use a mechanism as the wielder one
|
||||||
local dir = minetest.facedir_to_right_dir(filtnode.param2)
|
local dir = minetest.facedir_to_right_dir(filtnode.param2)
|
||||||
local frompos = vector.subtract(filtpos, dir)
|
local frompos = vector.subtract(filtpos, dir)
|
||||||
|
Loading…
Reference in New Issue
Block a user