How to make a tutorial book?

Started by Ball-van on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 months ago
Joined Apr 2021
Points:
812

User statistics:

  • Modifications: 0
  • Forum topics: 46
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 40
How to make a tutorial book?

Hello everyone!
I want to make a book in a game as a tutorial so that the book contains images and a certain test. This tutorial system is present in many mods. I would like to know if and how to do it?

Active 2 years ago
Joined Jun 2021
Points:
572

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
I don't know how to add…
Sat, 07/17/2021 - 17:00

I don't know how to add images or "tests" but you can create a procedure that runs a command to give a book with information already written in it to the player upon loading a world. You can use a book generator, like this one: Minecraft Book Editor to make the command.

Active 10 months ago
Joined Dec 2020
Points:
1156

User statistics:

  • Modifications: 2
  • Forum topics: 28
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 819
You can use Patchouli, as…
Mon, 08/16/2021 - 19:42

You can use Patchouli, as far as I know it is possible with MCreator (I will do that soon), or even make your own GUI, but that can be tedious.