From 32fe14c51c47ccf149b90896f72c726bda495c06 Mon Sep 17 00:00:00 2001 From: uran247 Date: Wed, 25 Nov 2020 20:37:39 +0900 Subject: [PATCH] update readme --- README.md | 2 +- data/plane-data/functions/a5m/a5m.mcfunction | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29377181..e3ca5dfa 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ minecraft 1.16 ## 使い方 ### 航空機のクラフト -- 作業台で航空機および武器、レンチをクラフトできます。レシピはvoxel-planes内のrecipeフォルダに記載 +- 作業台で航空機および武器、レンチをクラフトできます。レシピはrelease内のrecipeに記載 ### 航空機の召喚/アイテムへ戻す - 航空機アイテムを持って地面を右クリックすると航空機を召喚できます diff --git a/data/plane-data/functions/a5m/a5m.mcfunction b/data/plane-data/functions/a5m/a5m.mcfunction index e7c4e705..3734e6fa 100644 --- a/data/plane-data/functions/a5m/a5m.mcfunction +++ b/data/plane-data/functions/a5m/a5m.mcfunction @@ -1,7 +1,7 @@ #実行条件無し #機体召喚 -summon minecraft:armor_stand ~ ~ ~ {Invisible:1,NoGravity:0,Tags:[a5m-root,a5m,plane-init,plane-root,plane,entity-nohit,need-calc-offset,delay-rotation,has-weapon1,tier1,main-weapon1],CustomName:"{\"text\":\"a5m\"}",Pose:{LeftArm:[0f,0f,0f],RightArm:[0f,0f,0f]},DisabledSlots:256,NoGravity:0b,HandItems:[{id:"snowball",Count:1b,tag:{CustomModelData:1,weapons:["7.7mm gun"]}},{}]} +summon minecraft:armor_stand ~ ~ ~ {Invisible:1,NoGravity:0,Tags:[a5m-root,a5m,plane-init,plane-root,plane,entity-nohit,need-calc-offset,delay-rotation,has-weapon1,tier1,main-weapon1],CustomName:"{\"text\":\"a5m\"}",Pose:{LeftArm:[0f,0f,0f],RightArm:[0f,0f,0f]},DisabledSlots:256,HandItems:[{id:"snowball",Count:1b,tag:{CustomModelData:1,weapons:["7.7mm gun"]}},{}]} summon minecraft:armor_stand ~ ~ ~ {Invisible:1,NoGravity:0,Tags:[a5m,plane-init,plane,entity-nohit,plane-seat],CustomName:"{\"text\":\"seat\"}",Pose:{LeftArm:[0f,0f,0f],RightArm:[0f,0f,0f]},Passengers:[{id:donkey,Health:6f,Attributes:[{Name:"generic.max_health",Base:6}],Invulnerable:1b,DeathLootTable:"minecraft:entities/bat",SaddleItem:{id:"minecraft:saddle",Count:1b},Tame:1,NoAI:1,Silent:1,ChestedHorse:1b,ActiveEffects:[{Id:14,Amplifier:0,Duration:1000000,ShowParticles:0b}],Tags:[a5m,plane-init,plane,plane-seat,entity-nohit]}],DisabledSlots:256,NoGravity:0b} summon armor_stand ~ ~ ~ {Tags:["a5m-body","a5m",plane-init,plane,has-model,model-changeable,entity-nohit],NoGravity:1b,Invisible:1,HandItems:[{id:"minecraft:diamond_sword",Count:1b,tag:{CustomModelData:85,Unbreakable:1}},{}],Pose:{LeftArm:[0f,0f,0f],RightArm:[-12f,0f,0f]},DisabledSlots:256} summon armor_stand ~ ~ ~ {Tags:["a5m-hitbox","a5m",plane-init,plane,plane-hitbox,has-offset,body,offset-base],NoGravity:1b,Invisible:1,Marker:1,Glowing:1,CustomName:"{\"text\":\"body\"}",Health:50f,Attributes:[{Name:"generic.max_health",Base:50}]}