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,55 @@
{
"type": "minecraft:archaeology",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "windswept:flake_pottery_sherd",
"weight": 3
},
{
"type": "minecraft:item",
"name": "windswept:offshoot_pottery_sherd",
"weight": 3
},
{
"type": "minecraft:item",
"name": "windswept:drupes_pottery_sherd",
"weight": 3
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "windswept:elder_feather",
"weight": 2
},
{
"type": "minecraft:item",
"name": "windswept:holly_berries"
},
{
"type": "minecraft:item",
"name": "minecraft:emerald"
},
{
"type": "minecraft:item",
"name": "minecraft:stick"
}
],
"rolls": 1.0
}
],
"random_sequence": "windswept:archaeology/grove_weathered_house"
}
@@ -0,0 +1,50 @@
{
"type": "minecraft:archaeology",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "windswept:hoot_pottery_sherd",
"weight": 3
},
{
"type": "minecraft:item",
"name": "windswept:plumage_pottery_sherd",
"weight": 4
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "windswept:elder_feather",
"weight": 2
},
{
"type": "minecraft:item",
"name": "windswept:pinecone"
},
{
"type": "minecraft:item",
"name": "minecraft:emerald"
},
{
"type": "minecraft:item",
"name": "minecraft:stick"
}
],
"rolls": 1.0
}
],
"random_sequence": "windswept:archaeology/pine_totem"
}
@@ -0,0 +1,55 @@
{
"type": "minecraft:archaeology",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "windswept:hoot_pottery_sherd",
"weight": 3
},
{
"type": "minecraft:item",
"name": "windswept:flake_pottery_sherd",
"weight": 3
},
{
"type": "minecraft:item",
"name": "windswept:plumage_pottery_sherd",
"weight": 4
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "windswept:elder_feather",
"weight": 2
},
{
"type": "minecraft:item",
"name": "windswept:pinecone"
},
{
"type": "minecraft:item",
"name": "minecraft:emerald"
},
{
"type": "minecraft:item",
"name": "minecraft:stick"
}
],
"rolls": 1.0
}
],
"random_sequence": "windswept:archaeology/snowy_pine_totem"
}
@@ -0,0 +1,96 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
},
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "windswept:ginger_soil"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
},
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:dirt"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
},
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "snowyspirit:ginger"
}
],
"rolls": 1.0
}
],
"random_sequence": "windswept:blocks/ginger_soil"
}
@@ -0,0 +1,71 @@
{
"type": "minecraft:block",
"functions": [
{
"function": "minecraft:explosion_decay"
}
],
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"block": "minecraft:sweet_berry_bush",
"condition": "minecraft:block_state_property",
"properties": {
"age": "3"
}
}
],
"entries": [
{
"type": "minecraft:item",
"name": "windswept:wild_berries"
}
],
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 2.0
},
"function": "minecraft:set_count"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"conditions": [
{
"block": "minecraft:sweet_berry_bush",
"condition": "minecraft:block_state_property",
"properties": {
"age": "2"
}
}
],
"entries": [
{
"type": "minecraft:item",
"name": "windswept:wild_berries"
}
],
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"rolls": 1.0
}
],
"random_sequence": "windswept:blocks/wild_berry_bush"
}
@@ -0,0 +1,38 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"items": ["minecraft:shears"]
}
}
],
"name": "windswept:wild_ginger"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:explosion_decay"
}
],
"name": "snowyspirit:ginger_flower"
}
]
}
],
"rolls": 1.0
}
],
"random_sequence": "windswept:blocks/wild_ginger"
}
@@ -0,0 +1,142 @@
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:emerald"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:fern",
"weight": 3
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:sweet_berries",
"weight": 3
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "windswept:chestnut_log",
"weight": 3
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:cobweb",
"weight": 3
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "windswept:chestnut_sapling",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:birch_sapling",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"damage": {
"type": "minecraft:uniform",
"max": 20.0,
"min": 3.0
},
"function": "minecraft:set_damage"
}
],
"name": "windswept:wooden_bucket"
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 5.0,
"min": 2.0
}
}
],
"random_sequence": "windswept:chests/chestnut_weathered_house"
}
@@ -0,0 +1,193 @@
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:gold_ingot"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "windswept:snowy_sprouts",
"weight": 4
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"damage": {
"type": "minecraft:uniform",
"max": 20.0,
"min": 3.0
},
"function": "minecraft:set_damage"
}
],
"name": "windswept:snow_boots"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:book",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"damage": {
"type": "minecraft:uniform",
"max": 20.0,
"min": 3.0
},
"function": "minecraft:set_damage"
}
],
"name": "windswept:wooden_bucket"
},
{
"type": "minecraft:item",
"name": "windswept:sweet_snow_cone"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 2.0
},
"function": "minecraft:set_count"
}
],
"name": "windswept:wild_berries",
"weight": 3
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "windswept:icicles",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:snowball",
"weight": 3
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:cobweb",
"weight": 3
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "windswept:holly_sapling",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "windswept:cooked_goat",
"weight": 2
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 8.0,
"min": 4.0
}
}
],
"random_sequence": "windswept:chests/grove_weathered_house"
}
@@ -0,0 +1,164 @@
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:emerald",
"weight": 3
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "snowyspirit:ginger",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 7.0,
"min": 3.0
},
"function": "minecraft:set_count"
}
],
"name": "windswept:shale",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 5.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "windswept:holly_log",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 2.0
},
"function": "minecraft:set_count"
}
],
"name": "windswept:blue_ice_bricks",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:beetroot_seeds",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:coal",
"weight": 3
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:black_wool",
"weight": 3
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:snowball",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:beetroot_soup"
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 8.0,
"min": 3.0
}
}
],
"random_sequence": "windswept:chests/village/village_frozen_house"
}
@@ -0,0 +1,127 @@
{
"type": "minecraft:entity",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2.0,
"min": -2.0
},
"function": "minecraft:set_count"
},
{
"count": {
"type": "minecraft:uniform",
"max": 1.0,
"min": 0.0
},
"function": "minecraft:looting_enchant"
}
],
"name": "rottencreatures:frozen_rotten_flesh"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 1.0,
"min": -3.0
},
"function": "minecraft:set_count"
},
{
"count": {
"type": "minecraft:uniform",
"max": 1.0,
"min": 0.0
},
"function": "minecraft:looting_enchant"
}
],
"name": "windswept:icicles"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:killed_by_player"
},
{
"chance": 0.025,
"condition": "minecraft:random_chance_with_looting",
"looting_multiplier": 0.01
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:gold_ingot"
},
{
"type": "minecraft:item",
"name": "minecraft:beetroot"
},
{
"type": "minecraft:item",
"functions": [
{
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"flags": {
"is_on_fire": true
}
}
}
],
"function": "minecraft:furnace_smelt"
}
],
"name": "minecraft:apple"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "killer",
"predicate": {
"type": "#minecraft:skeletons"
}
}
],
"entries": [
{
"type": "minecraft:item",
"name": "windswept:music_disc_snow"
}
],
"rolls": 1.0
}
],
"random_sequence": "windswept:entities/chilled"
}
@@ -0,0 +1,4 @@
{
"type": "minecraft:entity",
"random_sequence": "windswept:entities/frostbiter"
}