1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-10-05 10:20:46 +00:00
CC-Tweaked/projects/common/src
Jonathan Coates be4512d1c3
Construct ComponentAccesses with the BE
After embarrassing, let's do some proper work.

Rather than passing the level and position each time we call
ComponentAccess.get(), we now pass them at construction time (in the
form of the BE). This makes the consuming code a little cleaner, and is
required for the NeoForge changes in 1.20.4.
2024-01-14 17:46:37 +00:00
..
client Remove several usages of ComputerFamily 2023-12-20 14:17:38 +00:00
main Construct ComponentAccesses with the BE 2024-01-14 17:46:37 +00:00
test/java/dan200/computercraft Construct ComponentAccesses with the BE 2024-01-14 17:46:37 +00:00
testFixtures/java/dan200/computercraft/test/shared Fix crash when joining a dedicated server 2023-10-08 15:22:32 +01:00
testMod Construct ComponentAccesses with the BE 2024-01-14 17:46:37 +00:00