• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Empty Jar Mod

kronons

New member
Since there is no way to return an empty jar after you use it in a recipe. This mod gives back an emptyjar after items which uses bottle water to make are consumed. This lets you reuse some empty bottles. This is a workaround because we can't have multiple outputs for recipes as far as I am aware.

My first modlet. :)

Updated on: 12/12/2018

View attachment 26244

Thanks!

Sammm for the base code!

Gamida for the feedback!

Kronons-Bottles.zip

 

Attachments

Last edited by a moderator:
Kronons, I haven't seen anyone mention it but have you heard of anyone else getting an error when running your modlet? I kept getting one and even when I opened it in notepad+ to see what was there it gave me an error.

XML Parsing error at line 6:

EntityRef: expection ':'

In this line in modinfo.xml

<Author value="Cham&Kronons" />

If I remove the & from between your names it works fine.

Just thought to let you know.

Oh and it didn't seem to throw an error in b221 when I started game in case anyone was wondering.

 
Thanks Gimida. Yeah it's the '&' character. Fixed it on my local. I guess I forgot to update the file here. I'll do it soon.

 
Kronons, I haven't seen anyone mention it but have you heard of anyone else getting an error when running your modlet? I kept getting one and even when I opened it in notepad+ to see what was there it gave me an error.
XML Parsing error at line 6:

EntityRef: expection ':'

In this line in modinfo.xml

<Author value="Cham&Kronons" />

If I remove the & from between your names it works fine.

Just thought to let you know.

Oh and it didn't seem to throw an error in b221 when I started game in case anyone was wondering.
Updated and fixed!

 
Back
Top