Releases: Silk-MC/Silk-API
Silk API 1.0.0-beta
Note: Silk API will also be released to Modrinth and CurseForge same time. Authors who download there can get the rewards they deserve.
If you would like to support the Silk API, please consider contributing to our Patreon or 爱发电!
Features:
- Logic
- Reconstructed the API architecture to make the API more advanced and robust, while fixing multiple known bugs.
Silk API 0.3.1
Note: Silk API will also be released to Modrinth and CurseForge same time. Authors who download there can get the rewards they deserve.
If you would like to support the Silk API, please consider contributing to our Patreon or 爱发电!
Fixes:
- Logic
- Fixed an issue in ChunkStorageData where getBiome() returning null would cause the game to crash.
- Client
- Fixed an issue in versions 1.20 to 1.20.1 where screens related to world upgrades were lacking backgrounds.
- Fixed an issue where world loading requiring an upgrade would crash in versions 1.20 to 1.20.1.
- Fixed an issue where all world generators in a mod shared the same name.
- Fixed an issue where world upgrades would occasionally use other world generator upgrade methods.
Silk API 0.3.0
Note: Silk API will also be released to Modrinth and CurseForge same time. Authors who download there can get the rewards they deserve.
If you would like to support the Silk API, please consider contributing to our Patreon or 爱发电!
Features:
- Refactored the code into a multi-project structure similar to Fabric API, greatly facilitating development and adaptation to new versions. It still maintains support for the old version of the code.
- As Minecraft is about to welcome version 1.20.5, version 1.20.2 will cease to receive updates.
Silk API 0.2.1
Note: Silk API will also be released to Modrinth and CurseForge same time. Authors who download there can get the rewards they deserve.
If you would like to support the Silk API, please consider contributing to our Patreon or 爱发电!
Fixes:
- Logic
- Fixed the problem caused by the duplicate name of getCodec() in UpgradeChunkGenerator.
- Client
- Fixed the remap crash caused by the getSession() mixin in UpgradeWarningScreenMixin$ShowScreen failing on the client side.
Silk API 0.2.0+fixed
Note: Silk API will also be released to Modrinth and CurseForge same time. Authors who download there can get the rewards they deserve.
If you would like to support the Silk API, please consider contributing to our Patreon or 爱发电!
Fixed:
- Logic
- Fixed a serious game crash caused by the world upgrader mixin.
- Client
- Fixed a crash caused by the widget calling itself in the world prompt screen.
Silk API 0.2.0
Note: Silk API will also be released to Modrinth and CurseForge same time. Authors who download there can get the rewards they deserve.
If you would like to support the Silk API, please consider contributing to our Patreon or 爱发电!
Features:
- Logic
- Added a 'World Upgrade System' that allows registering a world upgrader to allow players to upgrade the world.
- Added chunk generator codec register. (ChunkGeneratorCodecRegistry)
- Added customizable chunk generator interface. (CustomChunkGenerator)
- Added modifiable vanilla noise chunk generator. (SilkNoiseChunkGenerator)
Change:
-
Logic
- Added the methods of SilkVanillaBiomeParameters to make them easier to use.
-
Client
- Fixed the button display problem of WorldPresetCustomButtonCallbackMixin, now the world preset's custom button can correctly override the default button.
Silk API 0.1.3+fixed
Note: Silk API will also be released to Modrinth and CurseForge same time. Authors who download there can get the rewards they deserve.
If you would like to support the Silk API, please consider contributing to our Patreon or 爱发电!
Fixed:
- Logic
- Fixed a fatal error where the project could only run in the development platform, cleared the cache and rebuilt the project to run in the client.
Silk API 0.1.3
Note: Silk API will also be released to Modrinth and CurseForge same time. Authors who download there can get the rewards they deserve.
If you would like to support the Silk API, please consider contributing to our Patreon or 爱发电!
Features:
- Logic
- Added damage type data generator.
Change:
- Logic
- Modified the methods of ModDataGeneration and SilkWorldGenerator to make them easier to understand.
- Client
- Mod logs use Markdown text format, with added title and list format support. It is recommended to only use title and list formats to write logs.
Silk API 0.1.2
Note: Silk API will also be released to Modrinth and CurseForge same time. Authors who download there can get the rewards they deserve.
If you would like to support the Silk API, please consider contributing to our Patreon or 爱发电!
0.1.2 Bug Fixes
- Client
- Once again, fixed the problem of mod log reading being overwritten by API logs, and modified the log path and log template.
Silk API 0.1.1
Note: Silk API will also be released to Modrinth and CurseForge same time. Authors who download there can get the rewards they deserve.
If you would like to support the Silk API, please consider contributing to our Patreon or 爱发电!
0.1.1 Bug Fixes
- Logic
- Fixed an issue where vanilla Minecraft items could only be enchanted with 'Unbreaking'
- Client
- Fixed an issue where mod log reading was overwritten by api logs