Patchouli

Patchouli

168M Downloads

[bug] Some recipes are not rendered.

lublak opened this issue ยท 1 comments

commented

I misunderstood something.
It does not need the id of the recipe result, but the recipe id itself.


I look if i found more information about it.
Okay it about "tconstruct:book" and some other items that are impossible to render.

This Entry works fine:

{
    "name": "Armory Addendum",
    "icon": "conarm:book",
    "category": "books",
    "pages": [
      {
        "type": "text",
        "text": "Do you want make your own armory combinate made of different materials?$(br)This book is for you."
      }, {
		"type": "crafting",
		"title": " ",
		"recipe": "conarm:book"
	  }
    ]
}

grafik

but this is emty:

{
    "name": "Materials and You",
    "icon": "tconstruct:book",
    "category": "books",
    "pages": [
      {
        "type": "text",
        "text": "Do you want make your own tools combinate made of different materials?$(br)This book is for you."
      }, {
		"type": "crafting",
		"title": " ",
		"recipe": "tconstruct:book"
	  }
    ]
}

grafik

commented

Thank you for figuring this out, because I had a swell time trying to figure out why my recipes weren't rendering, also. :P