Skip to content

Commit 068db7c

Browse files
committed
Update pre submit checklist
1 parent 770a9cf commit 068db7c

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

src/app/guide/submit/page.tsx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export default function Submit() {
2424
</div>
2525
<div className="section">
2626
<h2>Before you submit</h2>
27+
<b style={{ color: "red" }}>Very important!</b>
2728
<ul>
2829
<li>Make sure your mod is good :3</li>
2930
<li>
@@ -33,11 +34,24 @@ export default function Submit() {
3334
Test if your mod works properly on a server and outside of a
3435
development environment.
3536
</li>
36-
<li>Make sure your mod has the necessary 3 features.</li>
37+
<li>
38+
Make sure your mod has the necessary 3 features, "works on fabric
39+
1.21.11" or similar is <b>not</b> a feature. Anything similar to a
40+
tutorial doesn't count.
41+
</li>
3742
<li>Check if your mod is survival-friendly.</li>
3843
<li>
3944
Ensure you are in #mc-modding so you can receive your prize.
4045
</li>
46+
<li>
47+
Test that your mod actually works for the versions you say it
48+
works for 😔
49+
</li>
50+
<li>
51+
Please also confirm that your mod is coherent and does not contain
52+
any tutorial items or files (Like ExampleMixin, suspicious
53+
substances, chisels, ...)
54+
</li>
4155
</ul>
4256
</div>
4357
</TiledDiv>

src/app/page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export default function HomePage() {
7070
<a
7171
className="event"
7272
href="https://hackclub.slack.com/archives/C07NQ5QAYNQ/p1769001218794009"
73+
target="_blank"
7374
style={{ textDecoration: "none" }}>
7475
<b>Mobbin</b>
7576
<span>Ship a mob, get merch!</span>
@@ -213,7 +214,7 @@ export default function HomePage() {
213214
(at least 5 lines of code, JSON does not count). This can be a
214215
mixin, an item/block interaction, entity AI, rendering code, you
215216
name it! You can only count every feature once, so creating
216-
multiple items with similar features will only count as one
217+
multiple things with similar features will only count as one
217218
feature. Anything you got from a tutorial or vanilla does{" "}
218219
<b>not</b> count.
219220
</p>

0 commit comments

Comments
 (0)