Update Upstream

ed28089 Don't crash if fields are null in ChunkDeleter (1874)
f049d56 Revert "Use a Guava Cache instead of a ThreadLocal (1859)"
c5a4450 Internally use a negated mask class to prevent russian doll wrapping (1877)
1397ec7 Add Snow Smooth Tools (1580)

Fixes #955
Fixes #858
This commit is contained in:
NotMyFault
2021-08-22 11:56:39 +02:00
parent df8b2802b2
commit cf671ad7ff
11 changed files with 540 additions and 63 deletions

View File

@@ -283,6 +283,11 @@
"worldedit.brush.cylinder.equip": "Cylinder brush shape equipped ({0} by {1}).",
"worldedit.brush.clipboard.equip": "Clipboard brush shape equipped.",
"worldedit.brush.smooth.equip": "Smooth brush equipped ({0} x {1}x using {2}).",
"worldedit.brush.smooth.nofilter": "any block",
"worldedit.brush.smooth.filter": "filter",
"worldedit.brush.snowsmooth.equip": "SnowSmooth brush equipped ({0} x {1}x using {2}), {3} snow blocks.",
"worldedit.brush.snowsmooth.nofilter": "any block",
"worldedit.brush.snowsmooth.filter": "filter",
"worldedit.brush.extinguish.equip": "Extinguisher equipped ({0}).",
"worldedit.brush.gravity.equip": "Gravity brush equipped ({0}).",
"worldedit.brush.butcher.equip": "Butcher brush equipped ({0}).",
@@ -482,6 +487,7 @@
"worldedit.naturalize.naturalized": "{0} block(s) have been made to look more natural.",
"worldedit.center.changed": "Center set. ({0} blocks changed)",
"worldedit.smooth.changed": "Terrain's height map smoothed. {0} blocks changed.",
"worldedit.snowsmooth.changed": "Snow's height map smoothed. {0} blocks changed.",
"worldedit.move.moved": "{0} blocks moved.",
"worldedit.deform.deformed": "{0} blocks have been deformed.",
"worldedit.hollow.changed": "{0} blocks have been changed.",