[1.12.2] Duplicate recipes registered
bookerthegeek opened this issue ยท 2 comments
Heyo
Looking through recipes, I notice that many show up twice, or three times. For example the Cart Detector.
List of items with Double recipes
- Cart Detector - Item
- Cart Detector - Any
- Cart Detector - Empty
- Cart Detector - Player
- Cart Detector - Animal
- Cart Detector - Tank
- Cart Detector - Advanced
- Cart Detector - Age
- Cart Detector - Sheep
- Cart Detector - Villager
- Cart Detector - Locomotive
List of Items with Triple Recipes
- Cart Detector - Mob
- Manual Rolling Machine
- Powered Rolling Machine
- Feed Station
- Smoker
BlockDetector
which contains all detectors has been defined in two modules AutoMation
and Routing
.
BlockMachineEquipment
which contains other blocks mentioned has been defined in three modules AutoMation
, Factory
and Steam
.
It may be the reason of this issue.
Resoved by #1437