diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-03-25 11:36:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-25 11:36:26 +0100 |
commit | 9e7607765145699f5309b37b8c1d4d5f2d944eef (patch) | |
tree | 2e0120ba4969a2f6df7786cfca601b861c385202 /items | |
parent | 76709c07406646bb2da7b10abbafef7d9be71709 (diff) | |
download | NotEnoughUpdates-REPO-9e7607765145699f5309b37b8c1d4d5f2d944eef.tar.gz NotEnoughUpdates-REPO-9e7607765145699f5309b37b8c1d4d5f2d944eef.tar.bz2 NotEnoughUpdates-REPO-9e7607765145699f5309b37b8c1d4d5f2d944eef.zip |
Fixed crafting recipe of mycelium dust (#909)
Diffstat (limited to 'items')
-rw-r--r-- | items/MYCELIUM_DUST.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/items/MYCELIUM_DUST.json b/items/MYCELIUM_DUST.json index 692b6b1b..deff7d73 100644 --- a/items/MYCELIUM_DUST.json +++ b/items/MYCELIUM_DUST.json @@ -18,7 +18,8 @@ "B3": "BLAZE_ASHES:1", "C1": "", "C2": "SPECTRE_DUST:1", - "C3": "" + "C3": "", + "count": 32 }, "internalname": "MYCELIUM_DUST", "crafttext": "Requires: Mycelium V", |