Removed debug from testing the fix for resources on the desktop
This commit is contained in:
parent
b00f7e71dd
commit
d8131a04db
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ public class BiomesOPlenty
|
||||||
{
|
{
|
||||||
for (String soundFile : soundFiles) try
|
for (String soundFile : soundFiles) try
|
||||||
{
|
{
|
||||||
System.out.println(Minecraft.getMinecraftDir().getAbsolutePath().toString() + "/resources/mod/streaming/" + soundFile);
|
|
||||||
File file = new File(Minecraft.getMinecraftDir().getAbsolutePath() + "/resources/mod/streaming/" + soundFile);
|
File file = new File(Minecraft.getMinecraftDir().getAbsolutePath() + "/resources/mod/streaming/" + soundFile);
|
||||||
if (!file.exists()) {
|
if (!file.exists()) {
|
||||||
System.out.println("[BiomesOPlenty] " + soundFile + " doesn't exist, creating...");
|
System.out.println("[BiomesOPlenty] " + soundFile + " doesn't exist, creating...");
|
||||||
|
|
Loading…
Reference in a new issue