File tree Expand file tree Collapse file tree
src/main/java/com/shanebeestudios/skbee/elements/particle/type Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ configurations.matching { it.isCanBeResolved }.configureEach {
1111}
1212
1313// Version of SkBee
14- val projectVersion = " 3.25.0 "
14+ val projectVersion = " 3.25.1 "
1515// Server version
1616val serverVersion = " 26.2"
1717// Minimum version of Minecraft that SkBee supports
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ private static void registerFunctions(Registration reg) {
274274 .name ("Particle - Geyser" )
275275 .description ("Options which can be applied to geyser particles." ,
276276 "`water_blocks` = Positive integer, scales the particle size and its burst impulse." )
277- .since ("INSERT VERSION " )
277+ .since ("3.25.1 " )
278278 .register ();
279279 DefaultFunction <Particle .GeyserBase > geyserBaseFunc = DefaultFunction .builder (reg .getAddon (), "geyserbase" , Particle .GeyserBase .class )
280280 .parameter ("water_blocks" , Number .class )
@@ -290,7 +290,7 @@ private static void registerFunctions(Registration reg) {
290290 .description ("Options which can be applied to geyserbase particles." ,
291291 "`water_blocks` = Positive integer, scales the particle size and its burst impulse." ,
292292 "`burst_impulse_base` = Float, scales the initial burst impulse." )
293- .since ("INSERT VERSION " )
293+ .since ("3.25.1 " )
294294 .register ();
295295 }
296296 }
You can’t perform that action at this time.
0 commit comments