MineColonies

MineColonies

53M Downloads

[BUG] Flowers Tab GUI is empty in the Apiary building

xarkore opened this issue ยท 12 comments

commented

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

  1. Forge Version: Forge 1.19.4 45.0.57
  2. BlockUI Version: blockui-1.19.4-0.0.73-ALPHA
  3. 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

  1. Launch Minecraft with the mods
  2. Select Multiplayer
  3. Join a server with the minecolonie mod
  4. Proceed until you have an Apiary
  5. Select the Flowers Tab and Observe the Issue

Logs

https://gist.github.com/xarkore/d956b7a0b09e16eaa644d9201d4258ed

Anything else?

image

commented

It seems some mod messes with the flower item tags. As other items are properly detected.

commented

Would croptopia and [Vinery] Let's Do Wine! be the root of this issue?

commented

I honestly dont know, youd have to remove mods gradually to find out which it is.

commented

The log suggests that "vinery" is likely the main culprit.

commented

If I have Vinery stuff on my save, would removing the mod corrupt it? Or would it just remove the items??

commented

it should just remove the items and blocks

commented

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?

commented

Update, removing the mod doesn't fix the missing Flower GUI

commented

Can you show a log from after it was removed?

commented

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

commented

Update - After deconstructing and rebuilding, the GUI is still missing but its probably a problem with the server

commented

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