fixed orange tulip extraction recipe
This commit is contained in:
parent
7c3beb2d1a
commit
b52c489976
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue