WorldEdit

WorldEdit

43M Downloads

Extending //count for blocks that share IDs

LadyCailinBot opened this issue ยท 0 comments

commented

WORLDEDIT-2260 - Reported by Higgs

There are several mods now a days that in order to save IDs let the same block ID handle a lot of different blocks. (Not sure if they use MetaData value or something else). This means that a mods ore blocks, lets say copper, tin and silver, all use Block ID 235, but with meta data 235:1 235:2 and 235:3.
When using count in WorldEdit, or distr you can only handle the main ID. This means that you can not count the number of specific blocks within a selected area. Would be nice if the count command could handle a xxx:yy input.