Fix cooldowns

This commit is contained in:
2024-05-05 12:08:45 +02:00
parent 21a99b5143
commit d1f812ed8b
4 changed files with 19 additions and 17 deletions

View File

@@ -4,7 +4,8 @@
"package": "systems.brn.regexinghoppers.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
"RegexingHopperMixin"
"RegexingHopperMixin",
"HopperBlockEntityAccessor"
],
"client": [
],