-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to add potion recipes to guide #65
Comments
Just create a new page type. You're not limited to what we provide. |
Oh that makes sense. Thanks |
Would you consider accepting a pull request with a PageBrewingRecipe into the base GuideAPI mod? I havent made one yet.. but existing pages have nice clean readable code so ill probably be making one for my own use anyway. Anyway let me know if you accept submissions like that @TehNut |
If it supports a vanilla system, I'll gladly take new default page types. |
Hopefully once #60 gets resolved, you'll be able to directly render the potion recipe from JEI when's its present, allowing your guide books to support modified recipes via CraftTweaker scripts etc |
Currently asking Kit to redo all the existing page stuff like what she posted |
Re-texture PR incoming (ノ◕ヮ◕)ノ*:・゚✧ |
Wow so pretty! Cool ill wait until textures are in so i wont worry about that and stay in the code. |
forked and pulled code in from my own repository. This is what i have so far. Without textures and subject to change. #66 Let me know if anything needs to change with this. I couldnt get it running with the standalone repo, so technically untested but i had started out just in my own repo where i had it working https://github.com/PrinceOfAmber/Cyclic/blob/249946a1669a0fded529357a141fbf2385c19b9d/src/main/java/com/lothrazar/cyclicmagic/PageBrewingRecipe.java If you need anything and im not responding right away ping me on twitter, otherwise i will check back in periodically https://twitter.com/lothrazar |
Potions use IBrewingRecipe , which does not extend IRecipe. So the crafting recipe page wont work
I looked through the documentation and source code, and it seems like we have PageIRecipe, PageFurnaceRecipe, and a few pages for sounds and text and images, but no text for potions.
The text was updated successfully, but these errors were encountered: