this time, test the fixes before pushing :D
This commit is contained in:
@ -110,7 +110,7 @@ ServerEvents.recipes(event => {
|
||||
'#kubejs:grist/build/improved'
|
||||
);
|
||||
|
||||
['red', 'orange', 'yellow', 'green', 'blue', 'purple', 'magenta', 'white', 'black', 'light_gray', 'gray', 'brown', 'cyan', 'pink'].forEach(color => {
|
||||
['red', 'orange', 'yellow', 'green', 'blue', 'purple', 'magenta', 'white', 'black', 'light_gray', 'gray', 'brown', 'cyan', 'pink', 'lime'].forEach(color => {
|
||||
// Create colored blocks from the mixer.
|
||||
// TODO: This is required due to disabling all automatic crafting recipes, maybe these can just be re-enabled somehow?
|
||||
event.recipes.create.mixing(`8x minecraft:${color}_concrete_powder`, [`minecraft:${color}_dye`, '4x #forge:sand', '4x minecraft:gravel']);
|
||||
|
Reference in New Issue
Block a user