Куча разных рецептов под тфк, обновление тфг мода

This commit is contained in:
SpeeeDCraft 2023-11-12 11:03:47 +07:00
parent 004ea5db09
commit 6fceee973c
8 changed files with 353 additions and 4 deletions

View file

@ -22,4 +22,6 @@ const registerMinecraftRecipes = (event) => {
event.smelting('2x #forge:ingots/gold', '1x #forge:raw_materials/gold').id('minecraft:gold_ingot_from_smelting_raw_gold').xp(0.7)
event.blasting('2x #forge:ingots/gold', '1x #forge:raw_materials/gold').id('minecraft:gold_ingot_from_blasting_raw_gold').xp(0.7)
event.remove({id: 'minecraft:fire_charge'})
}