mirror of
https://github.com/JonasunderscoreJones/BuildGPT.git
synced 2025-10-23 11:19:17 +02:00
automatically set mod version on export
This commit is contained in:
parent
8c0584bbaf
commit
8243775b5c
2 changed files with 21 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue