This is an experimental copy for testing Poikilos' issue mirroring system. Note that Gitea's migration tool can import issues, but the "Issues" checkbox is disabled when "This repository will be a mirror" is enabled (it is for this repo).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
700 B

# ilights
Add industrial lights to Minetest.
## License
CC BY-SA 4.0
Copyright (c) 2014 DanDuncombe, (c) 2019 VanessaE
## History
This branch is the old CC version of the code, with new textures cherry
picked.
```
git clone https://gitlab.com/poikilos/ilights ilights
cd ilights && \
git checkout -b old-license-branch 5a4cc589 && \
git cherry-pick 6398d89b80a0bb20da9908babe04599a38a7e0f8
mv ilights_lamp_bulb_off.png ../
mv ilights_lamp_lens_off.png ../
git reset --hard
# ^ reset to avoid "unmerged" due to conflict
mv ../ilights_lamp_bulb_off.png ./
mv ../ilights_lamp_lens_off.png ./
```
## Tasks
- [ ] actually use the new textures (add the ability to turn them off
or require power)