1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-25 22:53:22 +00:00
CC-Tweaked/projects/common/src/main/java/dan200/computercraft/shared
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
..
command Bump dependency versions 2023-03-14 18:43:42 +00:00
common Allow undying items using a sponge 2023-02-08 20:13:58 +00:00
computer Read computer threads directly from the config object (#1295) 2023-01-07 22:16:06 +00:00
config Read computer threads directly from the config object (#1295) 2023-01-07 22:16:06 +00:00
container Post multi-loader cleanup 2022-11-10 15:55:34 +00:00
data Split CC:T into common and forge projects 2022-11-10 08:54:09 +00:00
details Always expose nbt from turtle.getItemDetail 2023-01-25 18:37:14 +00:00
integration Update to Minecraft 1.19.3 2022-12-08 19:45:02 +00:00
media Fix duplicated swing animations on high-ping servers 2022-12-19 19:53:41 -08:00
network Fix a few typos 2023-01-24 18:47:29 +00:00
peripheral Fix NBT key name from the previous commit 2023-03-14 09:42:53 +00:00
platform Allow placing items against some blocks 2023-03-04 18:17:43 +00:00
pocket Copy pocket upgrades items before dropping them 2023-01-26 22:40:03 +00:00
turtle Allow placing items against some blocks 2023-03-04 18:17:43 +00:00
util Bump dependency versions 2023-03-14 18:43:42 +00:00
CommonHooks.java Resolve a few TODOs 2022-12-03 15:55:48 +00:00
ModRegistry.java Allow undying items using a sponge 2023-02-08 20:13:58 +00:00