Commit Graph

13 Commits

Author SHA1 Message Date
Shnupbups 40378e2670 24w14potato stuff
Still quite a few things left, but here's what I've done
Can't wait to see none of these mappings make it past this week :)
2024-04-02 02:48:12 +11:00
modmuss50 af396dc501 24w14potato 2024-04-01 11:22:45 +01:00
Shnupbups d8f166c134
24w09a stuff (#3800)
* oh lord

* the rest

* Fix conflict

* Map components

* Map items

* Map text

* Map blocks, etc

* command, data, enchantment, inventory packages

---------

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
2024-02-29 09:06:13 +00:00
modmuss50 90fffc782a 24w09a 2024-02-28 19:15:21 +00:00
Shnupbups 80ddaa2e64
24w05a stuff (#3779)
* 24w05a stuff

* Update world_events.unpick

* whoops
2024-02-01 12:10:35 +09:00
modmuss50 0babaa8c33 24w05a 2024-01-31 17:12:25 +00:00
Shnupbups ebb104d39e
More 23w45a stuff, including unpicks (#3728)
+ a couple of random tiny things
2023-11-12 12:36:29 +09:00
apple502j a8df882cf3
23w12a stuff (#3526)
* 23w12a stuff

* Fix javadoc

* Fix typo
2023-03-25 16:50:21 +09:00
Shnupbups 7d293c0ef2
23w12a stuff (#3525)
* 23w12a stuff

Probably enough for now, I'll take a more thorough look later

* More stuff
2023-03-23 12:25:44 +09:00
modmuss50 ab74ad09af 23w12a 2023-03-22 16:31:25 +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
modmuss50 b3dc08e924 23w07a 2023-02-15 16:19:06 +00: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