Maddy Miller
8ee45137aa
Fix Cycler tool not using full block data ( #1868 )
2021-08-08 08:23:44 -07:00
Octavia Togami
b9f0416624
Use a Guava Cache instead of a ThreadLocal ( #1862 )
...
This allows high performance without leaking memory, and works around
the JVM bug with ThreadLocals. See #1722 .
2021-08-02 10:21:13 -07:00
Octavia Togami
96c97997dc
Exclude JSR305 from libs
...
Fixes #1859
2021-08-01 09:44:44 -07:00
Madeline Miller
6af752ba54
Add Beta 2 changelog items
2021-07-29 19:21:34 +10:00
Octavia Togami
2e45a20348
[Forge] Update to 1.17.1 ( #1847 )
...
* [Forge] Update to 1.17.1
Includes minor updates to Fabric as well.
water and water and water water
* Fix a few things
* Move to latest versions of FG/Forge
Also drops TrueZIP in dev
2021-07-28 23:01:35 -07:00
Octavia Togami
8686672108
Only map options if needed to replace seed ( #1843 )
...
* Only map options if needed to replace seed
* Add bukkit adapters.
Co-authored-by: wizjany <wizjany@gmail.com>
2021-07-25 14:08:57 -04:00
Matthew Miller
f414af50f6
Fix the offset mask forcing negation of itself ( #1656 )
2021-07-20 18:50:12 -07:00
Madeline Miller
a383d9164a
Merge branch 'version/7.2.x'
2021-07-18 16:06:48 +10:00
Madeline Miller
cfd209824c
Fix deployment of -cli artefacts
2021-07-18 16:06:03 +10:00
Matt
fb1fb84965
Fixed typo and grammar
2021-07-16 11:31:35 -07:00
Maddy Miller
8b38f6fbc0
Support 48x48x48 drawsel on 1.16+ ( #1826 )
...
* Support 48x48x48 drawsel on 1.16+
* Also update the chat message on //drawsel
* Extract the code
* Split the x/y/z
* angry reacts only
2021-07-16 20:14:46 +10:00
Matt
27baceca85
Fixed typo
2021-07-15 21:33:17 -07:00
Octavia Togami
2f6b50a427
Update for final changes
2021-07-14 21:49:55 -07:00
Octavia Togami
e1892b7bd4
Fix imports
2021-07-14 21:49:55 -07:00
Octavia Togami
a5ce8a4765
Licenses lol
2021-07-14 21:49:55 -07:00
Octavia Togami
bd475b1d4a
Update to Sponge Schematic 3
...
Includes a major refactoring of how schematics are read.
2021-07-14 21:49:54 -07:00
Octavia Togami
bb3245e3a0
Merge pull request #1832 from EngineHub/feature/117-for-master
...
1.17 for master
2021-07-14 13:48:02 -07:00
Octavia Togami
76a30080c5
Merge branch 'version/7.2.x' into feature/117-for-master
2021-07-14 13:36:14 -07:00
wizjany
5a143b83b2
Fix setting biomes on negative-Y-enabled worlds. ( #1833 )
...
Also left a note for forge, again.
Closes #1819 .
2021-07-14 13:34:50 -07:00
NotMyFault
9c7f4542a2
Fix a couple of typos ( #1835 )
...
* Fix typo in BukkitImplAdapter
* Yet another dangling typo
2021-07-14 08:08:34 -07:00
wizjany
402b9284a6
Update adapters.
2021-07-13 21:30:58 -04:00
Octavia Togami
8a830814df
Merge branch 'version/7.2.x'
2021-07-13 14:38:26 -07:00
Maddy Miller
954210deb8
Fix //outline for non-cuboid regions ( #1827 )
2021-07-13 11:10:11 +10:00
Octavia Togami
e4cd5696ff
[Fabric] Update to 1.17.1 ( #1821 )
2021-07-09 13:47:41 -07:00
Octavia Togami
1f21162bd0
Ensure the SLF4J ban is being applied
...
Fabric gets skipped 'cause its scuffed
2021-07-09 00:40:20 -07:00
Madeline Miller
e29126ed2f
Add 7.2.6 changelog as-of Beta 1
2021-07-07 19:41:05 +10:00
wizjany
1415e6f610
Fix notify at negative Y on fabric, leave note for forge.
2021-07-06 18:18:58 -04:00
wizjany
2586600ebb
Update adapters for 1.17.1.
2021-07-06 16:19:18 -04:00
Octavia Togami
40ded939ef
Fix loading legacy invalid blocks
2021-07-04 16:55:27 -07:00
Octavia Togami
10410acaa8
Fix key for 'Anything Else?' section
2021-07-03 11:46:14 -07:00
Octavia Togami
0790e6e5d8
Fix CLI Mess ( #1811 )
...
* Fix CLI awfulness
* Fix indentation
* Licenses
2021-07-01 09:44:44 -07:00
Octavia Togami
fbb047a0c1
Optimize legacy schematic loading ( #1808 )
...
* Optimize legacy schematic loading
* Be more DRY
2021-06-30 17:02:10 -07:00
Matt
f91e8e4071
Fixed incorrect version numbers in javadocs ( #1810 )
2021-06-30 12:11:23 -07:00
Octavia Togami
728a152395
Skip notify if chunk section doesn't exist ( #1794 )
...
* Skip notify if chunk section doesn't exist
* Include forge in this change
* Pass chunk to mark/notify directly, update adapters.
Co-authored-by: wizjany <wizjany@gmail.com>
2021-06-26 14:59:21 -07:00
wizjany
43da91ad92
Remove method reflection for getMinHeight in BukkitWorld. ( #1796 )
...
* Remove reflective use of the getMinHeight method in BukkitWorld.
Which requires dep updates to 1.17, which may currently break this build?
* Tell Gradle we can read Java 16 JARs
Co-authored-by: Octavia Togami <octavia.togami@gmail.com>
2021-06-22 17:13:47 -04:00
BloodEko
183ae4a140
Improve mask api ( #1793 )
...
* Improve mask api
* Revert javadocs change
2021-06-21 15:07:59 -07:00
Madeline Miller
b8a9c0070c
Merge branch 'version/7.2.x'
2021-06-19 15:19:32 +10:00
JOO200
eb7b79c949
Use require instead of strictly to reduce problems with mojang/bukkit updates ( #1787 )
2021-06-16 12:35:16 -07:00
wizjany
a57f66f7cc
Fix watchdog, add negative y support. ( #1782 )
2021-06-13 15:40:19 -04:00
Octavia Togami
043c3315aa
Fix Scuffed POMs ( #1779 )
...
* Repair fabric POM
* Fix-up a ton of publishing errors
* Remove shadow jar from publishing
* Remove shadow application from platform/core
2021-06-13 11:32:38 -07:00
Octavia Togami
47b64257fb
Restrict the weird forge maven to known content
2021-06-12 20:39:38 -07:00
Octavia Togami
e2ad0427ef
Update bundled language files
2021-06-12 00:45:38 -07:00
Octavia Togami
2beeec228b
Update cdist
2021-06-12 00:32:56 -07:00
Octavia Togami
3393d2701c
Try require for snake yaml
2021-06-11 14:46:10 -07:00
Octavia Togami
4d6c1973f3
Parallelize tests properly
2021-06-11 14:12:09 -07:00
Octavia Togami
bf78034628
Drop enforcedPlatform to platform
2021-06-11 14:01:04 -07:00
Octavia Togami
a0a3e0f5f1
De-parameterize vector tests
2021-06-11 13:58:58 -07:00
Octavia Togami
8cc6e7159b
Allow upgrading snakeyaml
2021-06-11 12:45:38 -07:00
Octavia Togami
c8e5f277c1
Update MCUtils for 1.17 ( #1774 )
...
* Update MCUtils for 1.17
* Re-add deprecated grass_path
2021-06-11 12:38:22 -07:00
wizjany
57a040c447
Update adapter jar.
2021-06-11 15:14:55 -04:00