Allow for setting blocks with nbt data #2375
Labels
status:accepted
Will be fixed / added to WorldEdit, eventually
type:feature-request
Request for something new
Milestone
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 patternsAlternatives
both the patterns
#clipboard
andhand
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
The text was updated successfully, but these errors were encountered: