FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

Cherry Leaves don't auto set persistence to true when set with fast async worldedit

RazihelYT opened this issue ยท 1 comments

commented

Server Implementation

Paper

Server Version

1.20.4

Describe the bug

Bug is consistent all through versions 1.20+ where setting cherry leaves with fawe, they are not automatically persistent like other variations of leaves, causing the cherry leaves to decay over time.

To Reproduce

  1. //set cherry_leaves
  2. Watch as the leaves decay over time unlike other leaves variations

Expected behaviour

  1. //set cherry_leaves
  2. The leaves should not decay

Screenshots / Videos

No response

Error log (if applicable)

No response

Fawe Debugpaste

None needed

Fawe Version

Consistent for any version compatible with 1.20+

Checklist

Anything else?

To fix this, set cherry leaves to auto persist like other leaves being created with fawe.

commented

Leaves are generally not placed with persistent=true. FAWE always uses the default block state unless you override it.