How can I make a block "intangible"?

Started by no-one_ on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Sep 2022
Points:
424

User statistics:

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

Active 1 month ago
Joined Nov 2020
Points:
1016

User statistics:

  • Modifications: 1
  • Forum topics: 57
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 249
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