
CRZ:CobblemonFieldMoves
Server-side Fabric mod for Minecraft 1.21.1 + Cobblemon. Use your Pokemon's moves in the overworld while riding them.
665
5
665
5
Список изменений
- Cobblemon 1.7.3 Compatibility
- Analyzed the entire mod codebase and all Cobblemon API usage (PokemonEntity, Move, DamageCategories, ActionEffects, Snowstorm particles, etc.)
- Researched Cobblemon 1.7.1 → 1.7.3 changelogs - confirmed no breaking API changes
- Updated mod/build.gradle.kts to compile against Cobblemon 1.7.3+1.21.1 (was 1.7.1)
- Single Player Fix (Root Cause)
- Found that fabric.mod.json had "environment": "server" which tells Fabric to only load the mod on dedicated servers
- In single player, the game runs as a client with an integrated server - so the mod was completely ignored
- Changed to "environment": "*" so the mod loads on both client and dedicated server
- The code was already safe for single player (all events are server-side, UseEntityCallback already checks world.isClientSide)
Файлы
CobblemonFieldMoves-2.0.0.jar(141.71 KiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
2.0.0
Загрузчики
Fabric
Версии игры
1.21.1
Загрузок
88
Дата публикации
1 мес. назад