Updated templates to 1.18.0
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"$id": "blockception.minecraft.resource.animation_controller",
|
"$id": "blockception.minecraft.resource.animation_controller",
|
||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"format_version": "",
|
"format_version": "1.18.0",
|
||||||
"animation_controllers": {
|
"animation_controllers": {
|
||||||
"controller.animation.example": {
|
"controller.animation.example": {
|
||||||
"states": {
|
"states": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "http://json-schema.org/draft-07/schema",
|
"$schema": "http://json-schema.org/draft-07/schema",
|
||||||
"$id": "blockception.minecraft.resource.actor_animation",
|
"$id": "blockception.minecraft.resource.actor_animation",
|
||||||
"examples": [{ "format_version": "1.17.0", "animations": { "animation.annie.idle": { "loop": true, "animation_length": 2.12, "bones": {} } } }],
|
"examples": [{ "format_version": "1.18.0", "animations": { "animation.annie.idle": { "loop": true, "animation_length": 2.12, "bones": {} } } }],
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Actor Animation",
|
"title": "Actor Animation",
|
||||||
|
|||||||
Reference in New Issue
Block a user