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 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 !