fixes #1405
This commit is contained in:
parent
27a528ef90
commit
a95d2aaf09
2 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
## [Unreleased]
|
||||
### Changes
|
||||
### Bug fixes
|
||||
- Fixed butchery knife crafting recipe (#1405) @Pyritie
|
||||
|
||||
## [0.10.2] - 20-07-2025
|
||||
### Changes
|
||||
|
|
|
|||
|
|
@ -1050,6 +1050,7 @@ function registerGTCEUMetalRecipes(event) {
|
|||
makeToolRecipe(GTToolType.MINING_HAMMER, TFGTagPrefix.toolHeadMiningHammer, 'tfg:mining_hammer_head_extruder_mold', circuit++, material)
|
||||
makeToolRecipe(GTToolType.SCYTHE, TFGTagPrefix.toolHeadScythe, 'tfg:scythe_head_extruder_mold', circuit++, material)
|
||||
makeToolRecipe(GTToolType.HARD_HAMMER, TFGTagPrefix.toolHeadHammer, 'tfg:hammer_head_extruder_mold', circuit++, material)
|
||||
makeToolRecipe(GTToolType.BUTCHERY_KNIFE, TFGTagPrefix.toolHeadButcheryKnife, 'tfg:butchery_knife_head_extruder_mold', circuit++, material)
|
||||
makeToolRecipe(GTToolType.SCREWDRIVER, TagPrefix.toolHeadScrewdriver, 'tfg:screwdriver_tip_extruder_mold', circuit++, material)
|
||||
makeToolRecipe(GTToolType.WRENCH, TagPrefix.toolHeadWrench, 'tfg:wrench_tip_extruder_mold', circuit++, material)
|
||||
makeToolRecipe(GTToolType.WIRE_CUTTER, TagPrefix.toolHeadWireCutter, 'tfg:wire_cutter_extruder_mold', circuit++, material)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue