Added mod files
This commit is contained in:
56
overrides/config/oreexcavation/block_groups.json
Normal file
56
overrides/config/oreexcavation/block_groups.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"blockGroups": [
|
||||
[
|
||||
"tag:minecraft:leaves"
|
||||
],
|
||||
[
|
||||
"tag:minecraft:dirt_like"
|
||||
],
|
||||
[
|
||||
"tag:minecraft:logs"
|
||||
],
|
||||
[
|
||||
"tag:minecraft:flower_pots"
|
||||
],
|
||||
[
|
||||
"minecraft:stone",
|
||||
"minecraft:infested_stone",
|
||||
"minecraft:granite",
|
||||
"minecraft:diorite",
|
||||
"minecraft:andesite"
|
||||
],
|
||||
[
|
||||
"minecraft:cobblestone",
|
||||
"minecraft:infested_cobblestone"
|
||||
],
|
||||
[
|
||||
"minecraft:stone_bricks",
|
||||
"minecraft:infested_stone_bricks"
|
||||
],
|
||||
[
|
||||
"minecraft:cracked_stone_bricks",
|
||||
"minecraft:infested_cracked_stone_bricks"
|
||||
],
|
||||
[
|
||||
"minecraft:mossy_stone_bricks",
|
||||
"minecraft:infested_mossy_stone_bricks"
|
||||
],
|
||||
[
|
||||
"minecraft:chiseled_stone_bricks",
|
||||
"minecraft:infested_chiseled_stone_bricks"
|
||||
]
|
||||
],
|
||||
"strictSubtypes": [
|
||||
"tag:minecraft:crops",
|
||||
"minecraft:beetroots",
|
||||
"minecraft:carrots",
|
||||
"minecraft:potatoes",
|
||||
"minecraft:wheat",
|
||||
"minecraft:melon_stem",
|
||||
"minecraft:pumpkin_stem"
|
||||
],
|
||||
"gamestages": {
|
||||
"examplemod:example_block1": "example_stage1",
|
||||
"examplemod:example_block2": "example_stage2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user