mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-27 19:09:09 +00:00
3.5.7.2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user