Update "unlocked by" of pattern drive

This commit is contained in:
DBotThePony 2025-02-10 14:54:03 +07:00
parent 1e4769873d
commit c18fa330a6
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -129,7 +129,7 @@ fun addCraftingTableRecipes(consumer: RecipeOutput) {
.row(Tags.Items.DUSTS_GLOWSTONE, MItemTags.CARBON_PLATES, Tags.Items.DUSTS_GLOWSTONE)
.row(MItemTags.DILITHIUM_GEMS, MItemTags.ADVANCED_CIRCUIT, MItemTags.DILITHIUM_GEMS)
.row(Tags.Items.DUSTS_GLOWSTONE, Tags.Items.GEMS_DIAMOND, Tags.Items.DUSTS_GLOWSTONE)
.unlockedBy(MItemTags.ADVANCED_CIRCUIT)
.unlockedBy(MItemTags.DILITHIUM_GEMS)
.build(consumer)
MatteryRecipe(MItems.PATTERN_DRIVE_DOUBLE, category = machinesCategory)