Skip to content

Commit

Permalink
Fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystal-Spider committed Sep 14, 2022
1 parent 4ae47e9 commit ce9d916
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ curseforge {
}
}
options {
detectNewerJava = true
forgeGradleIntegration = false
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,15 @@ public static class CommonConfig {
*/
private final ConfigValue<Boolean> consumeCandle;
/**
* Whether to break the torch upon use.
* Whether torches should break upon use.
*/
private final BooleanValue consumeTorch;
/**
* Whether to break the torch upon use even if no fire was set.
* Whether to break the torch/candle upon use even if no fire was set.
*/
private final BooleanValue consumeWithoutFire;
/**
* Chance (in percentage) for torches to set on fire targets.
* Chance (in percentage) for torches/candles to set targets on fire.
*/
private final IntValue fireChance;

Expand Down
1 change: 1 addition & 0 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ curseforge {
}
}
options {
detectNewerJava = true
forgeGradleIntegration = false
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,15 @@ public static class CommonConfig {
*/
private final ConfigValue<Boolean> consumeCandle;
/**
* Whether to break the torch upon use.
* Whether torches should break upon use.
*/
private final BooleanValue consumeTorch;
/**
* Whether to break the torch upon use even if no fire was set.
* Whether to break the torch/candle upon use even if no fire was set.
*/
private final BooleanValue consumeWithoutFire;
/**
* Chance (in percentage) for torches to set on fire targets.
* Chance (in percentage) for torches/candles to set targets on fire.
*/
private final IntValue fireChance;

Expand Down

0 comments on commit ce9d916

Please sign in to comment.