add first patch
This commit is contained in:
@@ -0,0 +1,238 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "aquaculture:box_loot",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "meadow:fire_log",
|
||||
"entryName": "fire_log",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "society:geode",
|
||||
"entryName": "geode",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "atmospheric:yucca_sapling",
|
||||
"entryName": "yucca_sapling",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "atmospheric:morado_sapling",
|
||||
"entryName": "morado_sapling",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "atmospheric:grimwood_sapling",
|
||||
"entryName": "grimwood_sapling",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 4,
|
||||
"max": 12
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "atmospheric:kousa_sapling",
|
||||
"entryName": "kousa_sapling",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "atmospheric:green_aspen_sapling",
|
||||
"entryName": "green_aspen_sapling",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "atmospheric:rosewood_sapling",
|
||||
"entryName": "rosewood_sapling",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "atmospheric:aspen_sapling",
|
||||
"entryName": "aspen_sapling",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "atmospheric:dry_laurel_sapling",
|
||||
"entryName": "dry_laurel_sapling",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "atmospheric:laurel_sapling",
|
||||
"entryName": "laurel_sapling",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:coal",
|
||||
"entryName": "coal",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:charcoal",
|
||||
"entryName": "charcoal",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:stick",
|
||||
"entryName": "stick",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:leather_helmet",
|
||||
"entryName": "leather_helmet",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:leather_chestplate",
|
||||
"entryName": "leather_chestplate",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:leather_leggings",
|
||||
"entryName": "leather_leggings",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:leather_boots",
|
||||
"entryName": "leather_boots",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:flint",
|
||||
"entryName": "flint",
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:clay_ball",
|
||||
"entryName": "clay_ball",
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:bucket",
|
||||
"entryName": "bucket",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:leather",
|
||||
"entryName": "leather",
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:slime_ball",
|
||||
"entryName": "slime_ball",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:bone",
|
||||
"entryName": "bone",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:rotten_flesh",
|
||||
"entryName": "rotten_flesh",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:glass_bottle",
|
||||
"entryName": "glass_bottle",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:gunpowder",
|
||||
"entryName": "gunpowder",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "simplehats:hatbag_common",
|
||||
"entryName": "hatbag_common",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "furniture:trash_bag",
|
||||
"entryName": "trash_bag",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"type": "stardew_fishing:optional",
|
||||
"name": "crabbersdelight:crab_trap_bait",
|
||||
"entryName": "crab_trap_bait",
|
||||
"weight": 6,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 17
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "numismatics:sprocket",
|
||||
"entryName": "sprocket",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "numismatics:cog",
|
||||
"entryName": "cog",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:string",
|
||||
"entryName": "string",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:feather",
|
||||
"entryName": "feather",
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:apple",
|
||||
"entryName": "apple",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "aquaculture:neptunes_bounty_junk_first",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "loot_table",
|
||||
"name": "aquaculture:box/neptunes_bounty_junk",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "aquaculture:neptunes_bounty_loot",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "aquaculture:neptunium_ingot",
|
||||
"entryName": "neptunium_ingot",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
}
|
||||
}
|
||||
],
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "society:princess_hairbrush",
|
||||
"entryName": "princess_hairbrush",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
}
|
||||
}
|
||||
],
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "aquaculture:neptunes_bounty_junk_last",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "loot_table",
|
||||
"name": "aquaculture:box/neptunes_bounty_junk",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"rolls": {
|
||||
"min": 6,
|
||||
"max": 13
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 30,
|
||||
"name": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"name": "aquaculture:driftwood"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 3,
|
||||
"name": "aquaculture:message_in_a_bottle"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:wet_weekly",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "aquaculture:biome_tag_check",
|
||||
"predicate": {
|
||||
"include": ["forge:is_water", "minecraft:is_beach", "forge:is_swamp"],
|
||||
"exclude": ["forge:is_snowy"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:inverted",
|
||||
"term": {
|
||||
"condition": "minecraft:location_check",
|
||||
"predicate": {
|
||||
"biome": "minecraft:deep_frozen_ocean"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"weight": 10,
|
||||
"name": "minecraft:seagrass"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "aquaculture:biome_tag_check",
|
||||
"predicate": {
|
||||
"include": ["minecraft:is_ocean", "minecraft:is_beach"],
|
||||
"exclude": ["forge:is_hot", "forge:is_snowy"]
|
||||
}
|
||||
}
|
||||
],
|
||||
"weight": 10,
|
||||
"name": "minecraft:kelp"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "aquaculture:biome_tag_check",
|
||||
"predicate": {
|
||||
"exclude": ["minecraft:is_ocean", "minecraft:is_beach"]
|
||||
}
|
||||
}
|
||||
],
|
||||
"weight": 10,
|
||||
"name": "aquaculture:algae"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,121 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "aquaculture:treasure_chest_loot",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:diamond",
|
||||
"entryName": "diamond",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "society:pristine_diamond",
|
||||
"entryName": "pristine_diamond",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "society:pristine_emerald",
|
||||
"entryName": "pristine_emerald",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "numismatics:crown",
|
||||
"entryName": "crown",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"type": "stardew_fishing:optional",
|
||||
"name": "quark:diamond_heart",
|
||||
"entryName": "diamond_heart",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"type": "stardew_fishing:optional",
|
||||
"name": "aquaculture:neptunium_nugget",
|
||||
"entryName": "neptunium_nugget",
|
||||
"weight": 4,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 9
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "numismatics:sun",
|
||||
"entryName": "sun",
|
||||
"weight": 6
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "unusualfishmod:ripper_tooth",
|
||||
"entryName": "rippertooth",
|
||||
"weight": 6
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "simplehats:hatbag_epic",
|
||||
"entryName": "hatbag_epic",
|
||||
"weight": 6
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:sniffer_egg",
|
||||
"entryName": "sniffer_egg",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "gamediscs:game_disc_froggie",
|
||||
"entryName": "game_disc_froggie",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "society:relic_trove",
|
||||
"entryName": "relic_trove",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "society:sunlit_pearl",
|
||||
"entryName": "sunlit_pearl",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "society:artifact_trove",
|
||||
"entryName": "artifact_trove",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:wet_weekly",
|
||||
"entryName": "wet_weekly",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "society:pristine_aquamarine",
|
||||
"entryName": "aquamarine",
|
||||
"weight": 6
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "crabbersdelight:pearl_block",
|
||||
"entryName": "pearl",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user