changed the colors required for different coloured bricks (#2859)

Co-authored-by: Lily Oelbeck <lily.alina.oelbeck@stud.th-luebeck.de>
This commit is contained in:
silllil 2026-01-26 01:48:52 +01:00 committed by GitHub
parent 84368b249c
commit af57d9a37c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,7 +138,7 @@ const registerCreatedecoRecipes = (event) => {
//#endregion
//#region Brick Recipes
const dyeTypes = ['blue', 'green', 'white', 'yellow', 'black', 'red', 'brown']
const dyeTypes = ['black', 'red', 'gray', 'green', 'blue', 'white', 'brown']
global.CREATE_DECO_BRICK_TYPES.forEach((type, index) => {
event.remove({ output: `createdeco:${type}_bricks` });