如题
不知道你说的属性是什么
summon arrow ~ ~ ~ {}
{} 中填生物的 nbt,可以来这查 https://wiki.biligame.com/mc/%E5 ... 3.E6.A0.BC.E5.BC.8F
数量的话,多召唤几次吧。
summon arrow ~ ~ ~ {}
{} 中填生物的 nbt,可以来这查 https://wiki.biligame.com/mc/%E5 ... 3.E6.A0.BC.E5.BC.8F
数量的话,多召唤几次吧。
もぺもぺ 发表于 2021-2-20 18:14
不知道你说的属性是什么
summon arrow ~ ~ ~ {}
属性...像生命值上限,名称之类的。/summon creeper ~ ~1 ~ {Attributes:[{Name:generic.maxHealth,Base:0}]}类似于这样,但这个用不了
Goance 发表于 2021-2-20 18:19
属性...像生命值上限,名称之类的。/summon creeper ~ ~1 ~ {Attributes:[{Name:generic.maxHealth,Base: ...
summon creeper ~ ~1 ~ {Attributes:[{Name:"generic.max_health",Base:0d}]}
もぺもぺ 发表于 2021-2-20 18:21
summon creeper ~ ~1 ~ {Attributes:[{Name:"generic.max_health",Base:0d}]}
还是用不了啊,把base改成100d它的血量还是不变