Skip to content
Snippets Groups Projects
Unverified Commit becda544 authored by Dirk Sohler's avatar Dirk Sohler
Browse files

make changes for #movetogitlab

parent 960a7dc0
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@ This modpack combines three mods to tegister poles and lamps with a powerful API
![Some streetlights](screenshot.png)
The [Streetlights API](https://github.com/4w/streetlights/tree/master/streetlights_api) allows registering poles and lamps and that provides the Mesecon signal receiver that is used to forward the signal to the poles/lamps.
The [Streetlights API](https://gitlab.com/4w/streetlights/tree/master/streetlights_api) allows registering poles and lamps and that provides the Mesecon signal receiver that is used to forward the signal to the poles/lamps.
Then the modpack also contains the [Streetlights Poles](https://github.com/4w/streetlights/tree/master/streetlights_poles) mod that utilizes the *Streetlights API* to register a variety of conductive poles that can be used to transfer the signal from the receiver to the lamps.
Then the modpack also contains the [Streetlights Poles](https://gitlab.com/4w/streetlights/tree/master/streetlights_poles) mod that utilizes the *Streetlights API* to register a variety of conductive poles that can be used to transfer the signal from the receiver to the lamps.
With the [Streetlights Lamps](https://github.com/4w/streetlights/tree/master/streetlights_lamps) mod some simple lamps are registered that can be used in combination with the poles to light up the environment.
With the [Streetlights Lamps](https://gitlab.com/4w/streetlights/tree/master/streetlights_lamps) mod some simple lamps are registered that can be used in combination with the poles to light up the environment.
Using the API by yourself all you need to do is downloading the *Streetlights API* mod, depend on it and register all the poles and lamps you like. The two other mods are only there to show what the API does – or as a simple way to have streetlights in your game.
......@@ -6,4 +6,4 @@ The API is accessible via the global `streetlights_api` table and contains two f
See here for more details on the usage:
https://github.com/4w/streetlights/tree/master/streetlights_api
https://gitlab.com/4w/streetlights/tree/master/streetlights_api
......@@ -2,4 +2,4 @@ This mod adds some toggleable lamps for the *Streetlights API*.
![Screenshot of the lamps](screenshot.png)
The lamps are the default Mese lamps (full node lamp and post light) and one shaped Mese lamp and they can be connected to a pole registered through the [Streetlights API mod](https://github.com/4w/streetlights/tree/master/streetlights_api) or its receiver. The mod should be seen as reference implementation or an easy way to see what the API does without having to create an own mod using the API.
The lamps are the default Mese lamps (full node lamp and post light) and one shaped Mese lamp and they can be connected to a pole registered through the [Streetlights API mod](https://gitlab.com/4w/streetlights/tree/master/streetlights_api) or its receiver. The mod should be seen as reference implementation or an easy way to see what the API does without having to create an own mod using the API.
......@@ -2,5 +2,5 @@ This mod adds some toggleable lamps for the Streetlights API.
See here for more information:
https://github.com/4w/streetlights/tree/master/streetlights_lamps
https://github.com/4w/streetlights/tree/master/streetlights_api
https://gitlab.com/4w/streetlights/tree/master/streetlights_lamps
https://gitlab.com/4w/streetlights/tree/master/streetlights_api
......@@ -2,4 +2,4 @@ This mod adds some conductive poles for the *Streetlights API*.
![Screenshot of some poles](screenshot.png)
The poles come in various materials and can be connected to a receiver from the [Streetlights API mod](https://github.com/4w/streetlights/tree/master/streetlights_api) and the mod should be seen as reference implementation or an easy way to see what the API does without having to create an own mod using the API.
The poles come in various materials and can be connected to a receiver from the [Streetlights API mod](https://gitlab.com/4w/streetlights/tree/master/streetlights_api) and the mod should be seen as reference implementation or an easy way to see what the API does without having to create an own mod using the API.
......@@ -2,5 +2,5 @@ This mod adds some conductive poles for the Streetlights API.
See here for more information:
https://github.com/4w/streetlights/tree/master/streetlights_poles
https://github.com/4w/streetlights/tree/master/streetlights_api
https://gitlab.com/4w/streetlights/tree/master/streetlights_poles
https://gitlab.com/4w/streetlights/tree/master/streetlights_api
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment