Skip to content

Commit c0eb561

Browse files
committed
yes, production is in fact a thing
1 parent 9ca735a commit c0eb561

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ minecraft_version=1.19.3
77
yarn_mappings=1.19.3+build.4
88
loader_version=0.14.12
99
# Mod Properties
10-
mod_version=0.3.0
10+
mod_version=0.3.1
1111
maven_group=com.glisco
1212
archives_base_name=deathlog
1313
# Dependencies

src/main/java/com/glisco/deathlog/client/gui/DeathLogScreen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class DeathLogScreen extends BaseUIModelScreen<FlowLayout> {
3737
private boolean canRestore = true;
3838

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

0 commit comments

Comments
 (0)