How can I make a block "intangible"?

Started by no-one_ on

Topic category: Help with modding (Java Edition)

Last seen on 20:24, 13. Nov 2023
Joined Sep 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can I make a block "intangible"?

How can I make a block "intangible"? like checking the "can walk through" property of an existing block, even with a custom code

Last seen on 23:12, 13. Aug 2023
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
closest thing you could do…
Tue, 11/22/2022 - 18:42

closest thing you could do to this is replacing that block with a custom intangible block temporarily then changing it back