-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnews.html
135 lines (129 loc) · 10.1 KB
/
news.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{{ template "head.html" . }}
<div class="page">
{{ template "sidebar.html" . }}
<div class="page-wrapper">
{{template "header.html" .}}
<div class="page-body">
<div class="container-xl">
<div class="row justify-content-center">
<div class="col-lg-10 col-xl-9">
<div class="card card-lg mb-4">
<div class="card-header">
<h2 class="card-title">Create 6.0.0 Released!</h2>
</div>
<div class="card-body">
<p>The Create mod has been updated to 6.0.0 and brings a lot of new features and improvements! Currently available for Forge and NeoForge for Minecraft versions 1.20.1 and 1.21.1. Packaging seems to be the new feature with card board armor being one of the many things mentioned in the changelog.</p>
<p>The website has already been updated to support the latest Create mod version and Minecraft version and I look forward to seeing all the new schematics that will be uploaded!</p>
<p>Get the new version:</p>
<ul>
<li>Curseforge: <a href="https://www.curseforge.com/minecraft/mc-mods/create" target="_blank" rel="noopener noreferrer">https://www.curseforge.com/minecraft/mc-mods/create</a></li>
<li>Modrinth: <a href="https://modrinth.com/mod/create" target="_blank" rel="noopener noreferrer">https://modrinth.com/mod/create</a></li>
</ul>
<p>Read the full changelog on the new Create Mod wiki: <a href="https://wiki.createmod.net/users/changelogs/6.0.0" target="_blank" rel="noopener noreferrer">https://wiki.createmod.net/users/changelogs/6.0.0</a></p>
</div>
<div class="card-footer">
March 1st, 2025
</div>
</div>
<div class="card card-lg mb-4">
<div class="card-header">
<h2 class="card-title">Major Website Rewrite & Ownership Change</h2>
</div>
<div class="card-body">
<p>CreateMod.com has undergone a full rewrite and is no longer running on Wordpress as it had been doing since 2022.</p>
<p>This website was created by Slaser360 and during June 2024 the ownership was handed over to Uberswe</p>
<p>Below is a list of changes that have been done since June.</p>
<ul>
<li>Removed the majority of ads and all Google Adsense code</li>
<li>Changed search to use in-memory <a href="https://blevesearch.com/">Bleve search</a></li>
<li>Added ability to sort by ratings, views and more</li>
<li>Complete redesign and new logo</li>
<li>Removed lowest rated and most rated list from main page</li>
<li>Added a trending list to the main page</li>
<li>Fixed a bug allowing the same user to submit duplicate ratings once per day</li>
<li>Cleaned up many bad schematics (will keep doing this)</li>
<li>Compressed and optimized all images to reduce page size</li>
<li>Added an Explore page for finding random schematics</li>
<li>Made it possible to delete and edit schematics</li>
<li>Max file size increased to 25mb for schematic files and images</li>
<li>Made CreateMod.com open source, code can be found on <a href="https://github.com/uberswe/createmod.com">https://github.com/uberswe/createmod.com</a></li>
<li>And so much more!</li>
</ul>
<p>The current site uses Go for the backend and mostly vanilla JS with Bootstrap 5 for the frontend. If you would like to help make the site better please have a look at the <a href="https://github.com/uberswe/createmod.com">GitHub repository</a> and open an issue or a pull request.</p>
<p>I hope the CreateMod.com will be a better experience for everyone going forward and I believe there are many interesting features that could further improve the overall experience.</p>
<h3>Site Traffic</h3>
<p>Over time the site has received more and more popular and struggled with 100 concurrent users as I took it over. I spent a lot of time optimizing the old Wordpress site and ensuring that it has enough server capacity to serve traffic without crashes.</p>
<p>One issue was the incredible amount of data that is transferred from CreateMod.com every day. To help reduce the load I made use of <a href="https://www.cloudflare.com/">Cloudflare</a>. Below you can see a recent graph of the traffic CreateMod.com receives.</p>
<img class="card-img-bottom" alt="CreateMod.com Traffic Jan 10 to Feb 9 2025" src="/static/news/create-mod-stats-jan-feb-2025.png">
</div>
<div class="card-footer">
February 15th, 2025
</div>
</div>
<div class="card card-lg mb-4">
<div class="card-header">
<h2 class="card-title">Searchbar Update</h2>
</div>
<div class="card-body">
<p>Search bar has been fixed!!! (i hope)</p>
<p>I have changed the search system such that all post titles and tags are now indexed allowing for the search system to check all posts faster.</p>
<p>Previously the amount of posts was low and thus it was not an issue but as the amount of posts grew the time it took to search increased so much that some people reported being able to make whole sandwiches before it loaded. (I'm a Reuben guy personally).</p>
<p>Anyways, hopefully the search should report partials within a second or so and full searches as well.</p>
<p>More updates to come.</p>
</div>
<div class="card-footer">
November 7th, 2022
</div>
</div>
<div class="card card-lg mb-4">
<div class="card-header">
<h2 class="card-title">Minor Changes</h2>
</div>
<div class="card-body">
<p>Site has been updated to allow for Mod Version (0.5 a-e) and for tagging with Game Version 1.19.X</p>
<p>That's all for now, I apologize for the lag as none of the previously mentioned upcoming changes from the July announcement have been implemented yet.</p>
<p>That said I'm going to promise a new working search bar, soon.</p>
</div>
<div class="card-footer">
September 29th, 2022
</div>
</div>
<div class="card card-lg mb-4">
<div class="card-header">
<h2 class="card-title">Website Update Announcement</h2>
</div>
<div class="card-body">
<p> The website will undergo a large update soon. Changes will be staggered and released upon completion not all at once.</p>
<p>A non-ordered list of these changes will be:</p>
<ul>
<li>New Comment Section, This may wipe all previous comments made.</li>
<li>New Author Page and backlinks</li>
<li>Live Author Post Editing</li>
<li>New Gallery and related bug fixes</li>
<li>Mobile Friendly Design</li>
</ul>
<p>I greatly appreciate the influx of new users after the 0.5 Create Update and thank you all for being patient while I catch up on working on this website.</p>
</div>
<div class="card-footer">
July 22nd, 2022
</div>
</div>
<div class="card card-lg mb-4">
<div class="card-header">
<h2 class="card-title">A News Section Has Been Added</h2>
</div>
<div class="card-body">
<p>This section will act as a way to be informed of Create Updates and patches, along with website changes, updates and upcoming features.</p>
</div>
<div class="card-footer">
July 22nd, 2022
</div>
</div>
</div>
</div>
</div>
{{template "footer.html" .}}
</div>
</div>
{{template "foot.html" .}}
</div>