1.0.1 • Published 2 years ago
minecraft-bedrock-json-types v1.0.1
minecraft-bedrock-json-types
Types for Minecraft Bedrock's add-on json files. Generated from the blockception json schemas.
Installation
npm i minecraft-bedrock-json-types --save-devUsage
import type { BehaviorEntity } from "minecraft-bedrock-json-types";
const myEntity: BehaviorEntity = {
format_version: "1.20.80",
"minecraft:entity": {
description: {
identifier: "hatchi:my_entity"
}
}
}List of Types
BehaviorAnimationController-behavior/animation_controllers/animation_controller.jsonBehaviorAnimation-behavior/animations/animations.jsonBiome-behavior/biomes/biomes.jsonBlock-behavior/blocks/blocks.jsonDialogue-behavior/dialogue/dialogue.jsonBehaviorEntity-behavior/entities/entities.jsonFeatureRule-behavior/feature_rules/feature_rules.jsonFeature-behavior/features/features.jsonItem-behavior/items/items.jsonLootTable-behavior/loot_tables/loot_tables.jsonRecipe-behavior/recipes/recipes.jsonSpawnRule-behavior/spawn_rules/spawn_rules.jsonTrades-behavior/trading/trading.jsonResourceAnimationController-resource/animation_controllers/animation_controller.jsonResourceAnimation-resource/animations/actor_animation.jsonAttachable-resource/attachables/attachables.jsonBlockCulling-resource/block_culling/block_culling.jsonResourceEntity-resource/entity/entity.jsonFog-resource/fog/fog.jsonResourceItem-resource/items/items.jsonMaterial-resource/materials/materials.jsonEntityModel-resource/models/entity/model_entity.jsonParticle-resource/particles/particles.jsonRenderController-resource/render_controllers/render_controllers.jsonMusicDefinitions-resource/sounds/music_definitions.jsonSoundDefinitions-resource/sounds/sound_definitions.jsonFlipbookTextures-resource/textures/flipbook_textures.jsonItemTexture-resource/textures/item_texture.jsonTerrainTexture-resource/textures/terrain_texture.jsonTextureSet-resource/textures/texture_set.jsonTexturesList-resource/textures/textures_list.jsonUITextureDefinition-resource/textures/ui_texture_definition.jsonUIGlobalVariables-resource/ui/_global_variables.jsonUIDefs-resource/ui/_ui_defs.jsonUI-resource/ui/ui.jsonBiomesClient-resource/biomes_client.jsonResourceBlocksJSON-resource/blocks.jsonSounds-resource/sounds.json