diff options
author | DrNuget <drnuget@outlook.com> | 2025-01-21 11:03:04 +0200 |
---|---|---|
committer | DrNuget <drnuget@outlook.com> | 2025-01-21 11:03:04 +0200 |
commit | 2bac803665346222095c277f11d00bd904747be1 (patch) | |
tree | 22356e0099af31deb1bcf44367ede3a1e9e01867 /groovy/postInit/recipes.groovy | |
parent | 585fc62fbe22c8d490cfd88acd3157d64d0990ed (diff) |
fix a typo and some minor changes
Diffstat (limited to 'groovy/postInit/recipes.groovy')
-rw-r--r-- | groovy/postInit/recipes.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/groovy/postInit/recipes.groovy b/groovy/postInit/recipes.groovy index aee47c2..7193a56 100644 --- a/groovy/postInit/recipes.groovy +++ b/groovy/postInit/recipes.groovy @@ -1 +1 @@ -crafting.addShapeless(item("minecraft:flint"), [item("minecraft:gravel"),item("minecraft:gravel"),item("minecraft:gravel")]); +crafting.addShapeless(item("minecraft:flint"), [item("minecraft:gravel"),item("minecraft:gravel"),item("minecraft:gravel")]) |