cmd_editblock - LiXizhi/ParaCraft GitHub Wiki

command: /editblock

quick ref:

/editblock [x y z] [editorname]

description:

open editor for the given blocks
@param x y z: block position, if not provided, it is the block where the player is standing
@param editorname: default to "entity" editor.
Example:
/editblock		:block at player position
/editblock ~ ~1 ~      :relative to player position. 
	```

<!-- END_AUTOGEN-->
给指定方块打开编辑器。