tinted glass recipe
This commit is contained in:
parent
89c7e6b659
commit
f49c2f65a7
1 changed files with 11 additions and 0 deletions
|
|
@ -2198,6 +2198,17 @@ const registerMinecraftRecipes = (event) => {
|
|||
|
||||
//#endregion
|
||||
|
||||
//#region Выход: Тонированное стекло
|
||||
|
||||
event.recipes.gtceu.chemical_bath('tfg:minecraft/tinted_glass')
|
||||
.itemInputs('minecraft:glass')
|
||||
.inputFluids(Fluid.of('gtceu:black_dye', 144))
|
||||
.itemOutputs('minecraft:tinted_glass')
|
||||
.duration(260)
|
||||
.EUt(16)
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Выход: Пустая карта
|
||||
|
||||
event.recipes.gtceu.assembler('map')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue