From 391423e198a8709b10e37f997ae8f2a46b8a5f98 Mon Sep 17 00:00:00 2001 From: Peter Nerlich <peter.nerlich+dev@googlemail.com> Date: Sat, 18 Jul 2020 12:43:30 +0200 Subject: [PATCH] add roadmap to v1.0 --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README b/README index eab63ff..2b616f7 100644 --- a/README +++ b/README @@ -4,3 +4,14 @@ by Peter Nerlich Implementation inspired by Beacons and Illumination mods. This mod adds spotlights - light sources that shine light to a spot over a long distance. + + +## ROADMAP TO V1.0 + +-[X] Proof of Concept (modified beacons) +-[ ] add downwards/sideways spotlights +-[ ] make spotlights not conflict when crossing light beams +-[ ] add proper model for spotlight +-[ ] figure out whether model can be made to shine just on the light bulb side (ignore shading, display pure white) + +Ta-daa! v1.0! -- GitLab