help with nbt on blocks

Started by Arthur1324 on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
help with nbt on blocks

i am trying to make a block that can have different effects when a player walk on it, the player would be able to chose which effect would occur before walking on it, and instead of make dozens of the same block but with different procedures, i chose to use nbt tags, but i proving myself how incompetent i am. pls help.(sorry for poor english)

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In my experience, you are…
Thu, 06/01/2023 - 15:56

In my experience, you are probably better off making different blocks, especially if you are new to modding. NBT tags are annoying to work with, especially for block entities, and in almost every case I've found it easier to make different blocks with different procedures. MCreator's NBT stuff eems to be mostly concerned with altering the tags of existing blocks, not making your own.

Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
but there is some way to do…
Thu, 06/01/2023 - 17:09

but there is some way to do what i want without the need of a lot of blocks with different procedures?