Added campfire for Sticky Situation, by popular demand

This commit is contained in:
espeon65536
2021-05-27 16:51:11 -05:00
committed by Fabian Dill
parent 286254c5cd
commit 48c3d1fa4a
2 changed files with 3 additions and 2 deletions

View File

@@ -974,7 +974,8 @@ class TestAdvancements(TestMinecraft):
["Sticky Situation", False, []],
["Sticky Situation", False, [], ['Bottles']],
["Sticky Situation", False, [], ['Ingot Crafting']],
["Sticky Situation", True, ['Bottles', 'Ingot Crafting']],
["Sticky Situation", False, [], ['Campfire']],
["Sticky Situation", True, ['Bottles', 'Ingot Crafting', 'Campfire']],
])
def test_42075(self):