Does "Provided Blockstate" Include NBT Tags?

Started by RamenNoods on

Topic category: Help with modding (Java Edition)

Last seen on 04:54, 27. Apr 2024
Joined Feb 2024
Points:

User statistics:

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