DragonetMC / Dragonet-Legacy

Old version of the Dragonet Server Software.
http://dragonet.org/
Other
101 stars 28 forks source link

Breaking a block on PE #125

Closed CAmadeusA closed 8 years ago

CAmadeusA commented 8 years ago

Breaking a block on PE does not register to the server, nor drop the block after recieving the removeblock packet.

Suggested solution from a newbie; in the removeblockpackettranslator, under the non-creative section, theres no handling for wether the block is harvestable, or setting the block to air and dropping the proper item/block.

RazvanDu commented 8 years ago

Lol, I'll try to look into this tomorrow.

DefinitlyEvil commented 8 years ago

Thx. @SenanYT.

DefinitlyEvil commented 8 years ago

@SenanYT Any clew?

RazvanDu commented 8 years ago

@DefinitlyEvil I haven't had quite the time to check this yet :C, maybe you can try to figure it out

DefinitlyEvil commented 8 years ago

@SenanYT Already did, I translated end breaking packet into PC one and past it to G++ but it seems not handling it.