Commit graph

4265 commits

Author SHA1 Message Date
modmuss50
039635a5dc 1.21.11-rc2 2025-12-05 13:28:04 +00:00
modmuss50
25d8f8e8e9 1.21.11-rc1 2025-12-04 16:53:16 +00:00
modmuss50
4a7e2b8499 1.21.11-pre5 2025-12-03 15:03:56 +00:00
modmuss50
efcb387d1c 1.21.11-pre4 2025-12-01 16:34:11 +00:00
apple502j
c6a904142d
1.21.11-pre3 stuff (#4393) 2025-11-27 22:14:01 +09:00
modmuss50
75bb20736e 1.21.11-pre3 2025-11-25 16:08:26 +00:00
Liam Broome
8d5bf5c6cd
[Issue] - Rename velocityModified to knockedBack in Entity.mapping (#4392) 2025-11-25 15:53:46 +09:00
Liam Broome
30364d5cd3
[Issue] - Reorder shape fields in PointedDripstoneBlock mapping (#4389) 2025-11-22 18:43:05 +09:00
Liam Broome
7bc7952fb0
[Issue] - Rename setEvent to setEventIfAbsent in Timer.mapping. (#4388)
* Rename setEvent to setEventIfAbsent in Timer.mapping

* Remove deprecated comment from setEventIfAbsent
2025-11-22 18:42:32 +09:00
modmuss50
a4d60dc4ed 1.21.11-pre2 2025-11-21 13:46:08 +00:00
apple502j
0d0d3c73e5
1.21.11-pre1 more stuff (#4387) 2025-11-21 13:43:49 +00:00
+merlan #flirora
2e97a41cfb
Add 1.21.11-pre1 mappings (#4386) 2025-11-20 12:19:13 +09:00
modmuss50
3ed358927e 1.21.11-pre1 2025-11-19 11:04:28 +00:00
apple502j
0e5d34838c
25w46a stuff (#4385) 2025-11-18 09:22:06 +00:00
apple502j
79f9a2ec05
25w45a stuff (#4384)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-15 14:59:04 +00:00
modmuss50
de90f8d745 Fix build 2025-11-11 15:50:25 +00:00
modmuss50
f99d3b8232 25w46a 2025-11-11 15:12:20 +00:00
+merlan #flirora
c0d01fd02e
[25w45a] Add mappings for environment attribute timelines (#4383)
* Add mappings for environment attribute timelines

* Fix name conflicts
2025-11-07 03:23:40 +09:00
haykam821
49ed0d6095
Map zombie nautilus variants (#4382) 2025-11-07 03:22:31 +09:00
haykam821
8c1f433f44
Rename the NautilusRenderState class to NautilusEntityRenderState (#4381) 2025-11-04 19:56:54 +02:00
modmuss50
69860c76d3 25w45a 2025-11-04 15:36:16 +00:00
apple502j
54a19a3378
25w44a stuff (#4380) 2025-11-03 22:45:38 +09:00
Joseph Burton
64a825cb57
Update to unpick v4 (#4363)
* Update to unpick v4

* Lint all unpick files to make sure they're all using the current unpick version

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-02 22:28:23 +00:00
modmuss
6bafe84381
Temporarily increase memory 2025-11-01 22:19:52 +00:00
Kilip1000
4b1352ce90
Hopefully fixed previous issue on recent banch (#4379) 2025-11-02 02:45:05 +09:00
Kilip1000
ceb2a046b4
Map ListWidgetEntry (#4377) 2025-11-01 22:58:35 +09:00
Kilip1000
fec9f109bd
Add mapping for WorldBorderWarningTimeFix class (#4376)
* Add mapping for GameRuleRegistryFix class

* Add mapping for WorldBorderWarningTimeFix class

Also renamed input argument of constructor of GameRuleRegistryFix to outputSchema to match other classes in net.minecraft.datafixer.fix

* Revert " Add mapping for WorldBorderWarningTimeFix class"

This reverts commit d3b192265b.

* Reapply " Add mapping for WorldBorderWarningTimeFix class"

This reverts commit d366afe041.
2025-11-01 22:58:17 +09:00
Kilip1000
b251b78638
Add mapping for GameRuleRegistryFix class (#4375) 2025-10-31 19:58:45 +09:00
haykam821
add2e4edd1
Map camel husks (#4371) 2025-10-31 03:12:04 +09:00
haykam821
0237504c1a
Map parcheds (#4369) 2025-10-30 12:21:59 +00:00
SkyNotTheLimit
959437c9c4
25w44a GameRules (#4367)
* 25w44a GameRules

* Rename value in GameRule to defaultValue
2025-10-30 12:13:25 +00:00
modmuss50
aa47f15b17 25w44a 2025-10-28 15:47:41 +00:00
apple502j
5e80bcafc7
25w43a stuff (#4366) 2025-10-28 13:21:53 +00:00
Jason Penilla
6cb1a81964
Scope demo state constants to the demo manager (#4364)
Fixes over eager application to other types i.e. start raining
2025-10-28 21:53:13 +09:00
Joseph Burton
6ddbd660de
Fix AnnotationParser for obfuscated classes (#4362) 2025-10-26 16:18:17 +00:00
Jason Penilla
2965c004ae
Publish unpick definitions alone as a separate artifact (#4359)
* Publish unpick definitions alone as a separate artifact

This is useful for external consumers that do not need yarn itself,
which takes up the majority of the jar publication

* Reuse GzipTask for compressTiny

* style fixes

* Switch to a jar

* Make it an extras jar
2025-10-26 16:09:37 +00:00
Joseph Burton
4a991a91a5
Annotations editor (#4351)
* Add gutter markers for annotations

* Add svg icons

* Add annotations editor

* Complete annotations editor for classes

* Make annotations editor work for fields and methods too

* Add updated jetbrains annotations to classpath; make parameters work properly; merge type annotations buttons where applicable; fix arrays not working

* Allow annotations editor to be used on parameters, it opens the owning method editor

* Restrict annotations based on their @Target

* Proper record component support

* Set back to non-local loom

* Set back to non-local Enigma

* Update to fixed Enigma version

* Remove unused utility method

* Apply annotations before unpick

* Fix annotation parsing with multiple attributes
2025-10-25 22:00:56 +01:00
0x06
32165be6fe
Fix #4332 (#4357) 2025-10-26 00:50:16 +09:00
+merlan #flirora
aa9091ee82
Add 25w43a misc mappings (#4356)
* Add 25w43a misc mappings

* Map DiscardLootFunction#builder
2025-10-26 00:50:10 +09:00
modmuss50
f3f40f2dd0 Don't cancel in progress publish jobs. 2025-10-23 18:37:37 +01:00
+merlan #flirora
74bbdbfc9c
Add 25w43a rendering mappings (#4354)
* Add 25w43a rendering mappings

* RenderSetup$Builder: rename addTexture to texture

* Add parameter names to RenderPass#bindTexture

* Rename remaining `tickDelta` parameters to `tickProgress`

* Map some debug renderers
2025-10-23 05:02:25 +09:00
Illia Zhdanov
dca5389514
renamed field_52250 and field_52251 to FRAMEBUFFER_WIDTH_SCALE and FRAMEBUFFER_HEIGHT_SCALE (#4355) 2025-10-23 05:01:55 +09:00
haykam821
05c10ef612
Map holidays (#4353) 2025-10-23 05:01:34 +09:00
modmuss50
5c54b32033 25w43a 2025-10-21 16:27:28 +01:00
+merlan #flirora
ec57a019fc
[25w42a] Map more client-side code (#4349)
* Add missing mappings in client/gl

* Add missing mappings to client.gui

* Add mappings for client.network

* Map items in client/texture

* Fix typo in MERRY_X_MAS

* Map SplashTextResourceSupplier

* Map ModelRotation
2025-10-21 13:17:00 +09:00
apple502j
e9b001a10d
Mapping fixes and new mappings (#4350)
* Fix typo

* Mapping fixes and new mappings
2025-10-18 21:29:31 +11:00
7410
924a2814de
Map more record constructors (fixed) (#4346)
* Map more constructors

* Don't check recordNames, don't map classes to themselves

* Do map things to themselves?
2025-10-18 11:21:57 +01:00
+merlan #flirora
3baf35cd05
Add 25w42a mappings (#4348) 2025-10-16 20:55:42 +09:00
apple502j
88349cc073
25w42a stuff (#4342)
* 25w42a stuff

* restore javadoc
2025-10-16 01:21:40 +03:00
haykam821
b784f72f76
Map bed rules (#4344) 2025-10-16 06:37:35 +09:00