Merge pull request #404 from TerraFirmaGreg-Team/359-adding-addon-tfc-electrical-appliances
tfc electrical appliance
This commit is contained in:
commit
6b43116870
3 changed files with 22 additions and 1 deletions
|
|
@ -134,6 +134,7 @@ ServerEvents.recipes(event => {
|
|||
registerMoreRedRecipes(event)
|
||||
registerRailWaysRecipes(event)
|
||||
registerSophisticatedBackpacksRecipes(event)
|
||||
registerTfceaRecipes(event)
|
||||
registerTFCRecipes(event)
|
||||
registerTFCGroomingStationRecipes(event)
|
||||
registerToolBeltRecipes(event)
|
||||
|
|
|
|||
20
kubejs/server_scripts/tfcea/recipes.js
Normal file
20
kubejs/server_scripts/tfcea/recipes.js
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
|
||||
|
||||
const registerTfceaRecipes = (event) => {
|
||||
//удаление рецептов мода
|
||||
event.remove({ mod: 'tfcea' })
|
||||
|
||||
event.shaped('tfcea:refrigerator', [
|
||||
'ABA',
|
||||
'BCB',
|
||||
'DEF'
|
||||
], {
|
||||
A: '#forge:single_cables/tin',
|
||||
B: '#forge:normal_fluid_pipes/potin',
|
||||
C: 'gtceu:steel_crate',
|
||||
D: 'gtceu:lv_fluid_regulator',
|
||||
E: 'gtceu:lv_machine_hull',
|
||||
F: 'gtceu:lv_electric_pump',
|
||||
}).id('tfcea:refrigerator')
|
||||
|
||||
}
|
||||
2
mods
2
mods
|
|
@ -1 +1 @@
|
|||
Subproject commit 3ceca55777dca95b9d7d6e2b2d47ee9a0fd65b00
|
||||
Subproject commit 1e54c9763cb47eeeaef459c135944a188ef7cc2d
|
||||
Loading…
Add table
Add a link
Reference in a new issue