From f3dd8444ddb89d01e4ff3a44c99774f06049501e Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:56:09 +0200 Subject: 0.20.1.0 changes (#1174) * 0.20.1.0 changes * Fixed hollow and fervor armor --- items/GLACITE_AMALGAMATION.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'items/GLACITE_AMALGAMATION.json') diff --git a/items/GLACITE_AMALGAMATION.json b/items/GLACITE_AMALGAMATION.json index dad36ff6..918a8eb0 100644 --- a/items/GLACITE_AMALGAMATION.json +++ b/items/GLACITE_AMALGAMATION.json @@ -19,15 +19,15 @@ { "type": "forge", "inputs": [ - "FINE_PERIDOT_GEM:8.0", - "FINE_CITRINE_GEM:8.0", - "FINE_AQUAMARINE_GEM:8.0", - "FINE_ONYX_GEM:8.0", - "ENCHANTED_GLACITE:128.0" + "ENCHANTED_GLACITE:256.0", + "FINE_PERIDOT_GEM:4.0", + "FINE_AQUAMARINE_GEM:4.0", + "FINE_CITRINE_GEM:4.0", + "FINE_ONYX_GEM:4.0" ], "count": 1.0, - "overrideOutputId": "GLACITE_AMALGAMATION", - "duration": 14400 + "duration": 14400, + "overrideOutputId": "GLACITE_AMALGAMATION" } ], "info": [ -- cgit