mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-29 11:59:11 +00:00
2.1.0.2
This commit is contained in:
@@ -73,7 +73,6 @@ public class BlockManagerImpl implements BlockManager, Listener {
|
||||
this.dataBuilderMap = new HashMap<>();
|
||||
this.stateBuilderMap = new HashMap<>();
|
||||
this.registerBlockLibrary(new VanillaBlockImpl());
|
||||
this.registerInbuiltProperties();
|
||||
}
|
||||
|
||||
public void load() {
|
||||
|
||||
@@ -31,6 +31,7 @@ import org.bukkit.event.EventPriority;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.Locale;
|
||||
import java.util.Objects;
|
||||
@@ -59,8 +60,8 @@ public class CFConfig {
|
||||
public static int keepAliveTime;
|
||||
|
||||
// detection order for item id
|
||||
public static List<String> itemDetectOrder;
|
||||
public static List<String> blockDetectOrder;
|
||||
public static List<String> itemDetectOrder = new ArrayList<>();
|
||||
public static List<String> blockDetectOrder = new ArrayList<>();
|
||||
|
||||
// fishing bag
|
||||
public static boolean enableFishingBag;
|
||||
|
||||
Reference in New Issue
Block a user