Jump to content

[1.6.4] Change .ogg location?


Bugzoo

Recommended Posts

First of all, DONT close this topic. I have my reasons for being at 1.6, and yes I know the sound system has been changed in 1.7

 

So my problem is, my record isnt playing and I think its something to do with the location. Here is my code

 

	
static File beatsdirectory =new File(Minecraft.getMinecraft().mcDataDir, "MineBeats");
public static String[] music = beatsdirectory.list();

public static Item Record1 = new ModRecord1(2301, MineBeats.beatsdirectory + "\\" + MineBeats.music[0]).setUnlocalizedName("Record1");
    

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.