Merge pull request #2574 from Henddher/broken_crafting_test

Fixes broken tests in crafting contrib.
This commit is contained in:
Griatch 2021-10-24 19:08:20 +02:00 committed by GitHub
commit 4d61968925
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,8 @@ class TestCraftUtils(TestCase):
{
"crucible steel": example_recipes.CrucibleSteelRecipe,
"leather": example_recipes.LeatherRecipe,
"fireball": example_recipes.FireballRecipe,
"heal": example_recipes.HealingRecipe,
"oak bark": example_recipes.OakBarkRecipe,
"pig iron": example_recipes.PigIronRecipe,
"rawhide": example_recipes.RawhideRecipe,