forked from feather-rs/feather
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimplified_block.json
More file actions
38 lines (38 loc) · 1.5 KB
/
simplified_block.json
File metadata and controls
38 lines (38 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"regexes": {
"air": "^.*air$",
"planks": "^.+_planks$",
"sapling": "^(\\w+|dark_oak)_sapling$",
"log": "^.+_(log|wood)$",
"leaves": ".+_leaves$",
"bed": "^.+_bed$",
"wool": "^.+_wool$",
"flower": "^(allium|poppy|dandelion|\\w+_(orchid|bluet|tulip|daisy))$",
"wooden_pressure_plate": "^(oak|spruce|birch|jungle|acacia|dark_oak)_pressure_plate$",
"stained_glass": "^.+_stained_glass$",
"wooden_trapdoor": "^(oak|spruce|birch|jungle|acacia|dark_oak)_trapdoor$",
"wooden_button": "^(oak|spruce|birch|jungle|acacia|dark_oak)_button$",
"anvil": "^(\\w+_)?anvil$",
"glazed_teracotta": "^.+_glazed_terracotta$",
"teracotta": "^.*terracotta$",
"stained_glass_pane": "^.+_stained_glass_pane$",
"carpet": "^.+_carpet$",
"wall_banner": "^.+_wall_banner$",
"banner": "^.+_banner$",
"slab": "^.+_slab$",
"stairs": "^.+_stairs$",
"fence_gate": "^.+_fence_gate$",
"fence": "^.+_fence$",
"wooden_door": "^(oak|spruce|birch|jungle|acacia|dark_oak)_door$",
"shulker_box": "^.*shulker_box$",
"concrete": "^.+_concrete$",
"concrete_powder": "^.+_concrete_powder$",
"coral": "^.+_coral$",
"coral_block": "^.+_coral_block$",
"coral_fan": "^.+_coral_fan$",
"coral_wall_fan": "^.+_coral_wall_fan$",
"mushroom": "^\\w+_mushroom$",
"wall_sign": "^.+_wall_sign",
"sign": "^.+_sign"
}
}