Wormmus Config deprecated

by wormmus

Adds some extended customization options.

6 years ago
0.16.0
9

g angel's bioprocessing crash

6 years ago

with the new angels bioprocessing is causing a crash angel said its related to your mod here is the line from the log if you want the full log I can post that too.

10.874 Loading mod angelsbioprocessing 0.5.0 (data.lua)
11.053 Error Util.cpp:49: Value can't be saved in property tree at ROOT.recipe.temperate-1-seed.ingredients[0].type
stack traceback:

6 years ago

I'd like to know what options you have enabled.

6 years ago

just copied the mod-settings json for your mod here https://pastebin.com/x58zQ1yp

6 years ago

Just so you're aware, I'm awake again and working on this.

6 years ago

Just wanted to report this and read you're already working on it. Great :)

6 years ago

Well, this is going to require an ENTIRE mod re-write. It has absolutely nothing to do with the code, but how I used a simple function that does the following:

function item(name) return data.raw["item"][name] end

All this does is make it so that instead of doing:
data.raw["item"]["item-name"]
all the time, I can just do
item("item-name")
which really sucks, but I will do a complete re-write on my mod.
A simple fix would just be changing it to
wcm_item("item-name")
but I would rather just re-write it without functions.

Give me a few hours, I'll try to have an update in before I fall asleep again.

6 years ago

thanks for that i'll be up for a few hours too if you post the update will let know if all is good

6 years ago

Since I am re-writing the mod, you guys might want to check the info tab. I'm changing some things. I'll make a thread for opinions.

6 years ago

3.1.0 is released. Should be silky smooth now. Open new threads for new issue reports.