xSuperr / VanillaBlocks

A plugin to add more blocks to PocketMine
GNU General Public License v3.0
26 stars 12 forks source link

Added 3 variations of Prismarine Stairs #10

Closed DroidMTPM closed 3 years ago

DroidMTPM commented 3 years ago

I added Prismarine Stairs, Prismarine Brick Stairs, and Dark Prismarine Stairs.

I tested them and they seem to be working as intended but let me know if you find a problem. with them.

xSuperr commented 3 years ago

Well I see no problem other than it wasn't made with the latest version, the class name should be PrismarineStairsBlock, and when using setBlock, instead of $this you need new Placeholder($this).

DroidMTPM commented 3 years ago

Ahh, I see. Yeah, sorry about not using the latest version, I forgot to sync my fork to the latest version before I started working on it smh

Also this is the first time I work on a pmmp plugin so I'm not entirely sure how to work with it yet, I gotta go through the source code more to familiarize myself better with how to use it