Skip to content

Commit

Permalink
add festival stand ticket loot table
Browse files Browse the repository at this point in the history
  • Loading branch information
LocusAzzurro authored Dec 31, 2024
1 parent 05ca6d3 commit a79614f
Showing 1 changed file with 96 additions and 0 deletions.
96 changes: 96 additions & 0 deletions jiachen/data/amekawamiya/loot_table/matsuri_lottery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:cookie",
"weight": 100,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛收集品",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
}
]
},
{
"type": "minecraft:item",
"name": "kitchenkarrot:sweet_berry_tart",
"weight": 40,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛收集品",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
}
]
},
{
"type": "minecraft:item",
"name": "youkaishomecoming:sekibankiyaki",
"weight": 20,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛收集品",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
}
]
},
{
"type": "minecraft:item",
"name": "ashihara:dango_hanamie",
"weight": 10,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛收集品",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
}
]
},
{
"type": "minecraft:item",
"name": "locusazzurro_icaruswings:gold_upgrade_smithing_template",
"weight": 5
},
{
"type": "minecraft:item",
"name": "locusazzurro_icaruswings:anemone",
"weight": 1
}
]
}
]
}

0 comments on commit a79614f

Please sign in to comment.