Bamboo Spreads (Forge)

Bamboo Spreads (Forge)

19.2k Downloads

Cycle Paintings Doesn't work with Fast Paintings

tikiMC opened this issue · 7 comments

commented

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.

commented

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:

grafik

commented

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:

Screenshot_20231112-230853-847.png

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!

commented

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.

commented

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

commented

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?

commented

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

commented

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!