Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazuhiko-Gushiken authored Aug 19, 2023
1 parent 9ccfc36 commit 53d9e01
Showing 1 changed file with 19 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ServerEvents.recipes(event => {
}
),
event.shaped(
Item.of('modern_industrialization:growth_chamber', 1),
Item.of('modern_industrialization:electric_growth_chamber', 1),
[
'SCS',
'TMB',
Expand All @@ -48,6 +48,23 @@ ServerEvents.recipes(event => {
L: 'modern_industrialization:large_pump'
}
),
event.shaped(
Item.of('modern_industrialization:bronze_growth_chamber', 1),
[
'SCS',
'TMB',
'LEL'
],
{
S: 'modern_industrialization:bronze_machine_casing_pipe',
C: 'supplementaries:clock_block',
T: 'modern_industrialization:bronze_tank',
M: 'modern_industrialization:bronze_machine_casing',
B: 'modern_industrialization:bronze_barrel',
E: 'modern_industrialization:bronze_large_plate',
L: 'modern_industrialization:bronze_rotor'
}
),
event.shaped(
Item.of('modern_industrialization:mystical_incubator', 1),
[
Expand Down Expand Up @@ -89,18 +106,5 @@ ServerEvents.recipes(event => {
G: 'kubejs:glue'
}
),
event.shaped(
Item.of('modern_industrialization:basic_growth_chamber', 1),
[
'BAB',
'ZCW',
'BBB'
],
{
C: 'minecraft:composter',
B: 'minecraft:bricks',
W: 'modern_industrialization:bronze_water_pump',
Z: 'modern_industrialization:bronze_barrel',
A: 'supplementaries:clock_block'
})
event.smithing('modern_industrialization:steel_growth_chamber', 'modern_industrialization:bronze_growth_chamber', 'modern_industrialization:steel_upgrade')
})

0 comments on commit 53d9e01

Please sign in to comment.