本帖最后由 贰逼 于 2015-2-27 09:09 编辑

ArmorStand模型不做过多解释了,释义
利用Armorstand的支持性通过修改NBT及多个拼凑组成的倚靠原版材质集合的模型


直接切入正题


展示及源码:(图片来自http://www.mcbbs.net/thread-409028-1-1.html


1.CraftingTable 合成台


  1. //1.Tools
  2. /execute @e[type=MushroomCow,name=ChineseCraftTableActivator] ~ ~ ~ detect ~ ~-1 ~ minecraft:crafting_table 0 summon ArmorStand ~0.45 ~-0.53 ~0.05 {Equipment:[{id:"minecraft:shears"},{},{},{},{}],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[-34.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[0.0F,0.0F,0.0F]},Invisible:1,NoGravity:1b,NoBasePlate:1b,DisabledSlots:2069869,ShowArms:0b,Small:1b,CustomName:"CnCraft"}

  3. /execute @e[type=MushroomCow,name=ChineseCraftTableActivator] ~ ~ ~ detect ~ ~-1 ~ minecraft:crafting_table 0 summon ArmorStand ~0.45 ~-0.53 ~-0.45 {Equipment:[{id:"minecraft:string"},{},{},{},{}],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[-34.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[0.0F,0.0F,0.0F]},Invisible:1,NoGravity:1b,NoBasePlate:1b,DisabledSlots:2069869,ShowArms:0b,Small:1b,CustomName:"CnCraft"}

  4. /execute @e[type=MushroomCow,name=ChineseCraftTableActivator] ~ ~ ~ detect ~ ~-1 ~ minecraft:crafting_table 0 summon ArmorStand ~0.45 ~-0.53 ~-0.2 {Equipment:[{id:"minecraft:arrow"},{},{},{},{}],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[-34.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[0.0F,0.0F,0.0F]},Invisible:1,NoGravity:1b,NoBasePlate:1b,DisabledSlots:2069869,ShowArms:0b,Small:1b,CustomName:"CnCraft"}


  5. //2.Wool
  6. /execute @e[type=MushroomCow,name=ChineseCraftTableActivator] ~ ~ ~ detect ~ ~-1 ~ minecraft:crafting_table 0 summon ArmorStand ~ ~-1.1 ~ {Equipment:[{},{},{},{},{id:"minecraft:wool",Damage:14b}],Pose:{Head:[0.0F,0.0F,0.0F]},Invisible:1,NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:1b,CustomName:"CnCraft"}


  7. //3.Destory
  8. summon ArmorStand ~ ~ ~ {Invisible:1,CustomName:"CnCraft1",CustomNameVisible:1,NoGravity:1b,NoBasePlate:1b,DisabledSlots:1973790,ShowArms:1b}


  9. //4.Axe
  10. /summon ArmorStand ~-0.49 ~-0.19 ~-0.12 {Equipment:[{id:"minecraft:tripwire_hook"},{},{},{},{}],Rotation:[90f],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[0.0F,0.0F,0.0F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:1b,CustomName:"CnCraft"}

  11. /summon ArmorStand ~-0.49 ~-0.45 ~0.1 {Equipment:[{id:"minecraft:iron_axe"},{},{},{},{}],Rotation:[90f],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[0.0F,-66.0F,78.0F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:1b,CustomName:"CnCraft"}
复制代码


2.Rice 水稻


未熟


全熟
  1. /execute @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=0,score_Ricelifetime=1] ~ ~-0.45 ~ /summon ArmorStand ~ ~-0.85 ~ {Equipment:[{},{},{},{},{id:"minecraft:double_plant",Damage:2}],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[346.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[0.0F,0.0F,0.0F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b}

  2. /execute @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=0,score_Ricelifetime=1] ~ ~-0.45 ~ /summon ArmorStand ~ ~-0.85 ~ {Equipment:[{},{},{},{},{id:"minecraft:double_plant",Damage:2}],Rotation:[90f],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[346.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[0.0F,0.0F,0.0F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b}
  3. ---
  4. /execute @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=999,score_Ricelifetime=1000] ~ ~-0.45 ~
  5. /summon ArmorStand ~ ~-0.35 ~ {Equipment:[{},{},{},{},{id:"minecraft:double_plant",Damage:2}],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[346.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[0.0F,0.0F,0.0F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b}

  6. /execute @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=999,score_Ricelifetime=1000] ~ ~-0.45 ~
  7. /summon ArmorStand ~ ~-0.35 ~ {Equipment:[{},{},{},{},{id:"minecraft:double_plant",Damage:2}],Rotation:[90f],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[346.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[0.0F,0.0F,0.0F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b}
  8. ---
  9. /execute @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=1999,score_Ricelifetime=2000] ~ ~-0.45 ~
  10. /summon ArmorStand ~ ~0.15 ~ {Equipment:[{},{},{},{},{id:"minecraft:double_plant",Damage:2}],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[346.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[0.0F,0.0F,0.0F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b}

  11. /execute @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=1999,score_Ricelifetime=2000] ~ ~-0.45 ~
  12. /summon ArmorStand ~ ~0.15 ~ {Equipment:[{},{},{},{},{id:"minecraft:double_plant",Damage:2}],Rotation:[90f],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[346.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[0.0F,0.0F,0.0F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b}
  13. ---
  14. /execute @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=2999,score_Ricelifetime=3000] ~ ~-0.45 ~
  15. /summon ArmorStand ~ ~0.35 ~ {Equipment:[{},{},{},{},{id:"minecraft:double_plant",Damage:2}],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[346.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[0.0F,0.0F,0.0F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b}

  16. /execute @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=2999,score_Ricelifetime=3000] ~ ~-0.45 ~
  17. /summon ArmorStand ~ ~0.35 ~ {Equipment:[{},{},{},{},{id:"minecraft:double_plant",Damage:2}],Rotation:[90f],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[346.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[0.0F,0.0F,0.0F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b}
  18. ---
  19. Rice
  20. /execute @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=3999,score_Ricelifetime=4000] ~ ~-0.45 ~
  21. /summon ArmorStand ~ ~0.45 ~ {Equipment:[{},{},{},{},{id:"minecraft:yellow_flower",Damage:0}],Rotation:[90f],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[346.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[0.0F,0.0F,135.0F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b}

  22. /execute @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=3999,score_Ricelifetime=4000] ~ ~-0.45 ~
  23. /summon ArmorStand ~ ~0.45 ~ {Equipment:[{},{},{},{},{id:"minecraft:yellow_flower",Damage:0}],Rotation:[90f],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[346.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[20.0F,0.0F,135.0F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b}

  24. /execute @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=3999,score_Ricelifetime=4000] ~ ~-0.45 ~
  25. /summon ArmorStand ~ ~0.45 ~ {Equipment:[{},{},{},{},{id:"minecraft:yellow_flower",Damage:0}],Rotation:[90f],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[346.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[-20.0F,0.0F,135.0F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b}
  26. ---
  27. /execute @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=4999,score_Ricelifetime=5000] ~ ~-0.45 ~
  28. /summon ArmorStand ~ ~0.35 ~0.15 {Equipment:[{},{},{},{},{id:"minecraft:yellow_flower",Damage:0}],Rotation:[90f],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[346.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[0.0F,0.0F,167.5F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b}

  29. /execute @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=4999,score_Ricelifetime=5000] ~ ~-0.45 ~
  30. /summon ArmorStand ~ ~0.35 ~0.15 {Equipment:[{},{},{},{},{id:"minecraft:yellow_flower",Damage:0}],Rotation:[90f],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[346.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[30.0F,0.0F,167.5F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b}

  31. /execute @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=4999,score_Ricelifetime=5000] ~ ~-0.45 ~
  32. /summon ArmorStand ~ ~0.35 ~0.15 {Equipment:[{},{},{},{},{id:"minecraft:yellow_flower",Damage:0}],Rotation:[90f],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[346.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[-30.0F,0.0F,167.5F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b}
  33. ---
  34. /execute @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=5999,score_Ricelifetime=6000] ~ ~-0.45 ~
  35. /summon ArmorStand ~ ~0.2 ~0.2 {Equipment:[{},{},{},{},{id:"minecraft:yellow_flower",Damage:0}],Rotation:[90f],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[346.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[0.0F,0.0F,172.5F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b}

  36. /execute @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=5999,score_Ricelifetime=6000] ~ ~-0.45 ~
  37. /summon ArmorStand ~ ~0.2 ~0.2 {Equipment:[{},{},{},{},{id:"minecraft:yellow_flower",Damage:0}],Rotation:[90f],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[346.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[25.0F,0.0F,172.5F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b}

  38. /execute @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=5999,score_Ricelifetime=6000] ~ ~-0.45 ~
  39. /summon ArmorStand ~ ~0.2 ~0.2 {Equipment:[{},{},{},{},{id:"minecraft:yellow_flower",Damage:0}],Rotation:[90f],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[346.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[-25.0F,0.0F,172.5F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b}
  40. ---
  41. /execute @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=6999,score_Ricelifetime=7000] ~ ~-0.45 ~
  42. /summon ArmorStand ~ ~0.05 ~0.22 {Equipment:[{},{},{},{},{id:"minecraft:yellow_flower",Damage:0}],Rotation:[90f],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[346.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[0.0F,0.0F,175.0F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b}

  43. /execute @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=6999,score_Ricelifetime=7000] ~ ~-0.45 ~
  44. /summon ArmorStand ~ ~0.05 ~0.22 {Equipment:[{},{},{},{},{id:"minecraft:yellow_flower",Damage:0}],Rotation:[90f],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[346.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[22.0F,0.0F,175.0F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b}

  45. /execute @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=6999,score_Ricelifetime=7000] ~ ~-0.45 ~
  46. /summon ArmorStand ~ ~0.05 ~0.22 {Equipment:[{},{},{},{},{id:"minecraft:yellow_flower",Damage:0}],Rotation:[90f],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[346.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[-22.0F,0.0F,175.0F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b}

  47. ===

  48. /execute @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=5999,score_Ricelifetime=6000] ~0.4 ~ ~-0.3 summon ArmorStand ~ ~ ~ {CustomName:Rice_for_Players,Equipment:[{id:"minecraft:sugar",Count:1b,tag:{display:{Name:"Rice",Lore:["A popular mainy food for one third people ","around the world.","Also has some amylon , ","so they was used as sugar ."]}}},{},{},{},{}],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[270.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[0.0F,0.0F,0.0F]},NoGravity:1b,NoBasePlate:1b,DisabledSlots:1973790,Invisible:1b,ShowArms:1b,Small:0b}
  49. ===
  50. /scoreboard players set @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=0,score_Ricelifetime=999,score_IsRice1_min=2,score_IsRice1=2] Ricelifetime 999

  51. /scoreboard players set @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=1000,score_Ricelifetime=1999,score_IsRice1_min=2,score_IsRice1=2] Ricelifetime 1999

  52. /scoreboard players set @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=2000,score_Ricelifetime=2999,score_IsRice1_min=2,score_IsRice1=2] Ricelifetime 2999

  53. /scoreboard players set @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=3000,score_Ricelifetime=3999,score_IsRice1_min=2,score_IsRice1=2] Ricelifetime 3999

  54. /scoreboard players set @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=4000,score_Ricelifetime=4999,score_IsRice1_min=2,score_IsRice1=2] Ricelifetime 4999

  55. /scoreboard players set @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=5000,score_Ricelifetime=5999,score_IsRice1_min=2,score_IsRice1=2] Ricelifetime 5999

  56. /scoreboard players set @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=6000,score_Ricelifetime=6999,score_IsRice1_min=2,score_IsRice1=2] Ricelifetime 6999

  57. /scoreboard players set @e[name=Rice_taking_place,type=ArmorStand,score_Ricelifetime_min=7000,score_Ricelifetime=7999,score_IsRice1_min=2,score_IsRice1=2] Ricelifetime 7999
复制代码


3.Will 水井


  1. //Will wall:
  2. /execute @e[type=ArmorStand,name=CnWilla] ~ ~0.7 ~ summon ArmorStand ~ ~-1.65 ~-0.35 {CustomName:"CnWill",NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b,Equipment:[{},{},{},{},{id:"stone_slab",Count:1b}],Pose:{Head:[270f,0f,0f]}}

  3. /execute @e[type=ArmorStand,name=CnWilla] ~ ~0.7 ~ summon ArmorStand ~0.35 ~-1.65 ~ {CustomName:"CnWill",NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b,Rotation:[90f],Equipment:[{},{},{},{},{id:"stone_slab",Count:1b}],Pose:{Head:[270f,0f,0f]}}

  4. /execute @e[type=ArmorStand,name=CnWilla] ~ ~0.7 ~ summon ArmorStand ~ ~-1.65 ~0.35 {CustomName:"CnWill",NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b,Rotation:[180f],Equipment:[{},{},{},{},{id:"stone_slab",Count:1b}],Pose:{Head:[270f,0f,0f]}}

  5. /execute @e[type=ArmorStand,name=CnWilla] ~ ~0.7 ~ summon ArmorStand ~-0.35 ~-1.65 ~ {CustomName:"CnWill",NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b,Rotation:[270f],Equipment:[{},{},{},{},{id:"stone_slab",Count:1b}],Pose:{Head:[270f,0f,0f]}}

  6. //Fence:
  7. /execute @e[type=ArmorStand,name=CnWilla] ~ ~0.7 ~ summon ArmorStand ~-0.38 ~-1.3 ~ {CustomName:"CnWill",Equipment:[{},{},{},{},{id:"minecraft:fence"}],NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b}

  8. /execute @e[type=ArmorStand,name=CnWilla] ~ ~0.7 ~ summon ArmorStand ~0.38 ~-1.3 ~ {CustomName:"CnWill",Equipment:[{},{},{},{},{id:"minecraft:fence"}],NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b}

  9. //Stick:
  10. /execute @e[type=ArmorStand,name=CnWilla] ~ ~0.7 ~ summon ArmorStand ~-0.45 ~-0.4 ~-0.38 {CustomName:"CnWill",Equipment:[{id:"minecraft:stick"},{},{},{},{}],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[-10.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[0.0F,0.0F,0.0F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b,Rotation:[270f]}

  11. //Top:
  12. /summon ArmorStand ~ ~ ~ {CustomName:"CnWilla",Equipment:[{},{},{},{},{id:"minecraft:wooden_slab",Count:1b,Damage:5s}],NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:1973790,ShowArms:1b,Small:0b}

  13. //Bucket:
  14. /execute @e[type=ArmorStand,name=CnWilla] ~ ~0.7 ~ summon ArmorStand ~0.38 ~-1.6 ~-0.58 {CustomName:"CnWillc",Equipment:[{id:"minecraft:bucket",Count:1b,tag:{display:{Name:"Bucket_"}}},{},{},{},{}],NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:1973790,ShowArms:1b,Small:0b,Pose:{RightArm:[-90.0f,0.0f,0.0f]}}


  15. //title
  16. /title @p[score_Cnwill_min=1,score_Cnwill=150] title {text:"Remaining Time:",color:blue,bold:true,underlined:false,italic:false,strikethrough:false,obfuscated:false,extra:[{score:{name:"*",objective:"Cnwill"},color:gold,bold:false,underlined:true,italic:false,strikethrough:false,obfuscated:false}]}
复制代码

4.Pot 灶


关闭


烹饪中
  1. //Pot:
  2. /*Off:*/
  3. /execute @e[type=Silverfish,name=ChinesePot] ~ ~0.55 ~ /summon ArmorStand ~ ~-1.3 ~ {Equipment:[{},{},{},{},{id:"minecraft:skull",Count:1b,Damage:3s,tag:{display:{Name:"Cauldron"},SkullOwner:{Id:"a96559d1-7dba-45cd-ad6c-c125dec33f48",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDIyNzY4ZGI2NTczNjUxNjI2NTUyYmIyNjQ0MjYwOWE3Mjc5Yzc4NDNjYjY5YjhlNjAzZDJjMWRiNjQ1ZDAifX19"}]}}}}],NoGravity:1b,Invisible:1b,NoBasePlate:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b,CustomName:"ChinesePot1"}

  4. /execute @e[type=Silverfish,name=ChinesePot] ~ ~0.6 ~ /summon ArmorStand ~ ~-0.95 ~ {Equipment:[{},{},{},{},{id:"minecraft:wooden_pressure_plate",Count:1b}],NoGravity:1b,Invisible:1b,NoBasePlate:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b,Pose:{Head:[30.0f,0.0f,0.0f]},CustomName:"ChinesePot3"}

  5. /execute @e[type=Silverfish,name=ChinesePot] ~ ~0.6 ~ /summon EntityHorse ~ ~-0.8 ~ {NoAI:1b,Type:2,Tame:1,ChestedHorse:1,HealthF:10.0,DropChances:[0.0F,0.0F,0.0F,0.0F,0.0F],ActiveEffects:[{Id:14,Duration:9999999,Amplifier:50,Ambient:1},{Id:8,Duration:9999999,Amplifier:-50,Ambient:1}],CustomName:"Pot",CustomName:"ChinesePot1",Silent:1b}

  6. /execute @e[type=Silverfish,name=ChinesePot] ~ ~0.6 ~ /summon ArmorStand ~-1 ~-1.13 ~ {Equipment:[{id:"minecraft:wooden_shovel"},{},{},{},{}],Rotation:[90f],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[80.0F,0.0F,-90.0F]},NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b,CustomName:"ChinesePot1"}

  7. /execute @e[type=Silverfish,name=ChinesePot] ~ ~0.6 ~ /summon ArmorStand ~0.7 ~-0.7 ~0.2 {Equipment:[{id:"minecraft:bowl"},{},{},{},{}],Pose:{Body:[0.0F,0.0F,0.0F],LeftArm:[0.0F,0.0F,0.0F],RightArm:[0.0F,0.0F,0.0F],LeftLeg:[270.0F,0.0F,0.0F],RightLeg:[270.0F,0.0F,0.0F],Head:[0.0F,0.0F,0.0F]},NoGravity:1b,NoBasePlate:1b,DisabledSlots:2069869,Invisible:1b,ShowArms:0b,Small:0b,CustomName:"ChinesePot1"}

  8. /execute @e[type=Silverfish,name=ChinesePot] ~ ~ ~ summon ArmorStand ~ ~-1 ~ {Invisible:1,CustomName:"ChinesePot",CustomNameVisible:1,NoGravity:1b,NoBasePlate:1b,DisabledSlots:2069869,ShowArms:0b}

  9. //On:
  10. /execute @e[type=Silverfish,name=ChinesePot] ~ ~0.6 ~ /summon ArmorStand ~ ~-0.95 ~ {Equipment:[{},{},{},{},{id:"minecraft:wooden_pressure_plate",Count:1b}],NoGravity:1b,Invisible:1b,NoBasePlate:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b,CustomName:"ChinesePot3"}

  11. //灶:
  12. /execute @e[type=Silverfish,name=ChinesePot] ~ ~0.6 ~ summon ArmorStand ~ ~-1.65 ~0.35 {CustomName:"ChinesePot1",NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b,Rotation:[180f],Equipment:[{},{},{},{},{id:"stone_slab",Count:1b}],Pose:{Head:[270f,0f,0f]}}

  13. /execute @e[type=Silverfish,name=ChinesePot] ~ ~0.6 ~ summon ArmorStand ~0.35 ~-1.65 ~ {CustomName:"ChinesePot1",NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b,Rotation:[90f],Equipment:[{},{},{},{},{id:"stone_slab",Count:1b}],Pose:{Head:[270f,0f,0f]}}

  14. /execute @e[type=Silverfish,name=ChinesePot] ~ ~0.6 ~ summon ArmorStand ~-0.35 ~-1.65 ~ {CustomName:"ChinesePot1",NoGravity:1b,NoBasePlate:1b,Invisible:1b,DisabledSlots:2069869,ShowArms:0b,Small:0b,Rotation:[270f],Equipment:[{},{},{},{},{id:"stone_slab",Count:1b}],Pose:{Head:[270f,0f,0f]}}


  15. //熟米饭
  16. /summon EntityHorse ~ ~ ~ {NoAI:1b,Type:2,Tame:1,ChestedHorse:1,HealthF:10.0,DropChances:[0.0F,0.0F,0.0F,0.0F,0.0F],ActiveEffects:[{Id:14,Duration:9999999,Amplifier:50,Ambient:1},{Id:8,Duration:9999999,Amplifier:-50,Ambient:1}],CustomName:"ChinesePot1",Silent:1b,Items:[{Slot:9b,id:"minecraft:bowl",Count:1b,Damage:0s,tag:{display:{Name:"CookedRice"}}}]}
复制代码

附上地图源地址:
http://www.mcbbs.net/thread-409028-1-1.html
宣传视频:
http://v.youku.com/v_show/id_XODkyNDY1Mjgw.html
下载地址:
http://pan.baidu.com/s/1pJwU1Z1  


上一篇合集:
http://www.mcbbs.net/thread-407903-1-1.html




[groupid=546]Command Block Logic[/groupid]