Server Configuration File - MerchantPug/cursedorigins GitHub Wiki

Server Configuration File

Modifying what the Minotaur can eat

If you are editing the Minotaur's edible items, you must edit the config file on both the client and the server

You are able to find this configuration file at ([GAME/SERVER DIRECTORY]/config/cursedorigins_server.toml)

Remember to add to (cursedorigins/tags/items/minotaur_edible.json) if you want your items to be edible.

You are required to reload the game upon making changes to this file.


Examples

[minotaur_food](/MerchantPug/cursedorigins/wiki/minotaur_food)
itemId = "minecraft:grass"
hungerShanks = 5
saturation = 6.0

[minotaur_food](/MerchantPug/cursedorigins/wiki/minotaur_food)
itemId = "minecraft:tall_grass"
hungerShanks = 8
saturation = 12.8