Add Temperature Mixin

This commit is contained in:
bitheaven 2023-11-04 03:00:06 +05:00
parent 0f4d842d89
commit 5c46c6629a
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
"compatibilityLevel": "JAVA_17",
"mixins": [
"DivingHelmetItemMixin",
"EntityOxygenSystemMixin"
"EntityOxygenSystemMixin",
"EntityTemperatureSystemMixin"
],
"client": [
"MinecraftMixin",