Remove phantom attractor research advancement

This commit is contained in:
DBotThePony 2023-06-20 21:01:16 +07:00
parent c76681d740
commit 1a9ae25fa8
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -145,20 +145,6 @@ fun addAndroidAdvancements(serializer: Consumer<Advancement>, existingFileHelper
.addCriterion("has_item", criterion(MItems.PHANTOM_ATTRACTOR)) .addCriterion("has_item", criterion(MItems.PHANTOM_ATTRACTOR))
.save(serializer, modLocation("regular/phantom_attractor"), existingFileHelper) .save(serializer, modLocation("regular/phantom_attractor"), existingFileHelper)
AdvancementBuilder()
.parent(attractor)
.display(
itemStack = ItemStack(MItems.PHANTOM_ATTRACTOR),
title = translation.add("phantom_attractor_research", "Deception of Phantoms") {
russian("Обман фантомов")
},
description = translation.add("phantom_attractor_research.desc", "Research into how to attract Phantoms the same way as the ones who need to sleep") {
russian("Исследуйте привлечение фантомов, чтоб привлекать их так же, как те, кому нужно спать")
},
)
.addCriterion("researched", AndroidResearchTrigger.Instance(modLocation(MNames.PHANTOM_ATTRACTOR)))
.save(serializer, modLocation("regular/phantom_attractor_research"), existingFileHelper)
val researchAnything = AdvancementBuilder() val researchAnything = AdvancementBuilder()
.parent(root) .parent(root)
.display( .display(