1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-09-28 15:08:47 +00:00

Bump illuaminate version

This has a new Markdown parser, so we need to remove our use of image
attributes.
This commit is contained in:
Jonathan Coates 2023-08-23 18:09:06 +01:00
parent 25776abf61
commit 12ee47ff19
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
3 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ In order to give the best results, a GPS constellation needs at least four compu
constellation is redundant, but it does not cause problems. constellation is redundant, but it does not cause problems.
## Building a GPS constellation ## Building a GPS constellation
![An example GPS constellation.](/images/gps-constellation-example.png){.big-image} <img alt="An example GPS constellation." src="/images/gps-constellation-example.png" class="big-image" />
We are going to build our GPS constellation as shown in the image above. You will need 4 computers and either 4 wireless We are going to build our GPS constellation as shown in the image above. You will need 4 computers and either 4 wireless
modems or 4 ender modems. Try not to mix ender and wireless modems together as you might get some odd behavior when your modems or 4 ender modems. Try not to mix ender and wireless modems together as you might get some odd behavior when your

View File

@ -15,13 +15,13 @@ CC: Tweaked can be installed from [CurseForge] or [Modrinth]. It runs on both [M
Controlled using the [Lua programming language][lua], CC: Tweaked's computers provides all the tools you need to start Controlled using the [Lua programming language][lua], CC: Tweaked's computers provides all the tools you need to start
writing code and automating your Minecraft world. writing code and automating your Minecraft world.
![A ComputerCraft terminal open and ready to be programmed.](images/basic-terminal.png){.big-image} <img alt="A ComputerCraft terminal open and ready to be programmed." src="images/basic-terminal.png" class="big-image" />
While computers are incredibly powerful, they're rather limited by their inability to move about. *Turtles* are the While computers are incredibly powerful, they're rather limited by their inability to move about. *Turtles* are the
solution here. They can move about the world, placing and breaking blocks, swinging a sword to protect you from zombies, solution here. They can move about the world, placing and breaking blocks, swinging a sword to protect you from zombies,
or whatever else you program them to! or whatever else you program them to!
![A turtle tunneling in Minecraft.](images/turtle.png){.big-image} <img alt="A turtle tunneling in Minecraft." src="images/turtle.png" class="big-image" />
Not all problems can be solved with a pickaxe though, and so CC: Tweaked also provides a bunch of additional peripherals Not all problems can be solved with a pickaxe though, and so CC: Tweaked also provides a bunch of additional peripherals
for your computers. You can play a tune with speakers, display text or images on a monitor, connect all your for your computers. You can play a tune with speakers, display text or images on a monitor, connect all your
@ -30,7 +30,7 @@ computers together with modems, and much more.
Computers can now also interact with inventories such as chests, allowing you to build complex inventory and item Computers can now also interact with inventories such as chests, allowing you to build complex inventory and item
management systems. management systems.
![A chest's contents being read by a computer and displayed on a monitor.](images/peripherals.png){.big-image} <img alt="A chest's contents being read by a computer and displayed on a monitor." src="images/peripherals.png" class="big-image" />
## Getting Started ## Getting Started
While ComputerCraft is lovely for both experienced programmers and for people who have never coded before, it can be a While ComputerCraft is lovely for both experienced programmers and for people who have never coded before, it can be a

View File

@ -58,7 +58,7 @@ fabric-loom = "1.3.7"
forgeGradle = "6.0.8" forgeGradle = "6.0.8"
githubRelease = "2.2.12" githubRelease = "2.2.12"
ideaExt = "1.1.6" ideaExt = "1.1.6"
illuaminate = "0.1.0-28-ga7efd71" illuaminate = "0.1.0-38-gfe61ad4/"
librarian = "1.+" librarian = "1.+"
minotaur = "2.+" minotaur = "2.+"
mixinGradle = "0.7.+" mixinGradle = "0.7.+"