scripts: update todos

This commit is contained in:
2025-08-08 21:00:09 +02:00
parent 561181f538
commit c07f0e75a3
2 changed files with 5 additions and 1 deletions

View File

@@ -122,4 +122,6 @@ ServerEvents.recipes(event => {
event.recipes.create.mixing(`minecraft:${color}_wool`, [`minecraft:${color}_dye`, '#minecraft:wool']); event.recipes.create.mixing(`minecraft:${color}_wool`, [`minecraft:${color}_dye`, '#minecraft:wool']);
event.recipes.create.mixing(`minecraft:${color}_stained_glass`, [`minecraft:${color}_dye`, '8x #forge:glass/colorless']).heated(); event.recipes.create.mixing(`minecraft:${color}_stained_glass`, [`minecraft:${color}_dye`, '8x #forge:glass/colorless']).heated();
}); });
// FIXME: create electrical wires are impossible to craft beyond copper
}); });

View File

@@ -33,4 +33,6 @@ ServerEvents.recipes(event => {
'#forge:cooked_beef', '#forge:cooked_beef',
'candlelight:tomato_soup' 'candlelight:tomato_soup'
]).heated(); ]).heated();
}); });
// FIXME: The gobber rings need nerfed / gated