Skip to content

Commit

Permalink
effects -> effect の名前変更忘れを修正 (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
NePonpon authored Dec 28, 2024
1 parent 4d8c68c commit abe19bb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion data/effect/advancement/bad_effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@
["nausea","poison","weakness","wither","blindness","hunger","mining_fatigue","slowness","darkness"]
],
"rewards": {
"function": "effects:bad_effects"
"function": "effect:bad_effects"
}
}
2 changes: 1 addition & 1 deletion data/effect/advancement/invisible.json
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,6 @@
["default"]
],
"rewards": {
"function": "effects:invisible/trigger"
"function": "effect:invisible/trigger"
}
}
22 changes: 11 additions & 11 deletions data/effect/predicate/too_bad_effect.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type_specific": {
"type": "player",
"advancements": {
"effects:invisible": {
"effect:invisible": {
"doom": true
}
}
Expand All @@ -22,7 +22,7 @@
"type_specific": {
"type": "player",
"advancements": {
"effects:invisible": {
"effect:invisible": {
"super_doom": true
}
}
Expand All @@ -36,7 +36,7 @@
"type_specific": {
"type": "player",
"advancements": {
"effects:invisible": {
"effect:invisible": {
"burn": true
}
}
Expand All @@ -50,7 +50,7 @@
"type_specific": {
"type": "player",
"advancements": {
"effects:invisible": {
"effect:invisible": {
"freeze": true
}
}
Expand All @@ -64,7 +64,7 @@
"type_specific": {
"type": "player",
"advancements": {
"effects:invisible": {
"effect:invisible": {
"palsy": true
}
}
Expand All @@ -78,7 +78,7 @@
"type_specific": {
"type": "player",
"advancements": {
"effects:invisible": {
"effect:invisible": {
"confuse": true
}
}
Expand All @@ -92,7 +92,7 @@
"type_specific": {
"type": "player",
"advancements": {
"effects:invisible": {
"effect:invisible": {
"curse": true
}
}
Expand All @@ -106,7 +106,7 @@
"type_specific": {
"type": "player",
"advancements": {
"effects:invisible": {
"effect:invisible": {
"virus": true
}
}
Expand All @@ -120,7 +120,7 @@
"type_specific": {
"type": "player",
"advancements": {
"effects:invisible": {
"effect:invisible": {
"tnt": true
}
}
Expand All @@ -134,7 +134,7 @@
"type_specific": {
"type": "player",
"advancements": {
"effects:invisible": {
"effect:invisible": {
"pale": true
}
}
Expand All @@ -148,7 +148,7 @@
"type_specific": {
"type": "player",
"advancements": {
"effects:invisible": {
"effect:invisible": {
"debility": true
}
}
Expand Down
3 changes: 3 additions & 0 deletions data/player/function/ten_seconds.mcfunction
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#> player:ten_seconds
# -> 1分処理
execute if score $TenSeconds Count matches 0 run function player:one_minute

#透明化付与
function effect:invisible/wearable_invisible

0 comments on commit abe19bb

Please sign in to comment.