mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-28 03:19:15 +00:00
regex world match
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package net.momirealms.customcrops.api.mechanic.misc;
|
||||
|
||||
public enum MatchRule {
|
||||
|
||||
BLACKLIST,
|
||||
WHITELIST,
|
||||
REGEX
|
||||
}
|
||||
Reference in New Issue
Block a user