mirror of
https://github.com/FabricMC/fabric.git
synced 2025-02-17 04:01:46 -05:00
Fix ProgrammerArtResourcePack::getName
(#2997)
This commit is contained in:
parent
cc29889de0
commit
b93ffe4d9c
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ public class ProgrammerArtResourcePack extends GroupResourcePack {
|
|||
|
||||
@Override
|
||||
public String getName() {
|
||||
return "Programmer Art";
|
||||
return this.originalResourcePack.getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue