give ice speed a description

This commit is contained in:
Bella 2019-12-03 23:09:23 -05:00
parent 9895a7f1b7
commit 986319a37b
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import net.minecraft.init.Blocks;
* Created on 26 October 2019 by hub
* Updated 24 November 2019 by hub
*/
@Module.Info(name = "IceSpeed", description = "Ice Speed", category = Module.Category.MOVEMENT)
@Module.Info(name = "IceSpeed", description = "Changes how slippery ice is", category = Module.Category.MOVEMENT)
public class IceSpeed extends Module {
private Setting<Float> slipperiness = register(Settings.floatBuilder("Slipperiness").withMinimum(0.2f).withValue(0.4f).withMaximum(1.0f).build());