From ce8304d6cbd38815662a41978d9bd71452ffad4d Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 23 May 2026 15:12:12 +0000 Subject: [PATCH] cc: drop orphan pocket_computer_colour recipe (not a real item, just a state variant of _advanced). Removes startup warning. 0.19.1 -> 0.19.2. --- .../kubejs/server_scripts/cc_recipes.js | 18 ++++-------------- pack/pack.lock.json | 2 +- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/pack/overrides/kubejs/server_scripts/cc_recipes.js b/pack/overrides/kubejs/server_scripts/cc_recipes.js index a78ff9c..cc332db 100644 --- a/pack/overrides/kubejs/server_scripts/cc_recipes.js +++ b/pack/overrides/kubejs/server_scripts/cc_recipes.js @@ -275,18 +275,8 @@ ServerEvents.recipes(event => { G: 'minecraft:gold_ingot', }); - // Pocket Computer (Colour) - same item as advanced effectively in CC: - // Tweaked, but we keep the recipe for the registered ID just in case. - event.remove({ output: 'computercraft:pocket_computer_colour' }); - event.shaped('computercraft:pocket_computer_colour', [ - 'PQP', - 'SMS', - 'PGP', - ], { - P: 'tfmg:plastic_sheet', - Q: 'create:rose_quartz', - S: 'tfmg:silicon_ingot', - M: 'create:precision_mechanism', - G: 'minecraft:gold_ingot', - }); + // Note: computercraft:pocket_computer_colour appears in the model + // assets but is not a separately-registered item in CC: Tweaked -- + // it's a colour-state variant of the advanced pocket computer. + // Don't try to define a recipe for it (KubeJS warns at startup). }); diff --git a/pack/pack.lock.json b/pack/pack.lock.json index ea2277a..ba9f469 100644 --- a/pack/pack.lock.json +++ b/pack/pack.lock.json @@ -1,7 +1,7 @@ { "$schema": "Brass-and-Sigil pack.lock.json - generated, do not edit by hand unless you know what you are doing", "name": "Brass and Sigil", - "version": "0.19.1", + "version": "0.19.2", "minecraft": "1.21.1", "loader": { "type": "neoforge",