From 249daeb0e6a7d9b637eeb4e5cfda4710a68d59d3 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Fri, 11 May 2018 10:22:53 -0400 Subject: Add readme.md mostly taken from the forum thread (and markdown-ified) Updated several mods: castles, homedecor, digilines, farming redo, jumping, maptools, mesecons, moreblocks, moretrees, pipeworks, signs_lib, technic, unified_dyes Deleted the peaceful_npc mod, as it is broken and unmaintained. --- pipeworks/wielder.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pipeworks') diff --git a/pipeworks/wielder.lua b/pipeworks/wielder.lua index b92176f..eb7931f 100644 --- a/pipeworks/wielder.lua +++ b/pipeworks/wielder.lua @@ -103,6 +103,8 @@ local function wielder_on(data, wielder_pos, wielder_node) get_look_dir = delay(vector.multiply(dir, -1)), get_look_pitch = delay(pitch), get_look_yaw = delay(yaw), + get_look_horizontal = delay(yaw), + get_look_vertical = delay(pitch), get_player_control = delay({ jump=false, right=false, left=false, LMB=false, RMB=false, sneak=data.sneak, aux1=false, down=false, up=false }), get_player_control_bits = delay(data.sneak and 64 or 0), get_player_name = delay(data.masquerade_as_owner and wielder_meta:get_string("owner") or ":pipeworks:"..minetest.pos_to_string(wielder_pos)), -- cgit v1.2.3