You can now change the drone position around player per drone and per level see one of the
drone (line 53) files or the
wiki to see how to change it
Fixed you can now only damage the drone with left click
Added default position to all drone files if not found it will use left position
Example with laser drone
Code (Text):
default:
1:
# Check for targets around drone (ticks)
find-target: 3
# Custom head from config.yml
head: laser-1
# Drone head position (x z is best to keep the same value or it will not be a perfect circle around player)
# But you can create some awesome shapes around player if you have the values a little bit off like x: 1.875 z: 1.575
position:
# x position (1.575 is left -1.575 is right)
x: 1.575
# Drone head height (y offset you can use - values also)
y: 2
# z position (1.575 is left -1.575 is right)
z: 1.575