-
Notifications
You must be signed in to change notification settings - Fork 1
Roadmap
Daedalus1400 edited this page May 16, 2017
·
17 revisions
Features beyond version 1.0.0 are speculative and subject to change.
- (done 0.1.0) Player position
- (not started) Time of day
- (not started) Time since world start
- (incomplete) Time since player's last successful sleep
- (ready 0.2.0) Call down lightning
- (not started) Apply vanilla potion effects
- (not started) Play vanilla sounds
- (ready 0.2.0) Random number between given bounds
- (not started) Randomly pick from given list
- (not started) Sequentially pick from given list
- (not started) Randomly pick from given list
- (not started) Sequentially pick from given list
In-game GUI for creating/removing/editing events. GUI accessed by using a creative-only item. Will allow reloading event configs so that changes can be tested without restarting Minecraft or reloading all mod configs.
Create a modular system to allow plugin-style mods to add sounds that can be used with the "playsound" action. This is so that pack makers can include only the sounds that they need, preventing bloating the modpack's size with unnecessary audio files.