mirror of
https://github.com/TibiNonEst/cauldron-dyeing.git
synced 2025-08-12 12:33:56 -05:00
Increase water cauldron block entity compatibility
This commit is contained in:
parent
25527412e5
commit
d87d2e2bd0
3 changed files with 13 additions and 6 deletions
|
@ -3,8 +3,8 @@
|
|||
"required": true,
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
"CauldronBehaviorMixin",
|
||||
"LeveledCauldronBlockMixin"
|
||||
"AbstractCauldronBlockMixin",
|
||||
"CauldronBehaviorMixin"
|
||||
],
|
||||
"client": [
|
||||
"BiomeColorsMixin",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue