RegisterBlocksDemoPM5 icon indicating copy to clipboard operation
RegisterBlocksDemoPM5 copied to clipboard

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

Results 2 RegisterBlocksDemoPM5 issues
Sort by recently updated
recently updated
newest added

The problem comes from the core issue (related to pmmp/PocketMine-MP#6062) where `BlockTypeIds::newId()` is not synchronized between threads. > "The current recommendation is for plugins to copy the type ID from...