1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-10 01:10:30 +00:00
CC-Tweaked/projects/fabric/src
Jonathan Coates 4f66ac79d3
Add redstone relay block (#2002)
- Move redstone methods out of the IAPIEnvironment, and into a new
   RedstoneAccess. We similarly move the implementation from Environment
   into a new RedstoneState class.

   The interface is possibly a little redundant (interfaces with a
   single implementation are always a little suspect), but it's nice to
   keep the consumer/producer interfaces separate.

 - Abstract most redstone API methods into a separate shared class, that
   can be used by both the rs API and the new redstone relay.

 - Add the new redstone relay block.

The docs are probably a little lacking here, but I really struggled to
write anything which wasn't just "look, it's the same as the redstone
API".
2024-11-12 09:05:27 +00:00
..
client Don't reset client pocket state when changing level 2024-10-31 09:33:22 +00:00
generated/resources/data Add redstone relay block (#2002) 2024-11-12 09:05:27 +00:00
main Add redstone relay block (#2002) 2024-11-12 09:05:27 +00:00
test Replace Fabric JUnit hacks with fabric-loader-junit 2023-10-26 22:06:40 +01:00
testMod Add a test for exploding turtles 2024-08-14 22:41:31 +01:00