Skip to content

Instantly share code, notes, and snippets.

@trilexcom
Last active May 2, 2018 00:25
Show Gist options
  • Save trilexcom/5e3f1e3ef497154a4c350cbc81377365 to your computer and use it in GitHub Desktop.
Save trilexcom/5e3f1e3ef497154a4c350cbc81377365 to your computer and use it in GitHub Desktop.
is their a reason why this recipe won't work ?
#early game liquid concrete recipe
recipes.addShaped(<forge:bucketfilled>.withTag({FluidName: "concrete", Amount: 1000}),
[[<ore:dustClay>,<ore:dustStone>, <ore:dustSand>],
[<ore:dustStone>, <ore:listAllwater>, <ore:dustStone>],
[<ore:dustSand>, <ore:dustStone>, <ore:dustClay>]]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment