PC Make a modlet

Umbrella

Refugee
Hi,

I was wondering how to create a modlet. I have a decent understanding of the xml files, and informatics in general.

Let's imagine a minimalist mod : I just want to create 2 new recipes. As I understand,

1) I put this new content in a minimalist recipes.xml file (not containing the unaltered recipes)

2) Is the following modlet folder structure correct ?

TestModlet/

- Config/recipes.xml

(ItemIcons/ : not needed)

(Resources/ : not neede)

- ModInfo.xml

3) Do I need define empty xml that I do not alter (eg blocks.xml) ?

4) What should ModInfo.xml contains (apart from description of the mod) ?

5) Do I need to put some xpath instructions anywhere (either in ModInfo.xml or the altered recipes.xml) ?

Thank you !

 
I started here

https://7daystodie.com/forums/showthread.php?93816-XPath-Modding-Explanation-Thread

and then i downloaded other people mods and learned by templates/examples.

the position in the folders (righclick picture and choose "View picture")

0E047E69ED4F99C051F0F8412FF261A8B25F4156


 
Thanks a lot Royal Deluxe, this is much clearer now !

The very same info (wo discussion) are also available on the wiki.

 
Back
Top