Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 22 hours 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.