Merge pull request 'Drop orphan pocket_computer_colour recipe' (#19) from fix/cc-pocket-colour into main

This commit was merged in pull request #19.
This commit is contained in:
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',
});
// 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).
});
+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",
"name": "Brass and Sigil",
"version": "0.19.1",
"version": "0.19.2",
"minecraft": "1.21.1",
"loader": {
"type": "neoforge",