Merge pull request #301 from TerraFirmaGreg-Team/веточка-для-ксикаро

Исправление рецепта доски из грега
This commit is contained in:
Dmitry 2024-03-30 14:26:14 +07:00 committed by GitHub
commit aa580f5857
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1119,6 +1119,15 @@ const registerGTCEURecipes = (event) => {
.duration(700)
.EUt(2720)
// Empty Wooden Form
event.shaped('gtceu:empty_wooden_form', [
' AA',
'BAA'
], {
A: '#minecraft:planks',
B: '#forge:tools/saws'
}).id('gtceu:shaped/plank_to_wooden_shape')
// Деревянная шестерня
event.shaped('gtceu:wood_gear', [
' A ',
@ -1510,4 +1519,4 @@ const registerGTCEURecipes = (event) => {
});
//#endregion
}
}