9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-27 19:09:09 +00:00
This commit is contained in:
XiaoMoMi
2024-07-14 17:16:07 +08:00
parent 366b221ba3
commit 6b81f935bc
3 changed files with 3 additions and 2 deletions

View File

@@ -279,7 +279,7 @@ public class ConfigUtils {
FertilizerType type = switch (entry.getKey()) {
case "quality" -> FertilizerType.QUALITY;
case "yield-increase" -> FertilizerType.YIELD_INCREASE;
case "variation-increase" -> FertilizerType.VARIATION;
case "variation" -> FertilizerType.VARIATION;
case "soil-retain" -> FertilizerType.SOIL_RETAIN;
case "speed-grow" -> FertilizerType.SPEED_GROW;
default -> null;