[BUG] The guide book can't be obtained on [FABRIC] Outvoted-1.5.0-beta.1
SplendidAlakey opened this issue · 2 comments
/Before submitting, please ensure you've done the following, as these are fixes for some common bugs:
[✔] Reset/delete config files
[✔] Run without mods like Optifine (if needed)
[✔] Double check that you have the latest version!!
Describe the bug
When trying to craft an Outvoted guide book by combining a lava bucket with a book, no output is given. The book also fails to be given on spawn. It also doesn't exist in the /give command output. The only way I found to obtain the book was with some of my mods (I'm not sure which ones, because I have so many of them), that allow you to see unobtainable items in the creative inventory. However, the book itself is broken.
To Reproduce
Steps to reproduce the behavior:
- Install Fabric API, Architectury, Cloth config, GeckoLib and Outvoted
- Launch the game and create a new world or enter an old one
- No guide book is given on spawn
- Try to craft the book by combining a lava bucket and a book and see that there's no output
Screenshots/Logs
[removed]
Version (please complete the following information):
- Minecraft Version 1.17.1
- Modloader Fabric 0.12.3, FAPI 0.41.0
- Mod Version 1.5.0-b1
Additional context
Tested the issue without any other mods loaded, apart from FAPI and Outvoted's dependencies.
Book issues should be fixed in beta 2, at least on new logins players are given a book and the book opens without problems.
Also, due to the way Patchouli works (or maybe the way I'm using Patchouli) the command to give a book would be /give whoever patchouli:guide_book{"patchouli:book": "outvoted:book"}
as the book is dependent on Patchouli and not it's own unique item within the mod, if that makes sense.