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"
}
@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "snowyspirit:candy_cane"
}
},
"pattern": ["###", "###", "###"],
"result": {
"item": "windswept:candy_cane_block"
},
"show_notification": true
}
@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "windswept:candy_cane_block"
}
],
"result": {
"count": 9,
"item": "snowyspirit:candy_cane"
}
}
@@ -0,0 +1,27 @@
{
"type": "farmersdelight:cooking",
"cookingtime": 200,
"experience": 2.0,
"ingredients": [
{
"item": "windswept:roasted_chestnuts"
},
{
"item": "windswept:roasted_chestnuts"
},
{
"item": "minecraft:carrot"
},
{
"item": "minecraft:potato"
}
],
"container": {
"item": "minecraft:bowl"
},
"recipe_book_tab": "meals",
"result": {
"item": "windswept:chestnut_soup",
"count": 1
}
}
@@ -0,0 +1,33 @@
{
"type": "farmersdelight:cooking",
"cookingtime": 200,
"experience": 2.0,
"ingredients": [
{
"tag": "forge:eggs"
},
{
"item": "minecraft:sugar"
},
{
"item": "windswept:holly_berries"
},
{
"item": "snowyspirit:ginger"
},
{
"item": "windswept:roasted_chestnuts"
},
{
"tag": "society:large_milk"
}
],
"container": {
"item": "minecraft:bowl"
},
"recipe_book_tab": "meals",
"result": {
"item": "windswept:christmas_pudding",
"count": 1
}
}
@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:dirt"
},
{
"item": "snowyspirit:ginger"
}
],
"result": {
"item": "windswept:ginger_soil"
}
}
@@ -0,0 +1,31 @@
{
"type": "herbalbrews:kettle_brewing",
"experience": 0.8,
"crafting_duration": 60,
"fluid": [
{
"amount": 20
}
],
"heat_needed": [
{
"amount": 0
}
],
"ingredients": [
{
"item": "snowyspirit:ginger"
},
{
"item": "buzzier_bees:crystallized_honey_block"
},
{
"item": "minecraft:glass_bottle"
}
],
"result": {
"item": "windswept:ginger_tea",
"effect": "minecraft:haste",
"effectduration": 1800
}
}
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "snowyspirit:gingerbread"
}
},
"pattern": [
"##",
"##"
],
"result": {
"item": "windswept:gingerbread_block"
},
"show_notification": true
}
@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "snowyspirit:gingerbread_cookie"
}
},
"pattern": ["###", "###", "###"],
"result": {
"item": "windswept:gingerbread_cookie_block"
},
"show_notification": true
}
@@ -0,0 +1,27 @@
{
"type": "farmersdelight:cooking",
"cookingtime": 200,
"experience": 2.0,
"ingredients": [
{
"item": "windswept:cooked_goat"
},
{
"item": "minecraft:baked_potato"
},
{
"item": "minecraft:carrot"
},
{
"item": "minecraft:brown_mushroom"
}
],
"container": {
"item": "minecraft:bowl"
},
"recipe_book_tab": "meals",
"result": {
"item": "windswept:goat_stew",
"count": 1
}
}
@@ -0,0 +1,31 @@
{
"type": "herbalbrews:kettle_brewing",
"experience": 0.8,
"crafting_duration": 60,
"fluid": [
{
"amount": 20
}
],
"heat_needed": [
{
"amount": 0
}
],
"ingredients": [
{
"item": "windswept:lavender"
},
{
"item": "buzzier_bees:crystallized_honey_block"
},
{
"item": "minecraft:glass_bottle"
}
],
"result": {
"item": "windswept:lavender_tea",
"effect": "minecraft:haste",
"effectduration": 1800
}
}
@@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "windswept:pinecone_shingles"
},
"D": {
"item": "minecraft:light_blue_dye"
}
},
"pattern": [
"###",
"#D#",
"###"
],
"result": {
"count": 8,
"item": "windswept:light_blue_pinecone_shingles"
},
"show_notification": true
}
@@ -0,0 +1,29 @@
{
"type": "vintagedelight:fermenting",
"processingTime": 3000,
"container": {
"item": "minecraft:glass_bottle"
},
"ingredients": [
{
"item": "windswept:pinecone"
},
{
"item": "windswept:pinecone"
},
{
"item": "windswept:pinecone"
},
{
"item": "windswept:pinecone"
},
{
"item": "windswept:pinecone"
},
{ "item": "society:maple_syrup" }
],
"output": {
"count": 1,
"item": "windswept:pinecone_jam_bottle"
}
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "windswept:pinecone"
},
{
"item": "snowyspirit:ginger"
},
{
"item": "windswept:roasted_chestnuts"
},
{
"item": "minecraft:snowball"
},
{
"item": "minecraft:sugar"
}
],
"result": {
"item": "windswept:spicy_snow_cone"
}
}
@@ -0,0 +1,4 @@
{
"replace": true,
"values": []
}