Еще по мелочи
This commit is contained in:
parent
3b53132b2f
commit
51da3566f3
3 changed files with 84 additions and 1 deletions
|
|
@ -553,6 +553,16 @@ const registerGTCEURecipes = (event) => {
|
|||
|
||||
//#endregion
|
||||
|
||||
//#region Выход: Пыль какао-бобов
|
||||
|
||||
event.recipes.gtceu.assembler('macerate_cocoa')
|
||||
.itemInputs('firmalife:food/cocoa_beans')
|
||||
.itemOutputs('gtceu:cocoa_dust')
|
||||
.duration(400)
|
||||
.EUt(2)
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Выход: Слиток кованного железа
|
||||
|
||||
event.remove({ id: 'gtceu:arc_furnace/arc_chest_minecart' })
|
||||
|
|
|
|||
|
|
@ -1082,6 +1082,8 @@ const registerMinecraftRecipes = (event) => {
|
|||
.EUt(2)
|
||||
|
||||
// Green
|
||||
event.remove({id: 'minecraft:green_dye'})
|
||||
|
||||
event.recipes.gtceu.extractor('green_dye')
|
||||
.itemInputs('1x #tfc:makes_green_dye')
|
||||
.itemOutputs('2x minecraft:green_dye')
|
||||
|
|
@ -1119,6 +1121,8 @@ const registerMinecraftRecipes = (event) => {
|
|||
.EUt(2)
|
||||
|
||||
// Brown
|
||||
event.remove({id: 'minecraft:brown_dye' })
|
||||
|
||||
event.recipes.gtceu.extractor('brown_dye')
|
||||
.itemInputs('1x #tfc:makes_brown_dye')
|
||||
.itemOutputs('2x minecraft:brown_dye')
|
||||
|
|
@ -1391,7 +1395,11 @@ const registerMinecraftRecipes = (event) => {
|
|||
|
||||
//#endregion
|
||||
|
||||
//#region Выход: Спасательный компас
|
||||
|
||||
event.remove({ id: 'minecraft:recovery_compass' })
|
||||
|
||||
//#endregion
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
*/
|
||||
global.MINECRAFT_DISABLED_ITEMS = [
|
||||
// Зараженные блоки
|
||||
'minecraft:infested_stone',
|
||||
'minecraft:infested_cobblestone',
|
||||
'minecraft:infested_stone_bricks',
|
||||
'minecraft:infested_mossy_stone_bricks',
|
||||
'minecraft:infested_cracked_stone_bricks',
|
||||
|
|
@ -472,6 +474,28 @@ global.MINECRAFT_DISABLED_ITEMS = [
|
|||
"minecraft:golden_horse_armor",
|
||||
"minecraft:diamond_horse_armor",
|
||||
|
||||
// Декоративные куски вазы
|
||||
'minecraft:danger_pottery_sherd',
|
||||
'minecraft:explorer_pottery_sherd',
|
||||
'minecraft:friend_pottery_sherd',
|
||||
'minecraft:heart_pottery_sherd',
|
||||
'minecraft:heartbreak_pottery_sherd',
|
||||
'minecraft:howl_pottery_sherd',
|
||||
'minecraft:arms_up_pottery_sherd',
|
||||
'minecraft:archer_pottery_sherd',
|
||||
'minecraft:angler_pottery_sherd',
|
||||
'minecraft:snort_pottery_sherd',
|
||||
'minecraft:skull_pottery_sherd',
|
||||
'minecraft:shelter_pottery_sherd',
|
||||
'minecraft:sheaf_pottery_sherd',
|
||||
'minecraft:prize_pottery_sherd',
|
||||
'minecraft:plenty_pottery_sherd',
|
||||
'minecraft:mourner_pottery_sherd',
|
||||
'minecraft:miner_pottery_sherd',
|
||||
'minecraft:blade_pottery_sherd',
|
||||
'minecraft:brewer_pottery_sherd',
|
||||
'minecraft:burn_pottery_sherd',
|
||||
|
||||
// Другое
|
||||
'minecraft:calcite',
|
||||
'minecraft:tuff',
|
||||
|
|
@ -492,7 +516,6 @@ global.MINECRAFT_DISABLED_ITEMS = [
|
|||
'minecraft:moss_carpet',
|
||||
'minecraft:bamboo_raft',
|
||||
'minecraft:bamboo_chest_raft',
|
||||
|
||||
'minecraft:large_fern',
|
||||
'minecraft:tall_grass',
|
||||
'minecraft:sculk_vein',
|
||||
|
|
@ -558,6 +581,48 @@ global.MINECRAFT_DISABLED_ITEMS = [
|
|||
'minecraft:warped_fungus_on_a_stick',
|
||||
'minecraft:carrot_on_a_stick',
|
||||
'minecraft:pumpkin',
|
||||
'minecraft:pearlescent_froglight',
|
||||
'minecraft:verdant_froglight',
|
||||
'minecraft:ochre_froglight',
|
||||
'minecraft:suspicious_stew',
|
||||
'minecraft:mycelium',
|
||||
'minecraft:farmland',
|
||||
'minecraft:composter',
|
||||
'minecraft:pufferfish_bucket',
|
||||
'minecraft:salmon_bucket',
|
||||
'minecraft:cod_bucket',
|
||||
'minecraft:tropical_fish_bucket',
|
||||
'minecraft:axolotl_bucket',
|
||||
'minecraft:tadpole_bucket',
|
||||
'minecraft:player_head',
|
||||
'minecraft:command_block_minecart',
|
||||
'minecraft:knowledge_book',
|
||||
'minecraft:bundle',
|
||||
'minecraft:debug_stick',
|
||||
'minecraft:spawner',
|
||||
'minecraft:pitcher_pod',
|
||||
'minecraft:beetroot',
|
||||
'minecraft:beetroot_soup',
|
||||
'minecraft:cocoa_beans',
|
||||
'minecraft:experience_bottle',
|
||||
'minecraft:shulker_shell',
|
||||
'minecraft:rabbit_stew',
|
||||
'minecraft:recovery_compass',
|
||||
'minecraft:chorus_plant',
|
||||
'minecraft:frogspawn',
|
||||
'minecraft:cactus',
|
||||
'minecraft:sweet_berries',
|
||||
'minecraft:glow_berries',
|
||||
'minecraft:campfire',
|
||||
'minecraft:soul_campfire',
|
||||
'minecraft:bee_nest',
|
||||
'minecraft:fletching_table',
|
||||
'minecraft:echo_shard',
|
||||
'minecraft:totem_of_undying',
|
||||
'minecraft:trident',
|
||||
'minecraft:heart_of_the_sea',
|
||||
'minecraft:barrel',
|
||||
'minecraft:chorus_flower',
|
||||
|
||||
/*
|
||||
// Other
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue