#3007 more decoration more gooder indeed

This commit is contained in:
Pyritie 2026-02-08 13:57:40 +00:00
parent 0d0b691136
commit f00b7a76b1
3 changed files with 10 additions and 1 deletions

View file

@ -22,6 +22,8 @@ If you missed it, [0.11.19](https://github.com/TerraFirmaGreg-Team/Modpack-Moder
- Fixed pandas not dropping meat @Pyritie
- Fixed plutonium ores existing @Pyritie
- Fixed names of non-TFC materials in ingot piles @Ujhik
- Fixed cricket sounds on mars @Pyritie
- Added recipe for wooden bracket (#3007) @Pyritie
### Translation updates
- Ukranian @MetEnBouldry
- German @Enderderschander

View file

@ -208,6 +208,14 @@ const registerCreateRecipes = (event) => {
B: '#forge:plates/wrought_iron'
}).addMaterialInfo().id('tfg:create/shaped/metal_bracket')
event.recipes.gtceu.shaped('4x create:wooden_bracket', [
'AAA',
'BBB'
], {
A: '#forge:bolts/wrought_iron',
B: '#tfc:lumber'
}).addMaterialInfo().id('tfg:create/shaped/wooden_bracket')
// Жидкостная труба
event.shaped('create:fluid_pipe', [
'BAB'

View file

@ -68,7 +68,6 @@ global.CREATE_DISABLED_ITEMS = [
'create:creative_fluid_tank',
'create:unprocessed_obsidian_sheet',
'create:creative_motor',
'create:wooden_bracket',
'create:red_sand_paper',
'create:empty_blaze_burner',
'create:minecart_contraption',