Skip to content

Commit 8a4ab3d

Browse files
committed
Release 2.0.0 Touch-Up (nowrinkles)
- Re-added the mysteriously missing Sand press recipe...
1 parent 8ffe6c9 commit 8a4ab3d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/java/darkbum/saltymod/init/recipes/ModPressRecipes.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ public static void init() {
4242
true,
4343
null);
4444

45+
addPressRecipe(new ItemStack(gravel),
46+
null,
47+
new ItemStack(sand),
48+
false,
49+
true,
50+
null);
51+
4552
addPressRecipe(new ItemStack(mineral_mud_ball),
4653
new boolean[]{enableMineralMud},
4754
new ItemStack(potionitem, 1, 0),

0 commit comments

Comments
 (0)