Add Temperature Mixin
This commit is contained in:
parent
0f4d842d89
commit
5c46c6629a
|
@ -5,7 +5,8 @@
|
|||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
"DivingHelmetItemMixin",
|
||||
"EntityOxygenSystemMixin"
|
||||
"EntityOxygenSystemMixin",
|
||||
"EntityTemperatureSystemMixin"
|
||||
],
|
||||
"client": [
|
||||
"MinecraftMixin",
|
||||
|
|
Reference in New Issue