Skip to content

Commit

Permalink
Cleanup formatting of Hempcrete recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
voidsong-dragonfly committed Apr 20, 2024
1 parent 4c83280 commit 044555a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ private void stoneDecoration(RecipeOutput out)
.unlockedBy("has_bricks", has(Blocks.BRICKS))
.save(out, toRL(toPath(StoneDecoration.CLINKER_BRICK_SILL)));
addSandwich(StoneDecoration.HEMPCRETE, 6,
makeIngredient(IETags.clay),
makeIngredient(IETags.fiberHemp),
makeIngredient(IETags.clay),
has(IETags.fiberHemp), out);
makeIngredient(IETags.clay),
makeIngredient(IETags.fiberHemp),
makeIngredient(IETags.clay),
has(IETags.fiberHemp), out);
ShapedRecipeBuilder.shaped(RecipeCategory.MISC, StoneDecoration.HEMPCRETE_BRICK, 4)
.pattern("hh")
.pattern("hh")
Expand Down

0 comments on commit 044555a

Please sign in to comment.