Features of the API:
- 一个库存GUI API
- Brigadier的Kotlin包装器
- 用于创建复杂`Text`对象的Kotlin DSL
- 协程实用程序和任务
- 适用于Minecraft类的kotlinx.serialization支持
- 计分牌(边栏)API
- `ItemStack`实用程序
- 使用kotlinx.serialization将任何类序列化为NBT
- NBT构建器
- 用于在块、实体等上存储持续数据的API
- 基于kotlinx.serialization的网络传输(数据包c2s、s2c和c2c)
- Kotlin Compose UI支持
- 实体、世界等的通用扩展
- 几何实用工具
Docs:
该API的文档位于[Silk官方网站](
许可证:
当前版本的Silk可在[**GPL-3.0**](
截图:
来自Modrinth
1.11.1
silk-all-1.11.1.jar下载1.11.1#Release
- updated to **Minecraft 1.21.5**
展开
版本: 1.11.1
支持游戏: 1.21.5
类型: Fabric
Release
下载次数: 79,581
1.11.0
silk-all-1.11.0.jar下载1.11.0#Release
- updated to **Minecraft 1.21.4**
展开
版本: 1.11.0
支持游戏: 1.21.2, 1.21.3, 1.21.4
类型: Fabric
Release
下载次数: 127,595
1.10.7
silk-all-1.10.7.jar下载1.10.7#Release
- updated to **Minecraft 1.21**
- updated to **Kotlin 2.0.0**
- deprecated `Minecraft.serverPath` extension property in favor of new Minecraft variable `MinecraftServer.serverDirectory`
- updated to **Kotlin 2.0.0**
- deprecated `Minecraft.serverPath` extension property in favor of new Minecraft variable `MinecraftServer.serverDirectory`
展开
版本: 1.10.7
支持游戏: 1.21, 1.21.1
类型: Fabric
Release
下载次数: 368,803
1.10.6
silk-all-1.10.6.jar下载1.10.6#Release
- persistence: ensure that `CompoundSavedData` always saves to world `.dat` file
展开
版本: 1.10.6
支持游戏: 1.20.5, 1.20.6
类型: Fabric
Release
下载次数: 18,081
1.10.5
silk-all-1.10.5.jar下载1.10.5#Release
- temporary fix: the constant `Style.DEFAULT_FONT` field won't get reobfuscated, which caused an issue with text builders at runtime
- fix: return type of `ServerPlayer.serverWorld` was only `Level`, now it is `ServerLevel`
- fix: return type of `ServerPlayer.serverWorld` was only `Level`, now it is `ServerLevel`
展开
版本: 1.10.5
支持游戏: 1.20.5, 1.20.6
类型: Fabric
Release
下载次数: 1,206
1.10.4
silk-all-1.10.4.jar下载1.10.4#Alpha
- updated to **Minecraft 1.20.5** by @MushroomMif
- Added `setItemName` function in `ItemBuilder` to easily set `minecraft:item_name` item component using Silk text builder
- `setPotion` function in `ItemBuilder` now takes `Holder<Potion>` instead of `Potion` as potions are now registered using `registerForHolder` method which returns `Holder<Potion>`
- Sideboard internals was updated to remove scoreboard teams hack and use new `display` field instead
- You can now specify which number format sideboard will use by new `numberFormat` property in the `sideboard` function, it is `BlankFormat` by default
- now using **Kotlin 1.9.23**
- `setSkullPlayer` now accepts a player `uuid` and/or player `name` and/or `texture` (notably allowing you to set a skull texture just by name)
- you can now specify any `BinaryFormat` in `silk-network` (previously only Cbor)
### Internal Changes
- `silk-network` now uses a FallbackProvider to inject a stream codec provided by each type of packet definition
- each custom silk-network packet still corresponds exactly to a custom payload packet with the given idea
- duplicated packet IDs will now result in a warning if they clash on lookup
- `silk-persistence` now migrates the legacy `fabrikmcData` tag from nbt and level data to the new `silkmc_persistent_data` tag
- Added `setItemName` function in `ItemBuilder` to easily set `minecraft:item_name` item component using Silk text builder
- `setPotion` function in `ItemBuilder` now takes `Holder<Potion>` instead of `Potion` as potions are now registered using `registerForHolder` method which returns `Holder<Potion>`
- Sideboard internals was updated to remove scoreboard teams hack and use new `display` field instead
- You can now specify which number format sideboard will use by new `numberFormat` property in the `sideboard` function, it is `BlankFormat` by default
- now using **Kotlin 1.9.23**
- `setSkullPlayer` now accepts a player `uuid` and/or player `name` and/or `texture` (notably allowing you to set a skull texture just by name)
- you can now specify any `BinaryFormat` in `silk-network` (previously only Cbor)
### Internal Changes
- `silk-network` now uses a FallbackProvider to inject a stream codec provided by each type of packet definition
- each custom silk-network packet still corresponds exactly to a custom payload packet with the given idea
- duplicated packet IDs will now result in a warning if they clash on lookup
- `silk-persistence` now migrates the legacy `fabrikmcData` tag from nbt and level data to the new `silkmc_persistent_data` tag
展开
版本: 1.10.4
支持游戏: 1.20.5, 1.20.6
类型: Fabric
Alpha
下载次数: 359
1.10.3
silk-all-1.10.3.jar下载1.10.3#Release
- updated to **Minecraft 1.20.4** by @MushroomMif
- updated to **Kotlin 1.9.21**
- sideboards now use the new scoreboard API by @MushroomMif
- red numbers are no longer displayed on the right
- updated to **Kotlin 1.9.21**
- sideboards now use the new scoreboard API by @MushroomMif
- red numbers are no longer displayed on the right
展开
版本: 1.10.3
支持游戏: 1.20.3, 1.20.4
类型: Fabric
Release
下载次数: 39,859
1.10.2
silk-all-1.10.2.jar下载1.10.2#Release
- updated to **Kotlin 1.9.10** and **Minecraft 1.20.2**
- added two **entity events**:
- `damageLivingEntity` (Called when a LivingEntity is being hurt. When this event occurs, at least one invulnerability check has already passed.)
- `checkInvulnerability` (Called when a regular invulnerability check is being performed. This event allows listeners to modify the result of that check.)
- reworked **player (network) events**:
- split `quitDuringLogin` into `quitDuringLogin` and `quitDuringConfiguration` (because of Minecraft now allowing for configuration at any time in-game)
- added `reason` property to quit events
- internal changes:
- silk-network packets now use the new payload based custom packets under the hood
- silk-persistence now uses a workaround for bypassing the datafixerupper from running on internal SavedData
- added two **entity events**:
- `damageLivingEntity` (Called when a LivingEntity is being hurt. When this event occurs, at least one invulnerability check has already passed.)
- `checkInvulnerability` (Called when a regular invulnerability check is being performed. This event allows listeners to modify the result of that check.)
- reworked **player (network) events**:
- split `quitDuringLogin` into `quitDuringLogin` and `quitDuringConfiguration` (because of Minecraft now allowing for configuration at any time in-game)
- added `reason` property to quit events
- internal changes:
- silk-network packets now use the new payload based custom packets under the hood
- silk-persistence now uses a workaround for bypassing the datafixerupper from running on internal SavedData
展开
版本: 1.10.2
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 6,580
1.10.1
silk-all-1.10.1.jar下载1.10.1#Release
- updated to Kotlin **1.9.0** and Minecraft **1.20.1**
- fixed #50 and #51 (incompatibility with some other mods using custom packets)
- added `font` and `insertion` fields to `literalText` builders
- fully removed all dependencies on Fabric API
- fixed #50 and #51 (incompatibility with some other mods using custom packets)
- added `font` and `insertion` fields to `literalText` builders
- fully removed all dependencies on Fabric API
展开
版本: 1.10.1
支持游戏: 1.20, 1.20.1
类型: Fabric
Release
下载次数: 205,610
1.10.0
silk-all-1.10.0.jar下载1.10.0#Release
- updated to **Minecraft 1.20**
- updated to Kotlin 1.8.21
## Public API for server and player list access
- added multiple properties to the `Silk` object:
- `server` (nullable)
- `serverOrThrow` (non-nullable)
- `players` (non-nullable list, can be empty)
- deprecated previous (delicate) property:
- `Silk.currentServer`
- added extension on `MinecraftServer`:
- `server.players`
## Fixes
- fixed modmenu icon not showing up since rebranding - by @mooziii
- fixed sideboard ordering (sideboards do not use scores of zero anymore) - by @Krxwallo
## Internal
- improved async event test
- marked `ReadWriteMutex` as `@InternalSilkApi`
### silk-network
- removed usage of fabric-api from silk-network (now standalone)
- now sends custom payload packets directly
- each packet will now be sent on a channel of the same name as the packet identifier
- client to client packets can now be forwarded to multiple players at once
- it is now garuanteed that receivers won't be executed
concurrently
- updated to Kotlin 1.8.21
## Public API for server and player list access
- added multiple properties to the `Silk` object:
- `server` (nullable)
- `serverOrThrow` (non-nullable)
- `players` (non-nullable list, can be empty)
- deprecated previous (delicate) property:
- `Silk.currentServer`
- added extension on `MinecraftServer`:
- `server.players`
## Fixes
- fixed modmenu icon not showing up since rebranding - by @mooziii
- fixed sideboard ordering (sideboards do not use scores of zero anymore) - by @Krxwallo
## Internal
- improved async event test
- marked `ReadWriteMutex` as `@InternalSilkApi`
### silk-network
- removed usage of fabric-api from silk-network (now standalone)
- now sends custom payload packets directly
- each packet will now be sent on a channel of the same name as the packet identifier
- client to client packets can now be forwarded to multiple players at once
- it is now garuanteed that receivers won't be executed
concurrently
展开
版本: 1.10.0
支持游戏: 1.20, 1.20.1
类型: Fabric
Release
下载次数: 5,398
1.9.8
silk-all-1.9.8.jar下载1.9.8#Release
- fixed ServerEvents.postStart 706f592 by @Krxwallo
展开
版本: 1.9.8
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 4,533
1.9.7
silk-all-1.9.7.jar下载1.9.7#Release
- updated to Minecraft 1.19.4
- fixed an issue where Brigadier "swallowed" exceptions during command execution
- fixed an issue where Brigadier "swallowed" exceptions during command execution
展开
版本: 1.9.7
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 210
1.9.6
silk-all-1.9.6.jar下载1.9.6#Release
- updated to Kotlin 1.8.10
展开
版本: 1.9.6
支持游戏: 1.19.3
类型: Fabric
Release
下载次数: 1,385
1.9.5
silk-all-1.9.5.jar下载1.9.5#Release
A small release fixing an issue with client commands, which appeared in Silk 1.9.4 due to the Minecraft 1.19.3 update.
展开
版本: 1.9.5
支持游戏: 1.19.3
类型: Fabric
Release
下载次数: 311
1.9.4
silk-all-1.9.4.jar下载1.9.4#Release
Even though it is only a minor version jump, this is **a major minecraft update under the hood**, so most mods need to be updated.
Older Silk versions for 1.19 (Silk 1.9.3 and lower) do not work for 1.19.3.
Internally Mojang changed major parts of the Registry and Command System, and there a changes all over the place since Minecraft 1.19.3 already contains several 1.20 features as opt in.
Older Silk versions for 1.19 (Silk 1.9.3 and lower) do not work for 1.19.3.
Internally Mojang changed major parts of the Registry and Command System, and there a changes all over the place since Minecraft 1.19.3 already contains several 1.20 features as opt in.
展开
版本: 1.9.4
支持游戏: 1.19.3
类型: Fabric
Release
下载次数: 114
1.9.2
silk-all-1.9.2.jar下载1.9.2#Release
## Sideboard API changes
- added updatable sideboard line
- added `emptyLine` function
- allow to pass a normal flow as a line
- added `updatingLine` function as a replacement for the old lineChangingPeriodically
*all deprecations have quick fixes for alternatives*
- deprecated SimpleSideboardLine and ChangingSideboardLine with replacements
- deprecated `line { }`, `literalLine` and `FlowCollector<Component>.emitLiteralText`
## Events Changes
- added player login events to core (still part of the experimental events API, actual docs and info will follow)
- added entity events namespace as a starting and extension point for core and custom entity events
## Dependencies
Updated to fabric-language-kotlin 1.8.3+kotlin.1.7.10, and increased the minimum required version to 1.8.0+kotlin.1.7.0.
## Temporary usage requirement
Remember that in order to use this release you have to follow this guide:
https://gist.github.com/jakobkmar/5068aa14e37b859c3246de91cac74347
- added updatable sideboard line
- added `emptyLine` function
- allow to pass a normal flow as a line
- added `updatingLine` function as a replacement for the old lineChangingPeriodically
*all deprecations have quick fixes for alternatives*
- deprecated SimpleSideboardLine and ChangingSideboardLine with replacements
- deprecated `line { }`, `literalLine` and `FlowCollector<Component>.emitLiteralText`
## Events Changes
- added player login events to core (still part of the experimental events API, actual docs and info will follow)
- added entity events namespace as a starting and extension point for core and custom entity events
## Dependencies
Updated to fabric-language-kotlin 1.8.3+kotlin.1.7.10, and increased the minimum required version to 1.8.0+kotlin.1.7.0.
## Temporary usage requirement
Remember that in order to use this release you have to follow this guide:
https://gist.github.com/jakobkmar/5068aa14e37b859c3246de91cac74347
展开
版本: 1.9.2
支持游戏: 1.19.1, 1.19.2
类型: Fabric
Release
下载次数: 13,337
1.9.1
silk-all-1.9.1.jar下载1.9.1#Beta
- compatibility with Minecraft 1.19.2 and 1.19.1
- a pretty big change is that the event API is now included in Silk, it is still experimental though, which is also the reason for this not being a major version bump and documentation being not that good yet
- you can now convert Minecraft random sources to Kotlin randoms and vice-versa
- a pretty big change is that the event API is now included in Silk, it is still experimental though, which is also the reason for this not being a major version bump and documentation being not that good yet
- you can now convert Minecraft random sources to Kotlin randoms and vice-versa
展开
版本: 1.9.1
支持游戏: 1.19.1, 1.19.2
类型: Fabric
Beta
下载次数: 197
1.9.0
silk-all-1.9.0.jar下载1.9.0#Release
No changelog was specified.
展开
版本: 1.9.0
支持游戏: 1.19
类型: Fabric
Release
下载次数: 2,264
1.8.1
fabrikmc-all-1.8.1.jar下载1.8.1#Release
No changelog was specified.
展开
版本: 1.8.1
支持游戏: 1.19
类型: Fabric
Release
下载次数: 142
1.8.0
fabrikmc-all-1.8.0.jar下载1.8.0#Release
- compatibility with 1.19
- new API features
- new API features
展开
版本: 1.8.0
支持游戏: 1.19
类型: Fabric
Release
下载次数: 130
1.7.4
fabrikmc-all-1.7.4.jar下载1.7.4#Release
No changelog was specified.
展开
版本: 1.7.4
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 893
1.7.3
fabrikmc-all-1.7.3.jar下载1.7.3#Release
No changelog was specified.
展开
版本: 1.7.3
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 118
1.7.2
fabrikmc-all-1.7.2.jar下载1.7.2#Release
- compatibility with 1.18.2
展开
版本: 1.7.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 151
1.7.1
fabrikmc-all-1.7.1.jar下载1.7.1#Release
fabrikmc-commands-1.7.1.jar下载1.7.1#Release
fabrikmc-compose-1.7.1.jar下载1.7.1#Release
fabrikmc-core-1.7.1.jar下载1.7.1#Release
fabrikmc-game-1.7.1.jar下载1.7.1#Release
fabrikmc-igui-1.7.1.jar下载1.7.1#Release
fabrikmc-nbt-1.7.1.jar下载1.7.1#Release
fabrikmc-network-1.7.1.jar下载1.7.1#Release
fabrikmc-persistence-1.7.1.jar下载1.7.1#Release
The project has been updated to 1.7.1. No changelog was specified.
展开
版本: 1.7.1
支持游戏: 1.18.1
类型: Fabric
Release
下载次数: 670
1.7.0
fabrikmc-all-1.7.0.jar下载1.7.0#Release
fabrikmc-commands-1.7.0.jar下载1.7.0#Release
fabrikmc-compose-1.7.0.jar下载1.7.0#Release
fabrikmc-core-1.7.0.jar下载1.7.0#Release
fabrikmc-game-1.7.0.jar下载1.7.0#Release
fabrikmc-igui-1.7.0.jar下载1.7.0#Release
fabrikmc-nbt-1.7.0.jar下载1.7.0#Release
fabrikmc-network-1.7.0.jar下载1.7.0#Release
fabrikmc-persistence-1.7.0.jar下载1.7.0#Release
The project has been updated to 1.7.0. No changelog was specified.
展开
版本: 1.7.0
支持游戏: 1.18
类型: Fabric
Release
下载次数: 787
1.6.2
fabrikmc-all-1.6.2.jar下载1.6.2#Release
fabrikmc-commands-1.6.2.jar下载1.6.2#Release
fabrikmc-compose-1.6.2.jar下载1.6.2#Release
fabrikmc-core-1.6.2.jar下载1.6.2#Release
fabrikmc-game-1.6.2.jar下载1.6.2#Release
fabrikmc-igui-1.6.2.jar下载1.6.2#Release
fabrikmc-nbt-1.6.2.jar下载1.6.2#Release
fabrikmc-network-1.6.2.jar下载1.6.2#Release
fabrikmc-persistence-1.6.2.jar下载1.6.2#Release
The project has been updated to 1.6.2. No changelog was specified.
展开
版本: 1.6.2
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 741
1.6.1
fabrikmc-all-1.6.1.jar下载1.6.1#Release
fabrikmc-commands-1.6.1.jar下载1.6.1#Release
fabrikmc-compose-1.6.1.jar下载1.6.1#Release
fabrikmc-core-1.6.1.jar下载1.6.1#Release
fabrikmc-game-1.6.1.jar下载1.6.1#Release
fabrikmc-igui-1.6.1.jar下载1.6.1#Release
fabrikmc-nbt-1.6.1.jar下载1.6.1#Release
fabrikmc-network-1.6.1.jar下载1.6.1#Release
fabrikmc-persistence-1.6.1.jar下载1.6.1#Release
The project has been updated to 1.6.1. No changelog was specified.
展开
版本: 1.6.1
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 451
1.6.0
The project has been updated to 1.6.0. No changelog was specified.
展开
版本: 1.6.0
支持游戏:
类型:
Release
下载次数: 0
1.5.3
fabrikmc-all-1.5.3.jar下载1.5.3#Release
fabrikmc-commands-1.5.3.jar下载1.5.3#Release
fabrikmc-core-1.5.3.jar下载1.5.3#Release
fabrikmc-game-1.5.3.jar下载1.5.3#Release
fabrikmc-igui-1.5.3.jar下载1.5.3#Release
fabrikmc-nbt-1.5.3.jar下载1.5.3#Release
fabrikmc-persistence-1.5.3.jar下载1.5.3#Release
The project has been updated to 1.5.3. No changelog was specified.
展开
版本: 1.5.3
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 358
1.5.2
fabrikmc-all-1.5.2.jar下载1.5.2#Release
fabrikmc-commands-1.5.2.jar下载1.5.2#Release
fabrikmc-core-1.5.2.jar下载1.5.2#Release
fabrikmc-game-1.5.2.jar下载1.5.2#Release
fabrikmc-igui-1.5.2.jar下载1.5.2#Release
fabrikmc-nbt-1.5.2.jar下载1.5.2#Release
fabrikmc-persistence-1.5.2.jar下载1.5.2#Release
The project has been updated to 1.5.2. No changelog was specified.
展开
版本: 1.5.2
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 283
1.5.1
fabrikmc-all-1.5.1.jar下载1.5.1#Release
fabrikmc-commands-1.5.1.jar下载1.5.1#Release
fabrikmc-core-1.5.1.jar下载1.5.1#Release
fabrikmc-game-1.5.1.jar下载1.5.1#Release
fabrikmc-igui-1.5.1.jar下载1.5.1#Release
fabrikmc-nbt-1.5.1.jar下载1.5.1#Release
fabrikmc-persistence-1.5.1.jar下载1.5.1#Release
The project has been updated to 1.5.1. No changelog was specified.
展开
版本: 1.5.1
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 346
1.5.0
fabrikmc-all-1.5.0.jar下载1.5.0#Release
fabrikmc-commands-1.5.0.jar下载1.5.0#Release
fabrikmc-core-1.5.0.jar下载1.5.0#Release
fabrikmc-igui-1.5.0.jar下载1.5.0#Release
fabrikmc-nbt-1.5.0.jar下载1.5.0#Release
fabrikmc-persistence-1.5.0.jar下载1.5.0#Release
The project has been updated to 1.5.0. No changelog was specified.
展开
版本: 1.5.0
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 331
1.4.4
fabrikmc-all-1.4.4.jar下载1.4.4#Release
fabrikmc-commands-1.4.4.jar下载1.4.4#Release
fabrikmc-core-1.4.4.jar下载1.4.4#Release
fabrikmc-igui-1.4.4.jar下载1.4.4#Release
fabrikmc-nbt-1.4.4.jar下载1.4.4#Release
fabrikmc-persistence-1.4.4.jar下载1.4.4#Release
The project has been updated to 1.4.4. No changelog was specified.
展开
版本: 1.4.4
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 254
1.4.3
fabrikmc-all-1.4.3.jar下载1.4.3#Release
fabrikmc-commands-1.4.3.jar下载1.4.3#Release
fabrikmc-core-1.4.3.jar下载1.4.3#Release
fabrikmc-igui-1.4.3.jar下载1.4.3#Release
fabrikmc-nbt-1.4.3.jar下载1.4.3#Release
fabrikmc-persistence-1.4.3.jar下载1.4.3#Release
The project has been updated to 1.4.3. No changelog was specified.
展开
版本: 1.4.3
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 227
1.4.2
fabrikmc-all-1.4.2.jar下载1.4.2#Release
fabrikmc-commands-1.4.2.jar下载1.4.2#Release
fabrikmc-core-1.4.2.jar下载1.4.2#Release
fabrikmc-igui-1.4.2.jar下载1.4.2#Release
fabrikmc-nbt-1.4.2.jar下载1.4.2#Release
fabrikmc-persistence-1.4.2.jar下载1.4.2#Release
The project has been updated to 1.4.2. No changelog was specified.
展开
版本: 1.4.2
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 258
1.4.1
fabrikmc-all-1.4.1.jar下载1.4.1#Release
fabrikmc-commands-1.4.1.jar下载1.4.1#Release
fabrikmc-core-1.4.1.jar下载1.4.1#Release
fabrikmc-igui-1.4.1.jar下载1.4.1#Release
fabrikmc-nbt-1.4.1.jar下载1.4.1#Release
fabrikmc-persistence-1.4.1.jar下载1.4.1#Release
The project has been updated to 1.4.1. No changelog was specified.
展开
版本: 1.4.1
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 251
1.4.0
fabrikmc-all-1.4.0.jar下载1.4.0#Release
fabrikmc-commands-1.4.0.jar下载1.4.0#Release
fabrikmc-core-1.4.0.jar下载1.4.0#Release
fabrikmc-igui-1.4.0.jar下载1.4.0#Release
fabrikmc-nbt-1.4.0.jar下载1.4.0#Release
fabrikmc-persistence-1.4.0.jar下载1.4.0#Release
The project has been updated to 1.4.0. No changelog was specified.
展开
版本: 1.4.0
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 247
1.3.1
fabrikmc-all-1.3.1.jar下载1.3.1#Release
fabrikmc-commands-1.3.1.jar下载1.3.1#Release
fabrikmc-core-1.3.1.jar下载1.3.1#Release
fabrikmc-igui-1.3.1.jar下载1.3.1#Release
fabrikmc-nbt-1.3.1.jar下载1.3.1#Release
fabrikmc-persistence-1.3.1.jar下载1.3.1#Release
The project has been updated to 1.3.1. No changelog was specified.
展开
版本: 1.3.1
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 253
1.3.0
fabrikmc-all-1.3.0.jar下载1.3.0#Release
fabrikmc-commands-1.3.0.jar下载1.3.0#Release
fabrikmc-core-1.3.0.jar下载1.3.0#Release
fabrikmc-igui-1.3.0.jar下载1.3.0#Release
fabrikmc-nbt-1.3.0.jar下载1.3.0#Release
fabrikmc-persistence-1.3.0.jar下载1.3.0#Release
The project has been updated to 1.3.0. No changelog was specified.
展开
版本: 1.3.0
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 250
1.2.2
fabrikmc-all-1.2.2.jar下载1.2.2#Release
fabrikmc-commands-1.2.2.jar下载1.2.2#Release
fabrikmc-core-1.2.2.jar下载1.2.2#Release
fabrikmc-igui-1.2.2.jar下载1.2.2#Release
fabrikmc-nbt-1.2.2.jar下载1.2.2#Release
fabrikmc-persistence-1.2.2.jar下载1.2.2#Release
The project has been updated to 1.2.2. No changelog was specified.
展开
版本: 1.2.2
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 370
1.2.1
fabrikmc-all-1.2.1.jar下载1.2.1#Release
fabrikmc-commands-1.2.1.jar下载1.2.1#Release
fabrikmc-core-1.2.1.jar下载1.2.1#Release
fabrikmc-igui-1.2.1.jar下载1.2.1#Release
fabrikmc-nbt-1.2.1.jar下载1.2.1#Release
fabrikmc-persistence-1.2.1.jar下载1.2.1#Release
The project has been updated to 1.2.1. No changelog was specified.
展开
版本: 1.2.1
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 363
1.2.0
fabrikmc-all-1.2.0.jar下载1.2.0#Release
fabrikmc-commands-1.2.0.jar下载1.2.0#Release
fabrikmc-core-1.2.0.jar下载1.2.0#Release
fabrikmc-igui-1.2.0.jar下载1.2.0#Release
fabrikmc-nbt-1.2.0.jar下载1.2.0#Release
fabrikmc-persistence-1.2.0.jar下载1.2.0#Release
The project has been updated to 1.2.0. No changelog was specified.
展开
版本: 1.2.0
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 406
0.1.1
fabrikmc-core-0.1.1.jar下载0.1.1#Beta
fabrikmc-commands-0.1.1.jar下载0.1.1#Beta
fabrikmc-igui-0.1.1.jar下载0.1.1#Beta
展开
版本: 0.1.1
支持游戏: 1.16.5
类型: Fabric
Beta
下载次数: 848
收录