9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-19 15:09:25 +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

@@ -1,5 +1,6 @@
# Custom-Crops
![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/Xiao-MoMi/Custom-Crops)
![Code Size](https://img.shields.io/github/languages/code-size/Xiao-MoMi/Custom-Crops)
![bStats Servers](https://img.shields.io/bstats/servers/16593)
![bStats Players](https://img.shields.io/bstats/players/16593)
![GitHub](https://img.shields.io/github/license/Xiao-MoMi/Custom-Crops)

View File

@@ -8,7 +8,7 @@ plugins {
allprojects {
project.group = "net.momirealms"
project.version = "3.5.7"
project.version = "3.5.7.2"
apply<JavaPlugin>()
apply(plugin = "java")

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;