Scripts navigation broken
xXTomeroXx opened this issue ยท 8 comments
MC version 1.16.5
CC version: 1.95.3
The Script i used was "https://pastebin.com/gkz5sgZ8" ore Collecting Miner
Steps to reproduce: install and open the mod.
Placing a Mining turtle.
Put in the pastebin from above,
Start it,
And the navigation is not working.
The navigation for Scripts like auto mining are broken on Tweaked, i tested the script on CC for MC 1.12.2 and it worked fine. or did i something wrong, like a setting?
Ahh. I'm afraid there's nothing I can do here. The original script author was a little lazy when writing this and hard coded key values rather than using the keys
API.
These values changed in MC 1.13, which means this no longer works. I'm afraid there's not much I can do here :/.
You could go through the old keys file and replace the numbers in the script with the keys api.
Could you link to the script in question? I imagine it's due to the key codes changing, but hard to confirm from your description.
It's only changed once (according to the wiki) and this is the original from source control, which I am certain is older than the change. https://github.com/SquidDev-CC/CC-Tweaked/blob/50a4a961e5d1f98ec231f69b0611c59fbd438302/src/main/resources/assets/computercraft/lua/rom/apis/keys
If it still doesn't work then it wasn't the keys API that broke it.
but i stilll dont know how to do it. i dont reallly know how to programm. but im learning