recipes
This commit is contained in:
@@ -66,8 +66,8 @@ const generateGreenHouseRecipe = (event, input, fluid_amount, output, id) => {
|
||||
.itemOutputs(output)
|
||||
.chancedOutput(input, 7500, 0)
|
||||
.chancedOutput(input, 5000, 0)
|
||||
.duration(32000)
|
||||
.EUt(240)
|
||||
.duration(64000)
|
||||
.EUt(128)
|
||||
|
||||
// С удобрением
|
||||
event.recipes.gtceu.greenhouse(`${id}_fertilized`)
|
||||
@@ -79,5 +79,5 @@ const generateGreenHouseRecipe = (event, input, fluid_amount, output, id) => {
|
||||
.chancedOutput(input, 8500, 0)
|
||||
.chancedOutput(input, 6000, 0)
|
||||
.duration(16000)
|
||||
.EUt(240)
|
||||
.EUt(256)
|
||||
}
|
||||
@@ -900,13 +900,12 @@ const registerMinecraftRecipes = (event) => {
|
||||
|
||||
event.remove({ id: 'ae2:entropy/cool/grass_block_dirt' })
|
||||
|
||||
event.recipes.gtceu.centrifuge('dirt_from_bio_chaff')
|
||||
event.recipes.gtceu.macerator('dirt_from_bio_chaff')
|
||||
.itemInputs('gtceu:bio_chaff')
|
||||
.itemOutputs('tfc:dirt/loam')
|
||||
.duration(300)
|
||||
.EUt(4)
|
||||
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Выход: Высохшая земля
|
||||
|
||||
@@ -38,7 +38,13 @@ const registerTFCItemTags = (event) => {
|
||||
event.add('tfc:pileable_ingots', '#forge:ingots')
|
||||
event.add('tfc:pileable_sheets', '#forge:plates')
|
||||
|
||||
// Определеяет какое оружие может появиться у зомбя в руках
|
||||
// Чтобы жарились бревна из TFC в пиролиз. печке
|
||||
// Почему нельзя просто добавить тег в тег? (допустим minecraft:logs), потому что из-за этого ломаются все рецепты minecraft:logs, магия...
|
||||
global.TFC_WOOD_TYPES.forEach(woodType => {
|
||||
event.add('minecraft:logs_that_burn', `#tfc:${woodType}_logs`)
|
||||
})
|
||||
|
||||
// Определеяет какое оружие может появиться у зомбя/скелета в руках
|
||||
// Мечи
|
||||
event.add('tfc:mob_mainhand_weapons', 'gtceu:bismuth_bronze_sword')
|
||||
event.add('tfc:mob_mainhand_weapons', 'gtceu:bronze_sword')
|
||||
|
||||
Reference in New Issue
Block a user