ILLISIS / Constructron-Continued

Other
13 stars 21 forks source link

feat: remote interface for registering new entities #180

Closed fgardt closed 1 month ago

fgardt commented 2 months ago

should solve #174. Other mod just needs to run remote.call("ctron", "scan-entity", entity) where entity is the LuaEntity that should be processed for the build queue. Also adds a way to process an array of LuaEntities: remote.call("ctron", "scan-entities", entities).