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", "compatibilityLevel": "JAVA_17",
"mixins": [ "mixins": [
"DivingHelmetItemMixin", "DivingHelmetItemMixin",
"EntityOxygenSystemMixin" "EntityOxygenSystemMixin",
"EntityTemperatureSystemMixin"
], ],
"client": [ "client": [
"MinecraftMixin", "MinecraftMixin",