- {
- "format_version": "1.13.0",
- "minecraft:entity": {
- "description": {
- "identifier": "minecraft:armor_stand",
- "is_spawnable": false,
- "is_summonable": true,
- "is_experimental": false
- },
- "components": {
- "minecraft:type_family": {
- "family": [ "armor_stand", "inanimate", "mob" ]
- },
- "minecraft:collision_box": {
- "width": 0.5,
- "height": 1.975
- },
- "minecraft:health": {
- "value": 6,
- "max": 6
- },
- "minecraft:hurt_on_condition": {
- "damage_conditions": [
- {
- "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true },
- "cause": "lava",
- "damage_per_tick": 4
- }
- ]
- },
- "minecraft:loot": {
- "table": "loot_tables/entities/armor_stand.json"
- },
- "minecraft:nameable": {
- },
- "minecraft:persistent": {
- },
- "minecraft:physics": {
- },
- "minecraft:pushable": {
- "is_pushable": false,
- "is_pushable_by_piston": true
- }
- },
- "minecraft:tick_world":{
- "never_despawm":true,
- "radius":6
- },
- "events": {
- }
- }
- }
复制代码格式没有错,导入没有错,添加了tick_world,但是为什么盔甲架加载不了世界,实验方法,命令方块持续say输出,旁边放置盔甲架,远距离接收不到输出