Skip to content

Commit

Permalink
upload archeology_site.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LocusAzzurro authored Dec 24, 2024
1 parent 98fae86 commit e89d8ea
Showing 1 changed file with 273 additions and 0 deletions.
273 changes: 273 additions & 0 deletions jiachen/data/amekawamiy/loot_table/archeology_site.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,273 @@
{
"type": "minecraft:archaeology",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:brick",
"weight": 50,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
}
]
},
{
"type": "minecraft:item",
"name": "sheaf_pottery_sherd",
"weight": 30,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
}
]
},
{
"type": "minecraft:item",
"name": "prize_pottery_sherd",
"weight": 30,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:brewer_pottery_sherd",
"weight": 30,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
}
]
},
{
"type": "minecraft:item",
"name": "locusazzurro_icaruswings:wooden_spear",
"weight": 15
},
{
"type": "minecraft:item",
"name": "locusazzurro_icaruswings:stone_spear",
"weight": 10
},
{
"type": "minecraft:item",
"name": "locusazzurro_icaruswings:linen",
"weight": 20
},
{
"type": "minecraft:item",
"name": "locusazzurro_icaruswings:glass_jar",
"weight": 15
},
{
"type": "minecraft:item",
"name": "locusazzurro_icaruswings:beeswax",
"weight": 15
},
{
"type": "minecraft:item",
"name": "minecraft:red_candle",
"weight": 20
},
{
"type": "minecraft:item",
"name": "minecraft:candle",
"weight": 20
},
{
"type": "minecraft:item",
"name": "ashihara:dirt_ball",
"weight": 20,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
}
]
},
{
"type": "minecraft:item",
"name": "ashihara:stone_shatter",
"weight": 20,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
}
]
},
{
"type": "minecraft:item",
"name": "ashihara:iron_ore_shatter",
"weight": 10,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
}
]
},
{
"type": "minecraft:item",
"name": "ashihara:dried_bamboo",
"weight": 20,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
}
]
},
{
"type": "minecraft:item",
"name": "youkaishomecoming:mandrake_root",
"weight": 10,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
}
]
},
{
"type": "minecraft:item",
"name": "youkaishomecoming:dried_mandrake_flower",
"weight": 5,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
}
]
},
{
"type": "minecraft:item",
"name": "locusazzurro_icaruswings:fallen_relic_defensive",
"weight": 5,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
}
]
},
{
"type": "minecraft:item",
"name": "locusazzurro_icaruswings:blue_topaz_gem",
"weight": 20,
"functions": [
{
"function": "minecraft:set_lore",
"lore": [
{
"text": "姬川岛",
"type": "text",
"color": "blue",
"italic": false
}
],
"mode": "replace_all"
}
]
}
]
}
]
}

0 comments on commit e89d8ea

Please sign in to comment.