Add 1.15, 1.16 and 1.17 assets generators

This commit is contained in:
Misode
2022-01-28 02:02:44 +01:00
parent 623e38d98c
commit 17e3165768
3 changed files with 34 additions and 36 deletions

View File

@@ -193,16 +193,14 @@
"url": "assets/blockstate",
"path": "blockstates",
"category": "assets",
"schema": "block_definition",
"minVersion": "1.18"
"schema": "block_definition"
},
{
"id": "model",
"url": "assets/model",
"path": "models",
"category": "assets",
"schema": "model",
"minVersion": "1.18"
"schema": "model"
}
]
}