Open zml2008 opened 4 years ago
Just wanted to drop https://github.com/EngineHub/WorldEdit/pull/448 here, showing basically this done on the server side, though it was a pretty hacky quick draft of an idea at the time. https://gfycat.com/CautiousFrailAmericancrocodile
Thinking a little bit about ways to gradually expand the functionality of the mod as time + interest allows...
WorldEdit's tools are often a bit tricky to use since there's no visual feedback about a) a certain item being a tool and b) what sort of action that tool might be able to do. WECUI could provide some help with that.
Initial steps
The protocol this uses should allow WECUI to connect tools with both any item of a certain type (how WE currently handles tools), as well as specific
ItemStack
s (with something in the item's NBT data?).A tool definition would carry one
type
Identifier (or perhaps multiple, to use in some sort of tags system) which describes the tool type, type-determined parameters (such as size, unique id (for eventually sending block volumes), tool name, or block pattern).Longer-term