diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-12-18 13:13:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 12:13:13 +0000 |
commit | 330fa7830719001cd6c85c5ff79dc40f8b70713f (patch) | |
tree | 7ff59aff01b76b1130cc74a55b103564bcec1a88 /items/STAINED_GLASS-14.json | |
parent | 990dca8da74e61b12c4460c2966a35bbc15ed85a (diff) | |
download | NotEnoughUpdates-REPO-330fa7830719001cd6c85c5ff79dc40f8b70713f.tar.gz NotEnoughUpdates-REPO-330fa7830719001cd6c85c5ff79dc40f8b70713f.tar.bz2 NotEnoughUpdates-REPO-330fa7830719001cd6c85c5ff79dc40f8b70713f.zip |
Fixed recipe of 8 items (#1075)
* Fixed recipe of 8 items
* Adding count to 144 recipes
* Fixed lore of hypergolic fuel
* Removed recipe, added 2 npcs, fixed lore and nbt of 3 items
Diffstat (limited to 'items/STAINED_GLASS-14.json')
-rw-r--r-- | items/STAINED_GLASS-14.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/items/STAINED_GLASS-14.json b/items/STAINED_GLASS-14.json index 970275ae..3a680f62 100644 --- a/items/STAINED_GLASS-14.json +++ b/items/STAINED_GLASS-14.json @@ -8,7 +8,7 @@ ], "parent": "STAINED_GLASS", "internalname": "STAINED_GLASS-14", - "modver": "1.3-REL", + "modver": "2.1.1-PRE", "vanilla": true, "recipe": { "A1": "GLASS:1", @@ -19,7 +19,8 @@ "B3": "GLASS:1", "C1": "GLASS:1", "C2": "GLASS:1", - "C3": "GLASS:1" + "C3": "GLASS:1", + "count": 8 }, "clickcommand": "viewrecipe" } |