Brokkonaut
9843a4feb3
Fix snapshots in 1.18 ( #1959 )
...
* Fix snapshots in 1.18
* use Int2ObjectOpenHashMap
* Fix loading zipped snapshots that contain an entities folder
Co-authored-by: Octavia Togami <octavia.togami@gmail.com>
2021-12-14 17:32:39 +00:00
Octavia Togami
100b87ea98
Update gradle flow properly
2021-12-13 22:15:58 -08:00
Octavia Togami
12e1c242ce
Update flows from master
2021-12-13 22:09:32 -08:00
wizjany
20c42b51c8
Extract log4j version to Versions.kt.
...
Also bump to match underlying platform versions to resolve runtime
version mismatches.
2021-12-12 18:49:32 -05:00
wizjany
2c0b47d7db
Bump forge version as well.
2021-12-12 18:11:24 -05:00
wizjany
885c326cee
Bump paperweight, dev bundle.
2021-12-12 17:27:22 -05:00
Madeline Miller
4f34cf9fcb
Back to SNAPSHOT for continued development
2021-12-11 14:39:43 +10:00
Madeline Miller
1246d61030
Release 7.2.8
2021-12-11 14:38:26 +10:00
wizjany
22816cffe9
Version bumps for bukkit/fabric 1.18.1
2021-12-10 08:58:42 -05:00
wizjany
bfef9962f4
Fix BlockEntity saving on Forge.
2021-12-04 13:27:38 -05:00
wizjany
6e106c1680
Merge pull request #1939 from EngineHub/snapshot-testing/1.18
...
1.18
2021-12-02 15:31:49 -05:00
wizjany
5ce37d7ab2
Merge branch 'version/7.2.x' into snapshot-testing/1.18
2021-12-02 15:15:05 -05:00
wizjany
46de95ff3c
Clean up forge gradle script, apply the chorus plant fix to forge/fabric world.
2021-12-02 14:43:49 -05:00
wizjany
a8656c5f24
Bump some versions, fix forge run configs.
2021-12-02 13:21:57 -05:00
wizjany
f53282715e
Remove height from //expand vert.
...
With new world height limits, this will cause more confusion than good.
`//outset -v` or `//expand u,d` can replicate the previous behavior.
2021-11-30 22:19:14 -05:00
wizjany
63d2ad4ec3
Bump forge (again).
2021-11-30 20:11:35 -05:00
wizjany
7b4e2c28af
Bump forge version.
...
Loads now, though Forge prod client/server still don't run.
2021-11-30 17:23:49 -05:00
wizjany
f534b61f30
Theoretically works on forge.
2021-11-30 16:01:06 -05:00
wizjany
4e3fa750ec
Missed mapping.
2021-11-30 14:59:36 -05:00
wizjany
b00e0a4cfb
Paperweight roulette.
2021-11-30 14:31:52 -05:00
wizjany
6760ad7115
Bump version numbers and stuff for 1.18 release.
2021-11-30 11:53:14 -05:00
wizjany
979b522738
Make Paperweight adapter run on 1.18rc3.
2021-11-27 13:45:30 -05:00
Octavia Togami
44d91b0c73
Shove 1.17 adapters into a jar to fix the build
2021-11-26 18:54:55 -08:00
wizjany
1aad921836
Bump paperlib dep.
...
Fixes a bug with detecting pre-release versions.
2021-11-25 11:21:15 -05:00
Octavia Togami
511daa5078
Update paperweight dev bundle
2021-11-23 17:25:28 -08:00
Octavia Togami
29f1c66157
If a trace hits the world limit, cancel it ( #1942 )
2021-11-21 02:13:45 +00:00
wizjany
c4074717b3
Re-add class shutter with tweaks. ( #1947 )
...
We want to hide default-package classes, such as "com", "io", etc. which are common names
in Mojang obf classes but also common package names, without hiding generated default-package
classes such as described in #1895 .
This reverts commit 6008fe73
2021-11-19 19:47:21 +00:00
Octavia Togami
21e65e3958
Update Kotlin version so it builds
2021-11-18 22:12:45 -08:00
Octavia Togami
953e22fc38
[Fabric] Update to 1.18-pre4
2021-11-18 18:20:05 -08:00
Octavia Togami
c9717a54c9
Update to Gradle 7.3
2021-11-18 18:19:49 -08:00
Octavia Togami
53559192b4
Fix the build a bit
...
Improved checkstyling
2021-11-14 00:15:22 -08:00
Octavia Togami
410688e7b7
[Fabric] Update to 1.18-pre1, Mojmapped
...
Also Gradle 7.3. :)
2021-11-14 00:01:06 -08:00
Octavia Togami
771ffae148
Some 1.18 related version shenaigans
...
Compiles: No
2021-11-13 21:54:21 -08:00
wizjany
bd87665e34
Update paperweight + userdev bundle. ( #1930 )
...
* Update paperweight + userdev bundle.
* remove unneeded config (set by userdev plugin already)
2021-11-11 20:05:43 +00:00
Octavia Togami
9928bc85b0
Specify UTF-8 for javadoc as well
2021-11-02 10:45:35 -07:00
Madeline Miller
3ba08901eb
Back to SNAPSHOT for continued development
2021-10-24 21:37:10 +10:00
Madeline Miller
9f3e7955f9
Release 7.2.7
...
Signed-off-by: Madeline Miller <mnmiller1@me.com>
2021-10-24 21:13:15 +10:00
wizjany
d48530cb67
Don't allow editing without a Bukkit Impl Adapter. ( #1920 )
...
* Don't allow editing without a Bukkit Impl Adapter.
Also fix up some failed adapter checks.
* Make config a string, log warning message.
* checkstyle
2021-10-23 16:42:14 -07:00
Maddy Miller
49bc9b0c36
chore: improve bukkit world access speeds ( #1911 )
2021-10-02 15:38:28 +10:00
Octavia Togami
e6857ec739
Move adapters to paperweight ( #1909 )
...
* Move adapters to paperweight
* Edit adapters JAR to remove 1.17 R1_2
* Fix checkstyle
* Add URL for updating version in the future
2021-10-01 21:11:29 -07:00
Octavia Togami
6008fe7333
Remove class shutter
...
Runtime classes are no longer conflicting. Fixes #1895 .
2021-09-12 16:01:25 -07:00
Maddy Miller
fbf61ef9e8
Fix raise and lower deform brushes ( #1889 )
2021-09-10 23:10:09 -07:00
Octavia Togami
6c08b68244
Set Multi-Release in CLI manifest
...
Fixes #1890
2021-09-06 16:41:28 -07:00
Maddy Miller
b4fbbc9cb7
Move clearable checks for Bukkit to adapters ( #1887 )
...
* Move clearable checks for Bukkit to adapters
* Apparently this is faster???
2021-09-04 14:31:36 +10:00
Maddy Miller
b1c230d36a
Add conditional checking in help command ( #1888 )
2021-09-04 12:06:15 +10:00
wizjany
1173385ac7
Update Bukkit adapters for world gen change.
2021-08-29 13:02:00 -04:00
Madeline Miller
4235622e86
Back to snapshot for future development
2021-08-22 13:58:08 +10:00
Madeline Miller
4b2d1e7468
Release 7.2.6
2021-08-22 13:54:14 +10:00
Madeline Miller
f049d5613f
Revert "Use a Guava Cache instead of a ThreadLocal ( #1859 )"
...
This reverts commit b9f0416624
.
2021-08-22 13:45:33 +10:00
Octavia Togami
ed28089628
Don't crash if fields are null in ChunkDeleter ( #1874 )
...
Fixes #1873
2021-08-22 13:27:25 +10:00