[CC1.53][MC1.5.2] MiscPeripherals 3.3
#901
Posted 09 May 2013 - 11:04 PM
#902
Posted 09 May 2013 - 11:31 PM
cory1234567, on 09 May 2013 - 11:04 PM, said:
I had a similar thing happen to me with a turtle that had a compass and tank module- in any inventory it's just a turtle, but when placed it has its modules.
#903
Posted 10 May 2013 - 06:54 AM
RichardG867, on 30 September 2012 - 01:30 PM, said:

Peripheral that lets a computer play any note from any instrument available in note block form. You can also craft it alongside a Turtle to make a Note Turtle.
Exposes a single function, playNote(instrument,note) where instrument is 0 for piano, 1 for bass drum, 2 for snare, 3 for clicks or 4 for bass guitar, and note is 0-24 in number of right-clicks.
The Minecraft Wiki has comprehensive documentation on Note Blocks if you need it.
I transcribed Ode to Joy for the Note Turtle as a proof of Concept. I'd love to see more songs transcribed guys.
Here is the pastebin:
http://pastebin.com/HPgAn5ez
or
pastebin get HPgAn5ez Ode
Enjoy
#904
Posted 10 May 2013 - 07:32 AM
Could you make it that the Chatbox can also 'whisper' People something, so that only this Player can see it?
#905
Posted 10 May 2013 - 09:59 AM
cory1234567, on 09 May 2013 - 11:04 PM, said:
TheCountChuckula, on 10 May 2013 - 06:54 AM, said:
RichardG867, on 30 September 2012 - 01:30 PM, said:

Peripheral that lets a computer play any note from any instrument available in note block form. You can also craft it alongside a Turtle to make a Note Turtle.
Exposes a single function, playNote(instrument,note) where instrument is 0 for piano, 1 for bass drum, 2 for snare, 3 for clicks or 4 for bass guitar, and note is 0-24 in number of right-clicks.
The Minecraft Wiki has comprehensive documentation on Note Blocks if you need it.
I transcribed Ode to Joy for the Note Turtle as a proof of Concept. I'd love to see more songs transcribed guys.
Here is the pastebin:
http://pastebin.com/HPgAn5ez
or
pastebin get HPgAn5ez Ode
Enjoy
#906
Posted 10 May 2013 - 10:51 PM
RichardG867, on 10 May 2013 - 09:59 AM, said:
#907
Posted 11 May 2013 - 06:11 AM
http://imgur.com/6Eg3TTx
#908
Posted 11 May 2013 - 01:43 PM
cory1234567, on 10 May 2013 - 10:51 PM, said:
RichardG867, on 10 May 2013 - 09:59 AM, said:
#909
Posted 12 May 2013 - 01:44 AM
Kye_Duo, on 11 May 2013 - 01:43 PM, said:
cory1234567, on 10 May 2013 - 10:51 PM, said:
RichardG867, on 10 May 2013 - 09:59 AM, said:
#910
Posted 12 May 2013 - 11:09 AM
I'm not on the newest (using FTB's Yogcraft modpack), but I see no mention of almost anything related to this peripheral.
The code I'm working on/with:
Picture, just because:
#911
Posted 13 May 2013 - 06:17 AM
*looks at rank* not clueless
#912
Posted 13 May 2013 - 04:53 PM
Quote
So, I tried running this on 1.5.2 . It works, installs and some things work,
#913
Posted 13 May 2013 - 06:53 PM
Secondly: I made a super advanced sorting system with the interactive sorters. But I do notice items go missing
Thanks ahead!
#914
Posted 15 May 2013 - 05:01 PM
Thanks!!!
#915
Posted 15 May 2013 - 08:26 PM
-Sariaz
#916
Posted 17 May 2013 - 01:29 PM
dsuser97, on 04 May 2013 - 02:15 PM, said:
m = peripheral.wrap("right")
m.retrieve(4,32,1)
with an ME Bridge at the right side, attached to an ME System with 64 Cobblestone in there.When I use "m.listAll()" then it says it has 64 items of ID 4 so they are availible.
On Top of the Bridge is an empty chest.
But when I run the program, it only says
get:2: 3and does nothing else.
Maybe you can tell me what the problem is.
Having the same type of problem. The only mods installed is AE + CC +MiscPeripherals.
Hoping someone finds a solution to this, so I can finish my CC+AE web-based Minecraft dashboard.
#917
Posted 18 May 2013 - 01:03 AM
The first peripheral that caught my attention (mostly because it was easy for me to craft) was the Iron Noteblock.
Love it and had an idea so I spent a lot of time writing this, and wanted to share it with all of you.
It is a program that plays the binary Noteblock Studio song files directly onto the Iron Noteblock.
I released the first version in the begining of January and a new version a couple days ago.
It also acts as an API now so if any of you want to play songs for your own stuff- go for it! (would love to see how you use it!) Full API Documentation is included.
I've also included a playAPIDemo program to show an example of how to use it. The demo plays a random song any time the computer recieves a redstone signal on the right side.
(can be renamed to startup and always be ready to go)
(video)
(download) http://geckocodes.or...ay/download.php
Hope you guys enjoy it even a sliver as much as I've enjoyed ComputerCraft and MiscPeripherals!
Let me know if you want to see any changes or have other feedback!
Thanks much!
#918
Posted 18 May 2013 - 01:52 AM
#919
Posted 20 May 2013 - 09:55 PM
EDIT: Saw the other posts like this above. Is there any chance it is fixed? My automining was relying on those turtles
#920
Posted 21 May 2013 - 05:37 AM
Moosefo, on 17 May 2013 - 01:29 PM, said:
dsuser97, on 04 May 2013 - 02:15 PM, said:
m = peripheral.wrap("right")
m.retrieve(4,32,1)
with an ME Bridge at the right side, attached to an ME System with 64 Cobblestone in there.When I use "m.listAll()" then it says it has 64 items of ID 4 so they are availible.
On Top of the Bridge is an empty chest.
But when I run the program, it only says
get:2: 3and does nothing else.
Maybe you can tell me what the problem is.
Having the same type of problem. The only mods installed is AE + CC +MiscPeripherals.
Hoping someone finds a solution to this, so I can finish my CC+AE web-based Minecraft dashboard.
Same problem, 1.5.1 with the latest version of the mod. Very strange..
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


This topic is locked









