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',
|
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
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user