An open API service indexing awesome lists of open source software.

https://github.com/pmmp/registerblocksdemopm5

Demo plugin showing how to add missing vanilla (not custom) blocks to PM5
https://github.com/pmmp/registerblocksdemopm5

pocketmine-example-code pocketmine-plugin

Last synced: 8 months ago
JSON representation

Demo plugin showing how to add missing vanilla (not custom) blocks to PM5

Awesome Lists containing this project

README

          

This repo shows a very basic example of how to register an un-implemented vanilla block or item in PM5.

## A lot of extra work is required to add entirely custom blocks and items, which this example currently doesn't cover.