Update README.md for v1.2
This commit is contained in:
parent
b264703521
commit
8684798259
1 changed files with 9 additions and 4 deletions
13
README.md
13
README.md
|
@ -6,9 +6,13 @@ and adds a way to control and manage your time (but mostly space) machine with n
|
|||
and even other mods like [ComputerCraft: Tweaked](https://tweaked.cc) or [Create](https://github.com/Creators-of-Create/Create)
|
||||
|
||||
### Features:
|
||||
* Digital TARDIM interface: ComputerCraft peripheral that lets you control a TARDIM using computers! Full list of methods is available in the [Javadoc](http://andrey71.me/TARDIM-ic-docs/su/a71/tardim_ic/tardim_ic/DigitalInterfacePeripheral.html) (Sorry for that, this is the best auto-generated docs I could find for now). The peripheral supports almost all commands that the TARDIM computer panel has.
|
||||
* New commands that let you ring cloister bell or list all biomes and dimensions
|
||||
* Improved fuel system, which will take in any furnace fuel and won't consume buckets
|
||||
* Redstone TARDIM Input: New block that lets you execute a TARDIM command with the power of redstone! After saving a command, this block executes it every time it gets powered by redstone
|
||||
* **Important:** The next major version will add tons of features, these are a fraction of what is to come.
|
||||
* Full ComputerCraft integration
|
||||
* Digital TARDIM interface: ComputerCraft peripheral that lets you control a TARDIM using computers! Full list of methods is available in the [Javadoc](http://andrey71.me/TARDIM-ic-docs/su/a71/tardim_ic/tardim_ic/DigitalInterfacePeripheral.html) (Sorry for that, this is the best auto-generated docs I could find for now). The peripheral supports almost all commands that the TARDIM computer panel has.
|
||||
* Peripherals for some of the TARDIM blocks that provide a few of digital interface's methods at smaller costs
|
||||
* Create integration (display sources): some of the blocks will now be able to act as a display source with Create mod
|
||||
|
||||
### Example use-cases
|
||||
* Make a dashboard to monitor fuel levels, current location, and other information on a screen in a nice way.
|
||||
|
@ -21,13 +25,14 @@ The possibilities are endless, the only limit is your imagination!
|
|||
|
||||
**Is this for Fabric or Forge?**
|
||||
: Both! As a Fabric player who recognises Forge's large playerbase, I support both major modloaders.
|
||||
However, due to nature of development Fabric versions may get released a bit earlier.
|
||||
|
||||
**Can I use this in my modpack?**
|
||||
: Sure, as long as you don't claim the mod as your own. A link to this mod's page would be appreciated too.
|
||||
|
||||
**Will there be a 1.20.1 version and beyond?**
|
||||
: I am in the process of moving to 1.20, but need TARDIM to update to that version first. Create mod's fabric port also affects the process.
|
||||
Next major version, v1.2, will likely not be on 1.19.2. The intention is to follow latest versions.
|
||||
: I am in the process of moving to 1.20, with Fabric already out and Forge in progress.
|
||||
I intend to follow latest versions with TARDIM.
|
||||
|
||||
**I encountered a bug or have a suggestion. What do I do?**
|
||||
: If you have a problem or suggestion, the best way to get them to me is through the project's Discord server.
|
||||
|
|
Loading…
Add table
Reference in a new issue