Skip to content

Instantly share code, notes, and snippets.

View CortexPE's full-sized avatar
😈
trying to have fun, as always.

marshall CortexPE

😈
trying to have fun, as always.
View GitHub Profile
@Muqsit
Muqsit / pc-pe-mapping.json
Created April 17, 2020 14:58
PC -> PE block:meta mapping
{
"3:2": "243:0",
"29:2": "29:3",
"29:3": "29:2",
"29:4": "29:5",
"29:5": "29:4",
"31:0": "32:0",
"33:2": "33:3",
"33:3": "33:2",
"33:4": "33:5",
@dktapps
dktapps / README.md
Created February 18, 2019 10:56
Simple way to make chemistry blocks work correctly on a PocketMine-MP server

Enabling chemistry blocks on a PocketMine-MP server

Chemistry blocks (the ones that are implemented, that is) are already present OOB with PocketMine-MP unconditionally. Unfortunately, they don't render correctly due to weirdness in the way Mojang handles the resources.

TL;DR

  1. Download the manifest.json file from this gist.
  2. Add it to a zip file (on Windows, right click -> Send to -> Compressed (zipped) folder)
  3. Place the zip file in PocketMine-MP's resource pack folder and enable it like a normal resource pack.
  4. Profit!
@shoghicp
shoghicp / commands.md
Last active October 29, 2023 18:16
Some interesting commands to play with the new NBT support for items.

Items with custom name

give sho stick 1 {display:{Name:"§r§6§lNormal stick"}}

Items with enchantments

give sho gold_sword 1 {ench:[{id:9s,lvl:2s}]}