diff --git a/index.html b/index.html index e0e8894..42bf9ee 100644 --- a/index.html +++ b/index.html @@ -27,8 +27,6 @@
Change theme
-
-
@@ -38,116 +36,55 @@

Discover Addons

-
+
+ +
+
+ +
Show more...
+
+
+
+
+
+

Here is a Random Addon for you to enjoy!

+
+
+


-
-
-
- -
- - -
- -
-

Create Railways Navigator

- -
-

Ever wanted a navigator for your trains? Yes? This addon is for you!

-
-
- -
-

Create: Steam 'n' Rails

- -
-

Enchance Your Create Mod train experience with Steam 'n' Rails

-
-
- -
-

Create: Structures

- -
-

Early-game structures for Your world

-
- -
-
-

Modern Train Parts

- -
-

This is a create addon that implements modern railway systems, cargo and deco blocks for - create trains.

-
-
- -
-

Create Crafts & Additions

- -
-

Create Crafts & Additions extends Create and acts as a bridge between electricity and - kinetic energy

-
-
- -
-

Create: Bells & Whistles

- -
-

Additions and adornments for the modern Create engineer. Available for both Fabric & - Forge!

-
-
- -
-

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.

-
-
- -
-

Create: The Factory Must Grow

- -
-

Heavy Engineering & Oil For The Create Mod

-
-
- -
-

Create: Interactive

- -
-

A rewrite of Create's contraptions using VS2 to allow for things like building on existing - contraptions, stacked contraptions, train derailment and more!

-
-
-
- +
+ +
+

For Creators

+

You can't find your addon here?

+

Contact us and request a re-scan of all addons for your addon to join other!

+

You can join our Discord or email us on: blueprint-site@proton.me

+ Join our Discord! + Email us +
+ +
+ + + + + + +
+
- -
-
-

What is Blueprint?

Blueprint is a site made to help You find Your favorite Create Mod addons

How does it work?

-

We collect data from Modrinth and Curseforge and then use it to show you the addons +

We collect data from Modrinth (and Curseforge in future) and then use it to show you the addons (more info here)

Who is behind the site?

The creator: @yehorscode on Github, .egorro on Discord

@@ -169,7 +106,7 @@
Made with ❤️ by @yehorscode and @thereal_flo_
// JavaScript code for slideshow functionality - var images = ["static/banner1.webp", "static/banner2.webp", "static/banner3.webp", "static/banner10.webp", "static/banner11.webp"]; // Array of image paths + var images = ["static/banner1.webp", "static/banner2.webp", "static/banner3.webp", "static/banner4.webp", "static/banner11.webp"]; // Array of image paths var currentIndex = 0; // Index of the current image var imageElement = document.getElementById("home-slideshow-image"); var sideBox = document.getElementById("side-box"); @@ -190,41 +127,42 @@
Made with ❤️ by @yehorscode and @thereal_flo_
- - + + + `; } else if (index === 1) { // Add content for the second image sideBox.innerHTML = ` - - - + + + `; } else if (index === 2) { // Add content for the third image sideBox.innerHTML = ` - - - + + + `; } else if (index === 3) { // Add content for the third image sideBox.innerHTML = ` - - - + + + `; } else if (index === 4) { // Add content for the third image sideBox.innerHTML = ` - - - + + + `; } } @@ -234,6 +172,37 @@