added assembler recipes for most create things, made steam engines, blaze burners, and alternators cheaper, made firmaciv sails use any fabric

This commit is contained in:
Pyritie 2025-05-11 16:59:03 +01:00
parent b9af0c3afe
commit 26438a6165
3 changed files with 270 additions and 29 deletions

View file

@ -112,4 +112,6 @@ const registerFirmaCivRecipes = (event) => {
B: '#forge:wax'
}).id('tfg:firmaciv/rope_coil_from_cloth')
// #endregion
event.replaceInput({id: 'firmaciv:crafting/small_triangular_sail'}, 'tfc:wool_cloth', '#forge:cloth')
}