Hi there @Kirazy thankyou for reply sir
Just for your info the following i changed for my own usage and working (it seems)
prototypes/buildings/refining.lua
name = "ore-crusher-4",
..
...
crafting_categories = {"ore-sorting"}, removed the '-t1'
Also another problem changed
prototypes/technology/bioprocessing-technology.lua
type = "technology",
name = "bio-pressing-2",
icon = "__angelsbioprocessing__/graphics/technology/press-tech.png",
icon_size = 128,
prerequisites =
{
"bio-pressing-1", **added '-1'**
didnt think mods rewrote other mods?
anyway above fixes seems to be working for me
Also thankyou for this mod :)