Skip to content

Commit

Permalink
fix compat crash if OperatingSystem is classloaded on a server
Browse files Browse the repository at this point in the history
  • Loading branch information
gliscowo committed Dec 29, 2021
1 parent 19e1127 commit 89145c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ minecraft_version=1.18.1
yarn_mappings=1.18.1+build.7
loader_version=0.12.12
# Mod Properties
mod_version=0.3.11
mod_version=0.3.12
maven_group=io.wispforest
archives_base_name=owo-lib
# Dependencies
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/owo.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"ItemMixin",
"ItemSettingsMixin",
"LevelInfoMixin",
"OperatingSystemMixin",
"ScreenHandlerInvoker",
"TagGroupLoaderMixin",
"TranslationStorageMixin"
],
"client": [
"CreativeInventoryScreenMixin",
"TextFieldWidgetMixin"
"TextFieldWidgetMixin",
"OperatingSystemMixin"
],
"injectors": {
"defaultRequire": 1
Expand Down

0 comments on commit 89145c5

Please sign in to comment.