Skip to content

Commit

Permalink
fix: レッドストーン系のスロット位置を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroma6666 committed Aug 17, 2024
1 parent bb62c03 commit dc0c6e3
Showing 1 changed file with 4 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -952,43 +952,35 @@ 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))
),
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))
),
oneToThousand,
3
),
ChestSlotRef(3, 5) -> MassCraftRecipeBlock(
ChestSlotRef(2, 5) -> MassCraftRecipeBlock(
MassCraftRecipe(
NonEmptyList.of(("sand", 4), ("sulphur", 5)),
NonEmptyList.of(("tnt", 1))
),
oneToThousand,
3
),
ChestSlotRef(4, 5) -> MassCraftRecipeBlock(
ChestSlotRef(3, 5) -> MassCraftRecipeBlock(
MassCraftRecipe(
NonEmptyList.of(
("glass", 3), ("quartz", 3),
Expand Down

0 comments on commit dc0c6e3

Please sign in to comment.