How can I make quicksand ?

Started by TheTails608 on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Sep 2019
Points:
659

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
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+++ !​​​​​​​


 

Active 2 years ago
Joined Jul 2016
Points:
786

User statistics:

  • Modifications: 5
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 34
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.

Active 1 year ago
Joined Apr 2020
Points:
620

User statistics:

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

ı dont understand , can you explain please ?

Active 3 years ago
Joined May 2020
Points:
663

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 20
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???

Active 2 years ago
Joined Jun 2017
Points:
896

User statistics:

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

that wont work with spiders

 

Active 3 years ago
Joined May 2020
Points:
663

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 20
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.