mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-19 15:09:25 +00:00
3.5.7.2
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Custom-Crops
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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