@@ -11,7 +11,7 @@ test.assert(entropinnyum, "Peripheral not found")
1111
1212test .eq (entropinnyum .getMaxMana (), entropinnyum .getMana (), " Entropinnyum should have full mana" )
1313test .eq (6500 , entropinnyum .getMaxMana (), " Entropinnyum should have a max mana of 6500" )
14- -- test.assert(entropinnyum.isOnEnchantedSoil(), "Entropinnyum should be on enchanted soil") TODO: the function is currently broken
14+ test .assert (entropinnyum .isOnEnchantedSoil (), " Entropinnyum should be on enchanted soil" )
1515test .assert (not entropinnyum .isFloating (), " Entropinnyum should not be floating" )
1616-- test.assert(entropinnyum.isFull(), "Entropinnyum should be full") TODO: uncomment for 1.20.1 AP versions
1717-- test.assert(not entropinnyum.isEmpty(), "Entropinnyum should not be empty") TODO: uncomment for 1.20.1 AP versions
@@ -23,7 +23,7 @@ test.assert(endoflame, "Peripheral not found")
2323
2424test .eq (0 , endoflame .getMana (), " Endoflame should have no mana" )
2525test .eq (300 , endoflame .getMaxMana (), " Endoflame should have a max mana of 300" )
26- -- test.assert(not endoflame.isOnEnchantedSoil(), "Endoflame should not be on enchanted soil") TODO: the function is currently broken
26+ test .assert (not endoflame .isOnEnchantedSoil (), " Endoflame should not be on enchanted soil" )
2727test .assert (not endoflame .isFloating (), " Endoflame should not be floating" )
2828-- test.assert(not endoflame.isFull(), "Endoflame should not be full") TODO: uncomment for 1.20.1 AP versions
2929-- test.assert(endoflame.isEmpty(), "Endoflame should be empty") TODO: uncomment for 1.20.1 AP versions
@@ -35,7 +35,7 @@ test.assert(kekimurus, "Peripheral not found")
3535
3636test .eq (1800 , kekimurus .getMana (), " Kekimurus should have 1800 mana" )
3737test .eq (9001 , kekimurus .getMaxMana (), " Kekimurus should have a max mana of 9001" )
38- -- test.assert(not kekimurus.isOnEnchantedSoil(), "Kekimurus should not be on enchanted soil") TODO: the function is currently broken
38+ test .assert (not kekimurus .isOnEnchantedSoil (), " Kekimurus should not be on enchanted soil" )
3939test .assert (kekimurus .isFloating (), " Kekimurus should be floating" )
4040-- test.assert(not kekimurus.isFull(), "Kekimurus should not be full") TODO: uncomment for 1.20.1 AP versions
4141-- test.assert(not kekimurus.isEmpty(), "Kekimurus should not be empty") TODO: uncomment for 1.20.1 AP versions
0 commit comments