Flattened 1.17.0

This commit is contained in:
DaanV2
2021-10-08 12:55:16 +02:00
parent 8eba7f4531
commit f3e1ffaf2f
7 changed files with 39 additions and 248 deletions

View File

@@ -31,13 +31,13 @@
"minecraft:color2": { "$ref": "./components/minecraft.color2.json" },
"minecraft:combat_regeneration": { "$ref": "./components/minecraft.combat_regeneration.json" },
"minecraft:drying_out_timer": { "$ref": "./components/minecraft.drying_out_timer.json" },
"minecraft:conditional_bandwidth_optimization": { "$ref": "../1.8.0/components/minecraft.conditional_bandwidth_optimization.json" },
"minecraft:conditional_bandwidth_optimization": { "$ref": "./components/minecraft.conditional_bandwidth_optimization.json" },
"minecraft:custom_hit_test": { "$ref": "./components/minecraft.custom_hit_test.json" },
"minecraft:damage_over_time": { "$ref": "../1.8.0/components/minecraft.damage_over_time.json" },
"minecraft:damage_over_time": { "$ref": "./components/minecraft.damage_over_time.json" },
"minecraft:damage_sensor": { "$ref": "./components/minecraft.damage_sensor.json" },
"minecraft:default_look_angle": { "$ref": "../1.8.0/components/minecraft.default_look_angle.json" },
"minecraft:default_look_angle": { "$ref": "./components/minecraft.default_look_angle.json" },
"minecraft:despawn": { "$ref": "./components/minecraft.despawn.json" },
"minecraft:dweller": { "$ref": "../1.8.0/components/minecraft.dweller.json" },
"minecraft:dweller": { "$ref": "./components/minecraft.dweller.json" },
"minecraft:economy_trade_table": { "$ref": "./components/minecraft.economy_trade_table.json" },
"minecraft:environment_sensor": { "$ref": "./components/minecraft.environment_sensor.json" },
"minecraft:equipment": { "$ref": "./components/minecraft.equipment.json" },
@@ -156,26 +156,26 @@
"minecraft:walk_animation_speed": { "$ref": "./components/minecraft.walk_animation_speed.json" },
"minecraft:wants_jockey": { "$ref": "./components/minecraft.wants_jockey.json" },
"minecraft:water_movement": { "$ref": "./components/minecraft.water_movement.json" },
"minecraft:admire_item": { "$ref": "../1.8.0/components/minecraft.admire_item.json" },
"minecraft:area_attack": { "$ref": "../1.8.0/components/minecraft.area_attack.json" },
"minecraft:attack_cooldown": { "$ref": "../1.8.0/components/minecraft.attack_cooldown.json" },
"minecraft:barter": { "$ref": "../1.8.0/components/minecraft.barter.json" },
"minecraft:block_sensor": { "$ref": "../1.8.0/components/minecraft.block_sensor.json" },
"minecraft:buoyant": { "$ref": "../1.8.0/components/minecraft.buoyant.json" },
"minecraft:celebrate_hunt": { "$ref": "../1.8.0/components/minecraft.celebrate_hunt.json" },
"minecraft:entity_sensor": { "$ref": "../1.8.0/components/minecraft.entity_sensor.json" },
"minecraft:equip_item": { "$ref": "../1.8.0/components/minecraft.equip_item.json" },
"minecraft:experience_reward": { "$ref": "../1.8.0/components/minecraft.experience_reward.json" },
"minecraft:group_size": { "$ref": "../1.8.0/components/minecraft.group_size.json" },
"minecraft:grows_crop": { "$ref": "../1.8.0/components/minecraft.grows_crop.json" },
"minecraft:home": { "$ref": "../1.8.0/components/minecraft.home.json" },
"minecraft:instant_despawn": { "$ref": "../1.8.0/components/minecraft.instant_despawn.json" },
"minecraft:mob_effect": { "$ref": "../1.8.0/components/minecraft.mob_effect.json" },
"minecraft:movement.hover": { "$ref": "../1.8.0/components/minecraft.movement.hover.json" },
"minecraft:navigation.hover": { "$ref": "../1.8.0/components/minecraft.navigation.hover.json" },
"minecraft:npc": { "$ref": "../1.8.0/components/minecraft.npc.json" },
"minecraft:strength": { "$ref": "../1.8.0/components/minecraft.strength.json" },
"minecraft:trail": { "$ref": "../1.8.0/components/minecraft.trail.json" },
"minecraft:admire_item": { "$ref": "./components/minecraft.admire_item.json" },
"minecraft:area_attack": { "$ref": "./components/minecraft.area_attack.json" },
"minecraft:attack_cooldown": { "$ref": "./components/minecraft.attack_cooldown.json" },
"minecraft:barter": { "$ref": "./components/minecraft.barter.json" },
"minecraft:block_sensor": { "$ref": "./components/minecraft.block_sensor.json" },
"minecraft:buoyant": { "$ref": "./components/minecraft.buoyant.json" },
"minecraft:celebrate_hunt": { "$ref": "./components/minecraft.celebrate_hunt.json" },
"minecraft:entity_sensor": { "$ref": "./components/minecraft.entity_sensor.json" },
"minecraft:equip_item": { "$ref": "./components/minecraft.equip_item.json" },
"minecraft:experience_reward": { "$ref": "./components/minecraft.experience_reward.json" },
"minecraft:group_size": { "$ref": "./components/minecraft.group_size.json" },
"minecraft:grows_crop": { "$ref": "./components/minecraft.grows_crop.json" },
"minecraft:home": { "$ref": "./components/minecraft.home.json" },
"minecraft:instant_despawn": { "$ref": "./components/minecraft.instant_despawn.json" },
"minecraft:mob_effect": { "$ref": "./components/minecraft.mob_effect.json" },
"minecraft:movement.hover": { "$ref": "./components/minecraft.movement.hover.json" },
"minecraft:navigation.hover": { "$ref": "./components/minecraft.navigation.hover.json" },
"minecraft:npc": { "$ref": "./components/minecraft.npc.json" },
"minecraft:strength": { "$ref": "./components/minecraft.strength.json" },
"minecraft:trail": { "$ref": "./components/minecraft.trail.json" },
"minecraft:hide": { "$ref": "../1.16.0/components/minecraft.hide.json" },
"minecraft:horse.jump_strength": { "$ref": "../1.16.0/components/minecraft.horse.jump_strength.json" },
"minecraft:trade_resupply": { "$ref": "../1.16.0/components/minecraft.trade_resupply.json" },

