Commit Graph

12 Commits

Author SHA1 Message Date
apple502j bd4e393324
More 23w42a stuff (#3703) 2023-10-22 14:47:45 +09:00
Shnupbups 7a80090b57
23w42a stuff (#3699)
* 23w42a stuff

No realms or world load stuff here

* is this borked?
2023-10-19 22:43:23 +09:00
modmuss50 0736e22eb1 23w42a 2023-10-18 16:46:35 +01:00
modmuss50 d074c62ba7 23w35a 2023-08-30 14:12:47 +01:00
apple502j 9d6bc0730d
23w32a more stuff (#3629)
* 23w32a more stuff

* Fix some names
2023-08-17 12:45:34 +01:00
modmuss50 dac0dd71e1 23w32a 2023-08-09 16:28:38 +01:00
Shnupbups cf0715edf1
23w18a stuff (#3563)
* 23w18a stuff

* Update TelemetryManager.mapping

* suggestions

* Apply suggestions from code review

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

---------

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
2023-05-05 14:33:40 +01:00
Shnupbups 2d7a44cb83
23w17a stuff (#3552)
* 23w17a stuff

I have no clue when it comes to font or lighting stuff, so the bulk of this snapshot isn't covered here...

* Update mappings/net/minecraft/client/texture/NativeImage.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

---------

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2023-04-27 00:58:55 +02:00
Player 3f6476c92a 23w17a 2023-04-26 11:56:04 -04:00
modmuss50 6d9dc3a565 1.19.4-pre1 2023-02-22 17:22:18 +00:00
Shnupbups 81301f8764
23w07a stuff (#3492)
* 23w07a stuff

Got a bit carried away...

Some names aren't ideal, and there's still more that could be done, so feedback is appreciated

* More + suggestions
2023-02-16 21:22:27 +09:00
Shnupbups 1df1065b4d
Data package restructure (#3465)
With the introduction of sub-packs included in the base game, there are several classes for the 1.20 datapack and several for the vanilla datapack which would benefit from being renamed and put into packages to make this clearer.

Classes which are only used for the vanilla datapack have been put into a `vanilla` subpackage, and ones for the 1.20 datapack have been put into a `onetwenty` subpackage.

Furthermore, classes which are only used for the vanilla datapack have been prefixed with `Vanilla`.

The above changes should not be considered impactful as these classes are strictly for generating the vanilla and 1.20 datapacks and are incredibly unlikely to be referenced by modders.

However, tag providers which were named with an `Abstract` prefix have had this removed. This makes them match with other providers. This is a somewhat impactful refactor.
2023-02-01 21:42:58 +11:00
Renamed from mappings/net/minecraft/data/server/advancement/AdventureTabAdvancementGenerator.mapping (Browse further)