issues
search
SIsilicon
/
WorldEdit-BE
A Minecraft Bedrock addon port of the famous WorldEdit mod for Minecraft: Java Edition.
GNU General Public License v3.0
294
stars
34
forks
source link
Support numerical data values for every block
#219
Closed
CrackedMatter
closed
12 months ago
CrackedMatter
commented
1 year ago
Rewrote Block class to support numerical data values for any block, replicating their behavior from older Minecraft versions
Added
-d
flag to the
;blockid
command, which makes it display the numerical data value instead of block states
Fixed error when using namespaced block states (e.g. minecraft:vertical_half)
Fixed leaves not being persistent by default
Fixed random state pattern yielding imbalanced permutations for blocks that don't use all valid values (e.g. cocoa pods)
SIsilicon
commented
12 months ago
Thanks!
-d
flag to the;blockid
command, which makes it display the numerical data value instead of block states