flattened the specialpeople list.

This commit is contained in:
Flanks255 2021-11-23 19:17:41 -06:00
parent 89cd8d7ec0
commit a188fa240f
2 changed files with 50 additions and 34 deletions

View file

@ -1,43 +1,58 @@
#Because he's me #Because he's me
ellpeck=actuallyadditions:blockAtomicReconstructor ellpeck=actuallyadditions:atomic_reconstructor_block
#Because he submitted tons of ideas for the mod #Because he submitted tons of ideas for the mod
dqmhose=minecraft:torch dqmhose=minecraft:torch
#Because he does all of the textures #Because he does all of the textures
twoofeight=actuallyadditions:blockHeatCollector twoofeight=actuallyadditions:blockHeatCollector
#Because she is awesome and squids are cool #Because she is awesome and squids are cool
larixine=actuallyadditions:blockBlackLotus larixine=actuallyadditions:black_crystal_shard
#Because he helps me with models and stuff #Because he helps me with models and stuff
canitzp=actuallyadditions:blockCoffeeMachine canitzp=actuallyadditions:coffee_machine_block
#Because he's an awesome guy and helps with lots of stuff #Because he's an awesome guy and helps with lots of stuff
xdjackiexd=actuallyadditions:itemDrill@14 xdjackiexd=actuallyadditions:drill_white
#Because worms #Because worms
bootytoast=actuallyadditions:itemWorm bootytoast=actuallyadditions:worm
#Because he does the ActAdd doc on the FTB Wiki #Because he does the ActAdd doc on the FTB Wiki
xbony2=actuallyadditions:itemBooklet xbony2=actuallyadditions:booklet
#Patreon stuff #Patreon stuff
ftog_thorgal=actuallyadditions:itemCrystal # 0 = Redstone, 1 = Lapis, 2 = Diamond, 3 = Coal, 4 = Emerald, 5 = Iron
minetechniker=actuallyadditions:itemCrystalEmpowered@2 ftog_thorgal=actuallyadditions:restonia_crystal
3pixel=actuallyadditions:itemMoreDamageLens minetechniker=actuallyadditions:empowered_diamatine_crystal
kirindave=actuallyadditions:itemCrystalEmpowered@3 3pixel=actuallyadditions:more_damage_lens
theonewhohunts=actuallyadditions:itemCrystalEmpowered@4 kirindave=actuallyadditions:empowered_void_crystal
garantiertnicht=actuallyadditions:itemFillingWand theonewhohunts=actuallyadditions:empowered_emeradic_crystal
heathcliff1998=actuallyadditions:itemCrystalEmpowered@4 garantiertnicht=actuallyadditions:filling_wand
saphrym=actuallyadditions:itemCrystal@3 heathcliff1998=actuallyadditions:empowered_emeradic_crystal
lyxthegamer=actuallyadditions:itemCrystalEmpowered@4 saphrym=actuallyadditions:void_crystal
skedone=actuallyadditions:itemCrystalEmpowered@4 lyxthegamer=actuallyadditions:empowered_emeradic_crystal
r33s3s=actuallyadditions:itemCrystalEmpowered@2 skedone=actuallyadditions:empowered_emeradic_crystal
roadrunner116=actuallyadditions:itemCrystal@4 r33s3s=actuallyadditions:empowered_diamatine_crystal
albrechtboucher=actuallyadditions:itemCrystalEmpowered@2 roadrunner116=actuallyadditions:emeradic_crystal
fobok=actuallyadditions:itemCrystal@4 albrechtboucher=actuallyadditions:empowered_diamatine_crystal
dankfrog=actuallyadditions:itemCrystalEmpowered@2 fobok=actuallyadditions:emeradic_crystal
deanwhufc=actuallyadditions:itemCrystalEmpowered@2 dankfrog=actuallyadditions:empowered_diamatine_crystal
witsend66=actuallyadditions:itemCrystalEmpowered@1 deanwhufc=actuallyadditions:empowered_diamatine_crystal
broccoli_bob=actuallyadditions:itemCrystal@3 witsend66=actuallyadditions:empowered_palis_crystal
dolinmyster=actuallyadditions:itemCrystalEmpowered@4 broccoli_bob=actuallyadditions:void_crystal
savos_darkran=actuallyadditions:itemCrystal@4 dolinmyster=actuallyadditions:empowered_emeradic_crystal
flanks255=actuallyadditions:itemCrystalEmpowered@3 savos_darkran=actuallyadditions:emeradic_crystal
spectacular101=actuallyadditions:itemCrystal@5 flanks255=actuallyadditions:empowered_void_crystal
scottradish=actuallyadditions:itemCrystal spectacular101=actuallyadditions:enori_crystal
slothicornstudio=actuallyadditions:itemCrystalEmpowered@5 scottradish=actuallyadditions:restonia_crystal
mecharm=actuallyadditions:itemCrystal@5 slothicornstudio=actuallyadditions:empowered_enori_crystal
mecharm=actuallyadditions:enori_crystal
DJAscendance=actuallyadditions:diamatine_crystal
SneezySchoo=actuallyadditions:restonia_crystal
Mistakin=actuallyadditions:void_crystal
Tonitch8=actuallyadditions:emeradic_crystal
Owlwix=actuallyadditions:empowered_enori_crystal
3MJoey=actuallyadditions:palis_crystal
Ridanis=actuallyadditions:hairy_ball
gefailter71=actuallyadditions:empowered_restonia_crystal
SeaSaltStar=actuallyadditions:restonia_crystal
VlaDracul3=actuallyadditions:emeradic_crystal
Anthonys_Lab=actuallyadditions:empowered_restonia_crystal
WolfgalVlad=actuallyadditions:empowered_diamatine_crystal
Water_Moon=actuallyadditions:phantom_booster
ticticboi=actuallyadditions:empowered_diamatine_crystal

View file

@ -10,12 +10,12 @@
package de.ellpeck.actuallyadditions.mod.misc.special; package de.ellpeck.actuallyadditions.mod.misc.special;
import de.ellpeck.actuallyadditions.mod.ActuallyAdditions;
import java.io.InputStreamReader; import java.io.InputStreamReader;
import java.net.URL; import java.net.URL;
import java.util.Properties; import java.util.Properties;
import de.ellpeck.actuallyadditions.mod.ActuallyAdditions;
public class ThreadSpecialFetcher extends Thread { public class ThreadSpecialFetcher extends Thread {
public ThreadSpecialFetcher() { public ThreadSpecialFetcher() {
@ -28,7 +28,8 @@ public class ThreadSpecialFetcher extends Thread {
public void run() { public void run() {
ActuallyAdditions.LOGGER.info("Fetching Special People Stuff..."); ActuallyAdditions.LOGGER.info("Fetching Special People Stuff...");
try { try {
URL url = new URL("https://raw.githubusercontent.com/Ellpeck/ActuallyAdditions/main/specialPeopleStuff.properties"); //URL url = new URL("https://raw.githubusercontent.com/Ellpeck/ActuallyAdditions/main/specialPeopleStuff.properties");
URL url = new URL("https://raw.githubusercontent.com/Ellpeck/ActuallyAdditions/1.16/specialPeopleStuff.properties");
Properties specialProperties = new Properties(); Properties specialProperties = new Properties();
specialProperties.load(new InputStreamReader(url.openStream())); specialProperties.load(new InputStreamReader(url.openStream()));
SpecialRenderInit.parse(specialProperties); SpecialRenderInit.parse(specialProperties);