小波_xiaobo
  1. {
  2.   "format_version": "1.13.0",
  3.   "minecraft:entity": {
  4.     "description": {
  5.       "identifier": "minecraft:armor_stand",
  6.       "is_spawnable": false,
  7.       "is_summonable": true,
  8.       "is_experimental": false
  9.     },
  10.     "components": {
  11.       "minecraft:type_family": {
  12.         "family": [ "armor_stand", "inanimate", "mob" ]
  13.       },
  14.       "minecraft:collision_box": {
  15.         "width": 0.5,
  16.         "height": 1.975
  17.       },
  18.       "minecraft:health": {
  19.         "value": 6,
  20.         "max": 6
  21.       },
  22.       "minecraft:hurt_on_condition": {
  23.         "damage_conditions": [
  24.           {
  25.             "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true },
  26.             "cause": "lava",
  27.             "damage_per_tick": 4
  28.           }
  29.         ]
  30.       },
  31.       "minecraft:loot": {
  32.         "table": "loot_tables/entities/armor_stand.json"
  33.       },
  34.       "minecraft:nameable": {
  35.       },
  36.       "minecraft:persistent": {
  37.       },
  38.       "minecraft:physics": {
  39.       },
  40.       "minecraft:pushable": {
  41.         "is_pushable": false,
  42.         "is_pushable_by_piston": true
  43.       }
  44.     },
  45.       "minecraft:tick_world":{
  46.         "never_despawm":true,
  47.         "radius":6
  48.       },

  49.     "events": {
  50.     }
  51.   }
  52. }
复制代码
格式没有错,导入没有错,添加了tick_world,但是为什么盔甲架加载不了世界,实验方法,命令方块持续say输出,旁边放置盔甲架,远距离接收不到输出