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:
parent
84368b249c
commit
af57d9a37c
1 changed files with 1 additions and 1 deletions
|
|
@ -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` });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue