86 lines
2.1 KiB
JSON
86 lines
2.1 KiB
JSON
{
|
|
"pack": {
|
|
"description":"Modpack assets",
|
|
"pack_format": 48,
|
|
"supported_formats": [34, 48]
|
|
},
|
|
"patched": {
|
|
"format_version": 1,
|
|
"patch_targets": [
|
|
{
|
|
"pack_type": "server_data",
|
|
"patch": "coal_ore_lowest",
|
|
"targets": [{
|
|
"namespace": ["minecraft"],
|
|
"path": [
|
|
{"pattern": "worldgen/biome/.*\\.json"}
|
|
]
|
|
}]
|
|
},
|
|
{
|
|
"pack_type": "server_data",
|
|
"patch": "nether_diamond_ore",
|
|
"targets": [{
|
|
"namespace": ["minecraft"],
|
|
"path": [
|
|
"worldgen/biome/basalt_deltas.json",
|
|
"worldgen/biome/crimson_forest.json",
|
|
"worldgen/biome/nether_wastes.json",
|
|
"worldgen/biome/soul_sand_valley.json",
|
|
"worldgen/biome/warped_forest.json"
|
|
]
|
|
}]
|
|
},
|
|
{
|
|
"pack_type": "server_data",
|
|
"patch": "end_netherite_ore",
|
|
"targets": [{
|
|
"namespace": ["minecraft"],
|
|
"path": [
|
|
"worldgen/biome/end_barrens.json",
|
|
"worldgen/biome/end_highlands.json",
|
|
"worldgen/biome/end_midlands.json",
|
|
"worldgen/biome/small_end_islands.json"
|
|
]
|
|
}]
|
|
}
|
|
]
|
|
},
|
|
"filter": {
|
|
"block": [
|
|
{
|
|
"namespace": "minecraft",
|
|
"path": "recipe/wooden_"
|
|
},
|
|
{
|
|
"namespace": "minecraft",
|
|
"path": "recipe/stone_(pickaxe|axe|hoe|shovel|sword|spear).json"
|
|
},
|
|
{
|
|
"namespace": "vanillabackport",
|
|
"path": "recipe/bundle_coloring.json"
|
|
},
|
|
{
|
|
"namespace": "enderitemod",
|
|
"path": "recipe/enderite_spear.json"
|
|
},
|
|
{
|
|
"namespace": "enderitemod",
|
|
"path": "tags/item/enderite_items.json"
|
|
},
|
|
{
|
|
"namespace": "oreganized",
|
|
"path": "recipe/electrum_spear.json"
|
|
},
|
|
{
|
|
"namespace": "ender_dragon_loot",
|
|
"path": "recipe/dragon_spear.json"
|
|
},
|
|
{
|
|
"namespace": "dragonloot",
|
|
"path": "recipe/dragon_spear.json"
|
|
}
|
|
]
|
|
}
|
|
}
|