Drop orphan pocket_computer_colour recipe #19

Merged
Matt merged 1 commits from fix/cc-pocket-colour into main 2026-05-23 15:12:13 +00:00
2 changed files with 5 additions and 15 deletions
@@ -275,18 +275,8 @@ ServerEvents.recipes(event => {
G: 'minecraft:gold_ingot', G: 'minecraft:gold_ingot',
}); });
// Pocket Computer (Colour) - same item as advanced effectively in CC: // Note: computercraft:pocket_computer_colour appears in the model
// Tweaked, but we keep the recipe for the registered ID just in case. // assets but is not a separately-registered item in CC: Tweaked --
event.remove({ output: 'computercraft:pocket_computer_colour' }); // it's a colour-state variant of the advanced pocket computer.
event.shaped('computercraft:pocket_computer_colour', [ // Don't try to define a recipe for it (KubeJS warns at startup).
'PQP',
'SMS',
'PGP',
], {
P: 'tfmg:plastic_sheet',
Q: 'create:rose_quartz',
S: 'tfmg:silicon_ingot',
M: 'create:precision_mechanism',
G: 'minecraft:gold_ingot',
});
}); });
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"$schema": "Brass-and-Sigil pack.lock.json - generated, do not edit by hand unless you know what you are doing", "$schema": "Brass-and-Sigil pack.lock.json - generated, do not edit by hand unless you know what you are doing",
"name": "Brass and Sigil", "name": "Brass and Sigil",
"version": "0.19.1", "version": "0.19.2",
"minecraft": "1.21.1", "minecraft": "1.21.1",
"loader": { "loader": {
"type": "neoforge", "type": "neoforge",