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,192 @@
{
"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": "autumnity:snail_goo",
"weight": 9
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:glass_bottle",
"weight": 8
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 1.0,
"function": "minecraft:set_count"
}
],
"name": "autumnity:maple_leaf_banner_pattern",
"weight": 3
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 2.0,
"min": 1.0
}
},
{
"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": "autumnity:foul_berries",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:sugar",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 5.0,
"min": 2.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:wheat",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 2.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:gunpowder",
"weight": 10
},
{
"type": "minecraft:item",
"name": "minecraft:spider_eye",
"weight": 10
},
{
"type": "minecraft:item",
"name": "minecraft:pumpkin",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:glowstone_dust",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:redstone",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "numismatics:crown",
"weight": 5
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 5.0,
"min": 3.0
}
}
],
"random_sequence": "autumnity:chests/maple_hut"
}
@@ -0,0 +1,17 @@
{
"type": "farm_and_charm:stove",
"ingredients": [
{
"item": "society:maple_syrup"
},
{
"tag": "forge:pumpkins"
},
{
"tag": "farm_and_charm:wheat"
}
],
"item": "autumnity:pumpkin_bread",
"count": 2,
"experience": 0.35
}
@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"ingredients": [
{
"item": "society:maple_syrup"
},
{
"item": "autumnity:stripped_maple_log"
}
],
"result": {
"item": "autumnity:sappy_maple_log"
}
}
@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"ingredients": [
{
"item": "society:maple_syrup"
},
{
"item": "autumnity:stripped_maple_wood"
}
],
"result": {
"item": "autumnity:sappy_maple_wood"
}
}
@@ -0,0 +1 @@
{"forge:conditions": [{"type": "forge:false"}]}
@@ -0,0 +1,19 @@
{
"feature": "autumnity:patch_pumpkins_pumpkin_fields",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 9
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:biome"
}
]
}