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,339 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:raw_iron",
"weight": 40,
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 10
}
}
]
},
{
"type": "item",
"name": "minecraft:raw_copper",
"weight": 40,
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 10
}
}
]
},
{
"type": "item",
"name": "minecraft:raw_gold",
"weight": 30,
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "item",
"name": "minecraft:cobweb",
"weight": 30,
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 10
}
}
]
},
{
"type": "item",
"name": "minecraft:tnt",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "item",
"name": "numismatics:spur",
"weight": 4,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 12
}
}
]
},
{
"type": "item",
"name": "numismatics:bevel",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "item",
"name": "numismatics:cog",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 1
}
}
]
},
{
"type": "item",
"name": "minecraft:zombie_head",
"weight": 10
},
{
"type": "item",
"name": "minecraft:creeper_head",
"weight": 10
},
{
"type": "item",
"name": "minecraft:skeleton_skull",
"weight": 10
},
{
"type": "item",
"name": "minecraft:bone_block",
"weight": 40,
"functions": [
{
"function": "set_count",
"count": {
"min": 8,
"max": 16
}
}
]
},
{
"type": "item",
"name": "minecraft:coal",
"weight": 40,
"functions": [
{
"function": "set_count",
"count": {
"min": 12,
"max": 24
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond_pickaxe",
"weight": 1,
"functions": [
{
"function": "set_damage",
"damage": {
"min": 0.2,
"max": 0.5
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond_sword",
"weight": 1,
"functions": [
{
"function": "set_damage",
"damage": {
"min": 0.2,
"max": 0.49
}
}
]
},
{
"type": "item",
"name": "minecraft:bread",
"weight": 25,
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:rabbit_hide",
"weight": 25,
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 8
}
}
]
},
{
"type": "item",
"name": "gamediscs:game_disc_tnt_sweeper",
"weight": 1
},
{
"type": "minecraft:item",
"name": "minecraft:book",
"weight": 5,
"functions": [
{
"function": "minecraft:enchant_randomly"
}
]
},
{
"type": "item",
"name": "minecraft:music_disc_13",
"weight": 1
},
{
"type": "item",
"name": "minecraft:music_disc_cat",
"weight": 1
},
{
"type": "item",
"name": "minecraft:music_disc_blocks",
"weight": 1
},
{
"type": "item",
"name": "minecraft:music_disc_chirp",
"weight": 1
},
{
"type": "item",
"name": "minecraft:music_disc_far",
"weight": 1
},
{
"type": "item",
"name": "minecraft:music_disc_mall",
"weight": 1
},
{
"type": "item",
"name": "minecraft:music_disc_mellohi",
"weight": 1
},
{
"type": "item",
"name": "minecraft:music_disc_stal",
"weight": 1
},
{
"type": "item",
"name": "minecraft:music_disc_strad",
"weight": 1
},
{
"type": "item",
"name": "minecraft:music_disc_ward",
"weight": 1
},
{
"type": "item",
"name": "minecraft:music_disc_11",
"weight": 1
},
{
"type": "item",
"name": "minecraft:music_disc_wait",
"weight": 1
},
{
"type": "item",
"name": "minecraft:iron_horse_armor",
"weight": 6
},
{
"type": "item",
"name": "minecraft:golden_horse_armor",
"weight": 3
},
{
"type": "item",
"name": "minecraft:diamond_horse_armor",
"weight": 1
},
{
"type": "item",
"name": "minecraft:saddle",
"weight": 4
},
{
"type": "item",
"name": "society:living_flesh",
"weight": 4
},
{
"type": "item",
"name": "quark:monster_box",
"weight": 1
}
]
}
]
}
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:dirt"
}
},
"result": {
"item": "quark:dirt_bricks",
"count": 1
}
}
@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "quark:dirt_bricks"
}
],
"result": {
"item": "minecraft:dirt",
"count": 9
}
}
@@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"# #",
"###"
],
"key": {
"#": {
"item": "minecraft:polished_deepslate"
}
},
"result": {
"item": "quark:deepslate_furnace"
},
"conditions": [
{
"type": "quark:flag",
"flag": "variant_furnaces"
}
]
}
@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:iron_bars"
}
},
"result": {
"item": "quark:grate",
"count": 1
},
"conditions": [
{
"type": "quark:flag",
"flag": "grate"
}
]
}
@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"# #",
"###"
],
"key": {
"#": {
"tag": "forge:plates/iron"
}
},
"result": {
"item": "quark:iron_plate",
"count": 24
},
"conditions": [
{
"type": "quark:flag",
"flag": "iron_plates"
}
]
}
@@ -0,0 +1,26 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#W#",
"###"
],
"key": {
"#": {
"tag": "forge:plates/iron"
},
"W": {
"item": "minecraft:water_bucket"
}
},
"result": {
"item": "quark:rusty_iron_plate",
"count": 24
},
"conditions": [
{
"type": "quark:flag",
"flag": "iron_plates"
}
]
}
@@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": {
"item": "etcetera:raw_bismuth_block"
},
"result": "etcetera:bismuth_block",
"experience": 12,
"cookingtime": 900
}
@@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": {
"item": "oreganized:raw_lead_block"
},
"result": "oreganized:lead_block",
"experience": 12,
"cookingtime": 900
}
@@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": {
"item": "oreganized:raw_silver_block"
},
"result": "oreganized:silver_block",
"experience": 12,
"cookingtime": 900
}
@@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": {
"item": "create:raw_zinc_block"
},
"result": "create:zinc_block",
"experience": 6.3,
"cookingtime": 900
}
@@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"tag": "society:raw_logs"
}
},
"result": {
"item": "minecraft:stick",
"count": 16
},
"conditions": [
{
"type": "quark:flag",
"flag": "easy_sticks"
}
]
}
@@ -0,0 +1,9 @@
{
"type": "minecraft:smelting",
"ingredient": {
"item": "etcetera:raw_bismuth_block"
},
"result": "etcetera:bismuth_block",
"experience": 12,
"cookingtime": 1800
}
@@ -0,0 +1,9 @@
{
"type": "minecraft:smelting",
"ingredient": {
"item": "oreganized:raw_lead_block"
},
"result": "oreganized:lead_block",
"experience": 12,
"cookingtime": 1800
}
@@ -0,0 +1,9 @@
{
"type": "minecraft:smelting",
"ingredient": {
"item": "oreganized:raw_silver_block"
},
"result": "oreganized:silver_block",
"experience": 12,
"cookingtime": 1800
}
@@ -0,0 +1,9 @@
{
"type": "minecraft:smelting",
"ingredient": {
"item": "create:raw_zinc_block"
},
"result": "create:zinc_block",
"experience": 6.3,
"cookingtime": 1800
}
@@ -0,0 +1,55 @@
{
"values": [
"quark:blue_blossom_leaf_carpet",
"quark:orange_blossom_leaf_carpet",
"quark:cherry_leaf_carpet",
"quark:acacia_leaf_carpet",
"quark:jungle_leaf_carpet",
"quark:flowering_azalea_leaf_carpet",
"quark:spruce_leaf_carpet",
"quark:mangrove_leaf_carpet",
"quark:birch_leaf_carpet",
"quark:ancient_leaf_carpet",
"quark:yellow_blossom_leaf_carpet",
"quark:red_blossom_leaf_carpet",
"quark:azalea_leaf_carpet",
"quark:lavender_blossom_leaf_carpet",
"quark:oak_leaf_carpet",
"quark:dark_oak_leaf_carpet",
"everycomp:q/atmospheric/kousa_leaf_carpet",
"everycomp:q/atmospheric/flowering_morado_leaf_carpet",
"everycomp:q/cluttered/flowering_poplar_leaf_carpet",
"everycomp:q/cluttered/fluorescent_maple_leaf_carpet",
"everycomp:q/windswept/holly_leaf_carpet",
"everycomp:q/cluttered/willow_leaf_carpet",
"everycomp:q/atmospheric/aspen_leaf_carpet",
"everycomp:q/cluttered/sycamore_leaf_carpet",
"everycomp:q/windswept/flowering_acacia_leaf_carpet",
"everycomp:q/atmospheric/dry_laurel_leaf_carpet",
"everycomp:q/atmospheric/currant_leaf_carpet",
"everycomp:q/atmospheric/laurel_leaf_carpet",
"everycomp:q/autumnity/red_maple_leaf_carpet",
"everycomp:q/windswept/pine_leaf_carpet",
"everycomp:q/minecraft/pale_oak_leaf_carpet",
"everycomp:q/beachparty/palm_leaf_carpet",
"everycomp:q/cluttered/flowering_fluorescent_maple_leaf_carpet",
"everycomp:q/atmospheric/grimwood_leaf_carpet",
"everycomp:q/cluttered/flowering_willow_leaf_carpet",
"everycomp:q/atmospheric/morado_leaf_carpet",
"everycomp:q/meadow/pine_leaf_carpet",
"everycomp:q/autumnity/orange_maple_leaf_carpet",
"everycomp:q/atmospheric/green_aspen_leaf_carpet",
"everycomp:q/autumnity/maple_leaf_carpet",
"everycomp:q/autumnity/yellow_maple_leaf_carpet",
"everycomp:q/vinery/dark_cherry_leaf_carpet",
"everycomp:q/atmospheric/yucca_leaf_carpet",
"everycomp:q/atmospheric/rosewood_leaf_carpet",
"everycomp:q/cluttered/crabapple_leaf_carpet",
"everycomp:q/cluttered/flowering_crabapple_leaf_carpet",
"everycomp:q/windswept/chestnut_leaf_carpet",
"everycomp:q/vinery/apple_leaf_carpet",
"everycomp:q/rainbowoaks/rainbow_leaf_carpet",
"everycomp:q/vinery/grapevine_leaf_carpet",
"everycomp:q/cluttered/poplar_leaf_carpet"
]
}