Initial commit

This commit is contained in:
Jacob Vinding
2025-12-27 06:09:19 +01:00
commit 79dfa3a57a
1315 changed files with 139645 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"blockGroups": [
[
"treeLeaves"
],
[
"logWood"
]
],
"strictSubtypes": [
"cropWheat",
"cropPotato",
"cropCarrot",
"cropNetherWart"
],
"gamestages": {
"examplemod:example_block1": "example_stage1",
"examplemod:example_block2": "example_stage2"
}
}