We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
汉化版更改导致对bs数据层的修改操作无法应用,如Galactifun的星门,等等 能不能像Slimefun保留旧版本物品适配一样保留BlockStorage适配(BlockStorage内的原方法转写至StorageCacheUtils)
必现
.
Spigot
1.20.x
Slimefun 2023.07.22
No response
The text was updated successfully, but these errors were encountered:
设计不太一样,不能直接适配🤔 有考虑过 ICompSlimefun
Sorry, something went wrong.
StorageCacheUtils中只有已加区块的方块数据,虽然可以适配大多数场景但是与BS原本定义差距还是有出入.. 而且一些接口做适配可能需要比较歪的办法,会引起很多意外的问题。之前删除一些接口其实也是为了让附属直接去适配而不是由本体兜底。 你具体是需要哪些接口?可以看看能不能做。
Slimefun.getRegistry().getWorlds() BlockStorage#getRawStorage()
返回的好像是一个世界的所有数据
Slimefun.getRegistry().getWorlds() BlockStorage#getRawStorage() 返回的好像是一个世界的所有数据
新版会有 但是不是 BlockStorage 形式
No branches or pull requests
问题描述
汉化版更改导致对bs数据层的修改操作无法应用,如Galactifun的星门,等等
能不能像Slimefun保留旧版本物品适配一样保留BlockStorage适配(BlockStorage内的原方法转写至StorageCacheUtils)
问题复现率
必现
复现步骤
.
服务端类型
Spigot
Minecraft 版本
1.20.x
Slimefun 版本
Slimefun 2023.07.22
其他插件信息
No response
补充信息
No response
The text was updated successfully, but these errors were encountered: