• 0

    posted a message on [1.2.3]Amethyst, Robots and Redstone Blocks (Now with Coal Blocks)
    Please correct your title formation, provide a download link and images of the mod.
    Title formation: [1.2.3] Amethyst, Robots and Redstone Blocks
    Posted in: Minecraft Mods
  • 0

    posted a message on Redstone Jukebox - V3
    Quote from crazyputje

    Oops, my fault.


    edit;

    this works:

    try {
       SoundManager privateObject = new SoundManager();
       Field privateField = SoundManager.class.getDeclaredField("sndSystem");
       privateStringField.setAccessible(true);
       SoundSystem sndSystem = (SoundSystem) privateField.get(privateObject);
       if(sndSystem.playing("streaming"))
       System.out.println("playing record");
       else
       System.out.println("Not playing a record");
      } catch (SecurityException e) {
       e.printStackTrace();
      } catch (NoSuchFieldException e) {
       e.printStackTrace();
      } catch (IllegalArgumentException e) {
       e.printStackTrace();
      } catch (IllegalAccessException e) {
       e.printStackTrace();
      }


    Thanks, you're a lifesaver.
    Posted in: Minecraft Mods
  • 0

    posted a message on Redstone Jukebox - V3
    Quote from PixelatedChaos

    Thank you for adding my mod spotlight to your page ! I look forward to more updates :D and feel free to message me when you have a new mod out :) (sorry for the lag my computer was being an ass during the time i recorded it :S )

    That's alright, it looks great.
    Quote from crazyputje

    sure, why not ^_^

    This piece of code may help with the loop thing:
    		if(SoundManager.sndSystem.playing("streaming"))
    			System.out.println("playing a record");
    		else
    			System.out.println("Not playing a record");


    It says sndSystem is private, and I'm not sure how to access private objects, do you by any chance know?
    Posted in: Minecraft Mods
  • 0

    posted a message on Redstone Jukebox - V3
    Quote from connorkarting

    Nice

    Thanks.
    Quote from Alexiem

    really nice! always wanted someone to make a mod like this!

    Nice to see people actually wanted it. :)
    Posted in: Minecraft Mods
  • 0

    posted a message on Redstone Jukebox - V3
    Quote from crazyputje

    sure, why not ^_^

    This piece of code may help with the loop thing:
    		if(SoundManager.sndSystem.playing("streaming"))
    			System.out.println("playing a record");
    		else
    			System.out.println("Not playing a record");


    Holy ****, you're a genius. :D, I thought streaming meant any sounds in general.
    Posted in: Minecraft Mods
  • 0

    posted a message on Redstone Jukebox - V3
    Quote from crazyputje

    nice mod!

    This is what i build with it:
    -snip-

    Wow, that's amazing. Nice work. Would you like me to feature it in the topic?
    Posted in: Minecraft Mods
  • 0

    posted a message on Redstone Jukebox - V3
    Quote from idgarad

    SMP\Bukkit port please :)

    Maybe in the next update.
    Posted in: Minecraft Mods
  • 0

    posted a message on Redstone Jukebox - V3
    Quote from PixelatedChaos

    I made you a mod spotlight ! Hopefully you like it !
    -snip-

    Quote from enosha1

    Nice mod + i made a video showcasing your mod
    -snip-

    Featured in topic, nice videos.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.2.3]Redstone\Rails on upper slabs\upside down stairs
    Quote from Gumbitha

    "so long" being half a week? :) This does not allow you to place redstone on lower halfslabs.


    There have been upside down stair/slab mods for as long as I can remember, none have made it possible to place redstone/rails atop them.
    Posted in: Minecraft Mods
  • 0

    posted a message on Redstone Jukebox - V3
    Quote from FuriousHUN

    this mod + more records + audiomod = AWESOME

    Jeah, 1 idea (if possible):you can do that more than one can play the play the disc in it?

    Sadly minecraft can only play one song at a time, I really don't see the use of playing multiple songs anyway.
    Posted in: Minecraft Mods
  • 0

    posted a message on Redstone Jukebox - V3
    Quote from Gilard

    This is a good mod, I may get it and give it a test go.
    I'm wondering though can you make it to were we can put in all the disks and we can select which one to play, sorta like a real jukebox?
    If so that would be better than how you have it currently, though at current it's allot better than the default one.

    How about if I turn each red dot in the inane above into a button that would play the song above it?
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.2.3]Redstone\Rails on upper slabs\upside down stairs
    This is amazing, I've been waiting for this for so long.
    Posted in: Minecraft Mods
  • 2

    posted a message on Redstone Jukebox - V3
    Quote from KHG!

    Awesome idea
    heres a suggestion just to help with us players wanting to switch the tracks without putting in and out the disc
    -snip-

    I'm not sure I understand, but I was thinking that after I implement the looping tracks into the mod, I could make it have 9 slots or so that, when the one before it had finished the record, it would play. If the slot was empty or had a non-record item it would just skip to the next occupied slot. Here's the gui I might use if I do this:

    The little red dot below the slot would light up when the record above it is playing.
    Posted in: Minecraft Mods
  • 0

    posted a message on Redstone Jukebox - V3
    Bump for update to V2 now in the creative menu and no longer altering jungle tree's textures.
    Posted in: Minecraft Mods
  • 0

    posted a message on Redstone Jukebox - V3
    Quote from BoyMac

    I don't know what the coding for minecraft is like but in c++ you would code it like:

    if power=on: play music
    if power=on/music ends: use command above

    Hopefully that will help your thought process.


    I'll look into it.
    Quote from cowsareawesome

    Thanks for making my mod request!

    No problem, and sorry for putting it off for so long.
    Posted in: Minecraft Mods
  • To post a comment, please .