File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
main/src/main/java/me/outspending/biomesapi/renderer Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ allprojects {
1313 apply (plugin = " com.gradleup.shadow" )
1414
1515 group = " me.outspending.biomesapi"
16- version = " 0.0.11 "
16+ version = " 0.0.12 "
1717
1818 tasks.withType<JavaCompile > {
1919 options.encoding = " UTF-8"
Original file line number Diff line number Diff line change @@ -108,7 +108,12 @@ public enum AmbientParticle {
108108 this .particle = particle ;
109109 }
110110
111- <T extends ParticleOptions > AmbientParticle (ParticleType <@ NotNull T > particle ) {
111+ /**
112+ * Constructor for the AmbientParticle enum.
113+ * @param particle the ParticleType associated with the ambient particle.
114+ */
115+ @ AsOf ("0.0.12" )
116+ AmbientParticle (ParticleType <?> particle ) {
112117 this .particle = particle ;
113118 }
114119
You can’t perform that action at this time.
0 commit comments