Patchouli

Patchouli

168M Downloads

USER ERROR Problem with version and subtitle

OtisGoodman opened this issue · 5 comments

commented

I am having trouble getting the version and subtitle in my book.json working.
Here is my file

{
  "name":"§eRubber Duck Manual",
  "subtitle": "§l§9The Compleatable Guide To Quackcraft",
  "landing_text": "LANDING TEXT",
  "version":"1.2",
  "book_texture": "quackcraft:guide/guide.png",
  "model":"quackcraft:guide",
  "text_color":"6a0000",
  "nameplate_color":"cc9900",
  "link_color":"3333cc",
  "link_hover_color":"3333ff",
  "proress_bar_color":"009933",
  "proress_bar_background":"336600",
  "open_sound":"quackcraft:squeak",
  "creative_tab":"quackcraft:quackcraft",
  "allow_extensions":true,
  "advancement_namespaces": [
    "patchouli","quackcraft"
  ],
  "advancements_tab": "quackcraft"

 
}

I am not entirely sure what I am doing wrong can I get some help?

commented

I'm assuming the change to the issue title means you figured it out? You can close your own issues.

commented

No I don't know how to make tags show up so I added USER ERROR to show its not a bug as far as I know.

commented

Version has to be an integer number, so 1.2 won't work. Subtitle doesn't show up if you have a version other than "0" defined. You can read more on https://github.com/Vazkii/Patchouli/wiki/Book-JSON-Format

commented

Oh also can I have an example for adding images

commented