-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
7 changes: 4 additions & 3 deletions
7
TheSkyBlessing/data/asset/functions/object/example.1/summon/debug.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
#> asset:mob/example.1/summon/debug | ||
#> asset:object/example.1/summon/debug | ||
# | ||
# 動作チェック用の召喚処理 使い終わったら消してもいいかも | ||
# | ||
# @within asset:object/example.1/summon/debug | ||
# @user | ||
# @private | ||
|
||
# 召喚 | ||
data modify storage api: Argument.ID set value 65534 | ||
function api:object/summon | ||
function api:object/summon |
7 changes: 4 additions & 3 deletions
7
TheSkyBlessing/data/asset/functions/object/example.2/summon/debug.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
#> asset:mob/example.2/summon/debug | ||
#> asset:object/example.2/summon/debug | ||
# | ||
# 動作チェック用の召喚処理 使い終わったら消してもいいかも | ||
# | ||
# @within asset:object/example.2/summon/debug | ||
# @user | ||
# @private | ||
|
||
# 召喚 | ||
data modify storage api: Argument.ID set value 65533 | ||
function api:object/summon | ||
function api:object/summon |
3 changes: 2 additions & 1 deletion
3
TheSkyBlessing/data/asset/functions/object/example.3/summon/debug.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
TheSkyBlessing/data/asset_manager/functions/teleporter/tick/vfx/star/blink/3.m.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#> asset_manager:teleporter/tick/vfx/star/blink/2.m | ||
#> asset_manager:teleporter/tick/vfx/star/blink/3.m | ||
# | ||
# | ||
# | ||
|