SIsilicon / WorldEdit-BE

A Minecraft Bedrock addon port of the famous WorldEdit mod for Minecraft: Java Edition.
GNU General Public License v3.0
270 stars 34 forks source link

Biome not changing far from world origin #150

Open needhelp19 opened 1 year ago

needhelp19 commented 1 year ago

Is there an existing issue for this?

Current behaviour

The ;setbiome command does not work in my world. This world is around 5 years old and Ive deleted unnecessary chunks with amulet for Minecrafts Hills and Cliffs update. Si silicon said that in my world it only worked around spawn but not further out...

Expected behaviour

As suddendly at my house the snow disappeared and the snowfall stopped I wanted to change the biome from extreme_hills to cold_taiga. But it does not work

Steps to reproduce

pos1 16160 89 1023 pos2 16033 120 1142 setbiome coldtaiga close world process in app load world biomeinfo->still extreme hills

Content logs

[Scripting][warning]-[LOG] [09:38:24 AM] ShadowlinkForce has been given worldedit permissions.

[Scripting][warning]-[LOG] [09:39:59 AM] Processing command ';pos2 16160 89 1023' for 'ShadowlinkForce'

[Scripting][warning]-[LOG] [09:39:59 AM] Time taken to execute: 4ms (0.004 secs)

[Scripting][warning]-[LOG] [09:40:15 AM] Processing command ';pos1 16033 120 1142' for 'ShadowlinkForce'

[Scripting][warning]-[LOG] [09:40:15 AM] Time taken to execute: 2ms (0.002 secs)

[Scripting][warning]-[LOG] [09:42:28 AM] Processing command ';pos2 16033 120 1142' for 'ShadowlinkForce'

[Scripting][warning]-[LOG] [09:42:28 AM] Time taken to execute: 1ms (0.001 secs)

[Scripting][warning]-[LOG] [09:42:40 AM] Processing command ';pos1 16160 89 1023' for 'ShadowlinkForce'

[Scripting][warning]-[LOG] [09:42:40 AM] Time taken to execute: 0ms (0 secs)

[Scripting][warning]-[LOG] [09:43:02 AM] Processing command 'setbiome cold_taiga' for 'ShadowlinkForce'

[Scripting][warning]-[Watchdog] 150.120 ms script spike detected in behavior pack 'WorldEdit Bedrock Edition'

[Scripting][warning]-[LOG] [09:43:26 AM] Time taken to execute: 24133ms (24.133 secs)

[Scripting][warning]-[LOG] [09:44:27 AM] ShadowlinkForce has been given worldedit permissions.

[Scripting][warning]-[LOG] [09:44:41 AM] ShadowlinkForce has been given worldedit permissions.

[Scripting][warning]-[LOG] [09:44:46 AM] Processing command ';pos1 16033 120 1142' for 'ShadowlinkForce'

[Scripting][warning]-[LOG] [09:44:46 AM] Time taken to execute: 2ms (0.002 secs)

[Scripting][warning]-[LOG] [09:44:56 AM] Processing command ';pos2 16159 89 1023' for 'ShadowlinkForce'

[Scripting][warning]-[LOG] [09:44:56 AM] Time taken to execute: 0ms (0 secs)

[Scripting][warning]-[LOG] [09:45:05 AM] Processing command 'biomeinfo' for 'ShadowlinkForce'

[Scripting][warning]-[Watchdog] 150.043 ms script spike detected in behavior pack 'WorldEdit Bedrock Edition'

[Scripting][warning]-[LOG] [09:45:24 AM] Time taken to execute: 18990ms (18.99 secs)

Minecraft version

v1.19.51

Device and operating system

Win10

Additional info

World download: https://www.swisstransfer.com/d/17ead459-20d7-4885-8c0d-2f98a88bd04f

SIsilicon commented 1 year ago

Apparently, it's not working with large coordinates. I'll test further