Fixes broken tests in crafting contrib.
This commit is contained in:
parent
53106e1dba
commit
6ddfa684a7
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ class TestCraftUtils(TestCase):
|
||||||
{
|
{
|
||||||
"crucible steel": example_recipes.CrucibleSteelRecipe,
|
"crucible steel": example_recipes.CrucibleSteelRecipe,
|
||||||
"leather": example_recipes.LeatherRecipe,
|
"leather": example_recipes.LeatherRecipe,
|
||||||
|
"fireball": example_recipes.FireballRecipe,
|
||||||
|
"heal": example_recipes.HealingRecipe,
|
||||||
"oak bark": example_recipes.OakBarkRecipe,
|
"oak bark": example_recipes.OakBarkRecipe,
|
||||||
"pig iron": example_recipes.PigIronRecipe,
|
"pig iron": example_recipes.PigIronRecipe,
|
||||||
"rawhide": example_recipes.RawhideRecipe,
|
"rawhide": example_recipes.RawhideRecipe,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue