How can I make quicksand ?

Started by TheTails608 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can I make quicksand ?

How can I make a block that work like quicksand ? I want to improve a bit the desert for my mod vanilla+++ !​​​​​​​


 

Joined Jul 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Do a block without collision…
Sun, 10/27/2019 - 08:23

Do a block without collision and do a procedure when entity collides with block and you put the block "set entity for cobweb in one tick" in the entity blocks.

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ı dont understand , can you…
Thu, 04/16/2020 - 14:30

ı dont understand , can you explain please ?

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It's as simple as it sounds…
Mon, 05/04/2020 - 01:51

It's as simple as it sounds. In the procedures on the left is "entity procedures". In there you will find the "set entity for cobweb in one tick" piece. add it under the main piece and save. Add the new procedure to the "when entity collides with block" In the blocks procedure page and save.

 

What I want to know, is, how do you make it so it suffocates you once your head is under the surface???

Joined Jun 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
that wont work with spiders  
Mon, 05/04/2020 - 02:23

that wont work with spiders

 

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Just want to create a block…
Sun, 05/10/2020 - 01:12

Just want to create a block that you "sink" in and can't escape but don't receive damage unless your head goes under.