-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.19.4での開発終了に合わせてここで一旦devにマージする
- Loading branch information
Showing
1,144 changed files
with
67,543 additions
and
3,642 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "minecraft:bedrock", | ||
"nbt": "{Enchantments:[{}]}" | ||
}, | ||
"title": [ | ||
{ | ||
"translate": "岩盤化したスポナー ", | ||
"color": "#FF2739", | ||
"bold": true | ||
} | ||
], | ||
"description": { | ||
"translate": "%1$sが%2$sの周りに集まると、\n%3$sことがあります。\nこの状態の%2$sは破壊しても、\n%4$s為、溜まった%1$sを\n減らす必要があります。", | ||
"color": "white", | ||
"with": [ | ||
{ | ||
"translate": "敵モブ", | ||
"color": "red" | ||
}, | ||
{ | ||
"translate": "スポナー", | ||
"color": "dark_aqua" | ||
}, | ||
{ | ||
"translate": "岩盤のような外観に変化する", | ||
"color": "gray" | ||
}, | ||
{ | ||
"translate": "HPが減少しなくなる", | ||
"color": "#FF0000" | ||
} | ||
] | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": false, | ||
"hidden": true | ||
}, | ||
"parent": "advancement:tutorial/secret17", | ||
"criteria": { | ||
"spawner_lock": { | ||
"trigger": "minecraft:impossible" | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "minecraft:smithing_table", | ||
"nbt": "{}" | ||
}, | ||
"title": [ | ||
{ | ||
"translate": "鍛冶台の使用制限 ", | ||
"color": "white", | ||
"bold": true | ||
} | ||
], | ||
"description": { | ||
"translate": "魔石によるエンチャントシステム導入に伴い\n%1$sように\n制限している。\nその代わり簡易的ではあるが%2$sで\n%3$sと%4$sを\n組み合わせることができる。", | ||
"color": "white", | ||
"with": [ | ||
{ | ||
"translate": "鍛冶台でツールを制作できない", | ||
"color": "red" | ||
}, | ||
{ | ||
"translate": "クラフト", | ||
"color": "#7CD100" | ||
}, | ||
{ | ||
"translate": "ツール", | ||
"color": "#32EBCA" | ||
}, | ||
{ | ||
"translate": "item.minecraft.netherite_ingot", | ||
"color": "#716871" | ||
} | ||
] | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": false, | ||
"hidden": false | ||
}, | ||
"parent": "advancement:tutorial/tutorial14", | ||
"criteria": { | ||
"requirement": { | ||
"trigger": "minecraft:item_used_on_block", | ||
"conditions": { | ||
"location": { | ||
"block": { | ||
"blocks": [ | ||
"minecraft:smithing_table" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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: 2 additions & 0 deletions
2
data/area/functions/system/control_area/system_block.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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
execute in area:control_area run setblock 2 2 2 shulker_box | ||
execute in area:control_area run setblock 2 3 2 oak_sign |
2 changes: 2 additions & 0 deletions
2
data/area/functions/system/flying_island/training_ground/.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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
function makeup:area/system/flying_island/training_ground | ||
tag @e[x=-640,y=86,z=-818,dx=17,dy=13,dz=20,tag=Training] add Garbage |
2 changes: 2 additions & 0 deletions
2
data/area/functions/system/flying_island/training_ground/back/in.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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
tp @a[sort=nearest,limit=1] ~3 ~ ~ | ||
function area:system/flying_island/training_ground/ |
2 changes: 2 additions & 0 deletions
2
data/area/functions/system/flying_island/training_ground/back/out.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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
tp @a[sort=nearest,limit=1] ~-3 ~ ~ | ||
function area:system/flying_island/training_ground/ |
2 changes: 2 additions & 0 deletions
2
data/area/functions/system/flying_island/training_ground/front/in.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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
tp @a[sort=nearest,limit=1] ~ ~ ~-3 | ||
function area:system/flying_island/training_ground/ |
2 changes: 2 additions & 0 deletions
2
data/area/functions/system/flying_island/training_ground/front/out.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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
tp @a[sort=nearest,limit=1] ~ ~ ~3 | ||
function area:system/flying_island/training_ground/ |
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
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# VillagerPoint | ||
# summon marker ~ ~ ~ {Tags:[VillagerPoint]} | ||
|
||
## 通常世界 | ||
execute in area:skylands run forceload add -95 -629 | ||
execute in area:skylands run summon marker -95.5 32.0 -629.5 {Tags:[VillagerPoint]} | ||
|
||
## 飛空島 | ||
execute in area:flying_island run forceload add -585 -817 | ||
execute in area:flying_island run summon marker -585.5 90 -817.5 {Tags:[VillagerPoint]} | ||
|
||
## クラウディア(α2) | ||
execute in area:cloudia run forceload add -1895 -141 | ||
execute in area:cloudia run summon marker -1895.5 111 -141.5 {Tags:[VillagerPoint]} |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ride @s dismount | ||
tp @s @e[tag=VillagerPoint,distance=0..,limit=1] |
Oops, something went wrong.