From 04e030ec16a22d2d672c81b2a5d306b4a6d90042 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 1 Sep 2025 22:32:26 +0100 Subject: [PATCH] fix VI buckle recipe --- kubejs/server_scripts/sacksnstuff/recipes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/server_scripts/sacksnstuff/recipes.js b/kubejs/server_scripts/sacksnstuff/recipes.js index b29697338..4ef723e12 100644 --- a/kubejs/server_scripts/sacksnstuff/recipes.js +++ b/kubejs/server_scripts/sacksnstuff/recipes.js @@ -159,7 +159,7 @@ const registerSNSRecipes = (event) => { type: 'vintageimprovements:curving', ingredients: [{ tag: 'forge:plates/steel' }], itemAsHead: 'gtceu:small_pipe_extruder_mold', - results: [{ item: '2x sns:buckle' }], + results: [{ item: 'sns:buckle', count: 2 }], processingTime: 80 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER }).id('sns:vi/curving/buckle2')