
2 minor bugs with Progressive Automation and 1 major with 1.9.9 version of the mod
MineWitherMC opened this issue ยท 0 comments
- End forged pick/shovel aren't accepted into PA miner (diamond tier; electric ones are accepted though, didn't test axe and chopper). I think it's related to #84 and setting durability to for example int_max - 1 should fix this. Can't test though.
- ?! When PA is installed Calculator Wrench is called PA wrench instead:
- How is Calc Flux Point crafted? I found only impossible recipe (divide fire block by ender-pearl in Scientific Calculator, but I don't know ways to gather Fire Blocks).
Edit: MAJOR 1.9.9 issue. The Flux Point, Advanced Terrain Module and Redstone Extractor use oreDict entry ingotRedstone in crafting (https://github.com/SonarSonic/Calculator/blob/master/src/main/java/sonar/calculator/mod/common/recipes/RecipeRegistry.java, lines 548, 559, 567) but you deleted that entry in 1.9.9 update to prevent #95. Redstone tools can be crafted. Please fix...