Extended Angels


Adds recipes and extra tiers of buildings to Angel's Refining, Petrochemical Processing, and Bioprocessing mods.

Content
4 months ago
0.16 - 1.1
7.16K
Manufacturing

b ore-sorting-t1 does not exist!

2 years ago

506.595 Error ModManager.cpp:1574: Error in assignID: recipe-category with name 'ore-sorting-t1' does not exist.

Source: ore-crusher-4 (assembling-machine).

hope this helps to rectify the problem and thankyou kindly for you mod sir!

Kirazy β˜†
2 years ago

Some other mod is at work here, modifying/removing the recipe category from the Angel's buildings they know about, but because this is an addon mod for Angel's the other mod is probably not also modifying the buildings added by Extended Angels. Extended Angels doesn't do anything with recipe categories except inherit them from how Angel's buildings are configured.

I need more information about your mods.

2 years ago

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 :)

Kirazy β˜†
2 years ago

o.O

What version of Extended Angels are you using? The phrase ore-sorting-t1 does not exist in the current version. The file bioprocessing-technology.lua likewise does not exist.

Kirazy β˜†
2 years ago
(updated 2 years ago)

This is where the ore-crusher-4 is defined currently: link

And the bug with bio-pressing-1 pre-requisites was resolved several versions ago: link.

Kirazy β˜†
2 years ago
(updated 2 years ago)

-snip-

2 years ago

INFO.JSON
{
"name": "extendedangels",
"version": "0.4.12",
"factorio_version": "1.1",
"title": "Extended Angels",
"author": "AdamCirillo",
"contact": "",
"homepage": "",
"description": "Adds extra buildings and recipes to Angel's Mods",
"dependencies":
[
"base >= 1.1.0",
"angelssmelting >= 0.6.4",
"bobplates >= 0.18.0",
"? angelsaddons-warehouses >= 0.5.0",
"? bobtech >= 0.18.0",
"? angelsbioprocessing >= 0.7.9",
"? Clowns-Processing >= 1.3.8"]
}

2 years ago

now im confused on version i have is incorrect???? lol

Kirazy β˜†
2 years ago
(updated 2 years ago)

Redownload the mod, I don't know what you have.

Edit: Rather, what you have is a manually incremented version number presumably to make it work on 1.1, and since your version number is higher than the actual releases, you're working with code that's very old. :)

New response