1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Merge branch 'master' of https://github.com/Slimefun/Slimefun4.git into feature/auto-crafters

This commit is contained in:
TheBusyBiscuit 2021-02-06 19:33:45 +01:00
commit bbd631536d
2 changed files with 2 additions and 2 deletions

View File

@ -355,7 +355,7 @@
<dependency> <dependency>
<groupId>com.konghq</groupId> <groupId>com.konghq</groupId>
<artifactId>unirest-java</artifactId> <artifactId>unirest-java</artifactId>
<version>3.11.10</version> <version>3.11.11</version>
<scope>compile</scope> <scope>compile</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>

View File

@ -314,4 +314,4 @@ public abstract class AutomatedCraftingChamber extends SlimefunItem implements I
craftingRecipes.put(builder.toString(), RecipeType.getRecipeOutputList(machine, inputs)); craftingRecipes.put(builder.toString(), RecipeType.getRecipeOutputList(machine, inputs));
} }
} }
} }