diff --git a/patchwork.md b/patchwork.md index 40a7ddb96..8153ec51d 100644 --- a/patchwork.md +++ b/patchwork.md @@ -441,4 +441,11 @@ bb8f4c624bf87169b73fb631d8250cfc38181e15 Some sanity checks for get{Direction,Orientation} ``` -Use `getCachedState` instead of forge's `getBlockState` and `contains` instead of `has`. \ No newline at end of file +Use `getCachedState` instead of forge's `getBlockState` and `contains` instead of `has`. + +``` +05c3c8ad3269c9025757f9261e7f609889fb6bdc + +Generate docs for generic peripherals +``` +Skipped everything except some removed whitespace. \ No newline at end of file diff --git a/src/main/java/dan200/computercraft/shared/peripheral/generic/methods/InventoryMethods.java b/src/main/java/dan200/computercraft/shared/peripheral/generic/methods/InventoryMethods.java index 6642cccf2..76186fc24 100644 --- a/src/main/java/dan200/computercraft/shared/peripheral/generic/methods/InventoryMethods.java +++ b/src/main/java/dan200/computercraft/shared/peripheral/generic/methods/InventoryMethods.java @@ -36,8 +36,6 @@ import java.util.Optional; import static dan200.computercraft.shared.peripheral.generic.methods.ArgumentHelpers.assertBetween; - - /** * Methods for interacting with inventories. *