Remove poss from credits. Add Ember
This commit is contained in:
parent
5214d31d21
commit
c82c15f48b
1 changed files with 1 additions and 2 deletions
|
@ -109,9 +109,8 @@ public class HeadCache
|
|||
|
||||
creds.add(
|
||||
new CreditsEntry(HeadUtilities.cachedLookup("zontreck"), "Aria (zontreck)", "Developer, Designer, Artist", "Aria is the primary developer and project maintainer"));
|
||||
creds.add(
|
||||
new CreditsEntry(HeadUtilities.cachedLookup("PossumTheWarrior"), "PossumTheWarrior", "Tester, Artist", "Poss has helped to test the mods from very early on. Poss has also contributed the artwork and mob model for the Possum"));
|
||||
creds.add(new CreditsEntry(HeadUtilities.cachedLookup("firesyde424"), "firesyde424", "Tester", "Firesyde has helped to test my mods and given feedback."));
|
||||
creds.add(new CreditsEntry(HeadUtilities.cachedLookup("EmberCat42"), "EmberCat42", "Tester", "EmberCat42 has helped to test and reported on a major bug in Night Vision"));
|
||||
|
||||
CREDITS = creds;
|
||||
|
||||
|
|
Reference in a new issue