Replaced
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
},
|
||||
"mirror": {
|
||||
"type": "boolean",
|
||||
"description": "Mirrors this cube about the unrotated x axis (effectively flipping the east / west faces), overriding the bone's 'mirror' setting for this cube."
|
||||
"description": "Mirrors this cube about the unrotated x axis (effectively flipping the east / west faces), overriding the bone's `mirror` setting for this cube."
|
||||
},
|
||||
"origin": {
|
||||
"type": "array",
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
},
|
||||
"bones": {
|
||||
"type": "array",
|
||||
"description": "Bones define the 'skeleton' of the mob: the parts that can be animated, and to which geometry and other bones are attached.",
|
||||
"description": "Bones define the `skeleton` of the mob: the parts that can be animated, and to which geometry and other bones are attached.",
|
||||
"items": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
@@ -118,7 +118,7 @@
|
||||
},
|
||||
"mirror": {
|
||||
"type": "boolean",
|
||||
"description": "Mirrors this cube about the unrotated x axis (effectively flipping the east / west faces), overriding the bone's 'mirror' setting for this cube."
|
||||
"description": "Mirrors this cube about the unrotated x axis (effectively flipping the east / west faces), overriding the bone's `mirror` setting for this cube."
|
||||
},
|
||||
"origin": {
|
||||
"type": "array",
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
"bones": {
|
||||
"title": "Bones",
|
||||
"type": "array",
|
||||
"description": "Bones define the 'skeleton' of the mob: the parts that can be animated, and to which geometry and other bones are attached.",
|
||||
"description": "Bones define the `skeleton` of the mob: the parts that can be animated, and to which geometry and other bones are attached.",
|
||||
"items": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
@@ -124,7 +124,7 @@
|
||||
},
|
||||
"mirror": {
|
||||
"type": "boolean",
|
||||
"description": "Mirrors this cube about the unrotated x axis (effectively flipping the east / west faces), overriding the bone's 'mirror' setting for this cube."
|
||||
"description": "Mirrors this cube about the unrotated x axis (effectively flipping the east / west faces), overriding the bone's `mirror` setting for this cube."
|
||||
},
|
||||
"origin": {
|
||||
"type": "array",
|
||||
|
||||
Reference in New Issue
Block a user