Replace ender pearls with dilithium gems in matter transform matrix recipe

This commit is contained in:
DBotThePony 2025-02-10 14:44:27 +07:00
parent acc182eb26
commit 5e6b8bb725
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -71,7 +71,7 @@ fun addComponentRecipes(consumer: RecipeOutput) {
.build(consumer)
MatteryRecipe(MItems.MATTER_TRANSFORM_MATRIX, category = RecipeCategory.MISC)
.row(Tags.Items.ENDER_PEARLS, MItems.MATTER_CABLE, Tags.Items.ENDER_PEARLS)
.row(MItemTags.DILITHIUM_GEMS, MItems.MATTER_CABLE, MItemTags.DILITHIUM_GEMS)
.row(MItemTags.TRITANIUM_PLATES, MItemTags.ADVANCED_CIRCUIT, MItemTags.TRITANIUM_PLATES)
.rowB(MItems.MATTER_CABLE)
.unlockedBy(MItems.MATTER_CABLE)