dead2
This commit is contained in:
parent
bbdc6f9c7e
commit
a3fa3fbe4e
4 changed files with 22 additions and 14 deletions
|
|
@ -4,6 +4,7 @@ REIEvents.hide('item', event => {
|
||||||
hideMinecraftStuff(event)
|
hideMinecraftStuff(event)
|
||||||
hideTFCStuff(event)
|
hideTFCStuff(event)
|
||||||
hideFirmaLifeStuff(event)
|
hideFirmaLifeStuff(event)
|
||||||
|
hideFirmaCivStuff(event)
|
||||||
hideGTCEUStuff(event)
|
hideGTCEUStuff(event)
|
||||||
hideCreateStuff(event)
|
hideCreateStuff(event)
|
||||||
hideAE2Stuff(event)
|
hideAE2Stuff(event)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// priority: 0
|
// priority: 0
|
||||||
|
|
||||||
const hideFirmaLifeStuff = (event) => {
|
const hideFirmaCivStuff = (event) => {
|
||||||
global.FIRMACIV_DISABLED_ITEMS.forEach(item => {
|
global.FIRMACIV_DISABLED_ITEMS.forEach(item => {
|
||||||
event.hide(item)
|
event.hide(item)
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ const registerCreateAdditionsRecipes = (event) => {
|
||||||
C: 'createaddition:copper_spool',
|
C: 'createaddition:copper_spool',
|
||||||
D: 'create:cogwheel',
|
D: 'create:cogwheel',
|
||||||
E: '#forge:gears/wrought_iron',
|
E: '#forge:gears/wrought_iron',
|
||||||
}).id('tfg:railways/shaped/electric_motor')
|
}).id('tfg:create_additions/shaped/electric_motor')
|
||||||
|
|
||||||
// Конвертер энергии в механику
|
// Конвертер энергии в механику
|
||||||
event.shaped('createaddition:alternator', [
|
event.shaped('createaddition:alternator', [
|
||||||
|
|
@ -29,7 +29,7 @@ const registerCreateAdditionsRecipes = (event) => {
|
||||||
C: 'createaddition:copper_spool',
|
C: 'createaddition:copper_spool',
|
||||||
D: 'create:cogwheel',
|
D: 'create:cogwheel',
|
||||||
E: '#forge:gears/wrought_iron',
|
E: '#forge:gears/wrought_iron',
|
||||||
}).id('tfg:railways/shaped/alternator')
|
}).id('tfg:create_additions/shaped/alternator')
|
||||||
|
|
||||||
// Прокатный стан
|
// Прокатный стан
|
||||||
event.shaped('createaddition:rolling_mill', [
|
event.shaped('createaddition:rolling_mill', [
|
||||||
|
|
@ -42,7 +42,7 @@ const registerCreateAdditionsRecipes = (event) => {
|
||||||
C: '#forge:gears/wrought_iron',
|
C: '#forge:gears/wrought_iron',
|
||||||
D: '#forge:rings/wrought_iron',
|
D: '#forge:rings/wrought_iron',
|
||||||
E: 'create:andesite_casing',
|
E: 'create:andesite_casing',
|
||||||
}).id('tfg:railways/shaped/rolling_mill')
|
}).id('tfg:create_additions/shaped/rolling_mill')
|
||||||
|
|
||||||
// Цифровой адаптер
|
// Цифровой адаптер
|
||||||
event.shaped('createaddition:digital_adapter', [
|
event.shaped('createaddition:digital_adapter', [
|
||||||
|
|
@ -53,7 +53,7 @@ const registerCreateAdditionsRecipes = (event) => {
|
||||||
A: '#forge:plates/brass',
|
A: '#forge:plates/brass',
|
||||||
B: '#forge:wires/single/red_alloy',
|
B: '#forge:wires/single/red_alloy',
|
||||||
C: 'computercraft:wired_modem',
|
C: 'computercraft:wired_modem',
|
||||||
}).id('tfg:railways/shaped/digital_adapter')
|
}).id('tfg:create_additions/shaped/digital_adapter')
|
||||||
|
|
||||||
// Портативный энергетический интерфейс
|
// Портативный энергетический интерфейс
|
||||||
event.shaped('createaddition:portable_energy_interface', [
|
event.shaped('createaddition:portable_energy_interface', [
|
||||||
|
|
@ -66,7 +66,7 @@ const registerCreateAdditionsRecipes = (event) => {
|
||||||
C: '#forge:wires/octal/copper',
|
C: '#forge:wires/octal/copper',
|
||||||
D: '#forge:cables/single/copper',
|
D: '#forge:cables/single/copper',
|
||||||
E: 'create:brass_casing'
|
E: 'create:brass_casing'
|
||||||
}).id('tfg:railways/shaped/portable_energy_interface')
|
}).id('tfg:create_additions/shaped/portable_energy_interface')
|
||||||
|
|
||||||
// Батарейный блок
|
// Батарейный блок
|
||||||
event.recipes.gtceu.assembler('create_additions/battery')
|
event.recipes.gtceu.assembler('create_additions/battery')
|
||||||
|
|
@ -83,7 +83,7 @@ const registerCreateAdditionsRecipes = (event) => {
|
||||||
A: 'tfc:glue',
|
A: 'tfc:glue',
|
||||||
B: '#forge:cables/double/copper',
|
B: '#forge:cables/double/copper',
|
||||||
C: '#forge:plates/wrought_iron',
|
C: '#forge:plates/wrought_iron',
|
||||||
}).id('tfg:railways/shaped/connector')
|
}).id('tfg:create_additions/shaped/connector')
|
||||||
|
|
||||||
// Коннектор большой
|
// Коннектор большой
|
||||||
/*
|
/*
|
||||||
|
|
@ -95,7 +95,7 @@ const registerCreateAdditionsRecipes = (event) => {
|
||||||
A: 'tfc:glue',
|
A: 'tfc:glue',
|
||||||
B: '#forge:cables/double/copper',
|
B: '#forge:cables/double/copper',
|
||||||
C: '#forge:plates/wrought_iron',
|
C: '#forge:plates/wrought_iron',
|
||||||
}).id('tfg:railways/shaped/large_connector')
|
}).id('tfg:create_additions/shaped/large_connector')
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Редстоун реле
|
// Редстоун реле
|
||||||
|
|
@ -108,7 +108,7 @@ const registerCreateAdditionsRecipes = (event) => {
|
||||||
B: 'createaddition:connector',
|
B: 'createaddition:connector',
|
||||||
C: 'create:electron_tube',
|
C: 'create:electron_tube',
|
||||||
D: '#forge:dusts/redstone'
|
D: '#forge:dusts/redstone'
|
||||||
}).id('tfg:railways/shaped/redstone_relay')
|
}).id('tfg:create_additions/shaped/redstone_relay')
|
||||||
|
|
||||||
// Катушка
|
// Катушка
|
||||||
event.shaped('8x createaddition:spool', [
|
event.shaped('8x createaddition:spool', [
|
||||||
|
|
@ -118,7 +118,7 @@ const registerCreateAdditionsRecipes = (event) => {
|
||||||
], {
|
], {
|
||||||
A: '#forge:screws/wood',
|
A: '#forge:screws/wood',
|
||||||
B: '#forge:rods/long/wood'
|
B: '#forge:rods/long/wood'
|
||||||
}).id('tfg:railways/shaped/spool')
|
}).id('tfg:create_additions/shaped/spool')
|
||||||
|
|
||||||
// Катушка с медными проводами
|
// Катушка с медными проводами
|
||||||
event.shaped('createaddition:copper_spool', [
|
event.shaped('createaddition:copper_spool', [
|
||||||
|
|
@ -128,7 +128,7 @@ const registerCreateAdditionsRecipes = (event) => {
|
||||||
], {
|
], {
|
||||||
A: '#forge:fine_wires/copper',
|
A: '#forge:fine_wires/copper',
|
||||||
B: 'createaddition:spool'
|
B: 'createaddition:spool'
|
||||||
}).id('tfg:railways/shaped/copper_spool')
|
}).id('tfg:create_additions/shaped/copper_spool')
|
||||||
|
|
||||||
// Катушка с праздничными проводами
|
// Катушка с праздничными проводами
|
||||||
event.shaped('createaddition:festive_spool', [
|
event.shaped('createaddition:festive_spool', [
|
||||||
|
|
@ -138,7 +138,7 @@ const registerCreateAdditionsRecipes = (event) => {
|
||||||
], {
|
], {
|
||||||
A: 'gtceu:plant_ball',
|
A: 'gtceu:plant_ball',
|
||||||
B: 'createaddition:spool'
|
B: 'createaddition:spool'
|
||||||
}).id('tfg:railways/shaped/festive_spool')
|
}).id('tfg:create_additions/shaped/festive_spool')
|
||||||
|
|
||||||
// Колючая проволка
|
// Колючая проволка
|
||||||
event.shapeless('4x createaddition:barbed_wire', [
|
event.shapeless('4x createaddition:barbed_wire', [
|
||||||
|
|
@ -151,7 +151,7 @@ const registerCreateAdditionsRecipes = (event) => {
|
||||||
'#forge:rods/wrought_iron',
|
'#forge:rods/wrought_iron',
|
||||||
'#forge:rods/long/wrought_iron',
|
'#forge:rods/long/wrought_iron',
|
||||||
'#forge:tools/hammers'
|
'#forge:tools/hammers'
|
||||||
]).id('tfg:railways/shapeless/barbed_wire')
|
]).id('tfg:create_additions/shapeless/barbed_wire')
|
||||||
|
|
||||||
event.recipes.gtceu.assembler('tfg:createaddition/barbed_wire')
|
event.recipes.gtceu.assembler('tfg:createaddition/barbed_wire')
|
||||||
.itemInputs('4x #forge:rods/wrought_iron', '4x #forge:rods/long/wrought_iron')
|
.itemInputs('4x #forge:rods/wrought_iron', '4x #forge:rods/long/wrought_iron')
|
||||||
|
|
@ -159,4 +159,10 @@ const registerCreateAdditionsRecipes = (event) => {
|
||||||
.itemOutputs('4x createaddition:barbed_wire')
|
.itemOutputs('4x createaddition:barbed_wire')
|
||||||
.duration(200)
|
.duration(200)
|
||||||
.EUt(20)
|
.EUt(20)
|
||||||
|
|
||||||
|
// Коннектор со светом
|
||||||
|
event.shapeless('createaddition:small_light_connector', [
|
||||||
|
'createaddition:connector',
|
||||||
|
'minecraft:glass_pane'
|
||||||
|
]).id('tfg:create_additions/shapeless/small_light_connector')
|
||||||
}
|
}
|
||||||
|
|
@ -31,5 +31,6 @@ global.CREATE_ADDITIONS_DISABLED_ITEMS = [
|
||||||
'createaddition:capacitor',
|
'createaddition:capacitor',
|
||||||
'createaddition:large_connector',
|
'createaddition:large_connector',
|
||||||
'createaddition:electrum_spool',
|
'createaddition:electrum_spool',
|
||||||
'createaddition:gold_spool'
|
'createaddition:gold_spool',
|
||||||
|
'createaddition:biomass_pellet_block'
|
||||||
];
|
];
|
||||||
Loading…
Add table
Add a link
Reference in a new issue