From 6b1a1a1bd5aa485c32b7adc8f0da464baa2e31d1 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 18 Apr 2025 17:08:52 +0100 Subject: [PATCH] added an alternate recipe for the sophisticated backpacks upgrade template --- .../server_scripts/sophisticated_backpacks/recipes.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/kubejs/server_scripts/sophisticated_backpacks/recipes.js b/kubejs/server_scripts/sophisticated_backpacks/recipes.js index 49a677655..74415dad4 100644 --- a/kubejs/server_scripts/sophisticated_backpacks/recipes.js +++ b/kubejs/server_scripts/sophisticated_backpacks/recipes.js @@ -165,6 +165,17 @@ const registerSophisticatedBackpacksRecipes = (event) => { D: '#forge:plates/steel' }).id('tfg:sophisticated_backpacks/shaped/upgrade_base') + event.shaped('sophisticatedbackpacks:upgrade_base', [ + 'ABA', + 'BCB', + 'ADA' + ], { + A: '#forge:string', + B: '#forge:rods/long/wrought_iron', + C: '#forge:plates/rubber', + D: '#forge:plates/steel' + }).id('tfg:sophisticated_backpacks/shaped/upgrade_base_rubber') + // Улучшение - подбиратель event.shaped('sophisticatedbackpacks:pickup_upgrade', [ 'ABA',