iceiix / stevenarella

Multi-protocol Minecraft-compatible client written in Rust
Apache License 2.0
1.46k stars 60 forks source link

Can't place blocks into the world #358

Open skillman623 opened 4 years ago

skillman623 commented 4 years ago

Although the items load into the inventory (tested using the player interface from extra utilities 2 mod), Maybe blocks placed by client are not sent to server? They are not rendered by official client. Texture is also incorrect (Spruce wood block has bedrock's texture). stevenarella_Beyond_inventory_test Tested on FTB beyond 1.10.2

iceiix commented 4 years ago

Hmm, block placement was working at one point, may be a protocol change. Two big missing features related:

skillman623 commented 4 years ago

The bedrock/spruce discrepancy was in FTB beyond 1.10.2 , this may be a mod issue- i will test more and report back if I can reproduce this issue on other packs/minecraft versions.

mpfaff commented 3 years ago

With regards to the texture issue, I've noticed many incorrect textures on a Paper 1.16.4 server and on Hypixel.

Edit: I've confirmed this does not occur on a Paper 1.8.8 server.