This commit is contained in:
Dmitry 2024-02-10 15:02:04 +07:00
parent 5060a579fd
commit f8badd4076
4 changed files with 97 additions and 12 deletions

View file

@ -8,11 +8,9 @@
- Исправлены рецепты деревянных полублоков, ступеней, заборов и тд. (Созданы рецепты через ассемблер и другие машины)
- Исправлены рецепты алабастровых полублоков, ступеней, заборов и тд. (Созданы рецепты через ассемблер и другие машины)
- Заменены бутылочки из Minecraft на TFC варианты.
- Удалена примитивная помпа GTCEu.
- Добавлено множество рецептов в миксере дублирующие рецепты бочки TFC.
- Добавлено больше рецептов для предметов TFC, через машины GTCEu.
- Добавлено больше рецептов для предметов FirmaLife, через машины GTCEu.
- Заменены бутылочки из Minecraft на TFC варианты.
- Отключена механика рубки дерева топором GTCEu, сруб дерева все еще работает, потому что эта механика есть в TFC.
- Исправлен баг, когда не тратилась прочность у ножа или косы во время сруба травы.
- Добавлены JEI страницы переработки для бедных и богатых руд.
@ -42,7 +40,9 @@
- Чуть увеличена частота спавна нефтеносного песка.
- Добавлен TFC рецепт стеклодувки для стеклянной трубки из GTCEu.
- Исправлен рецепт лампы из TFC.
- Изменены квесты в связи с разблокировкой бронзовых бойлеров. Теперь перейти в паровую эру можно с бронзы (правда, сделать машины из бронзы вы не сможете, хи-хи)
- Изменены квесты в связи с разблокировкой бронзовых бойлеров. Теперь перейти в паровую эру можно с бронзы (правда, сделать машины из бронзы вы не сможете, хи-хи).
- Исправлены рецепты некоторых ванильных предметов.
- Добавлено больше рецептов для предметов FirmaLife, через машины GTCEu.
## [0.6.11] - 05.02.2024
### Changes

View file

@ -1320,7 +1320,7 @@
"ftbfiltersystem:filter": "ftbfiltersystem:item_tag(tfc:bronze_anvils)"
}
}
title: "Наковальня из любой бронзы"
title: "Any anvil from any bronze"
type: "item"
}]
x: 18.5d
@ -1662,7 +1662,7 @@
}
}
match_nbt: false
title: "Медная или бронзовая кирка"
title: "Copper or bronze pickaxe"
type: "item"
}]
x: 8.0d
@ -1724,7 +1724,7 @@
}
}
match_nbt: false
title: "Медная или бронзовая стамеска"
title: "Copper or bronze chisel"
type: "item"
}]
x: 9.5d
@ -1935,7 +1935,7 @@
}
}
match_nbt: false
title: "Медная или бронзовая пила"
title: "Copper or bronze saw"
type: "item"
}]
x: 8.0d
@ -1954,7 +1954,7 @@
}
}
match_nbt: false
title: "Медная или бронзовая кирка шахтера"
title: "Copper or bronze propick"
type: "item"
}]
x: 8.0d
@ -2415,7 +2415,7 @@
type: "item"
}]
x: 20.5d
y: 18.5d
y: 14.0d
}
{
dependencies: ["15E8DFB91603906B"]
@ -3119,7 +3119,7 @@
type: "item"
}]
x: 20.5d
y: 20.0d
y: 18.5d
}
{
dependencies: [
@ -5022,7 +5022,7 @@
y: 0.0d
}
{
dependencies: ["4504EBE720145441"]
dependencies: ["32895F66C7A66088"]
description: [
"The &dSolid Boiler&r is the only available Boiler for now, as the &aGlass&r needed for the others is not available just yet. You can get by with only one, but we would recommend making at least two."
""
@ -5061,6 +5061,27 @@
x: 20.5d
y: 24.0d
}
{
dependencies: ["5A3E944192851481"]
id: "32895F66C7A66088"
tasks: [{
count: 5L
id: "4D3A57BC6B9D5DF4"
item: {
Count: 1b
ForgeCaps: {
"tfc:item_heat": {
heat: 0.0f
ticks: 0L
}
}
id: "gtceu:bronze_plate"
}
type: "item"
}]
x: 20.5d
y: 20.0d
}
]
title: "Primitive Age"
}

View file

@ -97,6 +97,30 @@ const registerFirmaLifeRecipes = (event) => {
.duration(50)
.EUt(7)
// Pineapple Fiber
event.recipes.gtceu.assembler(`tfg:firmalife/pineapple_fiber`)
.itemInputs('firmalife:food/pineapple')
.circuit(1)
.itemOutputs('firmalife:pineapple_fiber')
.duration(50)
.EUt(7)
// Pineapple Yarn
event.recipes.gtceu.assembler(`tfg:firmalife/pineapple_yarn`)
.itemInputs('firmalife:pineapple_fiber')
.circuit(1)
.itemOutputs('8x firmalife:pineapple_yarn')
.duration(50)
.EUt(7)
// Pineapple Leather
event.recipes.gtceu.assembler(`tfg:firmalife/pineapple_leather`)
.itemInputs('16x firmalife:pineapple_yarn')
.circuit(1)
.itemOutputs('firmalife:pineapple_leather')
.duration(50)
.EUt(7)
// TODO: Не работает потому что грегтех
// Доставание меда из сот
/*

View file

@ -3009,6 +3009,46 @@ const registerMinecraftRecipes = (event) => {
event.remove({ id: 'minecraft:observer' })
event.recipes.gtceu.assembler('observer_certus_quartz')
.itemInputs('6x #forge:cobblestone', '2x minecraft:redstone', '#forge:plates/certus_quartz')
.itemOutputs('minecraft:observer')
.duration(100)
.EUt(30)
event.recipes.gtceu.assembler('observer_nether_quartz')
.itemInputs('6x #forge:cobblestone', '2x minecraft:redstone', '#forge:plates/nether_quartz')
.itemOutputs('minecraft:observer')
.duration(100)
.EUt(30)
event.recipes.gtceu.assembler('observer_quartzite')
.itemInputs('6x #forge:cobblestone', '2x minecraft:redstone', '#forge:plates/quartzite')
.itemOutputs('minecraft:observer')
.duration(100)
.EUt(30)
//#endregion
//#region Выход: Раздатчик
event.recipes.gtceu.assembler('dispenser')
.itemInputs('7x #forge:cobblestone', 'minecraft:redstone', 'minecraft:bow')
.circuit(1)
.itemOutputs('minecraft:dispenser')
.duration(100)
.EUt(30)
//#endregion
//#region Выход: Выбрасыватель
event.recipes.gtceu.assembler('dropper')
.itemInputs('7x #forge:cobblestone', '2x minecraft:redstone')
.circuit(2)
.itemOutputs('minecraft:dropper')
.duration(100)
.EUt(30)
//#endregion
//#region Выход: Рельсы