Skip to content

Commit

Permalink
fix: add missing mixin registrations
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed Jul 9, 2024
1 parent 9f48548 commit 7cb528c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 36 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,6 @@ modrinth {
syncBodyFrom = rootProject.file("README.md").text
}

// replace readme
tasks.modrinth.dependsOn(tasks.modrinthSyncBody)
tasks.register('replaceReadme') {
// todo
}
tasks.modrinthSyncBody.dependsOn(tasks.replaceReadme)


test {
useJUnitPlatform()
Expand Down

This file was deleted.

18 changes: 18 additions & 0 deletions src/main/resources/fuji.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,52 @@
"mixins": [
"_internal.low_level.GameProfileCacheMixin",
"_internal.low_level.MinecraftServerMixin",
"afk.PlayerListMixin",
"afk.ServerPlayerMixin",
"back.ServerPlayerMixin",
"better_fake_player.PlayerCommandMixin",
"better_fake_player.PlayerListMixin",
"better_fake_player.PlayerMixin",
"better_info.InfoCommandMixin",
"bypass_chat_speed.ServerGamePacketListenerImplMixin",
"bypass_max_player_limit.DedicatedPlayerManagerMixin",
"bypass_move_speed.ServerGamePacketListenerImplMixin",
"chat.PlayerListMixin",
"chat.ServerGamePacketListenerImplMixin",
"command_cooldown.CommandsMixin",
"command_interactive.SignBlockMixin",
"command_rewrite.ServerPlayNetworkHandlerMixin",
"command_spy.CommandsMixin",
"deathlog.ServerPlayerMixin",
"enchantment.EnchantmentScreenHandlerMixin",
"language.ServerPlayerMixin",
"main_stats.BlockMixin",
"main_stats.PlayerListMixin",
"main_stats.ServerPlayNetworkHandlerMixin",
"motd.ServerStatusPacketListenerImplMixin",
"multi_obsidian_platform.EntityMixin",
"newbie_welcome.PlayerListMixin",
"op_protect.ServerPlayNetworkHandlerMixin",
"pvp.PvpToggleMixin",
"reply.MsgCommandMixin",
"resource_world.EndGatewayBlockEntityMixin",
"resource_world.MinecraftServerMixin",
"resource_world.ServerWorldMixin",
"resource_world.registry.DimensionOptionsMixin",
"resource_world.registry.DimensionOptionsRegistryHolderMixin",
"resource_world.registry.SimpleRegistryMixin",
"seen.PlayerListMixin",
"sit.InteractModifierMixin",
"skin.PlayerListMixin",
"skin.ServerLoginNetworkHandlerMixin",
"stronger_player_list.PlayerListMixin",
"stronger_player_list.ServerLevelMixin",
"system_message.ComponentMixin",
"teleport_warmup.ServerPlayerMixin",
"tick_chunk_cache.ChunkMapMixin",
"tick_chunk_cache.ServerChunkCacheMixin",
"top_chunks.ThreadedAnvilChunkStorageMixin",
"whitelist_fix.UserWhiteListMixin",
"works.HopperBlockEntityMixin",
"zero_command_permission.CommandNodeAccessor"
],
Expand Down

0 comments on commit 7cb528c

Please sign in to comment.