Skip to content

Commit

Permalink
Open up Asset & Source so other mods (Angelica) can use the getAssetB…
Browse files Browse the repository at this point in the history
…uilder
  • Loading branch information
mitchej123 committed Jul 24, 2024
1 parent 424230e commit 313d36a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/glowredman/txloader/Asset.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import java.util.Arrays;
import java.util.stream.Collectors;

class Asset {
public class Asset {

String resourceLocation;
String resourceLocationOverride;
Expand Down Expand Up @@ -36,7 +36,7 @@ Source getSource() {
return this.source == null ? Source.ASSET : this.source;
}

enum Source {
public enum Source {

ASSET,
CLIENT,
Expand Down

0 comments on commit 313d36a

Please sign in to comment.