From ecffd904c0293130ffa61ab682cc4a5221f10616 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Sun, 24 Jul 2022 14:05:21 +0200 Subject: [PATCH] chore: fix formatting --- overrides/kubejs/server_scripts/40-recipes.js | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/overrides/kubejs/server_scripts/40-recipes.js b/overrides/kubejs/server_scripts/40-recipes.js index d370824..9531744 100644 --- a/overrides/kubejs/server_scripts/40-recipes.js +++ b/overrides/kubejs/server_scripts/40-recipes.js @@ -1,8 +1,8 @@ function recipes(ev) { - ev.remove({output: "tempad:tempad"}); + ev.remove({output: "tempad:tempad"}); // conflicts with copper nuggets - ev.remove({output: "redstonebits:copper_button"}); + ev.remove({output: "redstonebits:copper_button"}); ev.shaped("redstonebits:copper_button", [ "CC", @@ -11,29 +11,29 @@ function recipes(ev) { C: "#c:copper_ingots" }); - ev.shaped("tempad:tempad", [ - "GGG", - "PCD", - "GGG" - ], { - G: "#c:gold_ingots", - P: "modern_industrialization:processing_unit", - C: "powah:ender_core", - D: "techreborn:digital_display" - }); + ev.shaped("tempad:tempad", [ + "GGG", + "PCD", + "GGG" + ], { + G: "#c:gold_ingots", + P: "modern_industrialization:processing_unit", + C: "powah:ender_core", + D: "techreborn:digital_display" + }); - ev.shaped("tempad:he_who_remains_tempad", [ - "UTD", - "NSN", - "DRU" - ], { - U: "dimdoors:unravelled_block", + ev.shaped("tempad:he_who_remains_tempad", [ + "UTD", + "NSN", + "DRU" + ], { + U: "dimdoors:unravelled_block", N: "#c:netherite_ingots", - D: "minecraft:deepslate", - T: "tempad:tempad", - R: "blockus:legacy_nether_reactor_core", - S: "minecraft:nether_star" - }); + D: "minecraft:deepslate", + T: "tempad:tempad", + R: "blockus:legacy_nether_reactor_core", + S: "minecraft:nether_star" + }); } onEvent("recipes", recipes);