1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-10-01 08:20:47 +00:00
CC-Tweaked/src
Jonathan Coates 1e88d37004
Add peripheral_hub type for wired-modem-like peripherals (#1193)
This allows other mods to create wired-modem alike blocks, which expose
peripherals on the wired network, without having to reimplement the main
modem interface.

This is not currently documented, but a peripheral_hub should provide
the following methods:

 - isPresentRemote
 - getTypeRemote
 - hasTypeRemote
 - getMethodsRemote
 - callRemote
2022-10-29 16:03:05 +01:00
..
generated Switch to vanilla's model data generators 2022-10-22 11:55:30 +01:00
main Add peripheral_hub type for wired-modem-like peripherals (#1193) 2022-10-29 16:03:05 +01:00
test Handle file transfers inside CraftOS (#1190) 2022-10-29 12:01:23 +01:00
testMod Use spotless for enforcing licenses 2022-10-22 18:19:51 +01:00
web Convert build script to Kotlin 2022-10-22 21:09:08 +01:00