fixes #1075
This commit is contained in:
parent
5eccb4e4a3
commit
d2cc83aeef
2 changed files with 14 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ const registerMinecraftItemTags = (event) => {
|
|||
|
||||
event.add('tfc:compost_greens_high', 'minecraft:red_mushroom_block')
|
||||
event.add('tfc:compost_greens_high', 'minecraft:brown_mushroom_block')
|
||||
|
||||
event.add('tfc:colored_terracotta', 'minecraft:white_terracotta')
|
||||
}
|
||||
|
||||
const registerMinecraftBlockTags = (event) => {
|
||||
|
|
|
|||
|
|
@ -30,6 +30,18 @@ function registerTFCDyeRecipes(event) {
|
|||
|
||||
//#endregion
|
||||
|
||||
//#region Terracotta
|
||||
|
||||
event.replaceInput({id: 'tfc:barrel/dye/bleach_terracotta'}, '#tfc:colored_terracotta', 'minecraft:terracotta')
|
||||
|
||||
event.replaceInput({id: 'gtceu:chemical_bath/decolor_terracotta'}, '#minecraft:terracotta', '#tfc:colored_terracotta')
|
||||
|
||||
global.MINECRAFT_DYE_NAMES.forEach(dye => {
|
||||
event.replaceInput({id: `gtceu:chemical_bath/dye_terracotta_to_${dye}`}, 'minecraft:terracotta', '#minecraft:terracotta')
|
||||
})
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Обычный сосуд
|
||||
|
||||
event.recipes.gtceu.chemical_bath(`unfired_vessel_decolor`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue