fixed orange tulip extraction recipe

This commit is contained in:
Ayutac 2023-02-25 16:56:20 +01:00 committed by modmuss50
parent 7c3beb2d1a
commit b52c489976

View file

@ -59,7 +59,7 @@ class ExtractorRecipesProvider extends TechRebornRecipesProvider {
(Items.OXEYE_DAISY) : Items.LIGHT_GRAY_DYE,
(Items.WHITE_TULIP) : Items.LIGHT_GRAY_DYE,
(Items.ALLIUM) : Items.MAGENTA_DYE,
(Items.ORANGE_TULIP) : Items.ORANGE_TULIP,
(Items.ORANGE_TULIP) : Items.ORANGE_DYE,
(Items.PINK_TULIP) : Items.PINK_DYE,
(Items.POPPY) : Items.RED_DYE,
(Items.RED_TULIP) : Items.RED_DYE,