1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-23 18:07:39 +00:00

Some event typo fixes

This commit is contained in:
Jonathan Coates
2023-01-16 22:53:58 +00:00
parent f43b839056
commit 2014e9527e
12 changed files with 30 additions and 23 deletions

View File

@@ -555,7 +555,7 @@ public class TurtleAPI implements ILuaAPI {
* @throws LuaException If the refuel count is out of range.
* @cc.treturn [1] true If the turtle was refuelled.
* @cc.treturn [2] false If the turtle was not refuelled.
* @cc.treturn [2] string The reason the turtle was not refuelled (
* @cc.treturn [2] string The reason the turtle was not refuelled.
* @cc.usage Refuel a turtle from the currently selected slot.
* <pre>{@code
* local level = turtle.getFuelLevel()