diff --git a/src/main/java/com/gregtechceu/gtceu/data/recipe/WoodTypeEntry.java b/src/main/java/com/gregtechceu/gtceu/data/recipe/WoodTypeEntry.java index 7fd4591668..9e825fd48d 100644 --- a/src/main/java/com/gregtechceu/gtceu/data/recipe/WoodTypeEntry.java +++ b/src/main/java/com/gregtechceu/gtceu/data/recipe/WoodTypeEntry.java @@ -174,7 +174,7 @@ public TagKey getStick() { } public Item[] getLogs() { - return new Item[]{this.log, this.wood, this.strippedWood, this.strippedLog}; + return new Item[] { this.log, this.wood, this.strippedWood, this.strippedLog }; } public static class Builder {