Started by
Arthur1324
on
Topic category: Help with Minecraft modding (Java Edition)
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)
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.
but there is some way to do what i want without the need of a lot of blocks with different procedures?