fix: bunch of block data fixes

This commit is contained in:
trafficlunar 2025-01-26 17:40:39 +00:00
parent 6883267b95
commit a953914bd3
7 changed files with 207 additions and 79 deletions

View file

@ -14,7 +14,7 @@
"tall_grass",
".*flower.*",
".*sugar_cane.*",
"structure_block_.*",
"(?!structure_block_load).*structure_block.*",
"stone_slab_top",
".*sapling.*",
".*leaves.*",
@ -38,7 +38,6 @@
"(?!piston_top).*piston.*",
".*peony.*",
".*daisy.*",
"observer_top",
".*portal.*",
"mycelium_top",
".*lilac.*",
@ -105,6 +104,7 @@
"egg",
"smoker_top",
"smoker_bottom",
"smithing_table_side",
"smithing_table_top",
"smithing_table_bottom",
"^(?!.*budding_amethyst).*bud.*",
@ -126,7 +126,7 @@
"mangrove_roots_side",
"propagule",
"loom_top",
"loop_bottom",
"loom_bottom",
"lodestone_top",
"lightning",
"lily",
@ -140,6 +140,7 @@
"grindstone",
"lichen",
"fletching_table_top",
"fletching_table_side",
"fungus",
"creaking_heart_top",
"_triggered",
@ -156,8 +157,6 @@
"azalea",
"_bloom",
"crafter_east",
"crafter_top",
"crafter_bottom",
"^(?!.*cartography_table_side1).*cartography.*",
"_particle",
"_gate",
@ -167,5 +166,6 @@
"dirt_path",
"^(?!.*warped_nylium_side).*warped_nylium.*",
"^(?!.*crimson_nylium_side).*crimson_nylium.*",
"chiseled_bookshelf_top "
"chiseled_bookshelf_top",
"ancient_debris_top"
]