species stuff and loot tables

This commit is contained in:
Pyritie 2025-06-17 20:44:24 +01:00
parent f646c46377
commit 62edf3929f
8 changed files with 98 additions and 4 deletions

View file

@ -885,7 +885,7 @@ global.TFC_MEAT_RECIPE_COMPONENTS = [
{ input: 'tfc:food/hyena', output: 'tfc:food/cooked_hyena', name: 'cooked_hyena' },
{ input: 'tfc:food/duck', output: 'tfc:food/cooked_duck', name: 'cooked_duck' },
{ input: 'tfc:food/chevon', output: 'tfc:food/cooked_chevon', name: 'cooked_chevon' },
{ input: 'minecraft:egg', output: 'tfc:food/cooked_egg', name: 'cooked_egg' },
{ input: '#forge:eggs', output: 'tfc:food/cooked_egg', name: 'cooked_egg' },
];
global.TFC_QUERN_POWDER_RECIPE_COMPONENTS = [