Commit ccc82bd
chore: cherry-pick appropriate changes from upstream (#3137)
* Add data from MCUtils for 1.21
* Fix nbt access in proxy
* Lazily compute BlockState#getAsString (#2566)
* Lazily compute BlockState#getAsString
* Implement in BaseBlock
* Remove <1.16 //drawsel max size handling (#2572)
* Cleanup registry init (#2583)
* Attempt to fix #2125
* Fix SideEffectSet inconsistencies, improve perf
The `apply` term was inconsistent in this API, but should have always
been the same. This makes the "set" actually store the state of the
given effect, even if it's the default, and therefore consistent.
* Add property-based testing for SideEffectSet
* Changes /curve /line thickness param from int to double (#2623)
* Make task executor lifecycled to platform readiness.
Closes #2459.
* Bump lin-bus to support old schematics better
* Data updates for 1.21.2
* [Bukkit] Stop using EnumMap for potential registry types
Biome broke in 1.21.3, Material could break in the future
* Add parent dir to manifest classpath to account for paper-remapped load point.
Currently, the remapped WorldEdit jar on paper is loaded from a sub-directory of the plugins folder, meaning dependencies like truezip and rhino won't be found in the documented search locations. Adding the parent dir temporarily solves this.
See #2692.
Closes #2691.
* Add setBiome override in MaskingExtent.
This makes biome operations respect masks set on an EditSession.
* Add //mirror as an alias of //flip. (#2714)
* Remove never-working caching and fix bugs in region code (#2716)
Fixes #2684
* Fix negative height cones.
Despite the description/doc stating that negative heights would generate inverted cones, this wasn't actually implemented.
* Fix sending CUI packets to unwilling clients.
Some servers track channel registration: NF throws an error every time this happens; Bukkit silently drops it; Fabric silently sends it (presumably the client ignores it).
* Added a brush for biomes (#1491)
* Added a brush for biomes
* IntelliJ reformat
* Move the warning
* Update worldedit-core/src/main/resources/lang/strings.json
Co-authored-by: Octavia Togami <[email protected]>
* Use BiomeFactory instead
Co-authored-by: Octavia Togami <[email protected]>
* Add morph brush (#2078)
* Add erosion brush
* Rename to the Morph brush, and add Erode and Dilate presets
Co-authored-by: Lewis B <[email protected]>
* Add a -c flag to the biome brush to set entire column (#2235)
* Add a -c flag to the biome brush to set entire column
* Use new region factories that take fixed positions
* Rename to FixedHeight from just Fixed
* Deprecate MultiStageReorder and ReorderMode (#1999)
* Start deprecating MultiStage reorder
* Rather than changing behaviour just deprecate
* Add deprecation message
* Apply PR review notes
* Add API to disable history tracking in EditSessions (#2189)
* Add API to disable history tracking in EditSessions
* Update worldedit-core/src/main/java/com/sk89q/worldedit/extent/ChangeSetExtent.java
Co-authored-by: Octavia Togami <[email protected]>
Co-authored-by: Octavia Togami <[email protected]>
---------
Co-authored-by: Madeline Miller <[email protected]>
Co-authored-by: Octavia Togami <[email protected]>
Co-authored-by: Markus Ebner <[email protected]>
Co-authored-by: Tyler Wesley <[email protected]>
Co-authored-by: wizjany <[email protected]>
Co-authored-by: Lewis B <[email protected]>1 parent fdc9d6d commit ccc82bd
File tree
47 files changed
+998
-147
lines changed- buildSrc/src/main/kotlin
- worldedit-bukkit
- adapters
- adapter-1_20_5/src/main/java/com/sk89q/worldedit/bukkit/adapter/ext.fawe/v1_20_R4
- adapter-1_21_4/src/main/java/com/sk89q/worldedit/bukkit/adapter/ext/fawe/v1_21_4
- adapter-1_21/src/main/java/com/sk89q/worldedit/bukkit/adapter/ext/fawe/v1_21_R1
- src/main/java/com
- fastasyncworldedit/bukkit/adapter
- sk89q/worldedit/bukkit
- worldedit-core/src
- main
- java/com/sk89q/worldedit
- command
- tool/brush
- extension/platform
- extent
- clipboard/io
- reorder
- function/factory
- internal
- command
- cui
- regions/factory
- util
- world
- biome
- block
- entity
- item
- registry
- snapshot
- storage
- resources
- com/sk89q/worldedit/world/registry
- lang
- test
- java/com/sk89q/worldedit/util
- resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+998
-147
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
| 106 | + | |
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
| |||
113 | 112 | | |
114 | 113 | | |
115 | 114 | | |
116 | | - | |
| 115 | + | |
117 | 116 | | |
118 | 117 | | |
119 | 118 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
| 106 | + | |
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
| |||
113 | 112 | | |
114 | 113 | | |
115 | 114 | | |
116 | | - | |
| 115 | + | |
117 | 116 | | |
118 | 117 | | |
119 | 118 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
| 106 | + | |
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
| |||
113 | 112 | | |
114 | 113 | | |
115 | 114 | | |
116 | | - | |
| 115 | + | |
117 | 116 | | |
118 | 117 | | |
119 | 118 | | |
| |||
Lines changed: 4 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
| 169 | + | |
| 170 | + | |
173 | 171 | | |
174 | 172 | | |
175 | 173 | | |
| |||
180 | 178 | | |
181 | 179 | | |
182 | 180 | | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
| 181 | + | |
| 182 | + | |
188 | 183 | | |
189 | 184 | | |
190 | 185 | | |
| |||
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
366 | 367 | | |
367 | 368 | | |
368 | 369 | | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
369 | 373 | | |
370 | 374 | | |
371 | 375 | | |
| |||
402 | 406 | | |
403 | 407 | | |
404 | 408 | | |
405 | | - | |
406 | | - | |
| 409 | + | |
| 410 | + | |
407 | 411 | | |
408 | 412 | | |
409 | 413 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | 31 | | |
34 | | - | |
35 | 32 | | |
36 | 33 | | |
37 | 34 | | |
| |||
Lines changed: 11 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
316 | | - | |
317 | | - | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
318 | 319 | | |
319 | 320 | | |
320 | 321 | | |
| |||
331 | 332 | | |
332 | 333 | | |
333 | 334 | | |
334 | | - | |
| 335 | + | |
335 | 336 | | |
336 | 337 | | |
337 | 338 | | |
338 | 339 | | |
339 | | - | |
340 | | - | |
| 340 | + | |
| 341 | + | |
341 | 342 | | |
342 | 343 | | |
343 | 344 | | |
| |||
359 | 360 | | |
360 | 361 | | |
361 | 362 | | |
362 | | - | |
| 363 | + | |
| 364 | + | |
363 | 365 | | |
364 | 366 | | |
365 | | - | |
| 367 | + | |
| 368 | + | |
366 | 369 | | |
367 | 370 | | |
368 | 371 | | |
| |||
0 commit comments