mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-29 11:59:11 +00:00
回退错误的实现,添加限制数量函数
This commit is contained in:
@@ -40,13 +40,15 @@ blocks:
|
||||
- type: item
|
||||
item: default:honeydew_item
|
||||
functions:
|
||||
- type: set_count
|
||||
add: false
|
||||
count: 3~7
|
||||
- type: apply_bonus
|
||||
enchantment: minecraft:fortune
|
||||
formula:
|
||||
type: ore_drops
|
||||
- type: set_count
|
||||
add: false
|
||||
count: 3~7
|
||||
- type: limit_count
|
||||
max: 9
|
||||
- type: explosion_decay
|
||||
settings:
|
||||
map-color: 19
|
||||
|
||||
Reference in New Issue
Block a user