Madeline Miller
c43a877eb4
Release 7.2.11
2022-07-30 15:57:55 +10:00
wizjany
9ef6e5bd81
MC 1.19.1 ( #2159 )
...
* [Fabric] Bump versions to 1.19.1.
No code changes needed.
* [Bukkit] Add 1.19.1 DV to 1.19 adapter.
No mapping changes. Devbundle left untouched for now.
* [Forge] Bump versions to MC 1.19.1.
2022-07-30 15:30:27 +10:00
wizjany
70d70f906f
Back to snapshot.
2022-07-27 21:00:26 -04:00
wizjany
315c5d0333
Release 7.2.11 beta 2.
...
Last 1.19 release for forge due to breaking changes.
2022-07-27 20:50:34 -04:00
wizjany
96f791c5e5
[Forge] Bump to final RB for 1.19.
2022-07-27 20:49:24 -04:00
Yeregorix
ba8e4036e4
Fix tasks not being scheduled on Sponge ( #2155 )
2022-07-25 21:05:07 +10:00
Maddy Miller
d7b3c4c099
Clone the returned getRegion on BlockArrayClipboard ( #2144 )
2022-07-16 15:39:26 +10:00
Octavia Togami
298b641a8b
Make the BukkitAdapter thread-safe
2022-07-15 21:27:42 -07:00
Octavia Togami
65fe8a69a6
Update actions, upload logs
2022-07-14 17:37:45 -07:00
Octavia Togami
8c322dfbbb
Use some pattern-matching, 'cause it's cool
2022-07-14 17:05:51 -07:00
Octavia Togami
8caaa3e0ed
[Forge] Update to 41.0.98 to fix breaking changes
...
Fixes #2139
2022-07-14 17:05:51 -07:00
Yeregorix
8fee9bdd2c
Fix Sponge rotation adapter
2022-07-14 09:49:43 -07:00
Octavia Togami
ed2713a5d7
Update some plugins to fix build
2022-07-01 07:28:28 -07:00
Madeline Miller
fb7366e372
Back to SNAPSHOT for continued development
2022-06-18 13:19:08 +10:00
Madeline Miller
087758992c
Release 7.2.11 Beta 1
2022-06-18 12:58:27 +10:00
Octavia Togami
3433e40d51
Fix CB watchdog, fail early if it breaks
2022-06-10 17:07:24 -07:00
Octavia Togami
a7ab49a0bf
Merge pull request #2112 from EngineHub/snapshot-testing/1.19
2022-06-10 00:58:35 -07:00
Octavia Togami
7df4d984ff
[Bukkit] 1.19
...
Removed 1.18, 1.18.2 is still present
2022-06-09 17:21:11 -07:00
Octavia Togami
d3ab1e5783
1.19 data updates
2022-06-07 21:32:29 -07:00
Octavia Togami
69b5d661f0
[Forge] 1.19
2022-06-07 17:26:11 -07:00
Octavia Togami
7497341a1c
[Fabric] 1.19
2022-06-07 17:26:08 -07:00
Octavia Togami
a8a3633b08
Increase memory for daemon
...
Thanks loom
2022-06-07 09:19:41 -07:00
Octavia Togami
66e3c3cd62
[Fabric] 1.19-pre1
...
- new TextComponent -> Component.literal
- Use sendSystemMessage instead of displayClientMessage(..., false)
- build -> buildUnoptimized/buildOptimized; I just returned the same
from both
- Create a LevelStem for regen world constructor
- Use RandomSource instead of Random
- Command text doesn't include the slash anymore
2022-06-07 09:19:41 -07:00
Maddy Miller
31e5298f39
Fixed //stack erroring when given a count of 0 ( #2108 )
2022-06-04 16:47:19 +10:00
Maddy Miller
c515eb5f26
Cache properties to reduce startup memory ( #2103 )
...
* Cache properties to reduce startup memory
* Apply PR review notes
* Remove import
2022-06-04 16:30:23 +10:00
Maddy Miller
c83f6ecd88
Play around with SpongeForge ( #2107 )
2022-06-04 16:10:50 +10:00
Octavia Togami
92dfdcb88b
Update CodeQL action to v2
2022-05-26 18:26:16 -07:00
Maddy Miller
15bd7ff441
Increase default BlockState count ( #2102 )
2022-05-22 17:28:42 +10:00
Octavia Togami
8ddd31797c
Fix fastutil on sponge ( #2099 )
...
VG excludes the wrong version, PR has been made
2022-05-22 17:02:35 +10:00
Maddy Miller
3eefaa29dd
Fix block state mask with string properties ( #2091 )
2022-05-01 12:00:28 +10:00
Octavia Togami
14ecf9320c
Bump paperweight + bundle to fix build
2022-04-21 18:40:49 -07:00
wizjany
27b2945362
Bump adapter jar.
...
https://github.com/EngineHub/worldedit-adapters/pull/31
2022-03-20 12:42:46 -04:00
wizjany
027a6078f9
Revert "Fix sponge."
...
This reverts commit 677ce55a92
.
2022-03-18 09:00:57 -04:00
wizjany
677ce55a92
Fix sponge.
2022-03-18 08:33:48 -04:00
Madeline Miller
5b599298eb
Back to SNAPSHOT for continued development
2022-03-18 16:23:11 +10:00
Madeline Miller
1742f98426
Release 7.2.10
2022-03-18 16:09:43 +10:00
wizjany
e715ccc3b4
Fix passenger entity saving and loading ( #2058 )
...
* Fix incorrect saving and subsequent loading of passenger entities in vehicles.
Originally from https://github.com/EngineHub/WorldEdit/issues/1763#issuecomment-1062429891 .
Co-authored-by: wizjany <wizjany@gmail.com>
* Port to Fabric/Forge.
Rewrite in Sponge to use EntityArchetype.
Sponge is untested because WE doesn't properly build/run on it right now apparently?
* NBT Constants.
Co-authored-by: Red_Epicness <red.epicness@icloud.com>
2022-03-18 14:33:35 +10:00
Octavia Togami
356cd2c8b2
Merge pull request #2062 from EngineHub/fix/mixin-mixup
...
Un-mixup the mixins.
2022-03-17 10:48:38 -07:00
wizjany
b8d42ac589
Defeat the duplication dilemma.
2022-03-17 13:18:46 -04:00
Madeline Miller
5e49f69f76
Forge requires explicitly defining the refmap in the mixing config
2022-03-17 16:58:31 +10:00
Madeline Miller
ccf9397cfd
Now works in dev
2022-03-17 16:42:46 +10:00
Octavia Togami
b4b018d6d5
Remove afterEvaluate to restore refmap
...
MixinGradle uses an afterEvaluate block to determine JAR registrations.
This runs before our reobf registration does, and I honestly don't
recall why this was in afterEvaluate and it doesn't appear to break
anything so I'm calling it good.
2022-03-17 16:42:46 +10:00
Madeline Miller
dd69617272
Make some improvements to the Forge side - still not fixed
2022-03-17 16:42:46 +10:00
wizjany
b8d096ba99
Un-mixup the mixins.
...
This properly separates the forge and fabric mixins in the merged -mod jar.
By some miracle Forge was 'working' with the Fabric mixins, but this is probably safer overall.
2022-03-17 16:42:45 +10:00
Octavia Togami
59742162cb
Use Forge's official tag API
2022-03-16 20:34:22 -07:00
wizjany
5843aa50e6
Change vector command converter wording. ( #2059 )
...
Hopefully will cut down on questions of how to use `//pos x,y,z`.
2022-03-13 02:38:50 +00:00
wizjany
f50a81fcc4
Fluid masks for forge/fabric. ( #556 )
...
Closes #877 .
2022-03-06 18:11:05 -05:00
Pierre Maurice Schwang
44863cf5d8
Don't access PluginClassLoader directly ( #2045 )
2022-03-05 08:50:42 -05:00
Octavia Togami
e21ab6a7f6
Revert to v2 setup-java
...
https://github.com/actions/setup-java/issues/295
2022-03-04 22:03:12 -08:00
Octavia Togami
afdfa9e325
gradle 7.4
2022-03-04 22:03:12 -08:00