add first patch

This commit is contained in:
2026-07-31 10:34:32 +09:00
parent 03aac2e45e
commit b1cbc6c78d
6390 changed files with 547430 additions and 0 deletions
@@ -0,0 +1,43 @@
{
"type": "minecraft:fishing",
"pools": [
{
"rolls": 1,
"bonus_rolls": 0,
"entries": [
{
"type": "stardew_fishing:optional",
"name": "aquaculture:lockbox",
"weight": 8
},
{
"type": "stardew_fishing:optional",
"name": "aquaculture:treasure_chest",
"weight": 7
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_contents",
"type": "aquaculture:neptunes_bounty",
"entries": [
{
"type": "minecraft:loot_table",
"name": "aquaculture:box/neptunes_bounty"
}
]
}
],
"name": "aquaculture:neptunes_bounty",
"weight": 2
},
{
"type": "minecraft:item",
"name": "society:heart_of_neptunium",
"weight": 1
}
]
}
]
}
@@ -0,0 +1,31 @@
{
"type": "minecraft:fishing",
"pools": [
{
"rolls": 1,
"bonus_rolls": 0,
"entries": [
{
"type": "stardew_fishing:optional",
"name": "aquaculture:lockbox",
"weight": 4
},
{
"type": "stardew_fishing:optional",
"name": "aquaculture:box",
"weight": 6
},
{
"type": "stardew_fishing:optional",
"name": "aquaculture:treasure_chest",
"weight": 2
},
{
"type": "minecraft:item",
"name": "society:heart_of_neptunium",
"weight": 1
}
]
}
]
}