Skip to content

Commit

Permalink
⚖️ [Mob182] スカルレイブンをハード対応
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiro2gou committed Dec 31, 2023
1 parent 6572b78 commit 404d7a0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
data modify storage asset:mob Name set value '{"text":"スカルレイブン","color":"dark_gray"}'
# 武器
# メインハンド (Compound(Item)) (オプション)
data modify storage asset:mob Weapon.Mainhand set value {id:"bow",Count:1b,tag:{Enchantments:[{id:"punch",lvl:1}]}}
# ノーマル以上でパンチ弓になる
data modify storage asset:mob Weapon.Mainhand set value {id:"bow",Count:1b}
execute if predicate api:global_vars/difficulty/min/normal run data modify storage asset:mob Weapon.Mainhand set value {id:"bow",Count:1b,tag:{Enchantments:[{id:"punch",lvl:1}]}}
# オフハンド (Compound(Item)) (オプション)
# data modify storage asset:mob Weapon.Offhand set value
# 武器ドロップ率 ([float, float]) (オプション)
Expand Down

0 comments on commit 404d7a0

Please sign in to comment.