You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
311 B
20 lines
311 B
6 years ago
|
{
|
||
|
"blockGroups": [
|
||
|
[
|
||
|
"treeLeaves"
|
||
|
],
|
||
|
[
|
||
|
"logWood"
|
||
|
]
|
||
|
],
|
||
|
"strictSubtypes": [
|
||
|
"cropWheat",
|
||
|
"cropPotato",
|
||
|
"cropCarrot",
|
||
|
"cropNetherWart"
|
||
|
],
|
||
|
"gamestages": {
|
||
|
"examplemod:example_block1": "example_stage1",
|
||
|
"examplemod:example_block2": "example_stage2"
|
||
|
}
|
||
|
}
|