add first patch
This commit is contained in:
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "aquaculture:lockbox_loot",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:golden_apple",
|
||||
"entryName": "golden_apple",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "numismatics:crown",
|
||||
"entryName": "crown",
|
||||
"weight": 16
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "numismatics:cog",
|
||||
"entryName": "cog",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "simplehats:hatbag_rare",
|
||||
"entryName": "hatbag_rare",
|
||||
"weight": 16
|
||||
},
|
||||
{
|
||||
"type": "stardew_fishing:optional",
|
||||
"name": "quark:diamond_heart",
|
||||
"entryName": "diamond_heart",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "stardew_fishing:optional",
|
||||
"name": "crabbersdelight:deluxe_crab_trap_bait",
|
||||
"entryName": "deluxe_crab_trap_bait",
|
||||
"weight": 6,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 17
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "stardew_fishing:optional",
|
||||
"name": "aquaculture:neptunium_nugget",
|
||||
"entryName": "neptunium_nugget",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 9
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "society:aquamarine",
|
||||
"entryName": "aquamarine",
|
||||
"weight": 16
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "etcetera:cotton_seeds",
|
||||
"entryName": "cotton",
|
||||
"weight": 14
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "herbalbrews:tea_blossom",
|
||||
"entryName": "tea_plant",
|
||||
"weight": 16
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "supplementaries:antique_ink",
|
||||
"entryName": "antique_ink",
|
||||
"weight": 7
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "crabbersdelight:pearl",
|
||||
"entryName": "pearl",
|
||||
"weight": 14
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "crabbersdelight:pearl_block",
|
||||
"entryName": "pearl",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:wet_weekly",
|
||||
"entryName": "wet_weekly",
|
||||
"weight": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user