View File

@@ -1,16 +1,16 @@
{
"$id": "blockception.minecraft.behavior.entity.1.8.0",
"$id": "blockception.minecraft.behavior.entity.1.17.0",
"type": "object",
"additionalProperties": false,
"title": "Entity Behavior 1.8.0",
"title": "Entity Behavior 1.17.0",
"description": "The minecraft entity behavior specification",
"required": ["format_version", "minecraft:entity"],
"additionalProperties": false,
"properties": {
"format_version": {
"title": "Format Version",
"title": "1.17.0 Format Version",
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
"type": "string",
"const": "1.8.0",
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
"const": "1.17.0"
},
"minecraft:entity": { "$ref": "./minecraft.entity.json" }
}

View File

@@ -1,8 +1,9 @@
{
"$id": "blockception.minecraft.behavior.entities.events1.8.0",
"$id": "blockception.minecraft.behavior.entities.events.1.17.0",
"type": "object",
"title": "Events 1.8.0",
"description": "The events in minecraft",
"title": "Events 1.17.0",
"description": "Events for entities 1.17.0",
"additionalProperties": { "$ref": "#/definitions/event_base" },
"definitions": {
"addremove": {
"additionalProperties": false,
@@ -87,6 +88,5 @@
"$ref": "#/definitions/event_base",
"title": "On Prime"
}
},
"additionalProperties": { "$ref": "#/definitions/event_base" }
}
}

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft:entity.1.8.0",
"title": "Entity 1.8.0",
"$id": "blockception.minecraft.behavior.entities.minecraft:entity.1.17.0",
"title": "Entity 1.17.0",
"required": ["description"],
"dependencies": { "component_groups": ["events"] },
"additionalProperties": false,
@@ -78,14 +78,14 @@
"uniqueItems": true,
"type": "object",
"additionalProperties": {
"$ref": "./components.json",
"$ref": "../1.16.0/components.json",
"uniqueItems": true,
"description": "The components that are added as the foundation of the entity",
"title": "Component"
}
},
"components": {
"$ref": "./components.json",
"$ref": "../1.16.0/components.json",
"uniqueItems": true,
"description": "The components that are added as the foundation of the entity",
"title": "Component"