Updated to support v1.20.10
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.resource.animation_controller",
|
||||
"examples": [
|
||||
{
|
||||
"format_version": "1.19.0",
|
||||
"format_version": "1.20.0",
|
||||
"animation_controllers": {
|
||||
"controller.animation.example": {
|
||||
"states": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.resource.actor_animation",
|
||||
"examples": [{ "format_version": "1.19.0", "animations": { "animation.annie.idle": { "loop": true, "animation_length": 2.12, "bones": {} } } }],
|
||||
"examples": [{ "format_version": "1.20.0", "animations": { "animation.annie.idle": { "loop": true, "animation_length": 2.12, "bones": {} } } }],
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Actor Animation",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.resource.attachables",
|
||||
"examples": [
|
||||
{
|
||||
"format_version": "1.19.0",
|
||||
"format_version": "1.20.0",
|
||||
"minecraft:attachable": {
|
||||
"description": {
|
||||
"identifier": "minecraft:item",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.resource.entity",
|
||||
"examples": [
|
||||
{
|
||||
"format_version": "1.19.0",
|
||||
"format_version": "1.20.0",
|
||||
"minecraft:client_entity": {
|
||||
"description": {
|
||||
"identifier": "minecraft:entity",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.resource.items",
|
||||
"examples": [
|
||||
{
|
||||
"format_version": "1.19.0",
|
||||
"format_version": "1.20.0",
|
||||
"minecraft:item": {
|
||||
"description": { "identifier": "blockception:item", "category": "Equipment" },
|
||||
"components": { "minecraft:icon": "item", "minecraft:render_offsets": "apple" }
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.resource.model",
|
||||
"examples": [
|
||||
{
|
||||
"format_version": "1.19.0",
|
||||
"format_version": "1.20.0",
|
||||
"minecraft:geometry": [
|
||||
{
|
||||
"description": {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.resource.particle",
|
||||
"examples": [
|
||||
{
|
||||
"format_version": "1.19.0",
|
||||
"format_version": "1.20.0",
|
||||
"particle_effect": {
|
||||
"description": {
|
||||
"identifier": "example:particle",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.render_controllers",
|
||||
"examples": [
|
||||
{
|
||||
"format_version": "1.19.0",
|
||||
"format_version": "1.20.0",
|
||||
"render_controllers": {
|
||||
"controller.render.example": { "geometry": "Geometry.default", "materials": [{ "*": "Material.default" }], "textures": ["Texture.default"] }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user