add dynamic sourounding

This commit is contained in:
2025-08-18 11:56:13 +02:00
parent 8e60e76b02
commit b8e6d20a61
2 changed files with 15 additions and 0 deletions

View File

@@ -584,6 +584,18 @@
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.4.24-GTNH"
},
{
"Id": "mod:dynamicsurroundings",
"Name": "Dynamic Surroundings",
"DestPath": "mods/DynamicSurroundings.jar",
"SourceUrl": "https://github.com/mist475/DynamicSurroundings/releases/download/1.0.7.7/DynamicSurroundings-1.7.10-1.0.7.7.jar",
"SourceType": "GitHub",
"SourceOwner": "mist475",
"SourceName": "DynamicSurroundings",
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$",
"SourceTag": "1.0.7.7",
"Side": "Client"
},
{
"Id": "mod:mocreatures",
"Name": "MoCreatures Continuation",

View File

@@ -8,6 +8,9 @@
},
{
"InheritFrom": "mod:worldedit"
},
{
"InheritFrom": "mod:dynamicsurroundings"
}
]
},