BedrockData

(โ˜… 121)

Blobs of data generated from Minecraft: Bedrock Edition used by PocketMine-MP

  • .gitattributes
  • .minify_json.php
  • banner_patterns.json
  • biome_definitions.json
  • biome_id_map.json
  • block_id_to_item_id_map.json
  • block_properties_table.json
  • block_state_meta_map.json
  • canonical_block_states.nbt
  • command_arg_types.json
  • composer.json
  • entity_id_map.json
  • entity_identifiers.nbt
  • enums.py
  • item_tags.json
  • level_sound_id_map.json
  • LICENSE
  • protocol_info.json
  • r12_to_current_block_map.bin
  • r16_to_current_item_map.json
  • README.md
  • required_item_list.json

# Installation Guide

1. Get the code
git clone https://github.com/pmmp/BedrockData

Downloads the entire project code from GitHub to your computer.

cd BedrockData

Moves into the project folder you just downloaded.

2. PHP (Composer)

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • PHP A PHP runtime is required.
  • Composer The package manager used to install PHP libraries.
composer install

Installs the PHP libraries listed in composer.json.

โœ… Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation