Skip to content

Commit

Permalink
deperate some projects
Browse files Browse the repository at this point in the history
  • Loading branch information
RedVortexDev committed Dec 29, 2024
1 parent 25a2ae7 commit 90dd971
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 40 deletions.
96 changes: 56 additions & 40 deletions public/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,39 +96,13 @@
"name": "Mods",
"description": "Coding utilities for your client",
"items": [
{
"name": "recode",
"description": "Maintained CodeUtilities 2.0 fork.",
"properties": {
"Discord": "https://discord.gg/GWxWtcwA2C",
"Github": "https://github.com/homchom/recode",
"Version": "1.20.2"
}
},
{
"name": "LessUtilities",
"description": "A couple utilities from CodeUtilities 2.0.",
"properties": {
"Github": "https://github.com/KabanFriends/LessUtilities/",
"Version": "1.20.4"
}
},
{
"name": "DFScript",
"description": "A revival of the CodeUtilities scripting feature.",
"properties": {
"Discord": "https://discord.gg/pEZYShEj",
"Github": "https://github.com/DFOnline/DFScript",
"Version": "1.20.4"
}
},
{
"name": "CodeClient",
"description": "An in development mod with large changes to optimize how you code. From the devs of DFOnline.",
"properties": {
"Discord": "https://discord.gg/NqU6XnyVPA",
"Github": "https://github.com/DFOnline/CodeClient",
"Version": "1.20.4"
"Version": "1.21.3"
}
}
]
Expand All @@ -150,15 +124,6 @@
"properties": {
"Github": "https://github.com/KabanFriends/vmd2df"
}
},
{
"name": "DF Spigotifier",
"description": "Convert DiamondFire template into Spigot plugins.",
"properties": {
"Website": "https://wonkers0.github.io/DFSpigot/website/index.html",
"Discord": "https://discord.gg/6j5NhPuZ6B",
"Github": "https://github.com/Wonkers0/DFSpigot"
}
}
]
},
Expand All @@ -167,11 +132,10 @@
"description": "More things that don't fit in the categories above",
"items": [
{
"name": "DiamondFire Tools",
"description": "A collection of web-tools for the DiamondFire Minecraft server. Create stylized text for DiamondFire text values. View a filterable list of DiamondFire commands.",
"name": "Red DF",
"description": "DiamondFire utilities and tools such as the color palette, nbs and text file importing, and more.",
"properties": {
"Website": "https://dftools.rf.gd",
"Github": "https://github.com/Racooder/DiamondFire-Tools"
"Website": "https://red.dfonline.dev/"
}
},
{
Expand Down Expand Up @@ -246,6 +210,58 @@
"Github": "https://github.com/UserUNP/DFblocc",
"Website": "https://blocc.dfplots.net/"
}
},
{
"name": "recode",
"description": "Maintained CodeUtilities 2.0 fork.",
"properties": {
"Discord": "https://discord.gg/GWxWtcwA2C",
"Github": "https://github.com/homchom/recode",
"Version": "1.20.2",
"Deprecated": "recode has been officially discontinued."
},
"outdated": true
},
{
"name": "LessUtilities",
"description": "A couple utilities from CodeUtilities 2.0.",
"properties": {
"Github": "https://github.com/KabanFriends/LessUtilities/",
"Version": "1.20.4",
"Deprecated": "Has not received any updates after 1.20.4."
},
"outdated": true
},
{
"name": "DFScript",
"description": "A revival of the CodeUtilities scripting feature.",
"properties": {
"Discord": "https://discord.gg/pEZYShEj",
"Github": "https://github.com/DFOnline/DFScript",
"Version": "1.20.4",
"Deprecated": "Has not received any updates after 1.20.4."
},
"outdated": true
},
{
"name": "DiamondFire Tools",
"description": "A collection of web-tools for the DiamondFire Minecraft server. Create stylized text for DiamondFire text values. View a filterable list of DiamondFire commands.",
"properties": {
"Website": "https://dftools.rf.gd",
"Github": "https://github.com/Racooder/DiamondFire-Tools",
"Deprecated": "Website appears to be down."
},
"outdated": true
},
{
"name": "DF Spigotifier",
"description": "Convert DiamondFire template into Spigot plugins.",
"properties": {
"Website": "https://wonkers0.github.io/DFSpigot/website/index.html",
"Discord": "https://discord.gg/6j5NhPuZ6B",
"Github": "https://github.com/Wonkers0/DFSpigot",
"Deprecated": "Discontinued by developer."
}
}
]
}
Expand Down
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ function App() {
<p className="text-2xl">Awesome list for MCDiamondFire: External tools, code templates, and more</p>
</div>
</div>
<p className="italic text-md">Want to suggest a project that is not listed here, or you've noticed an outdated one? Report it on our <a href="https://github.com/RedVortexDev/MCDiamondFire-Awesome">GitHub</a>.</p>
{/* Content */}
<div className="m-10 md:m-0 mt-5">
{data == null ? <p></p> :
Expand Down

0 comments on commit 90dd971

Please sign in to comment.