xSuperr / VanillaBlocks

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

New Block List #1

Open xSuperr opened 3 years ago

xSuperr commented 3 years ago

My aim with this plugin is to add most (if not all) blocks not included in PocketMine. This is not a full Vanilla features plugin, so most features (Like working beehives , ect) will not have functionality. I will still add functionality to some blocks that wont be to hard or hacky to do so with.

Please comment any blocks you want added onto this issue!

List

xSuperr commented 3 years ago

I could add chains, but it would have to be the block version. There are two chains in the game, and one is the actual item in your inventory, the other the block. The one in your inventory has an Unmapped ID so it can't be registered. This means that the Chain in your inventory would have to be the block item, hence making it look weird.

YaNIND commented 3 years ago

add spruce trapdoor, soul torch, crimson door

xSuperr commented 3 years ago

Added Soul Torch in version 1.0.3

YaNIND commented 3 years ago

door and trapdoor, why can place in water campfire and soul campfire, please add can't place campfire and soul campfire in water

BroCrows commented 3 years ago

Prismarine Slabs and Stairs?(Including bricks and dark)

Willtom999 commented 3 years ago

Bee

Willtom999 commented 3 years ago

Honey block

Willtom999 commented 3 years ago

The copper

Willtom999 commented 3 years ago

Sweet Berry

Willtom999 commented 3 years ago

Stonecutter Block

Nya-Enzo commented 3 years ago

For chains, even if unmapped, you could use something like CustomItemLoader or even make your own to register the item, wich beacause of being a custom item creator, will map the item and then register it. But beacause of it still being an already client sided item, it should still work line chain, but you should make it able to place the chain block (im not sure about that tho)

Nya-Enzo commented 3 years ago

Wait, no chains are mapped, its id 758