9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-27 19:09:09 +00:00

Update default configs

This commit is contained in:
XiaoMoMi
2024-09-06 01:12:53 +08:00
parent bce94b4558
commit 1d350ce98d
9 changed files with 254 additions and 229 deletions

View File

@@ -144,6 +144,5 @@ public interface FertilizerConfig {
*
* @return An array of doubles representing the quality ratio override, or null if not applicable.
*/
@Nullable
double[] overrideQualityRatio();
double @Nullable [] overrideQualityRatio();
}