@@ -3,67 +3,6 @@ import SplashText from "~/components/SplashText";
33import Link from "next/link" ;
44import TiledDiv from "~/components/TiledDiv" ;
55
6- const featuredMods = [
7- "https://github.com/MelnCat/IncompleteCombustion" ,
8- "https://modrinth.com/mod/cameratweaks" ,
9- "https://modrinth.com/mod/2d-minecraft" ,
10- "https://modrinth.com/mod/omnilook" ,
11- "https://modrinth.com/mod/extra-ores-items" ,
12- "https://modrinth.com/mod/magic-craft" ,
13- "https://modrinth.com/mod/farmers-delight-kacchi" ,
14- "https://modrinth.com/mod/portal-gun-mod" ,
15- "https://modrinth.com/mod/skibidi-brainrot-mod" ,
16- "https://modrinth.com/mod/villager-tower-mod" ,
17- "https://modrinth.com/mod/night-vision-revamp" ,
18- "https://modrinth.com/mod/skillsmod" ,
19- "https://modrinth.com/mod/nuggetmod" ,
20- "https://modrinth.com/mod/abyssium" ,
21- "https://modrinth.com/mod/namemanager" ,
22- "https://modrinth.com/mod/simplespotifycontroller" ,
23- "https://modrinth.com/mod/mc-death-note-mod" ,
24- "https://modrinth.com/mod/snowball-hole-filler" ,
25- "https://modrinth.com/mod/not-apples" ,
26- "https://modrinth.com/mod/big-ships" ,
27- "https://modrinth.com/mod/player-pearls" ,
28- "https://modrinth.com/mod/schrodingers-chest" ,
29- "https://modrinth.com/mod/chrono-domain" ,
30- "https://modrinth.com/mod/nibbles-deep-dark" ,
31- "https://modrinth.com/mod/js-turret" ,
32- "https://modrinth.com/mod/tecnogui" ,
33- "https://modrinth.com/mod/aviros" ,
34- "https://modrinth.com/mod/eatermod" ,
35- "https://modrinth.com/mod/planecraft" ,
36- "https://modrinth.com/mod/magic-wands" ,
37- "https://modrinth.com/mod/onomatopoeia" ,
38- "https://modrinth.com/mod/lets-go-gambling!" ,
39- "https://modrinth.com/mod/simpleedits" ,
40- "https://modrinth.com/mod/wakatime-mod" ,
41- "https://modrinth.com/mod/mc-game-of-life-sim" ,
42- "https://modrinth.com/mod/ferret-friends" ,
43- "https://modrinth.com/plugin/voteupdate" ,
44- "https://modrinth.com/mod/quick-f3" ,
45- "https://modrinth.com/mod/echoes-of-time" ,
46- "https://modrinth.com/mod/potato-perks" ,
47- "https://modrinth.com/mod/server-playtime-manager" ,
48- "https://modrinth.com/mod/explorie" ,
49- "https://modrinth.com/mod/rainbow-wood" ,
50- "https://modrinth.com/mod/chatdebug" ,
51- "https://modrinth.com/plugin/world-border-expansion" ,
52- "https://modrinth.com/mod/tecnomap" ,
53- "https://modrinth.com/plugin/command-reporter" ,
54- "https://modrinth.com/mod/railcraft" ,
55- "https://modrinth.com/mod/gateway" ,
56- "https://modrinth.com/plugin/mcgambling" ,
57- "https://modrinth.com/mod/minecraft-rivals" ,
58- "https://modrinth.com/mod/arsenal-and-anvil" ,
59- "https://modrinth.com/mod/enderchestheadsup" ,
60- "https://modrinth.com/mod/project-gorilla" ,
61- "https://modrinth.com/mod/divinetowers" ,
62- "https://modrinth.com/mod/studycraft" ,
63- "https://modrinth.com/mod/chronoelegy" ,
64- "https://modrinth.com/mod/mwhrd" ,
65- ] ;
66-
676export default function HomePage ( ) {
687 return (
698 < >
@@ -163,16 +102,9 @@ export default function HomePage() {
163102 < p className = "player1" >
164103 Join others as they create their own universes.
165104 </ p >
166- < div
167- onClick = { ( ) =>
168- open (
169- featuredMods [ Math . floor ( Math . random ( ) * featuredMods . length ) ] ,
170- "_blank" ,
171- )
172- }
173- style = { { cursor : "pointer" , textDecoration : "underline" } } >
105+ < a href = "/gallery" target = "_blank" >
174106 just like these mods.
175- </ div >
107+ </ a >
176108 < h3 > Check out the mods teens made last time!</ h3 >
177109 < video controls src = "/video.mp4" width = "100%" />
178110 < h3 > Craft a mod...</ h3 >
@@ -199,15 +131,8 @@ export default function HomePage() {
199131 </ p >
200132 < h3 id = "feature" > Place the blocks...</ h3 >
201133 < p >
202- Create at least 3 features for your mod. A feature is a functional
203- thing written in code that does something interesting in the game
204- (at least 5 lines of code, JSON does not count). This can be a
205- mixin, an item/block interaction, entity AI, rendering code, you
206- name it! You can only count every feature once, so creating
207- multiple things with similar features will only count as one
208- feature. Anything you got from a tutorial or vanilla does{ " " }
209- < b > not</ b > count. Blocks/items that don't do anything don't count
210- either.
134+ Create a mod. Try to make something polished that is fun or cool
135+ that people actually want to download.
211136 </ p >
212137 < h3 > Get the game...</ h3 >
213138 < p >
@@ -218,7 +143,7 @@ export default function HomePage() {
218143 and share your source code to a platform like{ " " }
219144 < a href = "https://github.com/" > GitHub</ a > to get stickers and a
220145 game like minecraft or hytale or a server. On top of that if you
221- get 200 downloads in the first month, you get{ " " }
146+ get 300 downloads in the first month, you get{ " " }
222147 < a href = "https://www.terraria.org/" > Terraria</ a > for free!
223148 </ p >
224149 < h2 > FAQ</ h2 >
0 commit comments