stevenarella icon indicating copy to clipboard operation
stevenarella copied to clipboard

Can't place blocks into the world

Open skillman623 opened this issue 4 years ago • 3 comments

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

skillman623 avatar Jul 04 '20 16:07 skillman623

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

  • Inventory (#62) - partially supported, largely because inventory is partly handled by the server, but no client-side UI, etc.
  • 1.13/1.14/1.15/1.16 assets (#71) - this can cause incorrect textures, though I'm not sure if it explains the bedrock/spruce discrepancy (spruce metadata?)

iceiix avatar Jul 04 '20 22:07 iceiix

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.

skillman623 avatar Jul 04 '20 22:07 skillman623

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.

mpfaff avatar Jan 21 '21 18:01 mpfaff