Merge branch 'main' into trims

Signed-off-by: Dmitry <52341158+Exzept1on@users.noreply.github.com>
This commit is contained in:
Dmitry 2025-01-18 00:28:09 +07:00 committed by GitHub
commit 29fe3d4e66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 269 additions and 32 deletions

View file

@ -2206,9 +2206,8 @@ const registerMinecraftRecipes = (event) => {
//#region Выход: Тонированное стекло
event.recipes.gtceu.chemical_bath('tfg:minecraft/tinted_glass')
.itemInputs('minecraft:glass')
.inputFluids(Fluid.of('gtceu:black_dye', 144))
event.recipes.gtceu.alloy_smelter('tfg:minecraft/tinted_glass')
.itemInputs('minecraft:glass', 'tfc:powder/amethyst')
.itemOutputs('minecraft:tinted_glass')
.duration(260)
.EUt(16)
@ -3227,4 +3226,8 @@ const registerMinecraftRecipes = (event) => {
.EUt(32)
//#endregion
// Nether Brick
event.smelting('minecraft:nether_brick', 'minecraft:netherrack')
}