1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-26 07:03:22 +00:00
CC-Tweaked/projects/common/src/main/java/dan200/computercraft/shared/util
Jonathan Coates a74089d8ae
Bump dependency versions
Mostly in prep for 1.19.4.

 - Update to Loom 1.1.

   - Simplifies our handling of remapped configurations a little.
   - Removes the need for a fake fabric.mod.json in the API jar.

   For reasons I don't quite understand, this required us to bump the
   Fabric API version. Otherwise interfaces are not injected.

 - Update to Rollup 3.0.

 - Do NOT update NullAway: It now correctly checks @Nullable fields in
   inherited classes. This is good, but also a pain as Minecraft is a
   little over-eager in where it puts @Nullable.
2023-03-14 18:43:42 +00:00
..
ArgumentHelpers.java Update to Minecraft 1.19.3 2022-12-08 19:45:02 +00:00
BlockEntityHelpers.java Post multi-loader cleanup 2022-11-10 15:55:34 +00:00
ColourTracker.java Split CC:T into common and forge projects 2022-11-10 08:54:09 +00:00
ColourUtils.java Split CC:T into common and forge projects 2022-11-10 08:54:09 +00:00
DirectionUtil.java Split CC:T into common and forge projects 2022-11-10 08:54:09 +00:00
DropConsumer.java Increase the distance from which we drop items 2023-01-01 14:51:47 +00:00
Holiday.java Bump dependency versions 2023-03-14 18:43:42 +00:00
IDAssigner.java Try to ensure atomic writes to our ID file 2023-03-04 16:02:21 +00:00
ImpostorRecipe.java Update to Minecraft 1.19.3 2022-12-08 19:45:02 +00:00
ImpostorShapelessRecipe.java Update to Minecraft 1.19.3 2022-12-08 19:45:02 +00:00
InventoryUtil.java Fix OOB when item insertion wraps around (#1277) 2022-12-29 11:26:25 +00:00
NBTUtil.java Split CC:T into common and forge projects 2022-11-10 08:54:09 +00:00
PauseAwareTimer.java Split CC:T into common and forge projects 2022-11-10 08:54:09 +00:00
RecipeUtil.java Post multi-loader cleanup 2022-11-10 15:55:34 +00:00
RedstoneUtil.java Split CC:T into common and forge projects 2022-11-10 08:54:09 +00:00
TickScheduler.java Split CC:T into common and forge projects 2022-11-10 08:54:09 +00:00
WaterloggableHelpers.java Split CC:T into common and forge projects 2022-11-10 08:54:09 +00:00
WorldUtil.java Fix a few typos 2023-01-24 18:47:29 +00:00