Skip to content

Commit

Permalink
yes, production is in fact a thing
Browse files Browse the repository at this point in the history
  • Loading branch information
gliscowo committed Jan 13, 2023
1 parent 9ca735a commit c0eb561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ minecraft_version=1.19.3
yarn_mappings=1.19.3+build.4
loader_version=0.14.12
# Mod Properties
mod_version=0.3.0
mod_version=0.3.1
maven_group=com.glisco
archives_base_name=deathlog
# Dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class DeathLogScreen extends BaseUIModelScreen<FlowLayout> {
private boolean canRestore = true;

public DeathLogScreen(Screen parent, DirectDeathLogStorage storage) {
super(FlowLayout.class, DataSource.file("../src/main/resources/assets/deathlog/owo_ui/deathlog.xml"));
super(FlowLayout.class, DataSource.asset(new Identifier("deathlog", "deathlog")));
this.parent = parent;
this.storage = storage;

Expand Down

0 comments on commit c0eb561

Please sign in to comment.