IntellectualSites / IntellectualSites/FastAsyncWorldEdit

replacing with ^ doesnt work properly

Open
#3,266 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Approved Bug
Dominant language
Java
Stars
806
Forks
394
Avg merge
22h 19m
Merged PRs (30d)
14

Description

Server Implementation

Paper

Server Version

1.21.8

Describe the bug

when block is replaced for block in powered version, it doesnt deliver the powered version.
//re oak_trapdoor ^iron_trapdoor[powered=true] gets you regular iron trapdoor.

To Reproduce
  1. select trapdoor
  2. //re oak_trapdoor ^iron_trapdoor[powered=true]
  3. look at iron_trapdoor that isnt powered
Expected behaviour

its supposed to show different texture (when in a texturepack). but it cant be used atm due to this.
however when //re ^[powered=true] it works no problem...

Screenshots / Videos

No response

Error log (if applicable)

No response

Fawe Debugpaste

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

Fawe Version

FAWE 2.13.1

Checklist
Anything else?

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue with the reported //re oak_trapdoor ^iron_trapdoor[powered=true] command and compare it with //re ^[powered=true]. Use the linked FAWE debugpaste to inspect the replacement path; done means the replacement preserves the powered=true block state and produces the expected powered iron trapdoor.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.