Update to 1.21

Changed files
+8 -8
+8 -8
pack.mcmeta
··· 1 1 { 2 2 "pack": { 3 - "pack_format": 12, 3 + "pack_format": 48, 4 4 "description": "Disables everything but biomes in Incendium" 5 5 }, 6 6 "filter": { 7 7 "block": [ 8 8 { 9 9 "namespace": "incendium", 10 - "path": "functions/.*" 10 + "path": "function/.*" 11 11 }, 12 12 { 13 13 "namespace": "incendium", 14 - "path": "structures/.*" 14 + "path": "structure/.*" 15 15 }, 16 16 { 17 17 "namespace": "incendium", 18 - "path": "advancements/.*" 18 + "path": "advancement/.*" 19 19 }, 20 20 { 21 21 "namespace": "incendium", 22 - "path": "loot_tables/.*" 22 + "path": "loot_table/.*" 23 23 }, 24 24 { 25 25 "namespace": "incendium", 26 - "path": "item_modifiers/.*" 26 + "path": "item_modifier/.*" 27 27 }, 28 28 { 29 29 "namespace": "incendium", 30 - "path": "predicates/.*" 30 + "path": "predicate/.*" 31 31 }, 32 32 { 33 33 "namespace": "incendium", 34 - "path": "recipes/.*" 34 + "path": "recipe/.*" 35 35 }, 36 36 { 37 37 "namespace": "incendium",