Commit Graph

466 Commits

Author SHA1 Message Date
Maddy Miller
bf8c2e77e8
Fix Paperweight build error and remove 1.19.4/1.20.0 support (#2529)
* Fix Paperweight build error and remove 1.19.4/1.20.0 support

* Remove extra version-specific data
2024-05-16 22:31:14 +10:00
Madeline Miller
3d0892dddc
Use Paper-specific API to fetch CommandMap when available 2024-05-15 20:31:39 +10:00
Madeline Miller
98e8720ff8
Update platform versions 2024-05-06 15:07:09 +10:00
Octavia Togami
28ca2e6b96
Clean up Gradle configuration 2024-04-30 22:33:39 -07:00
Octavia Togami
4a48dcb394
Move all versions to version catalogs 2024-04-30 22:33:29 -07:00
Madeline Miller
b6aabb03fb
[Bukkit] Allow loading on 1.20.6 2024-04-30 22:13:01 +10:00
Madeline Miller
4606e700b4
[Bukkit] Update for 1.20.5 2024-04-28 18:01:49 -07:00
Octavia Togami
99319e9ce7
Remove unused imports 2024-04-28 18:01:48 -07:00
Octavia Togami
0b0f052300 Fix warnings in platforms 2024-04-02 14:33:24 +10:00
Madeline Miller
18909ae001 Remove 1.17 support for Bukkit 2024-03-30 14:34:22 +10:00
Maddy Miller
89d3f09e70
Add a warning about using CraftBukkit due to it not working (#2487)
* Add a warning about using CraftBukkit due to it not working

* Alter the CraftBukkit detection system
2024-03-30 14:11:53 +10:00
Maddy Miller
112e00406d
Cleanup usages of deprecated Vector getters (#2482)
* Cleanup usages of deprecated Vector getters

* fix typo
2024-03-08 22:50:04 -08:00
Madeline Miller
b5c5890665
Spigot now calls a non-obfuscated addFreshEntity during structure generation, add to the proxy 2024-01-12 23:53:46 +10:00
Madeline Miller
6e820d400f
Work around a Spigot breakage. Fixes https://github.com/EngineHub/WorldEdit/issues/2450 2023-12-19 21:05:43 +10:00
Madeline Miller
ebf355f8fb
Merge branch 'version/7.2.x' 2023-12-11 21:01:53 +10:00
Maddy Miller
13d4d6c98a
Add support for MC 1.20.4 (#2439)
* [Fabric] Add 1.20.3-pre1 support

* MCUtils updates

* 1.20.3-pre2

* Update Fabric to 1.20.3 final release

* Forge for 1.20.3

* Bukkit for 1.20.3

* We're 1.20.4 now
2023-12-11 20:49:00 +10:00
Maddy Miller
1a12db4fbc
Send biome updates for chunks when possible (#2443)
* Send biome updates [WIP]

* Add other platforms

* Ensure that the iterable won't be iterated twice
2023-12-06 21:39:06 +10:00
Maddy Miller
9b8eb2ce37
Drop 1.19-1.19.3 to reduce jar size (#2440) 2023-11-21 07:25:14 -08:00
Madeline Miller
607b9fce78
Update Gradle and Gradle plugins 2023-11-21 22:39:42 +10:00
Octavia Togami
0e94275122
Properly shade adapters
Causes a bunch of problems and I want to delete shadow
2023-10-24 23:46:39 -07:00
Octavia Togami
8f4269a302
Use the adapters config to drive dependencies
This is literally the obvious way to do it, idk what I was doing
2023-10-24 22:16:28 -07:00
Octavia Togami
dc0ae906cd
Hacky merge of version/7.2.x 2023-10-04 23:51:51 -07:00
Madeline Miller
10cd6820c9
Merge branch 'version/7.2.x' 2023-09-27 23:16:21 +10:00
Madeline Miller
2ed73152a4 Use a newer Paperweight dev bundle 2023-09-27 20:32:26 +10:00
Madeline Miller
964dcb9b44 [Bukkit] 1.20.2 2023-09-27 20:32:26 +10:00
Yeregorix
5b4322e53a
Fix left click on air being ignored and right click on block being handled twice (#2153)
* Fix left click on air being ignored and right click on block being handled twice

* Factorize debouncing and cache event result

* Fix ForgePlatform#server being always null
2023-09-14 19:09:27 +10:00
Maddy Miller
854fa63851
Apply a few micro-optimisations (#2391)
* Apply a few micro-optimisations

* Remove this bit as it alters behaviour

* Review changes
2023-09-03 09:01:26 +00:00
Madeline Miller
3f165638b6
Remove unnecessary version guards in BukkitWorld, as all supported versions have these now 2023-09-03 16:21:34 +10:00
Madeline Miller
f8144e584d
Merge branch 'version/7.2.x' 2023-08-16 17:59:48 +10:00
Madeline Miller
8af61f1c29
Update gradle plugins to attempt to improve build speeds
Appears this issue might be the main underlying cause, https://github.com/PaperMC/paperweight/issues/199, which this doesn't address
2023-08-16 17:56:12 +10:00
Maddy Miller
7f81aad028
Remove the Bukkit legacy data folder migration code from 11 years ago (#2383) 2023-08-10 08:32:37 +10:00
Maddy Miller
ab75fd7748
Shade and relocate jlibnoise (#2363)
* Shade and relocate jlibnoise

* formatting fix
2023-08-06 10:52:26 -07:00
Madeline Miller
ff8e5054f5
Merge branch 'version/7.2.x' 2023-07-16 20:11:48 +10:00
Madeline Miller
5d03b1e682
Update test permissible for latest API 2023-07-16 20:10:36 +10:00
Madeline Miller
6770ada5e1
Merge branch 'version/7.2.x' 2023-07-02 20:55:57 +10:00
Madeline Miller
93e413c613
Fix test compile error due to Spigot mid-version API break 2023-07-02 20:55:16 +10:00
Maddy Miller
61363821b9
Add a BiomeCategories API (#2338)
* Add a BiomeCategories API

* licenses

* Use a supplier to retain the lazy-load & dynamicness of the existing system, but still retaining the inversion of control that this PR was intended to provide
2023-06-24 15:11:31 +10:00
Maddy Miller
5b88c3181b
Use registry lookups for Bukkit adapters (#2330)
* Use registry lookups for Bukkit adapters

* Remove a redundant todo now that this targets master
2023-06-18 17:33:15 +10:00
Maddy Miller
faf4d7c16b
Cleanup the paper adapters in the master branch (#2339) 2023-06-18 15:50:22 +10:00
Madeline Miller
b079da7db0
Merge branch 'version/7.2.x' 2023-06-14 19:21:59 +10:00
Jordan
4892e056cf
feat: implement recently-added tree types to tree generator (#2332)
* feat: implement recently-added tree types to tree generator

* fix: add mappings to implementation worlds

* Use later API version to fix tests

---------

Co-authored-by: Madeline Miller <mnmiller1@me.com>
2023-06-14 18:47:19 +10:00
Maddy Miller
1f22906aca [Bukkit] Add 1.20.1 support to adapter 2023-06-13 00:25:28 +10:00
Madeline Miller
3cb1e03edb
Fix diffs missed due to merge crash 2023-06-09 22:06:33 +10:00
Madeline Miller
d312553fc5
Merge branch 'version/7.2.x' 2023-06-09 21:55:13 +10:00
Maddy Miller
40a203c3d2
Add Console/CommandBlock support to Fabric/Forge/Sponge (#2317)
* Add Console/CommandBlock support to Fabric/Forge

* Hoist config option and add a common abstract class for command block actors

* Apply to Sponge too
2023-06-09 21:21:40 +10:00
Madeline Miller
066a7abf7f [Bukkit] 1.20 2023-06-09 20:16:41 +10:00
Octavia Togami
9667101730
Upgrade many items, Gradle 8.1.1 (#2329)
* Upgrade many items, Gradle 8.1.1

* Bump to codecov snapshot

* Use the release of the codecov plugin

---------

Co-authored-by: Madeline Miller <mnmiller1@me.com>
2023-06-04 05:40:08 +00:00
wizjany
abc8c1f256
Add -Penginehub.obf.none=true gradle property to build mojmap worldedit-bukkit. (#2316)
This simply takes the -dev adapter jars instead of the obfuscated ones, creating otherwise the exact same worldedit-bukkit jar. This jar can be used on mojmap paper servers.

Closes #1929.
2023-05-16 17:05:30 -04:00
Maddy Miller
5638a28897
Fix ServerLevel proxies not including entities (#2308)
* Fix ServerLevel proxies not including entities

* Also include the entity call that the village generator uses
2023-05-07 15:55:27 +10:00
Madeline Miller
cd95d207f2 Actually register structures on other platforms 2023-04-30 16:53:58 +10:00