Skip to content

Roadmap

Daedalus1400 edited this page May 16, 2017 · 17 revisions

Note:

Features beyond version 1.0.0 are speculative and subject to change.

Features For Version 1.0.0:

Conditions:

  1. (done 0.1.0) Player position
  2. (ready 0.2.0) Time of day
  3. (ready 0.2.0) Time since world start
  4. (usable) Time since player's last successful sleep
  5. (ready 0.2.0) Always true
  6. (ready 0.2.0) Random chance

Actions:

  1. (ready 0.2.0) Call down lightning
  2. (not started) Apply vanilla potion effects
  3. (not started) Play vanilla sounds
  4. (usable) Send messages to chat

Generics:

Numbers:

  1. (ready 0.2.0) Random number between given bounds
  2. (not started) Randomly pick from given list
  3. (not started) Sequentially pick from given list

Strings:

  1. (not started) Randomly pick from given list
  2. (not started) Sequentially pick from given list

Features For Version 2.0.0:

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.

Features For Version 3.0.0:

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.

Clone this wiki locally