Skip to content

Commit

Permalink
fix: Thermoblade can boil water (#4570)
Browse files Browse the repository at this point in the history
Made thermoblade able to boil water

For some reason the list of tools required to boil something is different from the list of tools required to cook something, but they both use an open flame, so the thermoblade fits there too.
  • Loading branch information
yay855 committed May 1, 2024
1 parent 2ddfcec commit 84f2cf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion data/json/requirements/cooking_tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
[ "toolset", 1 ],
[ "coffeemaker", 1 ],
[ "atomic_coffeepot", -1 ],
[ "fire", -1 ]
[ "fire", -1 ],
[ "knife_heat", -1 ]
]
]
}
Expand Down
3 changes: 2 additions & 1 deletion data/mods/Aftershock/recipes/requirements.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
[ "coffeemaker", 1 ],
[ "atomic_coffeepot", -1 ],
[ "afs_atompot", -1 ],
[ "fire", -1 ]
[ "fire", -1 ],
[ "knife_heat", -1 ]
]
]
}
Expand Down

0 comments on commit 84f2cf9

Please sign in to comment.