Removed Create Track Map bc it broke
This commit is contained in:
parent
330ed38478
commit
477ff6e832
|
@ -213,7 +213,6 @@ CREATE MACHINES CREATE MACHINES CREATE MACHINES CREATE
|
|||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/cpqKG67r/378e7807b91aa7a836ec018bf9bbeeb19ccf6b46.png">[<abbr title="side:both">CS</abbr>] **[Create: Pattern Schematics](https://modrinth.com/mod/create-pattern-schematics)** - Build with dynamic schematics!
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/Dq3STxps/011f13a3eaf73d06a26b60a3a6ba858d3735815d.png">[<abbr title="side:both">CS</abbr>] **[Create Railways Navigator](https://modrinth.com/mod/create-railways-navigator)** - Get possible train connections in your world from one station to another using the Create Railways Navigator. An addon for the Create Mod.
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/ZzjhlDgM/23d42e3d1c878cb77f9e74a3f78fed2d011ed937.png">[<abbr title="side:both">CS</abbr>] **[Create: Steam 'n' Rails](https://modrinth.com/mod/create-steam-n-rails)** - Adding depth to Create's rail network & steam system
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/gxoNIjg6/a67aa736ddbd20c45cca55d1dc5ef03c2caf841f.png">[<abbr title="side:server">SO</abbr>] **[Create Track Map](https://modrinth.com/mod/create-track-map)** - A web-based track map of your world's Create train system, complete with signals, stations, and trains moving in real time.
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/kU1G12Nn/543e9fba168a8a5fc24764d79ad42f872aaf1920.png">[<abbr title="side:both">CS</abbr>] **[Create Crafts & Additions](https://modrinth.com/mod/createaddition)** - Create Crafts & Additions extends Create and acts as a bridge between electricity and kinetic energy
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/JiOqfoFM/e4bcb5f8cdcf99bbc93bd0200b709bbb92ca78b9.png">[<abbr title="side:both">CS</abbr>] **[Extended AE](https://modrinth.com/mod/extended-ae)** - ExtendedAE brings some 1.7.10/1.12.2 AE features back to modern AE.
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/x3HZvrj6/f051c47a2e3d0760397e0c4c488af0a615bc36a2.png">[<abbr title="side:both">CS</abbr>] **[Immersive Aircraft](https://modrinth.com/mod/immersive-aircraft)** - A bunch of rustic aircraft to travel, transport, and explore!
|
||||
|
|
|
@ -2,7 +2,7 @@ hash-format = "sha256"
|
|||
|
||||
[[files]]
|
||||
file = "README.md"
|
||||
hash = "2ba4c9250235d3415e17d2c55815e90ad6c27736aa0bcc519ab46892e04c76de"
|
||||
hash = "8033647fdfcb00250f8048c544d1c69e49ab014bdcc5387749474e6d7d42ecda"
|
||||
|
||||
[[files]]
|
||||
file = "make-list.py"
|
||||
|
@ -10,7 +10,7 @@ hash = "3d4daf2b31fc7223f1d8ae13e66af64c88564127e805681ee0eccbc2baf94e92"
|
|||
|
||||
[[files]]
|
||||
file = "modinfo.toml"
|
||||
hash = "b529375aaa80970433d78d4369d44ed28802fa643993749c9f54202eb3bf8b5e"
|
||||
hash = "1070fe537d1895f30e02e6cfee14304e997d3ce5d5da1878bae71fe19728c1c5"
|
||||
|
||||
[[files]]
|
||||
file = "mods/3dskinlayers.pw.toml"
|
||||
|
@ -412,11 +412,6 @@ file = "mods/create-steam-n-rails.pw.toml"
|
|||
hash = "4fac0263f4d5e5b8810969b6a04b64ee2396cd42232fd16bcadf7e8e7ae96d90"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/create-track-map.pw.toml"
|
||||
hash = "93adce5ea0a86dc042dfac4ae7f2f7068e159b57426cd4de2c7db35615f74e28"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/create-trimmed.pw.toml"
|
||||
hash = "650bb01ab2e62006652c079d212023a26db63baf6667537c139bec0f17ac44a6"
|
||||
|
|
|
@ -2179,6 +2179,7 @@ icon = "https://cdn.modrinth.com/data/gxoNIjg6/a67aa736ddbd20c45cca55d1dc5ef03c2
|
|||
side = "server"
|
||||
optional = false
|
||||
category = "technology"
|
||||
removed = true
|
||||
|
||||
[mods.yungs-better-dungeons]
|
||||
name = "YUNG's Better Dungeons"
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
name = "Create Track Map"
|
||||
filename = "create-track-map-1.4+mc1.20.1-fabric.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/gxoNIjg6/versions/qoyYyg2G/create-track-map-1.4%2Bmc1.20.1-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "262e54637fc296c09473325f0fe83d37bc4b3d08"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gxoNIjg6"
|
||||
version = "qoyYyg2G"
|
Loading…
Reference in New Issue