
Mimesis
You are viewing a potentially older version of this package. View Latest Version

A library that provides item creation tools for Mimesis.
This is an API for mod developers, so this mod does not do anything by itself.
It helps creators add new items to the game.
A complete guide with tutorials is currently a WIP.
Until then, here is a short guide on how to use the API:
6000.0.59f2)prefab_miscellnary_ for examples)ItemsAPI.dll as a project dependency (keep ItemsAPI.xml in the same directory to access the documentation)OnInitializeMelonItemBuilder.RegisterAssetBundleMiscItemDescriptor or ConsumableItemDescriptor instance with:
ItemBuilder.RegisterItem➡️ I'm not a mod developer. Do I need to install this mod anyway?
Only if you want to use mods that add new items to the game using this library.
➡️ Do I need the mod if I'm not hosting the game?
Yes, both the host and all clients need the mod for it to work.
➡️ I can't see the items / I don't see the same items as my friends.
You are probably missing an item mod. The game can start even if you do not have the same item mods as the host, but the item tables will be out of sync. Make sure you have the same mods as the host and check the logs at startup. The API logs the number of registered items.