Started by
GamesOfLife
on
Topic category: Help with Minecraft modding (Java Edition)
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.