dev | ||
.luacheckrc | ||
api.lua | ||
config.lua | ||
information.lua | ||
init.lua | ||
internal.lua | ||
LICENSE-CC0 | ||
LICENSE-MIT | ||
LICENSE.md | ||
mod.conf | ||
README.md | ||
screenshot.png | ||
settingtypes.txt | ||
texts.lua |
yl_api_food
Purpose
This mod is a library which brings various food-related functions.
Download
Get it from https://gitea.your-land.de/your-land/yl_api_food
Installation
- Copy the "yl_api_food" folder to your mod directory.
- Enable the mod in your world.mt file.
Configuration
yl_api_food.debug = false
Set to true to enable debug mode
yl_api_food.maximum_stages
Set this to the maximum stages your food can have.
Usage
This mod can be used in singleplayer and multiplayer. It comes with no direct content but exposes functions you can use in your mod.
Modmakers
Use the following public functions related to food.
Limitations
Although this mod intends to achieve everything and more the canned_food mod brings with it, there is no guarantee it will look and feel entirely the same.
Alternatives
This is in parts a rewrite of canned_food
Supported versions
If you use yl_api_food, but something is wrong, please file a bug. PRs also welcome.
There is no reason to believe it doesn't work anywhere, but you never know.
Uninstall
Remove it from your mod folder or deactivate it in your world.mt
Mods that depend on it will cease to work, if the mod is removed without proper replacement.
License
See LICENSE.md
- Code MIT Developername
- Screenshot CC0 Styxcolor
Thank you
- Original canned_food author: https://github.com/h-v-smacker