people are gonna hate me for this

This commit is contained in:
Pyritie 2025-06-17 19:24:27 +01:00
parent 3676080d13
commit 01fd420f49

View file

@ -1418,12 +1418,13 @@ const registerCreateRecipes = (event) => {
// #region Water Wheels // #region Water Wheels
event.shaped('create:water_wheel', [ event.shaped('create:water_wheel', [
'AAA', 'ACA',
'ABA', 'CBC',
'AAA' 'ACA'
], { ], {
A: 'gtceu:treated_wood_planks', A: 'gtceu:treated_wood_planks',
B: '#tfg:shafts' B: '#tfg:shafts',
C: '#forge:plates/wrought_iron'
}).id('create:shaped/water_wheel') }).id('create:shaped/water_wheel')
event.shaped('create:large_water_wheel', [ event.shaped('create:large_water_wheel', [