Fixes broken tests in crafting contrib.

This commit is contained in:
henddher 2021-10-22 16:43:16 -05:00
parent 8d5b48d4cc
commit 1ebb41d592

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,