mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Minecraft: Two by two logical requirement fix (#1152)
* [Minecraft] Two by two logical requirement fix * Two by two update * Two by Two logical fix [Description in order] * Two by Two fix [Bucket only= False] Along with the others isolated items checks
This commit is contained in:
@@ -312,9 +312,10 @@ class TestAdvancements(TestMinecraft):
|
||||
["Two by Two", False, [], ['Flint and Steel']],
|
||||
["Two by Two", False, [], ['Progressive Tools']],
|
||||
["Two by Two", False, [], ['Progressive Weapons']],
|
||||
["Two by Two", False, ['Progressive Tools', 'Progressive Tools'], ['Bucket', 'Progressive Tools']],
|
||||
["Two by Two", False, [], ['Bucket']],
|
||||
["Two by Two", False, ['Progressive Tools', 'Progressive Tools'], ['Bucket', 'Progressive Tools']],
|
||||
["Two by Two", False, ['Progressive Resource Crafting', 'Progressive Tools', 'Flint and Steel', 'Progressive Tools', 'Progressive Tools', 'Progressive Weapons']],
|
||||
["Two by Two", True, ['Progressive Resource Crafting', 'Progressive Tools', 'Flint and Steel', 'Bucket', 'Progressive Weapons']],
|
||||
["Two by Two", True, ['Progressive Resource Crafting', 'Progressive Tools', 'Flint and Steel', 'Progressive Tools', 'Progressive Tools', 'Progressive Weapons']],
|
||||
])
|
||||
|
||||
def test_42023(self):
|
||||
|
Reference in New Issue
Block a user