ac-minetest / basic_machines

Simple automation mod for minetest
17 stars 22 forks source link

Mover+protection bug: no battery checking before acting #37

Closed minertestdude closed 5 years ago

minertestdude commented 5 years ago

You know it, because you demonstrated it. :)

Bug: Mover must check for battery in proximity first before operating.

Reproduce: Place protection block,near mover, keypad. Set mover to some "node" Set keypad to mover position (push keypad, push mover) Set keypad repeat 500

If other player walks into the node, then he will be rotated as if he tries to touch keypad (correct), but it shouldnt try to work, before checking battery in proximity.

ac-minetest commented 5 years ago

This is a feature caused by 'protector mod annoying players'. Machines mod just does a protector check before doing more stuff.

minertestdude commented 5 years ago

ok, thumbs up