项目作者: wode490390

项目描述 :
Custom creative items plugin for Nukkit
高级语言: Java
项目地址: git://github.com/wode490390/CustomCreativeItems.git
创建时间: 2019-08-14T04:51:59Z
项目社区:https://github.com/wode490390/CustomCreativeItems

开源协议:GNU General Public License v3.0

下载


Custom Creative Items

Custom creative items plugin for Nukkit

Please see mcbbs for more information.

creativeitems.json Example

  1. {
  2. "items": [
  3. {
  4. "id": 5
  5. },
  6. {
  7. "id": 5,
  8. "damage": 1
  9. },
  10. {
  11. "id": 446,
  12. "damage": 15,
  13. "nbt_hex": "0a0000030400547970650100000000"
  14. }
  15. ]
  16. }