Jump to content




Turtle note-block support


  • You cannot reply to this topic
6 replies to this topic

#1 AndreWalia

  • Members
  • 294 posts
  • LocationSt.Louis, MO

Posted 21 December 2012 - 11:22 AM

I think that turtles should be able to change note/play any note block. For example I made a small script that would arrange note blocks in a pattern and make a scale with the 25 notes
turtle.up()
for i = 0,24 do
   turtle.select(1)
   turtle.placeDown()
   for j = 1,i do
	  noteBlock.changeDown()
   end
   turtle.forward()
   turtle.forward()
end


#2 OmegaVest

  • Members
  • 436 posts

Posted 21 December 2012 - 11:32 AM

Check out RichadG's Misc. Peripherals. It includes an Iron Note block, which can be attached to a turtle. Otherwise, use your turtle.place() functionality. (I think that works for changing the pitch)

#3 AndreWalia

  • Members
  • 294 posts
  • LocationSt.Louis, MO

Posted 21 December 2012 - 11:41 AM

View PostOmegaVest, on 21 December 2012 - 11:32 AM, said:

Check out RichadG's Misc. Peripherals. It includes an Iron Note block, which can be attached to a turtle. Otherwise, use your turtle.place() functionality. (I think that works for changing the pitch)
i have tried it. Besides i think its stupid that we would need a peripheral to change a note. Why not add it the the default?

#4 Cranium

    Ninja Scripter

  • Moderators
  • 4,031 posts
  • LocationLincoln, Nebraska

Posted 21 December 2012 - 11:48 AM

Using MysticT's noteblock api in conjunction with redpower allows you to play noteblocks.

#5 AndreWalia

  • Members
  • 294 posts
  • LocationSt.Louis, MO

Posted 21 December 2012 - 11:50 AM

I don't want a peripheral i want it to be default!

#6 Cranium

    Ninja Scripter

  • Moderators
  • 4,031 posts
  • LocationLincoln, Nebraska

Posted 21 December 2012 - 11:55 AM

It's not a peripheral. It requires another mod, which is unfortunately still on 1.2.5 MC, but it would allow you to play every note, once set up. It allows you to play songs from Noteblock Studio format as well.

#7 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 21 December 2012 - 01:06 PM

View Postwalia6, on 21 December 2012 - 11:50 AM, said:

I don't want a peripheral i want it to be default!

Your sounding very demanding right now. If people are telling you of a solution that is already implemented that accept it. And I personally prefer the iron block in misc peripherals because you can then have your turtle do it all without having to move.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users