people are gonna hate me for this
This commit is contained in:
parent
3676080d13
commit
01fd420f49
1 changed files with 5 additions and 4 deletions
|
|
@ -1418,12 +1418,13 @@ const registerCreateRecipes = (event) => {
|
|||
// #region Water Wheels
|
||||
|
||||
event.shaped('create:water_wheel', [
|
||||
'AAA',
|
||||
'ABA',
|
||||
'AAA'
|
||||
'ACA',
|
||||
'CBC',
|
||||
'ACA'
|
||||
], {
|
||||
A: 'gtceu:treated_wood_planks',
|
||||
B: '#tfg:shafts'
|
||||
B: '#tfg:shafts',
|
||||
C: '#forge:plates/wrought_iron'
|
||||
}).id('create:shaped/water_wheel')
|
||||
|
||||
event.shaped('create:large_water_wheel', [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue