#Is it possible to add more than 1 command in the events of the entities?
1 messages ยท Page 1 of 1 (latest)
are you sure target is required?
try removing the target
I mean you could just use a function
for some reason some of my functions are not appearing in minecraft (the addon has several functions) so I'm trying to put the function commands directly in the entity file
"command": ["command_1","command_2"]
}```
is the folder named "functions"? it could be that the spelling is incorrect.
@ruby helm
"mcpe:damage": {
"damage": {
"type": "durability",
"amount": 1,
"target": "self"
},
"run_command": {
"command": ["kill @e","summon Minecraft:creeper]```
"command": ["command_1","command_2"]
}```
Also make sure that the "min_engine_version" of your pack is set to 1.19.60: (it's in the manifest.json)
"min_engine_version": [
1,
19,
60
]
This would explain why the functions aren't showing up.
that's what they're already doing
There's really no need for that, I'm just trying to help them.
๐
@ocean patio did not work...