Skip to content

Commit

Permalink
增加快速饥饿按钮方便玩家测试食物mod (#193)
Browse files Browse the repository at this point in the history
* Add quick_hunger for food testing

* Update map.json
  • Loading branch information
LNatit authored Sep 22, 2023
1 parent 0c28d6d commit d57987a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"teacon:triggers/equip_vision",
"teacon:triggers/give_checker",
"teacon:triggers/give_comment_tool",
"teacon:triggers/give_path_compass"
"teacon:triggers/give_path_compass",
"teacon:triggers/quick_hunger"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "trigger",
"title": "快速饥饿",
"selector": "@a",
"description": "获取10s的饥饿效果,方便试吃食物",
"executes": [
"/effect give @s minecraft:hunger 10 255",
"/signmeup map close"
]
}

0 comments on commit d57987a

Please sign in to comment.