
StationAPI
A general use API for Fabric Loader mods on legacy Minecraft versions.
- Загрузки
- 49K
- Подписчики
- 30
- Обновлён
- 31 мая 2026 г.
- Лицензия
- MIT
Опубликован 14 ноября 2023 г.
StationAPI provides numerous systems and APIs for modding Minecraft Beta 1.7.3
From simple events to advanced renderer and world save format.
Wiki: https://github.com/ModificationStation/StationAPI/wiki
Центр версий
18 из 18Ченджлог
2.0.0-alpha.6.2Альфаb1.7.3 · 31 мая 2026 г.
- Fixed mineable tags not loading
- Added a register helper method in EntityRendererRegisterEvent for consistency
- Fixed modded display blocks in achievement icons
- Added proper handling of missing StationAPI stats array on existing Minecraft instances
BREAKING CHANGES
- Some tags have been moved to the
cnamespace, please refer to this for current tags
Full Changelog: https://github.com/ModificationStation/StationAPI/compare/2.0.0-alpha.6.1...2.0.0-alpha.6.2
2.0.0-alpha.6.1Альфаb1.7.3 · 31 мая 2026 г.
- Fixed other setBlockState methods to be consistent with biny
BREAKING CHANGES:
setBlockStateWithMetadata*methods have been renamed tosetBlockState*methods- The same methods are now following the same pattern as the base
setBlockStatemethod from alpha.6, where notifying neighbor blocks is now the default, no-suffix method, and no-notify methods have been renamed to include the*WithoutNotifyingNeighborssuffix
Full Changelog: https://github.com/ModificationStation/StationAPI/compare/2.0.0-alpha.6...2.0.0-alpha.6.1
2.0.0-alpha.6Альфаb1.7.3 · 30 мая 2026 г.
- Fixed doors, pistons, and random ticking in custom height worlds
- Tags getter for registry entries
- Internal registry changes
- Fixed license placing
- Fixed genSources while using VineFlower
- Stats management
- Fixed bonemeal API in multiplayer
- Fixed memory leak during registry growth
- Added faster index boundary checking in flattening
- Changed setBlockState -> setBlockStateWithoutNotifyingNeighbors
- Removed object data type for MessagePacket
- Changed direction enums to match modern directions
- Added biome caching
- Fixed being able to spawn on any block
- Added ItemCraftedEvent and CraftingResultEvent
- Added better invalid json recipe feedback
- Translation keys are now automatically set for block and item templates based on the identifier
- ItemUsedInCraftingEvent no longer fires on null items
- Namespace resolving of other classes
- Mods with outdated entrypoints are now better reported on crashes
- Better consistency in events
- Missing entity/mob handlers now throw an exception
- EntityRegisterEvent now throws an exception on duplicate identifiers
- Updated DFU to v9
- Added convention tags
New Contributors
- @ProdOrDev made their first contribution in https://github.com/ModificationStation/StationAPI/pull/246
- @Lemmmy made their first contribution in https://github.com/ModificationStation/StationAPI/pull/249
Full Changelog: https://github.com/ModificationStation/StationAPI/compare/2.0.0-alpha.4.1...2.0.0-alpha.6
2.0.0-alpha.5.4Альфаb1.7.3 · 24 декабря 2025 г.
- Fixed extended heightmap loading
Full Changelog: https://github.com/ModificationStation/StationAPI/compare/2.0.0-alpha.5.3...2.0.0-alpha.5.4
2.0.0-alpha.5.3Альфаb1.7.3 · 6 декабря 2025 г.
- Fixed maps crashing on modded blocks
- Fixed JSON models ambient occlusion
- Fixed biome arrays leak (e.g causing wrong ice generation)
- Fixed
Drawable#destroycrash on MacOS - GCAPI is no longer required
Full Changelog: https://github.com/ModificationStation/StationAPI/compare/2.0.0-alpha.5.2...2.0.0-alpha.5.3
2.0.0-alpha.5.2Альфаb1.7.3 · 17 августа 2025 г.
- Reverted the new vanilla checker because it broke randomly
Full Changelog: https://github.com/ModificationStation/StationAPI/compare/2.0.0-alpha.5...2.0.0-alpha.5.2
2.0.0-alpha.5Альфаb1.7.3 · 27 июля 2025 г.
- Fixed namespace resolving when building with Gradle
- Added configuration
- New helper methods in PacketHelper
- Fixed block entities duping when changing block states
- Removed a couple of useless errors in logs
- Fixed air state being incorrectly passed into getDropList for blocks outside the vanilla ID range
- New vanilla checker
- Effects API
- Door template can be used for custom doors now
- Fixed a recursion in atlases
Full Changelog: https://github.com/ModificationStation/StationAPI/compare/2.0.0-alpha.4...2.0.0-alpha.5
2.0.0-alpha.4.1Альфаb1.7.3 · 5 июля 2025 г.
- Made namespace resolving more reliable
- Made a worldgen related crash more descriptive
- Fixed setNoDimensionFeatures
- CustomTooltipProvider now works on blocks directly
- Leaf decay now works with tags
- Fixed a multiplayer respawn crash
- Fixed an issue related to modlist server->client syncing
- Cleaned up vector classes
- Fixed Nether having skylight under specific circumstances
- Implemented onBonemealUse on vanilla crops
Full Changelog: https://github.com/ModificationStation/StationAPI/compare/2.0.0-alpha.4...2.0.0-alpha.4.1
Комментарии
Загружаем…