When using both v0.9.0 and v0.9.0.6 beta the act of copying and pasting structures from one world to another does not work.
I have tried different block sizes to ensure I am not copying too many blocks, the issue persists.
When exporting, using the WorldEdit App and then making sure the resource and behaviour packs are active, importing the structure in the new world and pasting the structure provides the error:
Type Error Cannot leave property 'size' undefined
at (anonymous) (server/commands/clipboard/paste.js:73)
at next (native)at (anonymous) (server/commands/negister_connands.js:24)
at next (native)
at (library/utils/multithreading.js:91)
at loadwhileLoadingChunks (library/classes/structureBuilder.js:216)
at load (server /nodules/region_buffer.js:245)
at next (native)
at <anonymous) (server/commands/clipboard/pasted.js:57)
at next (native)
at run (server/modules/ jobs.js:35)
at next (native)
at (anonymous) (server/commands/clipboard/pasteds.73)
Expected behaviour
The ability to seamlessly:
select structure
copy structure
export structure
using WorldEdit App, export Structure
import structure into another world
paste structure
Steps to reproduce
select structure to copy
copy structure
export structure
save original world
using WorldEdit App, process structure
add processed structure to new world using behavior and resource packs
load new world
import structure
paste structure
Content logs
[Scripting][warning]-[LOG] [03:31:23 PM] Processing command ';paste -s' for 'Bernard2000b'
[Scripting][error]-[ERROR] [03:31:23 PM] Command ';paste -s' failed for 'Bernard2000b' with msg: {"rawtext":[{"text":"TypeError: "},{"translate":"cannot read property 'size' of undefined","with":[]}],"lastElementIdx":1}
Is there an existing issue for this?
Current behaviour
Hello,
When using both v0.9.0 and v0.9.0.6 beta the act of copying and pasting structures from one world to another does not work.
I have tried different block sizes to ensure I am not copying too many blocks, the issue persists.
When exporting, using the WorldEdit App and then making sure the resource and behaviour packs are active, importing the structure in the new world and pasting the structure provides the error:
Type Error Cannot leave property 'size' undefined
at (anonymous) (server/commands/clipboard/paste.js:73) at next (native)at (anonymous) (server/commands/negister_connands.js:24) at next (native) at (library/utils/multithreading.js:91)
at loadwhileLoadingChunks (library/classes/structureBuilder.js:216)
at load (server /nodules/region_buffer.js:245)
at next (native)
at <anonymous) (server/commands/clipboard/pasted.js:57)
at next (native)
at run (server/modules/ jobs.js:35)
at next (native)
at (anonymous) (server/commands/clipboard/pasteds.73)
Expected behaviour
The ability to seamlessly:
select structure copy structure export structure using WorldEdit App, export Structure import structure into another world paste structure
Steps to reproduce
Content logs
[Scripting][warning]-[LOG] [03:31:23 PM] Processing command ';paste -s' for 'Bernard2000b'
[Scripting][error]-[ERROR] [03:31:23 PM] Command ';paste -s' failed for 'Bernard2000b' with msg: {"rawtext":[{"text":"TypeError: "},{"translate":"cannot read property 'size' of undefined","with":[]}],"lastElementIdx":1}
Minecraft version
v1.21.2
Device and operating system
windows 11
Additional info
No response