How to make a book

Started by SilverBlade347 on

Topic category: Help with MCreator software

Last seen on 23:36, 16. Feb 2017
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a book

 

well by the title you alreaady know what the question is. How do i like make a book? like it has a story written on it.

Please answer nobody answers my recent posts :(

 

Last seen on 23:36, 16. Feb 2017
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Why doesnt anyone answers me
Tue, 09/13/2016 - 03:15

Why doesnt anyone answers me :'(

 

Last seen on 12:58, 23. Sep 2019
Joined Aug 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:Why doesnt anyone answers me
Tue, 09/13/2016 - 11:21

@#1 I guess it's cause nobody can really help you, inside mcreator at least :/

You need to code or messing up with gui, but you'll never get something really similar to a book

Last seen on 22:13, 3. Apr 2024
Joined Aug 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Or it is because people
Tue, 09/13/2016 - 13:41

Or it is because people sometimes need to sleep. I have not any time now, but I can describe it later

Last seen on 22:13, 3. Apr 2024
Joined Aug 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Simply you need an Item. Then
Tue, 09/13/2016 - 21:45

Simply you need an Item. Then you need some class that extends GuiScreen. Theoretically you can use the mcreator GUI element , but better is use empty overlay and make it manually. In the GUI are simply some variables like current page , total pages , text arrays, image arrays. Then you drawScreen check for current screen , display the text/images , buttons for changing pages. The GUI you call in Item by:

[spoiler]

@SideOnly(Side.CLIENT)
    public ItemStack onItemRightClick(ItemStack itemStackIn, World worldIn, EntityPlayer playerIn)
    {

       Minecraft.getMinecraft().displayGuiScreen((GuiScreen) new YOUR_GUI);
        return itemStackIn;
    }
[/spoiler]

Last seen on 23:36, 16. Feb 2017
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:RE:Why doesnt anyone answers me
Tue, 09/13/2016 - 23:13

@#1.1 My posts are too advanced for this world ;-; xD

Last seen on 23:36, 16. Feb 2017
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:RE:Why doesnt anyone answers me
Wed, 09/14/2016 - 00:56

@#1.1 I have been using this for over 2 months, i make mods then change and delete them, I just keep thinking too big for people to understand this xD

Last seen on 13:47, 6. May 2022
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
:(
Thu, 04/28/2022 - 12:06

:(

Last seen on 13:56, 19. Dec 2022
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use patchouli. It's a plugin.
Sat, 04/30/2022 - 01:34

Use patchouli. It's a plugin.