Josh194 / FMCB

A platform that allows the linking of multiple applications/games together in various ways.
GNU General Public License v3.0
2 stars 1 forks source link

Implement Portals for the MC Subsystem. #5

Open Josh194 opened 3 years ago

Josh194 commented 3 years ago

Decide on an approach for which the MC subsystem will handle portals (this will require some discussion), and implement the code necessary to maintain the list of existing portals and their configurations, and somehow run code on them each tick; either by creating some form of tick handler inside a custom block, or by iterating over the list and running code inside it (or some other method).