feat: modifing loot tables for grass blocks#18
Open
QZL-efz wants to merge 2 commits intobox3lab:mainfrom
Open
Conversation
This file contains hidden or 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
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.
本次为23个方块更改了战利品表,它们是:

"box3:grass", "box3:dark_grass", "box3:windygrass",
"box3:blue_grass", "box3:dark_blue_grass", "box3:orange_grass",
"box3:dark_purple_grass", "box3:dark_yellow_grass", "box3:special_grass_11",
"box3:light_blue_grass", "box3:purple_grass", "box3:special_grass_01",
"box3:special_grass_03", "box3:special_grass_07", "box3:dark_red_grass",
"box3:light_purple_grass_", "box3:snow_grass", "box3:special_grass_05",
"box3:special_grass_09", "box3:special_grass_14", "box3:withered_grass_land",
"box3:pink_grass", "box3:special_grass_10"
(均类似原版草方块)
我为它们添加了类似原版草方块的性质:当使用带有精准采集魔咒的工具破坏时,会掉落本体;否则掉落box3:dirt(泥土)
(模仿了原版的grass_block.json,并且已在游戏内测试成功)
更新:为这些方块也做了类似的精准采集战利品表

(例如,草岩无精准挖掘会获得岩石)
更改了前次更新中枯草地和雪草地的无精准掉落物,同时还一并加上极地区域等方块,为他们设置无精准掉落物为blue_surface_01,更像雪地的泥土。