FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

FAWE biomes do not get set to a chunk section with only one biomes (i.e. SingleValuePalette)

itinstructor opened this issue · 9 comments

commented

Server Implementation

Paper

Server Version

1.20.2

Describe the bug

A few FAWE updates ago, the Biome brush stopped working.

To Reproduce

  1. Use the Biome brush, nothing changes

Expected behaviour

The biome normally changes.

Screenshots / Videos

No response

Error log (if applicable)

No response

Favs Debugpaste

https://athion.net/ISPaster/paste/view/d5ad16546cb84950a499b08f749aad62

Favs Version

Favs 3.11

Checklist

Anything else?

No response

commented

If you relog do you see the changes

commented
commented

Well you are using Purpur 1.20.6 as far as your debugpaste tells us. Any chance you can try this on paper?

commented
commented

This is specifically when biomes are set to a chunk that only has one biome.

commented
commented

The chunk packets do not seem to send every time, and also sometimes it doesn't appear changes have been made due to the way minecraft 3D biome noise now works

commented

The issue is with copying SingleValuePalette as it returns itself, meaning if (when) it is resized, it is updating the wrong PalettedContainer (i.e. copy is not clone)

commented

It works now. Thank you for you swift response!