Jump to content

Mineshopper

Members
  • Posts

    3
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Mineshopper's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I'm not entirely sure if it was a problem.... but, what initially caused it was when a torch block existed where it placed the floodlightbeam block (on the ground). Upon destroying the torch, the torch and floodlightbeam block dropped. I can test it again and I'll get back to you on whether I can make it happen again. EDIT: Sent you bug vid.
  2. This is what I added to BlockFloodlightBeam.java from seeing it used in other mods: @Override public int quantityDropped(Random random) { return 0; }
  3. Just a heads up - I just added this mod to my server, and noticed that destroying torches on the ground directly under the beam dropped the "FloodlightBeam" block... which appeared to give me free, sourceless light I could place anywhere. I corrected the code in the server jar I use, but I just wanted to let you know. Cool mod, btw... fixed my failed attempt at ceiling lighting using cables and luminators.
×
×
  • Create New...

Important Information

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