[BUG] Flowers Tab GUI is empty in the Apiary building
xarkore opened this issue ยท 12 comments
Is there an existing issue for this?
- I have searched the existing issues
Are you using the latest MineColonies Verison?
- I am running the latest alpha version of MineColonies for my Minecraft version.
Did you check on the Wiki? or ask on Discord?
- I checked the MineColonies Wiki and made sure my issue is not covered there. Or I was sent from discord to open an issue here.
Minecraft Version
1.19.4
MineColonies Version
minecolonies-1.19.4-1.0.1401-ALPHA
Structurize Version
structurize-1.19.4-1.0.489-ALPHA
Related Mods and their Versions
- Forge Version: Forge 1.19.4 45.0.57
- BlockUI Version: blockui-1.19.4-0.0.73-ALPHA
- Domum Ornamentum Version: domum_ornamentum-1.19.4-1.0.88-ALPHA-universal
Current Behavior
Flowers Tab GUI is empty in the Apiary building block.s
Expected Behavior
Flowers Tab GUI appears in the Apiary building block.
Reproduction Steps
- Launch Minecraft with the mods
- Select Multiplayer
- Join a server with the minecolonie mod
- Proceed until you have an Apiary
- Select the Flowers Tab and Observe the Issue
Logs
https://gist.github.com/xarkore/d956b7a0b09e16eaa644d9201d4258ed
Anything else?
It seems some mod messes with the flower item tags. As other items are properly detected.
If I have Vinery stuff on my save, would removing the mod corrupt it? Or would it just remove the items??
I will try that, thank you both for the help!
Btw, how do I know if a mod modifies a tag that affects flowers/other items?
Here's the lgo https://gist.github.com/xarkore/5ca183fa84feac0fc4ca81a7d9cade77
Im going to test if croptopia affects it.
Update - I just tried it a couple single player game (with both mods back) and the GUI is present, it might be a problem with the server
Update - After deconstructing and rebuilding, the GUI is still missing but its probably a problem with the server
i got the same issue but only from client to server. looks like client is not Discovering everything on load.
Example client.
[11:32:13] [Render thread/INFO] [minecolonies/]: Finished discovering Ores 0 0
[11:32:13] [Render thread/INFO] [minecolonies/]: Finished discovering saplings 0
[11:32:13] [Render thread/INFO] [minecolonies/]: Finished discovering plantables 0
[11:32:13] [Render thread/INFO] [minecolonies/]: Finished discovering food 44 56
[11:32:13] [Render thread/INFO] [minecolonies/]: Finished discovering fuel 205
[11:32:13] [Render thread/INFO] [minecolonies/]: Finished discovering flowers 0
[11:32:13] [Render thread/INFO] [minecolonies/]: Synchronized 9 saplings
But the server is ok
[10:50:12] [Server thread/INFO] [minecolonies/]: Finished discovering Ores 19 22
[10:50:12] [Server thread/INFO] [minecolonies/]: Finished discovering saplings 9
[10:50:12] [Server thread/INFO] [minecolonies/]: Finished discovering plantables 19
[10:50:12] [Server thread/INFO] [minecolonies/]: Finished discovering food 44 56
[10:50:12] [Server thread/INFO] [minecolonies/]: Finished discovering fuel 209
[10:50:12] [Server thread/INFO] [minecolonies/]: Finished discovering flowers 20
[10:50:12] [Server thread/INFO] [minecolonies/]: Finished discovering lucky oreBlocks 175
Hope this helps