From 422f51d7d394719b10a310f42a36364a70580239 Mon Sep 17 00:00:00 2001 From: ethanicuss <48843765+ethanicusss@users.noreply.github.com> Date: Fri, 16 Jan 2026 21:38:29 +0000 Subject: [PATCH] less tedious coil block https://discord.com/channels/813762487253860373/1408868553012285532/1408868553012285532 here's me yapping about it --- kubejs/server_scripts/recipes/minecraft/shaped.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kubejs/server_scripts/recipes/minecraft/shaped.js b/kubejs/server_scripts/recipes/minecraft/shaped.js index a807ddb07..f7e1469b4 100644 --- a/kubejs/server_scripts/recipes/minecraft/shaped.js +++ b/kubejs/server_scripts/recipes/minecraft/shaped.js @@ -843,9 +843,10 @@ }, { output: "createastral:copper_heating_coil", - pattern: ["AAA", "AAA", "AAA"], + pattern: [" A ", "ABA", " A "], key: { A: "createaddition:copper_spool", + B: "minecraft:copper_block", }, }, {