Stormwind99 / FoodFunk

Minecraft mod: What is that funky smell in my backpack? Food spoils over time unless preserved. Configure any item to rot, any container to preserve items.
https://minecraft.curseforge.com/projects/food-funk
GNU Lesser General Public License v3.0
10 stars 8 forks source link

Request: Feature documentation in config file and wiki #23

Open esotericist opened 6 years ago

esotericist commented 6 years ago

It'd be helpful if the config file showed all of the available features, such as giving examples for metadata and oredict support in item specification, as well as how to set up entities for preservation.

esotericist commented 6 years ago

It's actually more pressing than I thought. I get a crash trying to specify metadata using the expected I:"modid:itemid:metadata"=days format. Can you give me a pointer?

esotericist commented 6 years ago

Okay, it turns out that format was fine, but something else was wrong with my config file. I'll keep investigating, and open a separate report if need be.

esotericist commented 6 years ago

aha! The script I was using to generate the config file had incomplete data, so I had a few lines that were turning up I:"modid:itemid:"=days. Note the lack of a number after the second colon.

Totally my bad.

Stormwind99 commented 6 years ago

A doc update is on the todo list. In addition to the source code, the basic test plan might help with info also: https://github.com/Stormwind99/FoodFunk/wiki/Test-Plan