Skip to content

Commit

Permalink
lottery loot table
Browse files Browse the repository at this point in the history
  • Loading branch information
LocusAzzurro authored Dec 30, 2024
1 parent 781d3ca commit 2f7990a
Showing 1 changed file with 167 additions and 0 deletions.
167 changes: 167 additions & 0 deletions jiachen/data/amekawamiya/loot_table/lottery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,167 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "locusazzurro_icaruswings:blue_topaz_gem",
"weight": 64,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
},
{
"function": "minecraft:set_count",
"count": 2
}
]
},
{
"type": "minecraft:item",
"name": "locusazzurro_icaruswings:blue_topaz_gem",
"weight": 32,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
},
{
"function": "minecraft:set_count",
"count": 4
}
]
},
{
"type": "minecraft:item",
"name": "locusazzurro_icaruswings:blue_topaz_gem",
"weight": 16,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
},
{
"function": "minecraft:set_count",
"count": 8
}
]
},
{
"type": "minecraft:item",
"name": "locusazzurro_icaruswings:sapphire_gem",
"weight": 8,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
}
]
},
{
"type": "minecraft:item",
"name": "locusazzurro_icaruswings:sapphire_gem",
"weight": 4,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
},
{
"function": "minecraft:set_count",
"count": 2
}
]
},
{
"type": "minecraft:item",
"name": "locusazzurro_icaruswings:sapphire_gem",
"weight": 2,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
},
{
"function": "minecraft:set_count",
"count": 4
}
]
},
{
"type": "minecraft:item",
"name": "locusazzurro_icaruswings:sapphire_gem",
"weight": 1,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
},
{
"function": "minecraft:set_count",
"count": 8
}
]
}
]
}
]
}

0 comments on commit 2f7990a

Please sign in to comment.