Started by
EnsurdFrndship
on
Topic category: Help with MCreator software
Hello,
I am working with the visual structure behind a procedure in my mod on, "How to add text to written books" in Minecraft. The code behind the visual structure is in Java. In my visual structure, I am using the code block puzzle piece (in green),
"Set NBT text tag 'NBT tag' of 'written book' to 'string'"
... where I don't know the NBT tag(s) to set in order for my strings to show up in my books, and not see "*Invalid book tag*" show up in my books anymore.
Here is the Java code for the procedure of my mod, and my books STILL say, "*Invalid book tag*"...