forked from Slimefun/Slimefun4
-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
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
通用数据 #821
Merged
Merged
通用数据 #821
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # src/main/java/com/xzavier0722/mc/plugin/slimefun4/storage/controller/BlockDataController.java
引入 UUIDData (UniversalData? 待定):
|
Closed
StarWishsama
force-pushed
the
feat/universal-inventory
branch
from
May 28, 2024 12:09
9665162
to
1185b0e
Compare
# Conflicts: # .git-hooks/pre-commit # src/main/java/com/xzavier0722/mc/plugin/slimefun4/storage/adapter/sqlcommon/SqlCommonAdapter.java # src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/BlockListener.java # src/main/java/me/mrCookieSlime/Slimefun/api/inventory/BlockMenuPreset.java
Closed
# Conflicts: # .github/workflows/pr-checker.yml # src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/BlockListener.java # src/main/java/io/github/thebusybiscuit/slimefun4/implementation/tasks/TickerTask.java
# Conflicts: # src/main/java/city/norain/slimefun4/SlimefunExtended.java
- Remove `last_present` field and use kv store to store it - Introduced `trait` for UniversalData to show their special ability - Spilt `SlimefunUniversalData` to `SlimefunUniversalData` and `SlimefunUniversalBlockData` - Refactor android menu
# Conflicts: # src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/androids/ProgrammableAndroid.java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
简介
添加
SlimefunUniversalData
添加一种基于 UUID 的箱子菜单,用于 ColoredEnderChests 和机器人等。
测试
相关的 Issues (没有可不填)
#807