How to make any block sand-like

Started by Plus-gaming on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Apr 2021
Points:
587

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
How to make any block sand-like
Tue, 04/13/2021 - 13:52 (edited)

I want to make a mod where in a specific condition a block would act like sand, but still have the same texture as the block, how do I do this?

Edited by Plus-gaming on Tue, 04/13/2021 - 13:52
Active 6 months ago
Joined Sep 2019
Points:
669

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 13
On properties for your block…
Tue, 04/13/2021 - 14:51

On properties for your block, enable Has Gravity. This will allow your block to fall like Gravel and Sand.

Active 4 years ago
Joined Apr 2021
Points:
587

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
Does it work in procedures?
Wed, 04/14/2021 - 05:18

Does it work in procedures?

Active 6 months ago
Joined Sep 2019
Points:
669

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 13
I don't think there's a way…
Sun, 04/18/2021 - 02:53

I don't think there's a way to make specific blocks turn on Has Gravity in procedures.