This commit is contained in:
Pyritie 2026-01-19 11:34:34 +00:00
commit 05ed8cdfe8
2 changed files with 5 additions and 0 deletions

View file

@ -441,6 +441,8 @@ function registerTFCItemTags(event) {
event.add(`tfg:hanging_sign/${metal}/softwood`, global.TFC_SOFTWOOD_TYPES.map(wood => `tfc:wood/hanging_sign/${metal}/${wood}`))
event.add(`tfg:hanging_sign/${metal}/hardwood`, global.AFC_HARDWOOD_TYPES.map(wood => `afc:wood/hanging_sign/${metal}/${wood}`))
event.add(`tfg:hanging_sign/${metal}/softwood`, global.AFC_SOFTWOOD_TYPES.map(wood => `afc:wood/hanging_sign/${metal}/${wood}`))
event.add(`tfg:hanging_sign/${metal}/hardwood`, `beneath:wood/hanging_sign/${metal}/warped`)
event.add(`tfg:hanging_sign/${metal}/softwood`, `beneath:wood/hanging_sign/${metal}/crimson`)
})
}

View file

@ -21,6 +21,7 @@ function registerTFGFoodItems(event) {
ctx.player.give('tfg:used_foil_pack')
}))
.texture('tfg:item/food/meal_bag')
.tag('tfc:foods')
.tag('tfg:space_food')
// Birt
@ -60,6 +61,7 @@ function registerTFGFoodItems(event) {
event.create(`tfg:food/freeze_dried/${fruit.name}`)
.translationKey(`item.tfg.food.freeze_dried/${fruit.name}`)
.texture(`tfg:item/food/freeze_dried_${fruit.name}`)
.tag('tfc:foods')
.tag('tfg:space_food')
.food(food => food.hunger(4).saturation(1)
.eaten(ctx => {
@ -75,6 +77,7 @@ function registerTFGFoodItems(event) {
ctx.player.give('tfg:used_foil_pack')
}))
.texture('tfg:item/food/calorie_paste')
.tag('tfc:foods')
.tag('tfg:space_food')
// Sunflower seeds