This commit is contained in:
Dmitry 2024-02-12 18:45:17 +07:00
parent 346be0105a
commit acaf02a9f4
4 changed files with 19 additions and 3 deletions

View file

@ -1,4 +1,11 @@
# Changelog
## [0.6.14] - Planned on 13.02.2024
### Changes
- Fixed wrong amount smelting recipe output (for example: from redstone).
- Fixed Rose Gold recipe EUt mismatch.
- Fixed Iron Door recipe decomp.
## [0.6.13] - 11.02.2024
### Updated mods
- Embeddiumplus -> 1.2.3

View file

@ -551,14 +551,14 @@
""
"This will be required in &1IV&r, but as always, you should still get this earlier for the &6Coil bonuses&r."
]
icon: "gtceu:tungstensteel_coil_block"
icon: "gtceu:rtm_alloy_coil_block"
id: "069FD86133D7D582"
size: 0.75d
subtitle: "Wow, that's hot :flushed:"
tasks: [{
count: 16L
id: "16A26A909A8CE527"
item: "gtceu:tungstensteel_coil_block"
item: "gtceu:rtm_alloy_coil_block"
type: "item"
}]
title: "Tungstensteel Coils"

View file

@ -565,6 +565,12 @@ const registerGTCEURecipes = (event) => {
//#endregion
//#region Выход: Пыль кованного железа
event.remove({ id: 'gtceu:arc_furnace/arc_iron_door' })
//#endregion
//#region Выход: Железная пыль
event.remove({ id: 'gtceu:macerator/macerate_iron_trapdoor' })
@ -1217,6 +1223,9 @@ const registerGTCEURecipes = (event) => {
// Исправление рецепта пыли серебра стерлинга
generateMixerRecipe(event, ['#forge:dusts/copper', '4x #forge:dusts/silver'], [], '5x gtceu:sterling_silver_dust', 1, [], 500, 24, 64, 'sterling_silver')
// Исправление рецепта пыли розовой бронзы
generateMixerRecipe(event, ['#forge:dusts/copper', '4x #forge:dusts/gold'], [], '5x gtceu:rose_gold_dust', 3, [], 500, 24, 64, 'rose_gold')
//#region LV Casing
event.shaped('gtceu:lv_machine_casing', [

2
mods

@ -1 +1 @@
Subproject commit 65f95c8793b2dbc41075c2f834171c10e6be6cf8
Subproject commit cc5863a4558912c54fb66a2cda34d10aacea269b