Skip to content

Commit

Permalink
refactor: generalize resource world module into world module
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed Jul 25, 2024
1 parent d36c6a0 commit d550018
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fabric_loader_version=0.15.11
yarn_mappings_version=1.21+build.2

# mod deps
fabric_api_version=0.100.1+1.21
fabric_api_version=0.100.6+1.21
carpet_core_version=1.21-1.4.147+v240613
sgui_version=1.6.0+1.21
adventure_api_version=4.17.0
Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/fuji.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"placeholder.PlayerEntityMixin",
"placeholder.ServerPlayNetworkHandlerMixin",
"pvp.PvpToggleMixin",
"resource_world.DimensionOptionsMixin",
"resource_world.EndGatewayBlockEntityMixin",
"resource_world.MinecraftServerMixin",
"resource_world.ServerWorldMixin",
"resource_world.WorldGenSettingsMixin",
"world.IDimensionOptions",
"world.EndGatewayBlockEntityMixin",
"world.MinecraftServerMixin",
"world.ServerWorldMixin",
"world.WorldGenSettingsMixin",
"sit.InteractModifierMixin",
"skin.PlayerListMixin",
"skin.ServerLoginNetworkHandlerMixin",
Expand Down

0 comments on commit d550018

Please sign in to comment.