minecraft/src/main/resources/data/flytre/loot_tables/charms/resilience.json
Flytre 6ef151c0a3 Random chest generation & loot
Signed-off-by: Flytre <flytre7@gmail.com>
2021-09-11 18:20:13 -04:00

63 lines
1.4 KiB
JSON

{
"pools": [
{
"entries": [
{
"functions": [
{
"function": "set_name",
"name": {
"color": "gold",
"text": "Resilience Charm",
"italic": false
}
},
{
"function": "set_nbt",
"tag": "{ability:\"resilience\"}"
},
{
"lore": [
[
{
"text": "Passive",
"color": "green",
"italic" : false
}
],
[
{
"text": " "
}
],
[
{
"color": "gray",
"text": "Because debuffs are lame!",
"italic": true
}
]
],
"function": "minecraft:set_lore",
"replace": "false",
"entity": "this"
},
{
"lore": [
"§6§lLEGENDARY"
],
"function": "set_lore",
"replace": "false",
"entity": "this"
}
],
"name": "minecraft:nether_star",
"weight": 1024,
"type": "item"
}
],
"rolls": 1
}
]
}