Alpha Release: additions 0.9.0 (#880)
Signed-off-by: Pyritie <pyritie@gmail.com> Signed-off-by: TomPlop <tomdidome@gmail.com> Signed-off-by: Adora <adoradyne.58@gmail.com> Signed-off-by: MetenBouldry <94766011+MetenBouldry@users.noreply.github.com> Signed-off-by: CaitlynMC <135169224+CaitlynMC@users.noreply.github.com> Signed-off-by: SverhRazum-Nah <leon.trol@mail.ru> Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> Signed-off-by: Xikaro <55663835+Xikaro@users.noreply.github.com> Co-authored-by: Xikaro <os.valerievich@ya.ru> Co-authored-by: Nebby <78170922+Nebby1999@users.noreply.github.com> Co-authored-by: Redeix <brayden.j.m.ford@gmail.com> Co-authored-by: TomPlop <tomdidome@gmail.com> Co-authored-by: aidie8 <aidenvanzuilen@gmail.com> Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com> Co-authored-by: Zleub <debray.arnaud@gmail.com> Co-authored-by: Adora <adoradyne.58@gmail.com> Co-authored-by: Curtis Merrill <curtis.r.merrill@gmail.com> Co-authored-by: julia <97713533+juliakity@users.noreply.github.com> Co-authored-by: GamerDadDave <gamerdaddave@gmail.com> Co-authored-by: MetenBouldry <94766011+MetenBouldry@users.noreply.github.com> Co-authored-by: CaitlynMC <135169224+CaitlynMC@users.noreply.github.com> Co-authored-by: SverhRazum-Nah <leon.trol@mail.ru> Co-authored-by: Redeix <59435925+Redeix@users.noreply.github.com> Co-authored-by: Nebby1999 <nebby131999@gmail.com>
This commit is contained in:
parent
ec2e3cd3c4
commit
189f5aebce
94 changed files with 4858 additions and 2300 deletions
|
|
@ -679,7 +679,7 @@ const registerCreateRecipes = (event) => {
|
|||
B: '#forge:foils/rubber',
|
||||
C: '#forge:tools/wrenches',
|
||||
D: '#forge:tools/knives',
|
||||
E: 'create:electron_tubes'
|
||||
E: 'create:electron_tube'
|
||||
}).id('tfg:create/shaped/brass_funnel')
|
||||
|
||||
event.shaped('2x create:brass_funnel', [
|
||||
|
|
@ -691,7 +691,7 @@ const registerCreateRecipes = (event) => {
|
|||
B: '#forge:leather',
|
||||
C: '#forge:tools/wrenches',
|
||||
D: '#forge:tools/knives',
|
||||
E: 'create:electron_tubes'
|
||||
E: 'create:electron_tube'
|
||||
}).id('tfg:create/shaped/brass_funnel_leather')
|
||||
|
||||
// Тунель из железа
|
||||
|
|
@ -1517,16 +1517,14 @@ const registerCreateRecipes = (event) => {
|
|||
}).id('tfg:create/shaped/contraption_controls')
|
||||
|
||||
event.shaped('create:wrench', [
|
||||
'FBB',
|
||||
'CAD',
|
||||
'AE '
|
||||
' BB',
|
||||
' C ',
|
||||
'AD '
|
||||
], {
|
||||
A: '#forge:rods/treated_wood',
|
||||
A: '#forge:rods/wooden',
|
||||
B: '#forge:plates/brass',
|
||||
C: '#forge:small_gears/wood',
|
||||
D: '#forge:screws',
|
||||
E: '#forge:tools/screwdrivers',
|
||||
F: '#forge:tools/hammers'
|
||||
C: '#tfg:small_cogwheels',
|
||||
D: '#forge:tools/hammers'
|
||||
}).id('tfg:create/shaped/wrench')
|
||||
|
||||
event.shaped('create:goggles', [
|
||||
|
|
@ -1534,11 +1532,11 @@ const registerCreateRecipes = (event) => {
|
|||
'AEA',
|
||||
'C C'
|
||||
], {
|
||||
A: '#forge:rings/gold',
|
||||
A: '#forge:rings/brass',
|
||||
B: '#forge:leather',
|
||||
C: 'tfc:lens',
|
||||
D: '#forge:screws',
|
||||
E: '#forge:tools/screwdrivers'
|
||||
D: 'tfc:glue',
|
||||
E: '#forge:tools/hammers'
|
||||
}).id('tfg:create/shaped/goggles')
|
||||
|
||||
event.shaped('create:analog_lever', [
|
||||
|
|
@ -1611,7 +1609,7 @@ const registerCreateRecipes = (event) => {
|
|||
A: 'create:andesite_casing',
|
||||
B: '#minecraft:plates/wrought_iron',
|
||||
C: 'tfc:glue',
|
||||
D: '#tfg:cogwheels',
|
||||
D: '#tfg:small_cogwheels',
|
||||
E: '#forge:tools/wrenches'
|
||||
}).id('tfg:create/shaped/mechanical_bearing')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue