
Cycle Paintings Doesn't work with Fast Paintings
tikiMC opened this issue · 7 comments
Minecraft version: 1.20.1
Modloader: Forge
Forge version: 47.2.1
Environment: Singleplayer
First mod name: Cycle Paintings
First mod version: 3.2
Second mod name: Fast Paintings
Second mod version: 1.2.0
When right clicking with a painting in hand it doesn't do anything. I believe this is because fast paintings turns paintings into blocks to help with performance.
The cycling does work without issues, if the painting was placed on the same block as an entity (like a flower pot), and it keeps working even if said entity is removed after. Like so:
Looks like that's because the painting will remain an entity when placed next to a flower pot. (From the authors CF page)
Not an easy compatibility fix unfortunately. I'll take a look when I can, thanks for giving the mod a try and opening the issue!
As a suggestion: can we make so that the next placed painting is not random, but the "next" comparing to the previously placed for the same size? Like cycle painting, but for the placing, not clicking? This would solve this incompatibility issue as well.
This incompatibility just gets worse in 1.21 fabric. None of the different sizes of paintings cycle and doing the flower pot trick doesn't work anymore. This mod is just incompatible with fast paintings at the moment, should be looked into
This incompatibility just gets worse in 1.21 fabric. None of the different sizes of paintings cycle and doing the flower pot trick doesn't work anymore. This mod is just incompatible with fast paintings at the moment, should be looked into
still works for me, you need to place the pot first before the painting, and to cycle you need to hold a painting and then right click, tho removing the pot will make the painting still stay.
I guess a quick workaround would be to turn back into a baked model when the pot or a non-full block is destroyed,
Although that would mean each painting would need to check every x tick or so, but I guess you can inject it in the event where the painting checks if there's support?
I've spent the afternoon on this, and version 4.0 adds compatibility with Fast Paintings! Thank you for the patience.
https://curseforge.com/minecraft/mc-mods/cycle-paintings/files
I've spent the afternoon on this, and version 4.0 adds compatibility with Fast Paintings! Thank you for the patience.
https://curseforge.com/minecraft/mc-mods/cycle-paintings/files
Appreciate it!