I need help my custom armour piece in my lucraft addon isnt working i cant figure out why #102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Heres The Code
SuitSet Code
{
"parent": "heroesexpansion:black_panther",
"health": {
"ability": "lucraftcore:health",
"show_in_bar": false,
"title": {"translate":"lucraftcore.abilities.health.name"},
"icon": { "type": "internal" },
"bar_color": "blue",
"amount": 100.0,
"operation": 0,
"uuid": "0669d99d-b34d-40fc-a4d8-c7ee963cc842"
},
"blade": {
"ability": "speedsterheroes:blade",
"cooldown": 0,
"show_in_bar": true,
"title": {"translate":"speedsterheroes.abilities.blade.name"},
"icon": { "type": "internal" },
"bar_color": "blue"
},
"energy_blast": {
"ability": "lucraftcore:energy_blast",
"cooldown": 0,
"show_in_bar": true,
"title": {"translate":"lucraftcore.abilities.energy_blast.name"},
"icon": { "type": "internal" },
"bar_color": "blue",
"damage": 50.0,
"color": [0, 0, 255],
"entity_data": {},
"play_sound": true,
"invisible": false
},
"flight": {
"ability": "lucraftcore:flight",
"cooldown": 0,
"show_in_bar": true,
"title": {"translate":"lucraftcore.abilities.flight.name"},
"icon": { "type": "internal" },
"bar_color": "blue",
"speed": 5.0,
"sprint_speed": 7.5,
"rotate_arms": true
},
"heat_vision": {
"ability": "heroesexpansion:heat_vision",
"cooldown": 0,
"show_in_bar": true,
"title": {"translate":"heroesexpansion.abilities.heat_vision.name"},
"icon": { "type": "internal" },
"bar_color": "blue",
"color": [255, 0, 0]
},
"portal": {
"ability": "heroesexpansion:portal",
"cooldown": 0,
"show_in_bar": true,
"title": {"translate":"heroesexpansion.abilities.portal.name"},
"icon": { "type": "internal" },
"bar_color": "blue"
},
"grab_entity": {
"ability": "heroesexpansion:grab_entity",
"cooldown": 0,
"show_in_bar": true,
"title": {"translate":"heroesexpansion.abilities.grab_entity.name"},
"icon": { "type": "internal" },
"bar_color": "blue"
},
"force_field": {
"ability": "heroesexpansion:force_field",
"cooldown": 0,
"show_in_bar": true,
"title": {"translate":"heroesexpansion.abilities.force_field.name"},
"icon": { "type": "internal" },
"bar_color": "blue",
"color": [0, 0, 255]
},
"black_hole": {
"ability": "heroesexpansion:black_hole",
"cooldown": 0,
"show_in_bar": true,
"title": {"translate":"heroesexpansion.abilities.black_hole.name"},
"icon": { "type": "internal" },
"bar_color": "blue"
}
}
Blockstate code
{
"forge_marker": 1,
"defaults": {
"model": "builtin/generated",
"textures": {
"layer0": "blocks/dirt"
},
}
changed the description
changed the description
changed the description