add first patch
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user