From dc0c6e39cbd756a1878b452c2ef1f6baf1152a1c Mon Sep 17 00:00:00 2001 From: kuroma6666 Date: Sat, 17 Aug 2024 18:03:27 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=83=AC=E3=83=83=E3=83=89=E3=82=B9?= =?UTF-8?q?=E3=83=88=E3=83=BC=E3=83=B3=E7=B3=BB=E3=81=AE=E3=82=B9=E3=83=AD?= =?UTF-8?q?=E3=83=83=E3=83=88=E4=BD=8D=E7=BD=AE=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../menu/MineStackMassCraftMenu.scala | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala b/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala index 279082992c..504752856a 100644 --- a/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala +++ b/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala @@ -952,19 +952,11 @@ object MineStackMassCraftMenu { 3 ), ChestSlotRef(4, 0) -> MassCraftRecipeBlock( - MassCraftRecipe( - NonEmptyList.of(("oak_planks", 8), ("redstone", 1)), - NonEmptyList.of(("note_block", 1)) - ), - oneToThousand, - 3 - ), - ChestSlotRef(0, 5) -> MassCraftRecipeBlock( MassCraftRecipe(NonEmptyList.of(("iron_ingot", 4)),NonEmptyList.of(("iron_trapdoor", 1))), oneToThousand, 3 ), - ChestSlotRef(1, 5) -> MassCraftRecipeBlock( + ChestSlotRef(0, 5) -> MassCraftRecipeBlock( MassCraftRecipe( NonEmptyList.of(("chest", 1), ("iron_ingot", 5)), NonEmptyList.of(("hopper", 1)) @@ -972,7 +964,7 @@ object MineStackMassCraftMenu { oneToThousand, 3 ), - ChestSlotRef(2, 5) -> MassCraftRecipeBlock( + ChestSlotRef(1, 5) -> MassCraftRecipeBlock( MassCraftRecipe( NonEmptyList.of(("slime_ball", 1), ("piston_base", 1)), NonEmptyList.of(("piston_sticky_base", 1)) @@ -980,7 +972,7 @@ object MineStackMassCraftMenu { oneToThousand, 3 ), - ChestSlotRef(3, 5) -> MassCraftRecipeBlock( + ChestSlotRef(2, 5) -> MassCraftRecipeBlock( MassCraftRecipe( NonEmptyList.of(("sand", 4), ("sulphur", 5)), NonEmptyList.of(("tnt", 1)) @@ -988,7 +980,7 @@ object MineStackMassCraftMenu { oneToThousand, 3 ), - ChestSlotRef(4, 5) -> MassCraftRecipeBlock( + ChestSlotRef(3, 5) -> MassCraftRecipeBlock( MassCraftRecipe( NonEmptyList.of( ("glass", 3), ("quartz", 3),