From 37c181fa2104d59eabf39adf35906cfdf93b8cf9 Mon Sep 17 00:00:00 2001 From: Andrew71 Date: Mon, 30 Jan 2023 11:00:54 +0300 Subject: [PATCH] The clock is striking 12 --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 044ddf4..fad4e1c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This mod is an addon for the [TARDIM mod](https://modrinth.com/mod/tardim), and ### How to use * Place the Digital Interface peripheral inside your TARDIM. -* Connect a computer to the peripheral using a wired modem and wrap it with `peripheral.wrap()`. +* Connect a computer to the peripheral using a wired modem and wrap it with `peripheral.wrap`/`peripheral.find`. * Call one of the many methods available to you! All the methods can be found in the [Javadoc](http://andrey71.me/TARDIM-ic-docs/su/a71/tardim_ic/tardim_ic/DigitalInterfacePeripheral.html) @@ -38,8 +38,5 @@ If you would like to use this mod but the version you want is missing I would su : Implementing these, as well as the `locateBiome` method, would require me to have access to TARDIM mod's source code, which the developers keep private. If I ever get access to source of the related commands I will add these methods. -**Why is the source code not linoed?** -: I would love to open the code and intend to at some point, however I am new to mod making, so I want to first ensure the quality of the mod and the source code. - **Will there be a 1.19.3 version and beyond?** : Yes, I will try my best to update to later versions as soon as ComputerCraft: Tweaked and TARDIM receive stable versions for them. \ No newline at end of file