automatically set mod version on export

This commit is contained in:
UpcraftLP
2019-02-15 22:39:48 +01:00
parent 8c0584bbaf
commit 8243775b5c
2 changed files with 21 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"id": "modid",
"name": "Example Mod",
"description": "This is an example description! Tell everyone what your mod is about!",
"version": "1.0.0",
"version": "${version}",
"side": "universal",
"initializers": [
"net.fabricmc.example.ExampleMod"