Skip to content

Commit

Permalink
Fix blossom
Browse files Browse the repository at this point in the history
Why did they make things so complicated? It was so simple, and worked perfectly. Oh well
  • Loading branch information
andrew121410 committed Sep 8, 2023
1 parent 7bc7c5d commit 411c7f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package com.andrew121410.mc.world16essentials.utils;

public final class BlossomOutput {

public static final String DATE_OF_BUILD = "{{ date_of_build }}";
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

public class API {

private final String dateOfBuild = "{{ date_of_build }}";
private final String dateOfBuild = com.andrew121410.mc.world16essentials.utils.BlossomOutput.DATE_OF_BUILD;

private final World16Essentials plugin;

Expand Down

0 comments on commit 411c7f7

Please sign in to comment.