mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-10 01:10:30 +00:00
Update to latest illuaminate
This allows us to remove our image copying code
This commit is contained in:
parent
3493159a05
commit
6478fca7a2
@ -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
|
||||||
<img alt="An example GPS constellation." src="/images/gps-constellation-example.png" class="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
|
||||||
|
@ -64,7 +64,7 @@ forgeGradle = "6.0.20"
|
|||||||
githubRelease = "2.5.2"
|
githubRelease = "2.5.2"
|
||||||
gradleVersions = "0.50.0"
|
gradleVersions = "0.50.0"
|
||||||
ideaExt = "1.1.7"
|
ideaExt = "1.1.7"
|
||||||
illuaminate = "0.1.0-44-g9ee0055"
|
illuaminate = "0.1.0-69-gf294ab2"
|
||||||
librarian = "1.+"
|
librarian = "1.+"
|
||||||
lwjgl = "3.3.3"
|
lwjgl = "3.3.3"
|
||||||
minotaur = "2.+"
|
minotaur = "2.+"
|
||||||
|
@ -138,11 +138,6 @@ val docWebsite by tasks.registering(Copy::class) {
|
|||||||
|
|
||||||
from(htmlTransform)
|
from(htmlTransform)
|
||||||
|
|
||||||
// Pick up assets from the /docs folder
|
|
||||||
from(rootProject.file("doc")) {
|
|
||||||
include("logo.png")
|
|
||||||
include("images/**")
|
|
||||||
}
|
|
||||||
// index.js is provided by illuaminate, but rollup outputs some other chunks
|
// index.js is provided by illuaminate, but rollup outputs some other chunks
|
||||||
from(rollup) { exclude("index.js") }
|
from(rollup) { exclude("index.js") }
|
||||||
// Grab illuaminate's assets. HTML files are provided by jsxDocs
|
// Grab illuaminate's assets. HTML files are provided by jsxDocs
|
||||||
|
Loading…
Reference in New Issue
Block a user