-
Notifications
You must be signed in to change notification settings - Fork 1
Roadmap
Daedalus1400 edited this page May 17, 2017
·
17 revisions
Features beyond version 1.0.0 are speculative and subject to change.
- (done 0.1.0) Player position
- (done 0.2.0) Time of day
- (done 0.2.0) Time since world start
- (usable 0.2.0) Time since player's last successful sleep
- (done 0.2.0) Always true
- (done 0.2.0) Random chance
- (done 0.2.0) Call down lightning
- (not started) Apply vanilla potion effects
- (not started) Play vanilla sounds
- (usable 0.2.0) Send messages to chat
- (done 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.