Temporal fix for #364
Temporal fix for #364, now backpacks can be dyed, both belt and pack. However, GTM chemical dyes can be used for recipes, which is not expected. Besides, backpacks cannot be dyed with chemical bath machines. The difficulty to fix these bugs is that I have not figured out how to set dyed color, since it's not replacing but mixing with original color.
This commit is contained in:
parent
9df416bee0
commit
edb788a0eb
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
const registerSophisticatedBackpacksRecipes = (event) => {
|
||||
|
||||
// Удаление рецептов мода sophisticatedBackpacks
|
||||
event.remove({ mod: 'sophisticatedbackpacks' })
|
||||
event.remove({ mod: 'sophisticatedbackpacks', not: {type: 'sophisticatedbackpacks:backpack_dye'} })
|
||||
|
||||
// Рюкзаки
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue