Skip to content

Commit

Permalink
minify datagenerator json
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Jul 4, 2024
1 parent 316e236 commit bc8ee9f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 138,298 deletions.
1 change: 0 additions & 1 deletion dataGenerator/src/main/java/com/zenith/DataGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public class DataGenerator implements DedicatedServerModInitializer {
public static Logger LOG = LoggerFactory.getLogger("ZenithProxy");
public static Path dataDir = resolveDataDir();
public static Gson gson = new GsonBuilder()
.setPrettyPrinting()
.setLenient()
.disableHtmlEscaping()
.create();
Expand Down
Loading

0 comments on commit bc8ee9f

Please sign in to comment.