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

https://github.com/wode490390/customcreativeitems

Custom creative items plugin for Nukkit
https://github.com/wode490390/customcreativeitems

creative custom inventory minecraft nukkit plugin

Last synced: 7 months ago
JSON representation

Custom creative items plugin for Nukkit

Awesome Lists containing this project

README

          

# Custom Creative Items
[![](https://i.loli.net/2019/08/14/B7WZKwbGCg3E1cH.png)](http://www.mcbbs.net/thread-902235-1-1.html "定制创造模式物品栏")

Custom creative items plugin for Nukkit

Please see [mcbbs](http://www.mcbbs.net/thread-902235-1-1.html) for more information.
## creativeitems.json Example
```json
{
"items": [
{
"id": 5
},
{
"id": 5,
"damage": 1
},
{
"id": 446,
"damage": 15,
"nbt_hex": "0a0000030400547970650100000000"
}
]
}
```