マイクラの配布サイト › フォーラム › 技術相談(統合版) › モブの動きを完全に止める方法
- 投稿者投稿
さぼさん参加者よく配布ワールドにいる全く動かない我慢強いモブたちってどうやって出しているんですか?
唐揚げNOOB
参加者{
“format_version”: “1.21.14”,
“minecraft:entity”: {
“description”: {
“identifier”: “custom:statue_mob”,
“is_spawnable”: true,
“is_summonable”: true,
“is_experimental”: false
},“components”: {
“minecraft:type_family”: {
“family”: [“statue”]
},“minecraft:health”: {
“value”: 999999,
“max”: 999999
},“minecraft:collision_box”: {
“width”: 0.6,
“height”: 1.8
},“minecraft:pushable”: {
“is_pushable”: false,
“is_pushable_by_piston”: false
},“minecraft:knockback_resistance”: {
“value”: 1.0
},“minecraft:damage_sensor”: {
“triggers”: [
{
“cause”: “all”,
“deals_damage”: false
}
]
},“minecraft:physics”: {
“has_gravity”: false,
“has_collision”: true
},“minecraft:movement”: {
“value”: 0.0
}
}
}
}モデルは作ってください
- 投稿者投稿

