flying-squid icon indicating copy to clipboard operation
flying-squid copied to clipboard

Important vanilla feature to implement

Open rom1504 opened this issue 4 years ago • 13 comments

This issue will be used to track important missing vanilla features that need implementation. It may turn into a GitHub project when we have enough stuff

Please list here features either in text either in issue links

rom1504 avatar Aug 08 '20 10:08 rom1504

I think https://github.com/PrismarineJS/flying-squid/issues/126 is a good inspiration

rom1504 avatar Aug 08 '20 10:08 rom1504

Redstone :)

wvffle avatar Aug 08 '20 10:08 wvffle

Redstone logic is implemented but for 1.13+ the metadata of the blocks need to be adapted.

  • liquids (I have a prototype that i need to finish)
  • chests
  • signs (to be able to write something)
  • survival inventory
  • crafting, smelting

Karang avatar Aug 08 '20 11:08 Karang

~~Swap item between hands key (block action packet)~~ Done by @tumenor Shooting arrows (also block action packet) Hunger + food consumption Make fast dig hack detection take items and effects into account

IdanHo avatar Aug 08 '20 11:08 IdanHo

  • light update (would also be useful for mineflayer because the server only send the initial light but doesn't update it on block change) => could be implemented in a prismarine-light package or directly into prismarine-chunk (as it is tightly coupled with chunk implementation)
  • random block updates (grass, crops, trees, etc..)
  • basic speed-hack anticheat
  • advanced redstone (for now only torchs, wires and repeater are implemented)
  • health/food/air in survival mode
  • 1.9+ pvp

Karang avatar Aug 08 '20 12:08 Karang

  • Right clicking with a item in hand such as pick axe or sword should not place a block unless off-hand allows it

Henrikrb avatar Aug 08 '20 23:08 Henrikrb

Dropping an item doesn't show the item at all, also breaking blocks causes duplication (Tested with 1.12.2)

Technisha avatar Jan 16 '21 20:01 Technisha

Placing blocks in certain directions (using 1.15.2) Redstone has a... Weird texture when placed. Image attached here (1.15.2) Placing blocks places them facing away from the player (1.15.2) Autocomplete doesn't work at all, for commands or values (1.15.2) Mobs have no AI and just float in the air, bouncing. Image attached here (1.15.2) When a player is opped and they rejoin (on the same server instance) it isn't saved (1.15.2) When difficulty is changed to peaceful, hostile mobs (like creepers) don't despawn (1.15.2)

Technisha avatar Jan 16 '21 20:01 Technisha

  • Doors
  • Slabs
  • Stairs
  • Saplings

BasToTheMax avatar Oct 14 '21 18:10 BasToTheMax

  • Command blocks

kotinash avatar Jan 19 '22 08:01 kotinash

Able to drop items (on the moment, they change to arrows)

BasToTheMax avatar Feb 28 '22 09:02 BasToTheMax

Able to drop items (on the moment, they change to arrows)

@BasToTheMax I am currently working on that in #563

darksunlight avatar Mar 02 '22 19:03 darksunlight

breaking blocks causes duplication

Can repro.

Pandapip1 avatar Jan 08 '24 15:01 Pandapip1