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