1

Merge netherite/excavation controllers, overhaul movement logic with verticality support

This commit is contained in:
2025-10-06 22:29:33 +02:00
parent 13b506923b
commit b5cb13732e
6 changed files with 350 additions and 292 deletions

View File

@ -157,6 +157,8 @@ end
function TestingController:Run()
self.controller:Configure()
self.controller:DisableMiningForward()
self.controller:DisableMiningAbove()
self.controller:DisableMiningBelow()
print("There are multiple tests available:")
print("1: Relative movement with relative rotation")