Go to file
2024-07-02 15:32:48 +02:00
dev Adds debugging example 2024-06-12 22:43:35 +02:00
.luacheckrc Rename yl_api_food to yl_api_nodestages 2024-07-02 15:32:48 +02:00
api.lua Rename yl_api_food to yl_api_nodestages 2024-07-02 15:32:48 +02:00
config.lua Rename yl_api_food to yl_api_nodestages 2024-07-02 15:32:48 +02:00
information.lua Rename yl_api_food to yl_api_nodestages 2024-07-02 15:32:48 +02:00
init.lua Rename yl_api_food to yl_api_nodestages 2024-07-02 15:32:48 +02:00
internal.lua Rename yl_api_food to yl_api_nodestages 2024-07-02 15:32:48 +02:00
LICENSE-CC0 Initial commit 2024-06-12 15:42:01 +00:00
LICENSE-MIT Initial commit 2024-06-12 15:42:01 +00:00
LICENSE.md Rename yl_api_food to yl_api_nodestages 2024-07-02 15:32:48 +02:00
mod.conf Rename yl_api_food to yl_api_nodestages 2024-07-02 15:32:48 +02:00
README.md Rename yl_api_food to yl_api_nodestages 2024-07-02 15:32:48 +02:00
screenshot.png Initial commit 2024-06-12 15:42:01 +00:00
settingtypes.txt Rename yl_api_food to yl_api_nodestages 2024-07-02 15:32:48 +02:00
texts.lua Rename yl_api_food to yl_api_nodestages 2024-07-02 15:32:48 +02:00

yl_api_nodestages

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_nodestages

Installation

  1. Copy the "yl_api_nodestages" folder to your mod directory.
  2. Enable the mod in your world.mt file.

Configuration

yl_api_nodestages.debug = false

Set to true to enable debug mode

yl_api_nodestages.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_nodestages, 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