From ed103832b627c9341255fa597ccb294d540efb39 Mon Sep 17 00:00:00 2001 From: Sydney <94016034+Sydokiddo@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:01:35 -0700 Subject: [PATCH] Exploding furnace tweak --- src/main/resources/data/odyssey/recipes/explosive_blasting.json | 2 +- src/main/resources/data/odyssey/recipes/explosive_smelting.json | 2 +- src/main/resources/data/odyssey/recipes/explosive_smoking.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/data/odyssey/recipes/explosive_blasting.json b/src/main/resources/data/odyssey/recipes/explosive_blasting.json index d541f09..660b09a 100644 --- a/src/main/resources/data/odyssey/recipes/explosive_blasting.json +++ b/src/main/resources/data/odyssey/recipes/explosive_blasting.json @@ -1,7 +1,7 @@ { "type": "minecraft:blasting", "category": "misc", - "cookingtime": 1, + "cookingtime": 50, "experience": 0.0, "ingredient": { "tag": "odyssey:explosive_blocks" diff --git a/src/main/resources/data/odyssey/recipes/explosive_smelting.json b/src/main/resources/data/odyssey/recipes/explosive_smelting.json index 819f519..04c9cdb 100644 --- a/src/main/resources/data/odyssey/recipes/explosive_smelting.json +++ b/src/main/resources/data/odyssey/recipes/explosive_smelting.json @@ -1,7 +1,7 @@ { "type": "minecraft:smelting", "category": "misc", - "cookingtime": 1, + "cookingtime": 50, "experience": 0.0, "ingredient": { "tag": "odyssey:explosive_blocks" diff --git a/src/main/resources/data/odyssey/recipes/explosive_smoking.json b/src/main/resources/data/odyssey/recipes/explosive_smoking.json index 8e8ab23..57122a6 100644 --- a/src/main/resources/data/odyssey/recipes/explosive_smoking.json +++ b/src/main/resources/data/odyssey/recipes/explosive_smoking.json @@ -1,7 +1,7 @@ { "type": "minecraft:smoking", "category": "misc", - "cookingtime": 1, + "cookingtime": 50, "experience": 0.0, "ingredient": { "tag": "odyssey:explosive_blocks"