Skip to content

Commit 1cb9a96

Browse files
author
seventh-june
committed
fix moss recipe
1 parent 12460a6 commit 1cb9a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/team/chisel/Features.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4591,7 +4591,7 @@ void addBlocks() {
45914591
@Override
45924592
void addRecipes() {
45934593
GameRegistry.addRecipe(
4594-
new ItemStack(moss, 1, 0),
4594+
new ItemStack(moss, 8, 0),
45954595
"ggg",
45964596
"gMg",
45974597
"ggg",

0 commit comments

Comments
 (0)