diff --git a/data/advancements/functions/give-items.mcfunction b/data/advancements/functions/give-items.mcfunction index 69e4c822..e3366853 100644 --- a/data/advancements/functions/give-items.mcfunction +++ b/data/advancements/functions/give-items.mcfunction @@ -4,4 +4,3 @@ loot give @s[advancements={item:tools/wrench=true}] loot item:tools/wrench clear @s phantom_spawn_egg 1 execute store success score @s vp.reg1 run clear @s phantom_spawn_egg 0 execute if score @s vp.reg1 matches 1.. run function advancements:give-items -say give \ No newline at end of file diff --git a/data/advancements/functions/item-recipie-manager.mcfunction b/data/advancements/functions/item-recipie-manager.mcfunction index 37fed0ff..1fd4da78 100644 --- a/data/advancements/functions/item-recipie-manager.mcfunction +++ b/data/advancements/functions/item-recipie-manager.mcfunction @@ -1,4 +1,3 @@ #処理:phantom_spawn_eggがアイテム欄から消えるまでplaneを与え、レシピと進捗を削除する function advancements:give-items function advancements:take-item-recipes -say man \ No newline at end of file diff --git a/data/advancements/functions/take-item-recipes.mcfunction b/data/advancements/functions/take-item-recipes.mcfunction index f3886a07..ee7c1229 100644 --- a/data/advancements/functions/take-item-recipes.mcfunction +++ b/data/advancements/functions/take-item-recipes.mcfunction @@ -2,4 +2,3 @@ recipe take @s[advancements={item:tools/wrench=true}] item:tools/wrench advancement revoke @s from plane-data:crafting/root -say take \ No newline at end of file diff --git a/data/constructor/functions/setdummyentity.mcfunction b/data/constructor/functions/setdummyentity.mcfunction index 411d6098..9b531b91 100644 --- a/data/constructor/functions/setdummyentity.mcfunction +++ b/data/constructor/functions/setdummyentity.mcfunction @@ -1,4 +1,9 @@ #1-3:vector 4:measurement 5:craft 6:damage 7,8,9:check block a,b:measurement + +execute in overworld run forceload add 0 0 +execute in the_nether run forceload add 0 0 +execute in the_end run forceload add 0 0 + #kill @e[tag=block-detector] summon minecraft:armor_stand 0 1 0 {NoGravity:1,Marker:1,Invisible:1,Tags:[entity-nohit,block-detector,"1"],UUID:[I;0,0,0,1],Invulnerable:1} summon minecraft:armor_stand 0 1 0 {NoGravity:1,Marker:1,Invisible:1,Tags:[entity-nohit,block-detector,"2"],UUID:[I;0,0,0,2],Invulnerable:1} @@ -41,10 +46,6 @@ scoreboard players set @e[tag=block-detector,tag=18,x=0,y=1,z=0,distance=..1] vp scoreboard players set @e[tag=block-detector,tag=19,x=0,y=1,z=0,distance=..1] vp.Num 19 scoreboard players set @e[tag=block-detector,tag=20,x=0,y=1,z=0,distance=..1] vp.Num 20 -execute in overworld run forceload add 0 0 -execute in the_nether run forceload add 0 0 -execute in the_end run forceload add 0 0 - summon minecraft:armor_stand -0.5 0 -0.5 {Marker:1b,Tags:[Trigonometric],NoGravity:1,Invulnerable:1,UUID:[I;0,0,0,32]} summon minecraft:armor_stand 0 0 0 {Marker:1b,Tags:[Trigonometric2],NoGravity:1,Invulnerable:1,UUID:[I;0,0,0,33]} data merge entity @e[tag=Trigonometric,limit=1] {Pos:[0d,0d,0d]} diff --git a/data/minecraft/tags/functions/tick.json b/data/minecraft/tags/functions/tick.json index 42d34205..ff6a5039 100644 --- a/data/minecraft/tags/functions/tick.json +++ b/data/minecraft/tags/functions/tick.json @@ -1,3 +1,3 @@ { - "values": ["plane:tick","weapon:tick","debug:tick","math:tick"] + "values": ["plane:tick","weapon:tick","math:tick"] } \ No newline at end of file