Does "Provided Blockstate" Include NBT Tags?

Started by GamesOfLife on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 days ago
Joined Feb 2024
Points:
283

User statistics:

  • Modifications: 1
  • Forum topics: 29
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 40
Does "Provided Blockstate" Include NBT Tags?

Does the 'provided blockstate' include nbt tags? I am trying to find out a way to swap any two blocks, nbts included. I figured I could store "block 1" in a local blockstate variable, change "block 1" into "block 2"'s blockstate, then turn "block 2" into the previous "block 1" using the local variable.