Skip to content

Commit

Permalink
Add my mods, a few misc. fixes (#35)
Browse files Browse the repository at this point in the history
* - added my mods
- fixed the listings for some of RedLime's mods

* removed my template

* fix itemless version ordering

* fix atum (void stopped maintaining it)

* add set-spawn

* update force port versions
  • Loading branch information
tildejustin authored Sep 2, 2023
1 parent 4b2f163 commit 457a9d7
Showing 1 changed file with 124 additions and 4 deletions.
128 changes: 124 additions & 4 deletions res/mods.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,29 @@ const mods = [
"working": false,
"versions": [ "1.8.9", "1.7.10" ]
},
{
"name": "Atum",
"links": {
"github": "https://github.com/VoidXWalker/Atum",
},
"working": true,
"versions": [ "1.13.2", "1.12.2", "1.11.2", "1.10.2", "1.9.4" ]
},
{
"name": "Atum",
"links": {
"github": "https://github.com/Minecraft-Java-Edition-Speedrunning/mcsr-atum-1.8.9",
},
"working": true,
"versions": [ "1.13.2", "1.12.2", "1.11.2", "1.10.2", "1.9.4", "1.8.9", "1.7.10" ]
"versions": [ "1.8.9" ]
},
{
"name": "Atum",
"links": {
"github": "https://github.com/Minecraft-Java-Edition-Speedrunning/mcsr-atum-1.7.10",
},
"working": true,
"versions": [ "1.7.10" ]
},
{
"name": "AutoGG",
Expand Down Expand Up @@ -66,6 +82,15 @@ const mods = [
"working": true,
"versions": [ "1.6.4" ]
},
{
"name": "Custom Map Resetter",
"links": {
"github": "https://github.com/tildejustin/custom-map-resetter",
"modrinth": "https://modrinth.com/mod/custom-map-resetter"
},
"working": true,
"versions": [ "1.12.2", "1.11.2", "1.10.2", "1.9.4", "1.8.9", "1.7.10", "1.6.4", "1.5.2", "1.4.7", "1.3.2" ]
},
{
"name": "ChromaHudFabric",
"links": {
Expand All @@ -75,6 +100,15 @@ const mods = [
"working": false,
"versions": [ "1.8.9" ]
},
{
"name": "CTM SpeedrunIGT Integration",
"links": {
"github": "https://github.com/tildejustin/ctm-srigt-integration",
"modrinth": "https://modrinth.com/mod/ctm-speedrunigt-integration"
},
"working": true,
"versions": [ "1.12.2", "1.11.2", "1.10.2", "1.9.4", "1.8.9", "1.7.10" ]
},
{
"name": "Custom Skin Loader",
"links": {
Expand Down Expand Up @@ -175,7 +209,7 @@ const mods = [
"github": "https://github.com/marinersfan824/Force-Port-Mod",
},
"working": true,
"versions": [ "1.13.2", "1.12.2", "1.11.2", "1.10.2", "1.9.4", "1.8.9" ]
"versions": [ "1.13.2", "1.12.2", "1.11.2", "1.10.2", "1.9.4", "1.8.9", "1.7.10", "1.6.4", "1.5.2", "1.4.7", "1.3.2" ]
},
{
"name": "FPS - Display",
Expand All @@ -195,6 +229,15 @@ const mods = [
"working": true,
"versions": [ "1.13.2", "1.12.2", "1.11.2", "1.10.2", "1.9.4", "1.8.9", "1.7.10", "1.6.4", "1.5.2", "1.4.7", "1.3.2" ]
},
{
"name": "Half-Heart Hardcore",
"links": {
"github": "https://github.com/tildejustin/half-heart-hardcore",
"modrinth": "https://modrinth.com/mod/half-heart-hardcore"
},
"working": true,
"versions": [ "1.13.2", "1.12.2", "1.11.2", "1.10.2", "1.9.4", "1.8.9", "1.7.10", "1.6.4", "1.5.2", "1.4.7", "1.3.2" ]
},
{
"name": "Infinte Water Bucket",
"links": {
Expand All @@ -213,6 +256,15 @@ const mods = [
"working": false,
"versions": [ "1.12.2" ]
},
{
"name": "Itemless",
"links": {
"github": "https://github.com/tildejustin/itemless",
"modrinth": "https://modrinth.com/mod/itemless",
},
"working": true,
"versions": [ "1.5.2", "1.4.7", "1.3.2" ]
},
{
"name": "Legacy Elytras",
"links": {
Expand All @@ -230,6 +282,15 @@ const mods = [
"working": true,
"versions": [ "1.8.9", "1.7.10", "1.6.4", "1.5.2", "1.4.7", "1.3.2" ]
},
{
"name": "Legacy motioNO",
"links": {
"github": "https://github.com/tildejustin/legacy-motioNO",
"modrinth": "https://modrinth.com/mod/legacy-motioNO"
},
"working": true,
"versions": [ "1.13.2", "1.12.2", "1.11.2", "1.10.2", "1.9.4", "1.8.9", "1.7.10", "1.6.4", "1.5.2", "1.4.7", "1.3.2" ]
},
{
"name": "LegacyPlanarFog",
"links": {
Expand Down Expand Up @@ -308,6 +369,15 @@ const mods = [
"working": false,
"versions": [ "1.12.2", "1.8.9", "1.7.10" ]
},
{
"name": "No Paus",
"links": {
"github": "https://github.com/tildejustin/no-paus",
"modrinth": "https://modrinth.com/mod/no-paus"
},
"working": true,
"versions": [ "1.3.2" ]
},
{
"name": "No Recipe Book",
"links": {
Expand Down Expand Up @@ -342,6 +412,14 @@ const mods = [
"working": true,
"versions": [ "1.12.2", "1.11.2", "1.10.2", "1.9.4", "1.8.9", "1.7.10" ]
},
{
"name": "Optifabric",
"links": {
"github": "https://github.com/tildejustin/OptiFabric-1.0-1.7"
},
"working": true,
"versions": [ "1.6.4", "1.5.2", "1.4.7", "1.3.2" ]
},
{
"name": "Punch 2 Prime",
"links": {
Expand Down Expand Up @@ -369,6 +447,38 @@ const mods = [
"working": false,
"versions": [ "1.13.2" ]
},
{
"name": "Set Spawn",
"links": {
"github": "https://github.com/Minecraft-Java-Edition-Speedrunning/mcsr-set-spawn-1.9-1.12.2",
},
"working": true,
"versions": [ "1.12.2", "1.11.2", "1.10.2", "1.9.4" ]
},
{
"name": "Set Spawn",
"links": {
"github": "https://github.com/Minecraft-Java-Edition-Speedrunning/mcsr-set-spawn-1.8-1.8.9",
},
"working": true,
"versions": [ "1.8.9" ]
},
{
"name": "Set Spawn",
"links": {
"github": "https://github.com/Minecraft-Java-Edition-Speedrunning/mcsr-set-spawn-1.7.10",
},
"working": true,
"versions": [ "1.7.10" ]
},
{
"name": "Set Spawn",
"links": {
"github": "https://github.com/Minecraft-Java-Edition-Speedrunning/mcsr-set-spawn-1.6.4",
},
"working": true,
"versions": [ "1.6.4" ]
},
{
"name": "Show My Hunger",
"links": {
Expand All @@ -381,7 +491,7 @@ const mods = [
{
"name": "SleepBackground",
"links": {
"github": "https://github.com/RedLime/SpeedRunIGT",
"github": "https://github.com/RedLime/SleepBackground",
},
"working": true,
"versions": [ "1.13.2", "1.12.2", "1.11.2", "1.10.2", "1.9.4", "1.8.9", "1.7.10" ]
Expand All @@ -390,9 +500,10 @@ const mods = [
"name": "SpeedRunIGT",
"links": {
"github": "https://github.com/RedLime/SpeedRunIGT",
"modrinth": "https://modrinth.com/mod/SpeedRunIGT"
},
"working": true,
"versions": [ "1.13.2", "1.12.2", "1.11.2", "1.10.2", "1.9.4", "1.8.9", "1.7.10", "1.6.4" ]
"versions": [ "1.13.2", "1.12.2", "1.11.2", "1.10.2", "1.9.4", "1.8.9", "1.7.10" ]
},
{
"name": "StandardSettings",
Expand Down Expand Up @@ -426,6 +537,15 @@ const mods = [
"working": true,
"versions": [ "1.13.2", "1.12.2", "1.11.2", "1.10.2", "1.9.4", "1.8.9", "1.7.10", "1.6.4", "1.5.2", "1.4.7", "1.3.2" ]
},
{
"name": "TNT Drop All",
"links": {
"github": "https://github.com/tildejustin/tnt-drop-all",
"modrinth": "https://modrinth.com/mod/tnt-drop-all"
},
"working": true,
"versions": [ "1.12.2", "1.11.2", "1.10.2", "1.9.4", "1.8.9" ]
},
{
"name": "ToggleSprint",
"links": {
Expand Down

0 comments on commit 457a9d7

Please sign in to comment.