1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00
This commit is contained in:
TheBusyBiscuit 2021-04-19 10:36:43 +02:00
commit dcc5648c8f
2 changed files with 4 additions and 1 deletions

View File

@ -420,7 +420,7 @@
<dependency>
<groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId>
<version>2.1.193</version>
<version>2.1.194</version>
<scope>provided</scope>
<exclusions>

View File

@ -76,6 +76,9 @@ public class GrindStone extends MultiBlockMachine {
recipes.add(new ItemStack(Material.NETHER_WART_BLOCK));
recipes.add(new ItemStack(Material.NETHER_WART, 9));
recipes.add(new ItemStack(Material.QUARTZ_BLOCK));
recipes.add(new ItemStack(Material.QUARTZ, 4));
}
@Override