fmc_example_mod

Crates.iofmc_example_mod
lib.rsfmc_example_mod
version0.1.1
created_at2025-01-17 15:43:41.817259+00
updated_at2025-01-17 15:50:07.967464+00
descriptionfmc example mod
homepage
repository
max_upload_size
id1520716
size104,597
(fmcgg)

documentation

README

This is meant to demonstrate how to set up a mod and does not show much in the way of features. You are expected to find what you need in the game's docs and source.

Naming

If you publish your mod to crates.io please show consideration for the registry by naming your mod "fmc_your_mod_name". It will also help people searching for mods, as they can search for the prefix.

Assets

You can add your own assets to the assets folder, see the layout in fmc_vanilla for how to organize them.
They will automatically be included in the game when compiled.

Commit count: 0

cargo fmt