Require water when re-painting stuff
This commit is contained in:
parent
17d08bd901
commit
717bf4cea1
@ -22,7 +22,7 @@ private fun generate(consumer: RecipeOutput, items: Map<out DyeColor?, Item>, am
|
|||||||
consumer.accept(modLocation("painter/" + targetItem.recipeName), PainterRecipe(
|
consumer.accept(modLocation("painter/" + targetItem.recipeName), PainterRecipe(
|
||||||
Ingredient.of(items.entries.stream().filter { it.key != null && it.key != targetColor }.map { ItemStack(it.value) }),
|
Ingredient.of(items.entries.stream().filter { it.key != null && it.key != targetColor }.map { ItemStack(it.value) }),
|
||||||
ItemStack(targetItem),
|
ItemStack(targetItem),
|
||||||
mapOf(targetColor to amount)
|
mapOf(targetColor to amount, null to 15)
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user