From f622e6008dd11e388c70481d71215cac33ea661f Mon Sep 17 00:00:00 2001 From: ChenCMD Date: Mon, 21 Oct 2024 00:09:18 +0900 Subject: [PATCH] =?UTF-8?q?:children=5Fcrossing:=20=E8=90=BD=E4=B8=8B?= =?UTF-8?q?=E3=83=80=E3=83=A1=E3=83=BC=E3=82=B8=E3=81=AE=E3=83=AD=E3=82=B0?= =?UTF-8?q?=E3=82=92=E5=87=BA=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../functions/fall_damage/deal_damage/deal.mcfunction | 1 + 1 file changed, 1 insertion(+) diff --git a/TheSkyBlessing/data/player_manager/functions/fall_damage/deal_damage/deal.mcfunction b/TheSkyBlessing/data/player_manager/functions/fall_damage/deal_damage/deal.mcfunction index 3dde0c7434..65b529bd00 100644 --- a/TheSkyBlessing/data/player_manager/functions/fall_damage/deal_damage/deal.mcfunction +++ b/TheSkyBlessing/data/player_manager/functions/fall_damage/deal_damage/deal.mcfunction @@ -17,6 +17,7 @@ data modify storage api: Argument.BypassToughness set value true data modify storage api: Argument.BypassEnchantments set value false data modify storage api: Argument.BypassResistance set value false + data modify storage api: Argument.DisableLog set value true data modify storage api: Argument.ReduceEnchantment set value "minecraft:feather_falling" execute unless data storage player_manager:fall_damage CustomDeathMessage run data modify storage api: Argument.DeathMessage append value '[{"translate": "death.fell.accident.generic","with":[{"selector":"@s"}]}]' execute unless data storage player_manager:fall_damage CustomDeathMessage run data modify storage api: Argument.DeathMessage append value '[{"translate": "%1$s は紐なしバンジージャンプで人生を終えた","with":[{"selector":"@s"}]}]'