You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Make userdev version be fetched dynamically
* Git refused to commit my created file smh
* Try fix format
* pnpm format
* Format fix version 3
* Move Userdev component into VersionFormattedCode and document in CONTRIBUTING.md
* Move util method to util lfile
* Cleanup
* Remove redundant information
* Remove request headers
* Fix format
* Add a newline
* Add newline 2
id("io.papermc.paperweight.userdev") version "<insert_latest_version>"
44
+
id("io.papermc.paperweight.userdev") version "%%_MAJ_MIN_PAT_USERDEV_%%"
51
45
}
52
46
```
47
+
</VersionFormattedCode>
53
48
54
49
The latest version of `paperweight-userdev` supports dev bundles for Minecraft 1.17.1 and newer, so it's best practice to keep it up to date!
55
50
Only the latest version of `paperweight-userdev` is officially supported, and we will ask you to update first if you are having problems with old versions.
0 commit comments