mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-23 21:40:02 -04:00
Fix Programmer Art resource pack injection support (#2956)
(cherry picked from commit edbdcddb99
)
This commit is contained in:
parent
1fc43c6542
commit
047a5ecbd9
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public final class ModResourcePackUtil {
|
|||
continue;
|
||||
}
|
||||
|
||||
ModResourcePack pack = ModNioResourcePack.create(getName(container.getMetadata()), container, null, type, ResourcePackActivationType.ALWAYS_ENABLED);
|
||||
ModResourcePack pack = ModNioResourcePack.create(getName(container.getMetadata()), container, subPath, type, ResourcePackActivationType.ALWAYS_ENABLED);
|
||||
|
||||
if (pack != null) {
|
||||
packs.add(pack);
|
||||
|
|
Loading…
Add table
Reference in a new issue