Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for setting blocks with nbt data #2375

Closed
BeeFox-sys opened this issue Jul 30, 2023 · 1 comment · Fixed by #2173
Closed

Allow for setting blocks with nbt data #2375

BeeFox-sys opened this issue Jul 30, 2023 · 1 comment · Fixed by #2173
Labels
status:accepted Will be fixed / added to WorldEdit, eventually type:feature-request Request for something new
Milestone

Comments

@BeeFox-sys
Copy link

The Problem

At current, it is impossible with world edit to set blocks containing nbt in a command, such as a hopper with items in it, while this is possible with the hand or clipboard options, i feel it should be allowed within the command itself

A Solution

Allow the ability to use vanillas nbt syntax (eg: hopper{Items:[{Slot:0b,id:"minecraft:coal_block",Count:64b}]}) in patterns

Alternatives

both the patterns #clipboard and hand do allow for setting nbt, however this does not allow for things like random distributions in patterns. sign, spawner, and heads do have special syntax for allowing some nbt, however they are very much exceptions to the rule and a generic nbt syntax would allow for more to be done (such as setting sign colours, modifying spawner times, etc)

Anything Else?

No response

@BeeFox-sys BeeFox-sys added status:pending Pending acceptance or closure. type:feature-request Request for something new labels Jul 30, 2023
@octylFractal
Copy link
Member

#2173

@octylFractal octylFractal added status:accepted Will be fixed / added to WorldEdit, eventually and removed status:pending Pending acceptance or closure. labels Jul 30, 2023
@octylFractal octylFractal added this to the 7.3.0 milestone Jul 31, 2023
@octylFractal octylFractal linked a pull request Jul 31, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:accepted Will be fixed / added to WorldEdit, eventually type:feature-request Request for something new
Projects
Development

Successfully merging a pull request may close this issue.

2 participants