Skip to content

Commit

Permalink
fix(recipes): ✏️ [Beehive] (rustic) cheaper
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Aug 12, 2023
1 parent 426e43d commit 7341324
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/mods/rustic.zs
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,9 @@ craft.remake(<rustic:vase>, ["pretty",
"W W W"], {
"W": <ore:terracottaGlazed>,
});

# Skyblock Alt
// val sphere = <architecturecraft:shape>.withTag({Shape: 33, BaseName: "minecraft:planks", BaseData: 0});
for fluid in [<liquid:oliveoil>, <liquid:for.honey>, <liquid:honey>] as crafttweaker.liquid.ILiquidStack[] {
mods.tconstruct.Casting.addBasinRecipe(<rustic:beehive>, <ore:blockSugarcane>, fluid, 1000, true, 100);
}

0 comments on commit 7341324

Please sign in to comment.