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-11-17 23:33:20 +08:00
parent d020e2df8a
commit b78b5bd54e
2 changed files with 6 additions and 1 deletions

View File

@@ -41,6 +41,11 @@ public class CustomCropsPapi extends PlaceholderExpansion {
super.unregister(); super.unregister();
} }
@Override
public boolean persist() {
return true;
}
@NotNull @NotNull
@Override @Override
public String getIdentifier() { public String getIdentifier() {

View File

@@ -1,6 +1,6 @@
# Project settings # Project settings
# Rule: [major update].[feature update].[bug fix] # Rule: [major update].[feature update].[bug fix]
project_version=3.6.20 project_version=3.6.20.1
config_version=42 config_version=42
project_group=net.momirealms project_group=net.momirealms