diff options
| author | Felix Yeung <19355619+imfelixyeung@users.noreply.github.com> | 2024-10-07 18:55:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-07 17:55:25 +0000 |
| commit | e9bd1fb46553f08b1aac6cd4f7867c389e85f8aa (patch) | |
| tree | efcbd90de65d1ce04839671f8b7312ff95c372d1 /items | |
| parent | 467c4f8ac408f9963b2b71de8b93f0e8f125378d (diff) | |
| download | NotEnoughUpdates-REPO-e9bd1fb46553f08b1aac6cd4f7867c389e85f8aa.tar.gz NotEnoughUpdates-REPO-e9bd1fb46553f08b1aac6cd4f7867c389e85f8aa.tar.bz2 NotEnoughUpdates-REPO-e9bd1fb46553f08b1aac6cd4f7867c389e85f8aa.zip | |
fix recipe count (#1392)
Co-authored-by: Felix Yeung <19355619+felixyeungdev@users.noreply.github.com>
Diffstat (limited to 'items')
| -rw-r--r-- | items/NETHER_BRICK.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/NETHER_BRICK.json b/items/NETHER_BRICK.json index eb3acda5..d1c8fafc 100644 --- a/items/NETHER_BRICK.json +++ b/items/NETHER_BRICK.json @@ -20,7 +20,7 @@ "C1": "", "C2": "", "C3": "", - "count": "1" + "count": 1 } } |
