From fea373cdade47b92771b3f83b1dbc4ea302d0668 Mon Sep 17 00:00:00 2001 From: kuroma6666 Date: Sat, 17 Aug 2024 00:34:38 +0900 Subject: [PATCH 01/13] =?UTF-8?q?feat:=20=E4=B8=80=E6=8B=AC=E3=82=AF?= =?UTF-8?q?=E3=83=A9=E3=83=95=E3=83=88=E3=81=AB=E6=B0=B4=E5=85=A5=E3=82=8A?= =?UTF-8?q?=E3=83=90=E3=82=B1=E3=83=84=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../buildassist/menu/MineStackMassCraftMenu.scala | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 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 c62f2235e3..535ebd24f6 100644 --- a/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala +++ b/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala @@ -604,9 +604,17 @@ object MineStackMassCraftMenu { ), oneToThousand, 3 + ), + ChestSlotRef(4, 0) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of(("ice", 8), ("bucket", 1)), + NonEmptyList.of(("water_bucket", 1)) + ), + oneToThousand, + 3 ) ), - // フェンス + // 木材フェンス List( ChestSlotRef(0, 0) -> MassCraftRecipeBlock( MassCraftRecipe( @@ -689,7 +697,7 @@ object MineStackMassCraftMenu { oneToThousand, 3 ) - ) + ), ) } } From d00553f8c625b5d2fb2345d5c4db8b274fd200ec Mon Sep 17 00:00:00 2001 From: kuroma6666 Date: Sat, 17 Aug 2024 00:34:58 +0900 Subject: [PATCH 02/13] =?UTF-8?q?feat:=20=E4=B8=80=E6=8B=AC=E3=82=AF?= =?UTF-8?q?=E3=83=A9=E3=83=95=E3=83=88=E3=81=AB=E6=9C=A8=E6=9D=90=E7=B3=BB?= =?UTF-8?q?=E3=81=A8=E7=9F=B3=E6=9D=90=E7=B3=BB=E3=81=AE=E9=9A=8E=E6=AE=B5?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../menu/MineStackMassCraftMenu.scala | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) 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 535ebd24f6..c2e9d7844a 100644 --- a/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala +++ b/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala @@ -698,6 +698,72 @@ object MineStackMassCraftMenu { 3 ) ), + //木材階段 + List( + ChestSlotRef(0, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("wood", 6)), NonEmptyList.of(("oak_stairs", 4))), + oneToThousand, + 3 + ), + ChestSlotRef(1, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("wood_1", 6)), NonEmptyList.of(("spruce_stairs", 4))), + oneToThousand, + 3 + ), + ChestSlotRef(2, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("wood_2", 6)), NonEmptyList.of(("birch_stairs", 4))), + oneToThousand, + 3 + ), + ChestSlotRef(3, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("wood_3", 6)), NonEmptyList.of(("jungle_stairs", 4))), + oneToThousand, + 3 + ), + ChestSlotRef(4, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("wood_4", 6)), NonEmptyList.of(("acacia_stairs", 4))), + oneToThousand, + 3 + ), + ChestSlotRef(0, 5) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("wood_5", 6)), NonEmptyList.of(("dark_oak_stairs", 4))), + oneToThousand, + 3 + ) + ), + //石材階段 + List( + ChestSlotRef(0, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("stone", 6)), NonEmptyList.of(("stone_stairs", 4))), + oneToThousand, + 3 + ), + ChestSlotRef(1, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("granit", 6)), NonEmptyList.of(("granit_stairs", 4))), + oneToThousand, + 3 + ), + ChestSlotRef(2, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("diorite", 6)), NonEmptyList.of(("diorite_stairs", 4))), + oneToThousand, + 3 + ), + ChestSlotRef(3, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("andesite", 6)), NonEmptyList.of(("andesite_stairs", 4))), + oneToThousand, + 3 + ), + ChestSlotRef(4, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("smooth_brick0", 6)), NonEmptyList.of(("stone_brick_stairs", 4))), + oneToThousand, + 3 + ), + ChestSlotRef(0, 5) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("wood_5", 6)), NonEmptyList.of(("dark_oak_stairs", 4))), + oneToThousand, + 3 + ) + ) ) } } From c123544140d7c122ef3c1f8f6732f21ac7223e73 Mon Sep 17 00:00:00 2001 From: kuroma6666 Date: Sat, 17 Aug 2024 01:03:11 +0900 Subject: [PATCH 03/13] =?UTF-8?q?feat:=20=E4=B8=80=E6=8B=AC=E3=82=AF?= =?UTF-8?q?=E3=83=A9=E3=83=95=E3=83=88=E3=81=AB=E7=A0=82=E5=B2=A9=E7=B3=BB?= =?UTF-8?q?=E3=81=AE=E3=83=AC=E3=82=B7=E3=83=94=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../menu/MineStackMassCraftMenu.scala | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 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 c2e9d7844a..7bb4a7a2c5 100644 --- a/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala +++ b/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala @@ -757,9 +757,25 @@ object MineStackMassCraftMenu { MassCraftRecipe(NonEmptyList.of(("smooth_brick0", 6)), NonEmptyList.of(("stone_brick_stairs", 4))), oneToThousand, 3 + ) + ), + //砂岩系 + List( + ChestSlotRef(0, 0) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of(("sandstone", 3)), NonEmptyList.of(("step1", 6))), + oneToThousand, + 3 ), - ChestSlotRef(0, 5) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("wood_5", 6)), NonEmptyList.of(("dark_oak_stairs", 4))), + ChestSlotRef(1, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("sandstone", 6)), NonEmptyList.of(("standstone_stairs", 4))), + oneToThousand, + 3 + ), + ChestSlotRef(2, 0) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of(("sandstone", 1),("coal", 1)), + NonEmptyList.of(("sandstone1", 1))), oneToThousand, 3 ) From 95952ebb076af04e64ed3084b767e30326825279 Mon Sep 17 00:00:00 2001 From: kuroma6666 Date: Sat, 17 Aug 2024 01:07:34 +0900 Subject: [PATCH 04/13] =?UTF-8?q?feat:=20=E4=B8=80=E6=8B=AC=E3=82=AF?= =?UTF-8?q?=E3=83=A9=E3=83=95=E3=83=88=E3=81=AB=E5=8E=9F=E6=9C=A8->?= =?UTF-8?q?=E6=9D=BF=E6=9D=90=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../menu/MineStackMassCraftMenu.scala | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) 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 7bb4a7a2c5..0cc536bdf9 100644 --- a/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala +++ b/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala @@ -614,6 +614,39 @@ object MineStackMassCraftMenu { 3 ) ), + // 原木->木材 + List( + ChestSlotRef(0, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("oak_log", 1)), NonEmptyList.of(("oak_planks", 4))), + oneToThousand, + 3 + ), + ChestSlotRef(1, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("spruce_log", 1)), NonEmptyList.of(("spruce_planks", 4))), + oneToThousand, + 3 + ), + ChestSlotRef(2, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("birch_log", 1)), NonEmptyList.of(("birch_planks", 4))), + oneToThousand, + 3 + ), + ChestSlotRef(3, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("jungle_log", 1)), NonEmptyList.of(("jungle_planks", 4))), + oneToThousand, + 3 + ), + ChestSlotRef(4, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("acacia_log", 1)), NonEmptyList.of(("acacia_planks", 4))), + oneToThousand, + 3 + ), + ChestSlotRef(0, 5) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("dark_oak_log", 1)), NonEmptyList.of(("dark_oak_planks", 4))), + oneToThousand, + 3 + ) + ), // 木材フェンス List( ChestSlotRef(0, 0) -> MassCraftRecipeBlock( From eb3a224ab5ba4e178d701cfc7fe09e9af166b50f Mon Sep 17 00:00:00 2001 From: kuroma6666 Date: Sat, 17 Aug 2024 01:30:31 +0900 Subject: [PATCH 05/13] =?UTF-8?q?fix:=20=E3=82=A2=E3=82=A4=E3=83=86?= =?UTF-8?q?=E3=83=A0ID=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../buildassist/menu/MineStackMassCraftMenu.scala | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 0cc536bdf9..18649c24cc 100644 --- a/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala +++ b/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala @@ -617,27 +617,27 @@ object MineStackMassCraftMenu { // 原木->木材 List( ChestSlotRef(0, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("oak_log", 1)), NonEmptyList.of(("oak_planks", 4))), + MassCraftRecipe(NonEmptyList.of(("log", 1)), NonEmptyList.of(("oak_planks", 4))), oneToThousand, 3 ), ChestSlotRef(1, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("spruce_log", 1)), NonEmptyList.of(("spruce_planks", 4))), + MassCraftRecipe(NonEmptyList.of(("log1", 1)), NonEmptyList.of(("spruce_planks", 4))), oneToThousand, 3 ), ChestSlotRef(2, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("birch_log", 1)), NonEmptyList.of(("birch_planks", 4))), + MassCraftRecipe(NonEmptyList.of(("log2", 1)), NonEmptyList.of(("birch_planks", 4))), oneToThousand, 3 ), ChestSlotRef(3, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("jungle_log", 1)), NonEmptyList.of(("jungle_planks", 4))), + MassCraftRecipe(NonEmptyList.of(("log3", 1)), NonEmptyList.of(("jungle_planks", 4))), oneToThousand, 3 ), ChestSlotRef(4, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("acacia_log", 1)), NonEmptyList.of(("acacia_planks", 4))), + MassCraftRecipe(NonEmptyList.of(("log4", 1)), NonEmptyList.of(("acacia_planks", 4))), oneToThousand, 3 ), @@ -787,7 +787,7 @@ object MineStackMassCraftMenu { 3 ), ChestSlotRef(4, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("smooth_brick0", 6)), NonEmptyList.of(("stone_brick_stairs", 4))), + MassCraftRecipe(NonEmptyList.of(("smooth_brick0", 6)), NonEmptyList.of(("smooth_stairs", 4))), oneToThousand, 3 ) From fd907aad619722ebe6e769dea2dd65af98577de3 Mon Sep 17 00:00:00 2001 From: kuroma6666 Date: Sat, 17 Aug 2024 01:52:33 +0900 Subject: [PATCH 06/13] =?UTF-8?q?fix:=20=E5=8E=9F=E6=9C=A8=E3=82=A2?= =?UTF-8?q?=E3=82=A4=E3=83=86=E3=83=A0ID=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../unchama/buildassist/menu/MineStackMassCraftMenu.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 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 18649c24cc..9154ab1079 100644 --- a/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala +++ b/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala @@ -637,12 +637,12 @@ object MineStackMassCraftMenu { 3 ), ChestSlotRef(4, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("log4", 1)), NonEmptyList.of(("acacia_planks", 4))), + MassCraftRecipe(NonEmptyList.of(("log_2", 1)), NonEmptyList.of(("acacia_planks", 4))), oneToThousand, 3 ), ChestSlotRef(0, 5) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("dark_oak_log", 1)), NonEmptyList.of(("dark_oak_planks", 4))), + MassCraftRecipe(NonEmptyList.of(("log_21", 1)), NonEmptyList.of(("dark_oak_planks", 4))), oneToThousand, 3 ) From fcd1f53f503139bc1f93a7bfbe8894a0c8c62505 Mon Sep 17 00:00:00 2001 From: kuroma6666 Date: Sat, 17 Aug 2024 13:10:09 +0900 Subject: [PATCH 07/13] =?UTF-8?q?fix:=20=E7=9F=B3=E6=9D=90=E3=82=A2?= =?UTF-8?q?=E3=82=A4=E3=83=86=E3=83=A0ID=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../buildassist/menu/MineStackMassCraftMenu.scala | 9 +++++---- 1 file changed, 5 insertions(+), 4 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 9154ab1079..04eeaac54a 100644 --- a/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala +++ b/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala @@ -767,12 +767,12 @@ object MineStackMassCraftMenu { //石材階段 List( ChestSlotRef(0, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("stone", 6)), NonEmptyList.of(("stone_stairs", 4))), + MassCraftRecipe(NonEmptyList.of(("cobblestone", 6)), NonEmptyList.of(("stone_stairs", 4))), oneToThousand, 3 ), ChestSlotRef(1, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("granit", 6)), NonEmptyList.of(("granit_stairs", 4))), + MassCraftRecipe(NonEmptyList.of(("granite", 6)), NonEmptyList.of(("granite_stairs", 4))), oneToThousand, 3 ), @@ -807,8 +807,9 @@ object MineStackMassCraftMenu { ), ChestSlotRef(2, 0) -> MassCraftRecipeBlock( MassCraftRecipe( - NonEmptyList.of(("sandstone", 1),("coal", 1)), - NonEmptyList.of(("sandstone1", 1))), + NonEmptyList.of(("sandstone", 1),("coal", 1)), + NonEmptyList.of(("sandstone1", 1)) + ), oneToThousand, 3 ) From 75827be3ce0b0a095b6a7b26a6ba2827e884302d Mon Sep 17 00:00:00 2001 From: kuroma6666 Date: Sat, 17 Aug 2024 13:50:11 +0900 Subject: [PATCH 08/13] =?UTF-8?q?fix:=20=E4=B8=80=E6=8B=AC=E3=82=AF?= =?UTF-8?q?=E3=83=A9=E3=83=95=E3=83=88=E6=9D=90=E6=96=99=E6=9C=80=E5=B0=8F?= =?UTF-8?q?=E5=80=8B=E6=95=B0=E3=82=92=E4=BF=AE=E6=AD=A31=E5=80=8B->4?= =?UTF-8?q?=E5=80=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../menu/MineStackMassCraftMenu.scala | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 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 04eeaac54a..8302a30650 100644 --- a/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala +++ b/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala @@ -617,32 +617,32 @@ object MineStackMassCraftMenu { // 原木->木材 List( ChestSlotRef(0, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("log", 1)), NonEmptyList.of(("oak_planks", 4))), + MassCraftRecipe(NonEmptyList.of(("log", 4)), NonEmptyList.of(("oak_planks", 16))), oneToThousand, 3 ), ChestSlotRef(1, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("log1", 1)), NonEmptyList.of(("spruce_planks", 4))), + MassCraftRecipe(NonEmptyList.of(("log1", 4)), NonEmptyList.of(("spruce_planks", 16))), oneToThousand, 3 ), ChestSlotRef(2, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("log2", 1)), NonEmptyList.of(("birch_planks", 4))), + MassCraftRecipe(NonEmptyList.of(("log2", 4)), NonEmptyList.of(("birch_planks", 16))), oneToThousand, 3 ), ChestSlotRef(3, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("log3", 1)), NonEmptyList.of(("jungle_planks", 4))), + MassCraftRecipe(NonEmptyList.of(("log3", 4)), NonEmptyList.of(("jungle_planks", 16))), oneToThousand, 3 ), ChestSlotRef(4, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("log_2", 1)), NonEmptyList.of(("acacia_planks", 4))), + MassCraftRecipe(NonEmptyList.of(("log_2", 4)), NonEmptyList.of(("acacia_planks", 16))), oneToThousand, 3 ), ChestSlotRef(0, 5) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("log_21", 1)), NonEmptyList.of(("dark_oak_planks", 4))), + MassCraftRecipe(NonEmptyList.of(("log_21", 4)), NonEmptyList.of(("dark_oak_planks", 16))), oneToThousand, 3 ) @@ -806,10 +806,7 @@ object MineStackMassCraftMenu { 3 ), ChestSlotRef(2, 0) -> MassCraftRecipeBlock( - MassCraftRecipe( - NonEmptyList.of(("sandstone", 1),("coal", 1)), - NonEmptyList.of(("sandstone1", 1)) - ), + MassCraftRecipe(NonEmptyList.of(("sandstone", 4)), NonEmptyList.of(("sandstone1", 4))), oneToThousand, 3 ) From 885451a9a6ee555a7b323a4bfe4d1f5107c3bc42 Mon Sep 17 00:00:00 2001 From: kuroma6666 Date: Sat, 17 Aug 2024 14:16:08 +0900 Subject: [PATCH 09/13] =?UTF-8?q?fix:=20=E5=8E=9F=E6=9C=A8->=E6=9D=BF?= =?UTF-8?q?=E6=9D=90=E3=83=AC=E3=82=B7=E3=83=94=E3=81=AB=E3=81=A6=E8=A6=81?= =?UTF-8?q?=E6=B1=82=E3=81=99=E3=82=8B=E5=BB=BA=E7=AF=89=E3=83=AC=E3=83=99?= =?UTF-8?q?=E3=83=AB=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../buildassist/menu/MineStackMassCraftMenu.scala | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 8302a30650..a1f7b78de1 100644 --- a/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala +++ b/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala @@ -619,32 +619,32 @@ object MineStackMassCraftMenu { ChestSlotRef(0, 0) -> MassCraftRecipeBlock( MassCraftRecipe(NonEmptyList.of(("log", 4)), NonEmptyList.of(("oak_planks", 16))), oneToThousand, - 3 + 1 ), ChestSlotRef(1, 0) -> MassCraftRecipeBlock( MassCraftRecipe(NonEmptyList.of(("log1", 4)), NonEmptyList.of(("spruce_planks", 16))), oneToThousand, - 3 + 1 ), ChestSlotRef(2, 0) -> MassCraftRecipeBlock( MassCraftRecipe(NonEmptyList.of(("log2", 4)), NonEmptyList.of(("birch_planks", 16))), oneToThousand, - 3 + 1 ), ChestSlotRef(3, 0) -> MassCraftRecipeBlock( MassCraftRecipe(NonEmptyList.of(("log3", 4)), NonEmptyList.of(("jungle_planks", 16))), oneToThousand, - 3 + 1 ), ChestSlotRef(4, 0) -> MassCraftRecipeBlock( MassCraftRecipe(NonEmptyList.of(("log_2", 4)), NonEmptyList.of(("acacia_planks", 16))), oneToThousand, - 3 + 1 ), ChestSlotRef(0, 5) -> MassCraftRecipeBlock( MassCraftRecipe(NonEmptyList.of(("log_21", 4)), NonEmptyList.of(("dark_oak_planks", 16))), oneToThousand, - 3 + 1 ) ), // 木材フェンス From 66347feffdccdb44f2bf90c046e98c271b4afef5 Mon Sep 17 00:00:00 2001 From: kuroma6666 Date: Sat, 17 Aug 2024 14:24:18 +0900 Subject: [PATCH 10/13] =?UTF-8?q?feat:=20=E4=B8=80=E6=8B=AC=E3=82=AF?= =?UTF-8?q?=E3=83=A9=E3=83=95=E3=83=88=E3=81=AB=E7=9F=B3=E6=9D=90=E7=B3=BB?= =?UTF-8?q?=E3=81=AE=E3=83=8F=E3=83=BC=E3=83=95=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../menu/MineStackMassCraftMenu.scala | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) 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 a1f7b78de1..18cac075ef 100644 --- a/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala +++ b/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala @@ -764,6 +764,39 @@ object MineStackMassCraftMenu { 3 ) ), + // 石材ハーフ + List( + ChestSlotRef(0, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("cobblestone", 3)), NonEmptyList.of(("step3", 6))), + oneToThousand, + 3 + ), + ChestSlotRef(1, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("stone", 3)), NonEmptyList.of(("step0", 6))), + oneToThousand, + 3 + ), + ChestSlotRef(2, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("granite", 3)), NonEmptyList.of(("granite_slab", 6))), + oneToThousand, + 3 + ), + ChestSlotRef(3, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("diorite", 3)), NonEmptyList.of(("diorite_slab", 6))), + oneToThousand, + 3 + ), + ChestSlotRef(4, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("andesite", 3)), NonEmptyList.of(("andesite_slab", 6))), + oneToThousand, + 3 + ), + ChestSlotRef(0, 5) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("smooth_brick0", 3)), NonEmptyList.of(("dark_oak_stairs", 4))), + oneToThousand, + 3 + ) + ), //石材階段 List( ChestSlotRef(0, 0) -> MassCraftRecipeBlock( From bb62c031a66cf68756a4fabbcd934db6e3383c55 Mon Sep 17 00:00:00 2001 From: kuroma6666 Date: Sat, 17 Aug 2024 17:00:39 +0900 Subject: [PATCH 11/13] =?UTF-8?q?feat:=20=E4=B8=80=E6=8B=AC=E3=82=AF?= =?UTF-8?q?=E3=83=A9=E3=83=95=E3=83=88=E3=81=AB=E3=83=AC=E3=83=83=E3=83=89?= =?UTF-8?q?=E3=82=B9=E3=83=88=E3=83=BC=E3=83=B3=E7=B3=BB=E3=81=AE=E3=83=AC?= =?UTF-8?q?=E3=82=B7=E3=83=94=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../menu/MineStackMassCraftMenu.scala | 308 +++++++++++++++++- 1 file changed, 303 insertions(+), 5 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 18cac075ef..279082992c 100644 --- a/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala +++ b/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala @@ -792,12 +792,12 @@ object MineStackMassCraftMenu { 3 ), ChestSlotRef(0, 5) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("smooth_brick0", 3)), NonEmptyList.of(("dark_oak_stairs", 4))), + MassCraftRecipe(NonEmptyList.of(("smooth_brick0", 3)), NonEmptyList.of(("step5", 4))), oneToThousand, 3 ) ), - //石材階段 + // 石材階段 List( ChestSlotRef(0, 0) -> MassCraftRecipeBlock( MassCraftRecipe(NonEmptyList.of(("cobblestone", 6)), NonEmptyList.of(("stone_stairs", 4))), @@ -825,11 +825,11 @@ object MineStackMassCraftMenu { 3 ) ), - //砂岩系 + // 砂岩系 List( ChestSlotRef(0, 0) -> MassCraftRecipeBlock( MassCraftRecipe( - NonEmptyList.of(("sandstone", 3)), NonEmptyList.of(("step1", 6))), + NonEmptyList.of(("sandstone", 3)), NonEmptyList.of(("step1", 6))), oneToThousand, 3 ), @@ -843,7 +843,305 @@ object MineStackMassCraftMenu { oneToThousand, 3 ) - ) + ), + // レッドストーン系(1) + List( + ChestSlotRef(0, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("stone", 2)), NonEmptyList.of(("stone_plate", 1))), + oneToThousand, + 3 + ), + ChestSlotRef(1, 0) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of(("cobblestone", 1), ("stick", 1)), + NonEmptyList.of(("lever", 1)) + ), + oneToThousand, + 3 + ), + ChestSlotRef(2, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("oak_planks", 2)), NonEmptyList.of(("wood_plate", 1))), + oneToThousand, + 3 + ), + ChestSlotRef(3, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("oak_planks", 6)), NonEmptyList.of(("trap_door", 2))), + oneToThousand, + 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(("stone", 1)), NonEmptyList.of(("stone_button", 1))), + oneToThousand, + 3 + ), + ChestSlotRef(1, 5) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of(("redstone", 1), ("stick", 1)), + NonEmptyList.of(("redstone_torch_on", 1)) + ), + oneToThousand, + 3 + ), + ChestSlotRef(2, 5) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of(("redstone", 4), ("glowstone", 1)), + NonEmptyList.of(("redstone_lamp_off", 1)) + ), + oneToThousand, + 3 + ), + ChestSlotRef(3, 5) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of( + ("iron_ingot", 1), ("stick", 1), + ("oak_planks", 1) + ), + NonEmptyList.of(("tripwire_hook", 2)) + ), + oneToThousand, + 3 + ), + ChestSlotRef(4, 5) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of(("oak_planks", 8), ("diamond", 1)), + NonEmptyList.of(("jukebox", 1)) + ), + oneToThousand, + 3 + ), + ), + // レッドストーン系(2) + List( + ChestSlotRef(0, 0) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of(("cobblestone", 7), ("redstone", 1)), + NonEmptyList.of(("dropper", 1))), + oneToThousand, + 3 + ), + ChestSlotRef(1, 0) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of( + ("oak_planks", 3), ("cobblestone", 4), + ("iron_ingot", 1), ("redstone", 1) + ), + NonEmptyList.of(("piston_base", 1)) + ), + oneToThousand, + 3 + ), + ChestSlotRef(2, 0) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of(("chest", 1), ("tripwire_hook", 1)), + NonEmptyList.of(("trapped_chest", 1)) + ), + oneToThousand, + 3 + ), + ChestSlotRef(3, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("iron_ingot", 6)), NonEmptyList.of(("iron_door", 3))), + oneToThousand, + 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( + MassCraftRecipe( + NonEmptyList.of(("chest", 1), ("iron_ingot", 5)), + NonEmptyList.of(("hopper", 1)) + ), + oneToThousand, + 3 + ), + ChestSlotRef(2, 5) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of(("slime_ball", 1), ("piston_base", 1)), + NonEmptyList.of(("piston_sticky_base", 1)) + ), + oneToThousand, + 3 + ), + ChestSlotRef(3, 5) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of(("sand", 4), ("sulphur", 5)), + NonEmptyList.of(("tnt", 1)) + ), + oneToThousand, + 3 + ), + ChestSlotRef(4, 5) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of( + ("glass", 3), ("quartz", 3), + ("wood_step0", 3) + ), + NonEmptyList.of(("daylight_detector", 1)) + ), + oneToThousand, + 3 + ), + ), + // レッドストーン系(3) + List( + ChestSlotRef(0, 0) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of( + ("gold_ingot", 6), ("stick", 1), + ("redstone", 1) + ), + NonEmptyList.of(("powered_rail", 6)) + ), + oneToThousand, + 3 + ), + ChestSlotRef(1, 0) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of( + ("iron_ingot", 6), ("stone_plate", 4), + ("redstone", 1) + ), + NonEmptyList.of(("detector_rail", 6)) + ), + oneToThousand, + 3 + ), + ChestSlotRef(2, 0) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of( + ("iron_ingot", 6), ("stick", 2), + ("redstone_torch_on", 1) + ), + NonEmptyList.of(("activator_rail", 6)) + ), + oneToThousand, + 3 + ), + ChestSlotRef(3, 0) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of( + ("redstone_torch_on", 2),("redstone", 1), + ("stone", 3) + ), + NonEmptyList.of(("diode", 1)) + ), + oneToThousand, + 3 + ), + ChestSlotRef(4, 0) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of( + ("redstone_torch_on", 3),("quartz", 1), + ("stone", 3) + ), + NonEmptyList.of(("redstone_comparator", 1)) + ), + oneToThousand, + 3 + ), + ), + // 木材フェンスゲート + List( + ChestSlotRef(0, 0) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of(("oak_planks", 2), ("stick", 4)), + NonEmptyList.of(("fence_gate", 1)) + ), + oneToThousand, + 3 + ), + ChestSlotRef(1, 0) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of(("spruce_planks", 2), ("stick", 4)), + NonEmptyList.of(("spruce_fence_gate", 1)) + ), + oneToThousand, + 3 + ), + ChestSlotRef(2, 0) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of(("birch_planks", 2), ("stick", 4)), + NonEmptyList.of(("birch_fence_gate", 1)) + ), + oneToThousand, + 3 + ), + ChestSlotRef(3, 0) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of(("jungle_planks", 2), ("stick", 4)), + NonEmptyList.of(("jungle_fence_gate", 1)) + ), + oneToThousand, + 3 + ), + ChestSlotRef(4, 0) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of(("acacia_planks", 2), ("stick", 4)), + NonEmptyList.of(("acacia_fence_gate", 1)) + ), + oneToThousand, + 3 + ), + ChestSlotRef(0, 5) -> MassCraftRecipeBlock( + MassCraftRecipe( + NonEmptyList.of(("dark_oak_planks", 2), ("stick", 4)), + NonEmptyList.of(("dark_oak_fence_gate", 1)) + ), + oneToThousand, + 3 + ), + ), + // 木材ドア + List( + ChestSlotRef(0, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("oak_planks", 6)), NonEmptyList.of(("wood_door", 3))), + oneToThousand, + 3 + ), + ChestSlotRef(1, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("spruce_planks", 6)), NonEmptyList.of(("spruce_door_item", 3))), + oneToThousand, + 3 + ), + ChestSlotRef(2, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("birch_planks", 6)), NonEmptyList.of(("birch_door_item", 3))), + oneToThousand, + 3 + ), + ChestSlotRef(3, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("jungle_planks", 6)), NonEmptyList.of(("jungle_door_item", 3))), + oneToThousand, + 3 + ), + ChestSlotRef(4, 0) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("acacia_planks", 6)), NonEmptyList.of(("acacia_door_item", 3))), + oneToThousand, + 3 + ), + ChestSlotRef(0, 5) -> MassCraftRecipeBlock( + MassCraftRecipe(NonEmptyList.of(("dark_oak_planks", 6)),NonEmptyList.of(("dark_oak_door_item", 3))), + oneToThousand, + 3 + ), + ), ) } } From dc0c6e39cbd756a1878b452c2ef1f6baf1152a1c Mon Sep 17 00:00:00 2001 From: kuroma6666 Date: Sat, 17 Aug 2024 18:03:27 +0900 Subject: [PATCH 12/13] =?UTF-8?q?fix:=20=E3=83=AC=E3=83=83=E3=83=89?= =?UTF-8?q?=E3=82=B9=E3=83=88=E3=83=BC=E3=83=B3=E7=B3=BB=E3=81=AE=E3=82=B9?= =?UTF-8?q?=E3=83=AD=E3=83=83=E3=83=88=E4=BD=8D=E7=BD=AE=E3=82=92=E4=BF=AE?= =?UTF-8?q?=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), From 78bbe7e94fd30779f21f457ddf0ce903d0e82390 Mon Sep 17 00:00:00 2001 From: kuroma6666 Date: Sat, 17 Aug 2024 19:33:58 +0900 Subject: [PATCH 13/13] =?UTF-8?q?fix:=20=E6=9C=A8=E6=9D=90=E7=B3=BB?= =?UTF-8?q?=E3=83=AC=E3=82=B7=E3=83=94=E3=81=AB=E3=81=8A=E3=81=91=E3=82=8B?= =?UTF-8?q?=E3=82=A2=E3=82=A4=E3=83=86=E3=83=A0ID=E3=82=92=E6=9D=BF?= =?UTF-8?q?=E6=9D=90=E3=81=A8=E3=81=AA=E3=82=8B=E3=82=88=E3=81=86=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../menu/MineStackMassCraftMenu.scala | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 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 504752856a..ec2916356f 100644 --- a/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala +++ b/src/main/scala/com/github/unchama/buildassist/menu/MineStackMassCraftMenu.scala @@ -651,7 +651,7 @@ object MineStackMassCraftMenu { List( ChestSlotRef(0, 0) -> MassCraftRecipeBlock( MassCraftRecipe( - NonEmptyList.of(("wood", 4), ("stick", 2)), + NonEmptyList.of(("oak_planks", 4), ("stick", 2)), NonEmptyList.of(("fence", 3)) ), oneToThousand, @@ -659,7 +659,7 @@ object MineStackMassCraftMenu { ), ChestSlotRef(1, 0) -> MassCraftRecipeBlock( MassCraftRecipe( - NonEmptyList.of(("wood_1", 4), ("stick", 2)), + NonEmptyList.of(("spruce_planks", 4), ("stick", 2)), NonEmptyList.of(("spruce_fence", 3)) ), oneToThousand, @@ -667,7 +667,7 @@ object MineStackMassCraftMenu { ), ChestSlotRef(2, 0) -> MassCraftRecipeBlock( MassCraftRecipe( - NonEmptyList.of(("wood_2", 4), ("stick", 2)), + NonEmptyList.of(("birch_planks", 4), ("stick", 2)), NonEmptyList.of(("birch_fence", 3)) ), oneToThousand, @@ -675,7 +675,7 @@ object MineStackMassCraftMenu { ), ChestSlotRef(3, 0) -> MassCraftRecipeBlock( MassCraftRecipe( - NonEmptyList.of(("wood_3", 4), ("stick", 2)), + NonEmptyList.of(("jungle_planks", 4), ("stick", 2)), NonEmptyList.of(("jungle_fence", 3)) ), oneToThousand, @@ -683,7 +683,7 @@ object MineStackMassCraftMenu { ), ChestSlotRef(4, 0) -> MassCraftRecipeBlock( MassCraftRecipe( - NonEmptyList.of(("wood_4", 4), ("stick", 2)), + NonEmptyList.of(("acacia_planks", 4), ("stick", 2)), NonEmptyList.of(("acacia_fence", 3)) ), oneToThousand, @@ -691,7 +691,7 @@ object MineStackMassCraftMenu { ), ChestSlotRef(0, 5) -> MassCraftRecipeBlock( MassCraftRecipe( - NonEmptyList.of(("wood_5", 4), ("stick", 2)), + NonEmptyList.of(("dark_oak_planks", 4), ("stick", 2)), NonEmptyList.of(("dark_oak_fence", 3)) ), oneToThousand, @@ -701,32 +701,32 @@ object MineStackMassCraftMenu { // 木材ハーフ List( ChestSlotRef(0, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("wood", 3)), NonEmptyList.of(("wood_step0", 6))), + MassCraftRecipe(NonEmptyList.of(("oak_planks", 3)), NonEmptyList.of(("wood_step0", 6))), oneToThousand, 3 ), ChestSlotRef(1, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("wood_1", 3)), NonEmptyList.of(("wood_step1", 6))), + MassCraftRecipe(NonEmptyList.of(("spruce_planks", 3)), NonEmptyList.of(("wood_step1", 6))), oneToThousand, 3 ), ChestSlotRef(2, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("wood_2", 3)), NonEmptyList.of(("wood_step2", 6))), + MassCraftRecipe(NonEmptyList.of(("birch_planks", 3)), NonEmptyList.of(("wood_step2", 6))), oneToThousand, 3 ), ChestSlotRef(3, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("wood_3", 3)), NonEmptyList.of(("wood_step3", 6))), + MassCraftRecipe(NonEmptyList.of(("jungle_planks", 3)), NonEmptyList.of(("wood_step3", 6))), oneToThousand, 3 ), ChestSlotRef(4, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("wood_4", 3)), NonEmptyList.of(("wood_step4", 6))), + MassCraftRecipe(NonEmptyList.of(("acacia_planks", 3)), NonEmptyList.of(("wood_step4", 6))), oneToThousand, 3 ), ChestSlotRef(0, 5) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("wood_5", 3)), NonEmptyList.of(("wood_step5", 6))), + MassCraftRecipe(NonEmptyList.of(("dark_oak_planks", 3)), NonEmptyList.of(("wood_step5", 6))), oneToThousand, 3 ) @@ -734,32 +734,32 @@ object MineStackMassCraftMenu { //木材階段 List( ChestSlotRef(0, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("wood", 6)), NonEmptyList.of(("oak_stairs", 4))), + MassCraftRecipe(NonEmptyList.of(("oak_planks", 6)), NonEmptyList.of(("oak_stairs", 4))), oneToThousand, 3 ), ChestSlotRef(1, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("wood_1", 6)), NonEmptyList.of(("spruce_stairs", 4))), + MassCraftRecipe(NonEmptyList.of(("spruce_planks", 6)), NonEmptyList.of(("spruce_stairs", 4))), oneToThousand, 3 ), ChestSlotRef(2, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("wood_2", 6)), NonEmptyList.of(("birch_stairs", 4))), + MassCraftRecipe(NonEmptyList.of(("birch_planks", 6)), NonEmptyList.of(("birch_stairs", 4))), oneToThousand, 3 ), ChestSlotRef(3, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("wood_3", 6)), NonEmptyList.of(("jungle_stairs", 4))), + MassCraftRecipe(NonEmptyList.of(("jungle_planks", 6)), NonEmptyList.of(("jungle_stairs", 4))), oneToThousand, 3 ), ChestSlotRef(4, 0) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("wood_4", 6)), NonEmptyList.of(("acacia_stairs", 4))), + MassCraftRecipe(NonEmptyList.of(("acacia_planks", 6)), NonEmptyList.of(("acacia_stairs", 4))), oneToThousand, 3 ), ChestSlotRef(0, 5) -> MassCraftRecipeBlock( - MassCraftRecipe(NonEmptyList.of(("wood_5", 6)), NonEmptyList.of(("dark_oak_stairs", 4))), + MassCraftRecipe(NonEmptyList.of(("dark_oak_planks", 6)), NonEmptyList.of(("dark_oak_stairs", 4))), oneToThousand, 3 )