mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-21 06:53:29 +01:00
renamed.
This commit is contained in:
parent
606177d002
commit
d9b0a714d1
2 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public class ThreadSpecialFetcher extends Thread {
|
|||
public void run() {
|
||||
ActuallyAdditions.LOGGER.info("Fetching Special People Stuff...");
|
||||
try {
|
||||
URL url = new URL("https://raw.githubusercontent.com/Ellpeck/ActuallyAdditions/main/specialPeopleThings.properties");
|
||||
URL url = new URL("https://raw.githubusercontent.com/Ellpeck/ActuallyAdditions/main/specialPeopleStuffNew.properties");
|
||||
Properties specialProperties = new Properties();
|
||||
specialProperties.load(new InputStreamReader(url.openStream()));
|
||||
SpecialRenderInit.parse(specialProperties);
|
||||
|
|
Loading…
Reference in a new issue