-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hey, could you guys make or teach me how to create a JSON file for the ICBM mod?
Need to protect from EntityMissile.
I'm having trouble tracking it, and using the setDead() method.
{
"modid": "icbm",
"segments": [
{
"class": "com.builtbroken.content.icbm.missile.entity.EntityMissile",
"type": "entity",
"actions": "TRACKED",
"flags": "EXPLOSIONS",
"owner": [
{
"element": "missile",
"type": "FIELD"
}
],
"range": 20
},
]
}
Metadata
Metadata
Assignees
Labels
No labels