GravityIO

Results 4 issues of GravityIO

## Allow for querying the Tools of a Turtle This could be done by having a `turtle.getLeftTool()` and `turtle.getRightTool()` function, that returns information about the item just like it would...

enhancement
area-Minecraft

I feel like getItemDetail whether it be for the turtle or the inventory peripherals, should also include whether the item is a fuel item and how many items it can...

enhancement
area-Minecraft

```java java.lang.ArrayIndexOutOfBoundsException: Index 115 out of bounds for length 26 at net.minecraft.class_2540.method_10818(class_2540.java:478) at net.minecraft.class_9.method_47935(class_9.java:155) at net.minecraft.class_9.method_28(class_9.java:147) at net.minecraft.class_11.method_34(class_11.java:211) at fi.dy.masa.minihud.util.DebugInfoUtils.onServerTickEnd(DebugInfoUtils.java:188) at net.minecraft.server.MinecraftServer.handler$ccm000$minihud$onServerTickPost(MinecraftServer.java:5288) at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:868) at net.minecraft.class_1132.method_3748(class_1132.java:99) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:264)...

**Describe the solution you'd like** What would you like to see in the mod? Search through shulker box items inside of chests, and point to the chest containing the shulker...

enhancement