File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ dependencies {
4848 modImplementation "dev.engine-room.flywheel:flywheel-fabric-${minecraft_version}:${flywheel_version}"
4949}
5050```
51- ` ${flywheel_version} ` gets replaced by the version of Flywheel you want to use, eg. ` 1.0.0-beta `
51+
52+ ` ${flywheel_version} ` gets replaced by the version of Flywheel you want to use, eg. ` 1.0.0 `
5253
5354` ${minecraft_version} ` gets replaced by the version of Minecraft you're on, eg. ` 1.20.1 `
5455
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ jarSets {
8787 addToAssemble()
8888 publishWithRemappedSources {
8989 artifactId = " vanillin-common-intermediary-${property(" artifact_minecraft_version" )} "
90+ version = property(" vanillin_version" ) as String
9091 groupId = property(" vanillin_group" ) as String
9192 }
9293
@@ -107,6 +108,7 @@ jarSets {
107108
108109 publishWithRawSources {
109110 artifactId = " vanillin-common-mojmap-${property(" artifact_minecraft_version" )} "
111+ version = property(" vanillin_version" ) as String
110112 groupId = property(" vanillin_group" ) as String
111113 }
112114 }
Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ mod_homepage = https://github.com/Engine-Room/Flywheel
88# Flywheel metadata
99flywheel_id =flywheel
1010flywheel_name =Flywheel
11- flywheel_version =1.0.0-beta
11+ flywheel_version =1.0.0
1212flywheel_description =An overhauled entity and block entity rendering API.
1313# Vanillin metadata
1414vanillin_id =vanillin
1515vanillin_name =Vanillin
1616vanillin_version =1.0.0-beta
1717vanillin_description =Instanced rendering for entities and block entities via Flywheel.
1818# Vanillin dependencies
19- flywheel_maven_version_range =[1.0.0-beta ,2.0)
20- flywheel_semver_version_range =>=1.0.0-beta <2.0.0
19+ flywheel_maven_version_range =[1.0.0,2.0)
20+ flywheel_semver_version_range =>=1.0.0 <2.0.0
2121
2222# Mod dependency declarations
2323minecraft_semver_version_range = >=1.20.1 <1.20.2
You can’t perform that action at this time.
0 commit comments