Madeline Miller
a1132ab88c
Merge branch 'version/7.3.x'
2024-10-14 19:33:57 +10:00
Madeline Miller
31a795a365
Back to SNAPSHOT for continued development
2024-10-13 19:59:59 +10:00
Madeline Miller
c6af3a3eb0
Release 7.3.7
2024-10-13 19:58:29 +10:00
Octavia Togami
e595c3f29a
Merge pull request #2637 from EngineHub/ot/fix/jnbt-compat
...
Bump lin-bus to support old schematics better
2024-10-13 11:47:48 +02:00
Octavia Togami
6c65f09149
Bump lin-bus to support old schematics better
2024-10-02 00:34:48 -07:00
Vilsu221
485bb41167
Add negative y support
2024-09-14 13:40:11 -07:00
Octavia Togami
e07633cd10
Move EditSession closure into exception handling
2024-09-11 17:44:05 -07:00
Madeline Miller
305f0cb328
Merge branch 'version/7.3.x'
2024-09-11 22:58:51 +10:00
Tyler Wesley
4e7abf56da
Changes /curve /line thickness param from int to double ( #2623 )
2024-09-11 22:48:12 +10:00
Octavia Togami
d3c59b107a
Re-enable buffering
...
This is required for masks to work properly.
2024-09-07 11:09:00 -07:00
Octavia Togami
c61b273f8d
Add property-based testing for SideEffectSet
2024-09-07 00:24:58 -07:00
Octavia Togami
e54a68325c
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.
2024-09-07 00:24:58 -07:00
Pierre Maurice Schwang
cfd9eeabae
retrieve BlockEntities tag in v3 schematics optionally
2024-08-31 09:31:47 -07:00
Octavia Togami
8a3df24a37
Apply review suggestion
2024-08-26 17:53:44 -07:00
Markus Ebner
d05e84268b
Attempt to fix #2125
2024-08-26 17:53:44 -07:00
Octavia Togami
fc44a3ae8d
Move the SLF4J ban to checkstyle
...
It was inconsistent to exclude the dependencies
2024-08-25 09:21:49 -07:00
Octavia Togami
54be5fafed
Remove leftover debug print
...
Fixes #2607
2024-08-25 09:08:09 -07:00
aurora
bbbbea719c
Replace download in Readme with Modrinth ( #2606 )
2024-08-20 08:17:43 +00:00
brickmonster
6e37730bad
Fix incorrect paste orientation with //perf -h update off
( #2601 )
...
Fixes #2575
2024-08-14 06:33:26 +00:00
Octavia Togami
ebc4b29055
Finally fix jchronic shading
...
Someone should've filed an issue about this >.>
2024-08-10 22:39:02 -07:00
Madeline Miller
b3e2838f7b
Back to SNAPSHOT for continued development
2024-08-10 13:49:02 +10:00
Madeline Miller
3d660b8f1d
Release 7.3.6
2024-08-10 13:47:55 +10:00
Madeline Miller
6f210ad398
Merge branch 'version/7.3.x'
2024-08-09 22:58:08 +10:00
Madeline Miller
3e6708a6f3
[Bukkit] Allow 1.21 Paper adapter to load on 1.21.1
2024-08-09 22:55:17 +10:00
Octavia Togami
350dfa107c
Revert "Shutdown executor service on disable ( #2570 )"
...
This does not work as this breaks moving between SP servers. Fixes #2586
This reverts commit 84ad34c36f
.
2024-07-29 21:44:46 -07:00
Maddy Miller
c1d0494f97
Move //update to RegionCommands from GeneralCommands ( #2590 )
2024-07-29 21:35:34 -07:00
Madeline Miller
6b68ff993a
Back to SNAPSHOT for continued development
2024-07-25 20:55:56 +10:00
Madeline Miller
8ba3d89631
Release 7.3.5
2024-07-25 20:47:16 +10:00
Maddy Miller
2dbcae3d0a
Cleanup registry init ( #2583 )
2024-07-24 21:17:01 -07:00
Octavia Togami
f5eefc0ac2
Merge pull request #2581 from EngineHub/ot/debt/what-is-a-repository
...
Completely eliminate usage of other repos
2024-07-23 19:45:43 -07:00
Octavia Togami
c81c217108
Fix formatting
2024-07-23 19:19:44 -07:00
Octavia Togami
46eff6ab6f
Attempt a little more repo cleanup
2024-07-21 13:15:26 -07:00
Octavia Togami
da223671a5
Completely eliminate usage of other repos
...
Probably, I'm not firewalling it to make sure
2024-07-21 15:30:51 +10:00
Octavia Togami
c9fdcc6ab4
Merge branch 'version/7.3.x'
2024-07-20 10:21:25 -07:00
TomyLobo
9fae6771fd
Merge pull request #2582 from EngineHub/deform-fix-queryrel
...
Fix queryRel for //deform and //brush deform
2024-07-20 16:41:41 +02:00
TomyLobo
570ec87790
Fix queryRel for //deform and //brush deform
2024-07-19 03:11:28 +02:00
Maddy Miller
292dae65cb
Use Bukkit Registry API where possible ( #2573 )
2024-07-12 12:02:09 +10:00
Maddy Miller
f31c2e65ea
Remove <1.16 //drawsel max size handling ( #2572 )
2024-07-07 06:31:13 +00:00
Maddy Miller
84ad34c36f
Shutdown executor service on disable ( #2570 )
...
* Shutdown executor service on disable
* also do CLI
2024-07-07 16:16:15 +10:00
Maddy Miller
856d120218
Add a #clipboard mask, to mask to blocks that match the clipboard ( #2502 )
...
* Add a #match mask, to mask to blocks that match the clipboard
* Rename the parser mask to #clipboard
* Fix import order
* Add documentation to the MatchMask class
* PR review feedback
* add #copy as an alias
* use native Java List.of
2024-07-07 05:17:50 +00:00
Maddy Miller
4d3d820f51
Deprecate fullySupports3DBiomes and BiomeQuirkExtent ( #2496 )
2024-07-07 05:03:10 +00:00
Octavia Togami
27bd26607f
Update crowdin-distributor
2024-07-06 04:09:37 -07:00
Madeline Miller
43b3b0308b
Back to SNAPSHOT for continued development
2024-07-06 20:52:50 +10:00
Madeline Miller
62632448b4
Release 7.3.4
2024-07-06 20:51:29 +10:00
Maddy Miller
ab4809985e
Lazily compute BlockState#getAsString ( #2566 )
...
* Lazily compute BlockState#getAsString
* Implement in BaseBlock
2024-07-06 10:28:30 +00:00
Madeline Miller
eac445dfd8
Merge branch 'version/7.3.x'
2024-06-29 20:21:30 +10:00
wizjany
3adba9f25a
Fix structure block CUI resetting selections cross-world. ( #2561 )
...
Previously, if a world override was active (e.g. via //world), createStructureBlock would always attempt to check the player (entity) world rather than their selection world. This led to the selection getting reset immediately. Now, we first check if there's anything to render (i.e. if the selection is in the current world) before attempting to get the selection from the player's session.
2024-06-26 23:14:57 +00:00
Octavia Togami
1834cfba15
Add CODEOWNERS
2024-06-25 11:31:55 -07:00
Octavia Togami
203236d22a
Use published version of lin-bus
2024-06-25 00:20:33 -07:00
Octavia Togami
63b06eb6cd
Also run stale bot on issue activity
2024-06-22 15:13:05 -07:00