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.
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user