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

|

|
||||||
|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|||||||
@@ -8,7 +8,7 @@ plugins {
|
|||||||
allprojects {
|
allprojects {
|
||||||
|
|
||||||
project.group = "net.momirealms"
|
project.group = "net.momirealms"
|
||||||
project.version = "3.5.7"
|
project.version = "3.5.7.2"
|
||||||
|
|
||||||
apply<JavaPlugin>()
|
apply<JavaPlugin>()
|
||||||
apply(plugin = "java")
|
apply(plugin = "java")
|
||||||
|
|||||||
@@ -279,7 +279,7 @@ public class ConfigUtils {
|
|||||||
FertilizerType type = switch (entry.getKey()) {
|
FertilizerType type = switch (entry.getKey()) {
|
||||||
case "quality" -> FertilizerType.QUALITY;
|
case "quality" -> FertilizerType.QUALITY;
|
||||||
case "yield-increase" -> FertilizerType.YIELD_INCREASE;
|
case "yield-increase" -> FertilizerType.YIELD_INCREASE;
|
||||||
case "variation-increase" -> FertilizerType.VARIATION;
|
case "variation" -> FertilizerType.VARIATION;
|
||||||
case "soil-retain" -> FertilizerType.SOIL_RETAIN;
|
case "soil-retain" -> FertilizerType.SOIL_RETAIN;
|
||||||
case "speed-grow" -> FertilizerType.SPEED_GROW;
|
case "speed-grow" -> FertilizerType.SPEED_GROW;
|
||||||
default -> null;
|
default -> null;
|
||||||
|
|||||||
Reference in New Issue
Block a user