Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- schemaVersion = 1
- id = "modid"
- version = "${version}"
- name = "Example Mod"
- description = "This is an example description! Tell everyone what your mod is about!"
- authors = ["Me!"]
- license = "CC0-1.0"
- icon = "assets/modid/icon.png"
- environment = "*"
- mixins = ["modid.mixins.json"]
- [contact]
- homepage = "https://fabricmc.net/"
- sources = "https://github.com/FabricMC/fabric-example-mod"
- [entrypoints]
- main = ["net.fabricmc.example.ExampleMod"]
- [depends]
- fabricloader = ">=0.7.4"
- fabric = "*"
- minecraft = "1.16.x"
- [suggests]
- another_mod = "*"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement