Jump to content




[CC1.53][MC1.5.2] MiscPeripherals 3.3

turtle peripheral help peripheral

  • This topic is locked This topic is locked
1238 replies to this topic

#381 wolfnn

  • New Members
  • 2 posts

Posted 08 January 2013 - 09:00 AM

View Postskycraft1811, on 06 January 2013 - 02:16 PM, said:

Hey RichardG, trolelr of Direwolf20 :D

I think I found a small bug ... everytime I use my "ComputerControlledCrafter", it lets one of each item in the slot .. for example:

I want to make a furnace (yeah, simple recipe, I know , just for demonstrating ^^)

Everytime I hit craft, it will comsume 8 coblestone, produces 1 Furnaces, but there is still 1 Cobblestone in the slot.

Just, so you know that. *Abuse dublicating diamond blocks*

Just posting to confirm this bug.

#382 Lord Alderaan

  • Members
  • 2 posts

Posted 08 January 2013 - 09:10 AM

How can I combine a Chunk Loader Mining Turtle with a Compass?

#383 Holofire

  • Members
  • 18 posts

Posted 08 January 2013 - 11:56 AM

I was wondering if it would be possible to make a stand-alone block for the REther Upgrade so normal computers would be able to interact with it.

#384 bozo

  • New Members
  • 8 posts

Posted 08 January 2013 - 12:45 PM

View PostLord Alderaan, on 08 January 2013 - 09:10 AM, said:

How can I combine a Chunk Loader Mining Turtle with a Compass?
You can't.

#385 TheDarkVoid

  • New Members
  • 7 posts

Posted 08 January 2013 - 01:24 PM

Awesome addon but i'm having a problem with the gate reader, when place it next to a Redstone Energy Cell and i run get() i get a table that just contains one value: 43ac15aa. This value changes, seems random.
I'm on the latest version of the Direwolf20 FTB pack(Dir
here is a screen shot: https://dl.dropbox.c...07_19.18.39.png & https://dl.dropbox.c...07_19.18.50.png
Hope you can help, or anyone really :)

#386 computer_turtles_coding

  • New Members
  • 1 posts

Posted 08 January 2013 - 01:34 PM

those anyone know why i cant craft any of the special turtles (like the IC2 laser one) i can see it in the creative menu and play with it but i cant craft it NEI shows how to but when i try to put it in a crafting bench nothing happens im not sure if i need to update forge i dont know which forge im on because a friend gave me the link to it without telling me

#387 ''''''''''''''''''''''''''

  • New Members
  • 2 posts

Posted 08 January 2013 - 02:29 PM

Just posting to confirm that one of my chunkloader turtles made it an honorable 10,800 blocks before ending up in a rebooted state as if it ended up in an unloaded chunk. I had 5 other turtles and none of them appear to be working either, but I'm not going to go searching for them too to confirm.

#388 Khalamov

  • Members
  • 17 posts

Posted 08 January 2013 - 04:03 PM

View PostTheDarkVoid, on 08 January 2013 - 01:24 PM, said:

Awesome addon but i'm having a problem with the gate reader, when place it next to a Redstone Energy Cell and i run get() i get a table that just contains one value: 43ac15aa. This value changes, seems random.
I'm on the latest version of the Direwolf20 FTB pack(Dir
here is a screen shot: https://dl.dropbox.c...07_19.18.39.png & https://dl.dropbox.c...07_19.18.50.png
Hope you can help, or anyone really :)

What you're seeing is the unique ID of the table itself. You need the read the table out in order to view it.

Try this instead:

t = peripheral.call("back", "get")
for k,v in pairs(t) do print(k.." ",v) end

This page might help you with tables: http://lua-users.org.../TablesTutorial


View PostHolofire, on 08 January 2013 - 11:56 AM, said:

I was wondering if it would be possible to make a stand-alone block for the REther Upgrade so normal computers would be able to interact with it.

You can already place a wireless receiver or transmitter next to a computer and interact with it. Of course, you will need both modules if you wish to both receive and transmit.

#389 Kongo

  • New Members
  • 1 posts

Posted 08 January 2013 - 10:54 PM

Hey RG I have some Ideas:
Dispenser Turtle: Works like a Dispenser (can shoot arrows,....)
ComputerCart: a computer in a cart (works like a computer but can travel on Rails
Detector Turtle: Detects if a player or mob is nerby
Player Tracker Turtle: (Dont know if its possible)a Turtle that can follow a player
Turtle Mobs: (Dont know if its possible) Just a Turtle with the skin of a Mob
Tnt Turtle: (Nuke Turtle) can explode itself
Creative Turtle:(only aviable throw Creative Mode) dont need fuel and can itself cheat the items it needs in
Heat Turtle: a turtle that emits heat and can smelt snow (and ice, ...)
Invisible Turtle: can make itself invisible
Invincible Turtle: can turn itself in invinsible mode and cant be destroyed unless it turns the mode off
Light Turtle: emits light
Computer Pipe: (Computer Tube) just a pipe (tube) than can detect items flowing throw
Ender Turtle: works like a enderchest
Multi Turtle: can use two or more peripherals
Brewing Turtle: can brew potions
Furnace Turtle: can smelt items it mines, ...

#390 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 08 January 2013 - 10:57 PM

View PostKongo, on 08 January 2013 - 10:54 PM, said:

Invincible Turtle: can turn itself in invinsible mode and cant be destroyed unless it turns the mode off
should NEVER be done it adds too much to griefing. A peripheral shouldn't help griefers...

#391 Graloth

  • Members
  • 4 posts

Posted 08 January 2013 - 11:21 PM

I would like to request permission to include your MiscPeripherals mod in a private server modpack, we're in the process of collecting all the required permissions, so that we are ready once FTB releases its private modpack feature to the launcher.
You will be given full credit including a link to this thread, no money will be earned from distributing the modpack (Mainly because it will be distributed via the FTB launchers private modpack feature, but until that is released we're doing it via a shared MultiMC instance)
If you require a full list of permissions, you can find them here: https://docs.google....elhtdnBsU29wb0E
I update the document as I get the permissions sorted.

I hope you'll grant us your permission, while the server can function fine without your mod, several of us would be very sad to loose it.

Thanks in advance.
- Graloth

#392 nicon4454

  • Members
  • 8 posts

Posted 09 January 2013 - 08:48 AM

View Postdutchie169, on 04 January 2013 - 02:45 AM, said:

I'm having an error with the REther module on a turtle. I only have the REther module on the turtle and when I do the following:
m = peripheral.wrap("right")
m.setFreq(1) --Returns 0
m.get() --Returns false even when frequenty is active
m.set(true) --returns lua:52: java.lang.NullPointerException in consol from turtle
And this is the code shown in the MC log:

2013-01-03 14:29:27 [INFO] [STDOUT] ComputerCraft: Error running task.
2013-01-03 14:29:27 [INFO] [STDERR] java.lang.NullPointerException
2013-01-03 14:29:27 [INFO] [STDERR] at miscperipherals.peripheral.PeripheralWirelessRedstone.getDimension(PeripheralWirelessRedstone.java:136)
2013-01-03 14:29:27 [INFO] [STDERR] at codechicken.wirelessredstone.core.RedstoneEtherServer.removeTransmittingDevice(RedstoneEtherServer.java:610)
2013-01-03 14:29:27 [INFO] [STDERR] at miscperipherals.peripheral.PeripheralWirelessRedstone.detach(PeripheralWirelessRedstone.java:120)
2013-01-03 14:29:27 [INFO] [STDERR] at dan200.computer.core.apis.PeripheralAPI$PeripheralWrapper.detach(PeripheralAPI.java:85)
2013-01-03 14:29:27 [INFO] [STDERR] at dan200.computer.core.apis.PeripheralAPI.shutdown(PeripheralAPI.java:366)
2013-01-03 14:29:27 [INFO] [STDERR] at dan200.computer.core.Computer$2.execute(Computer.java:998)
2013-01-03 14:29:27 [INFO] [STDERR] at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:67)
2013-01-03 14:29:27 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)

I'm using version 1.481 from ComputerCraft and version 2.3 from MiscPeripherals also the latest version of redpower and WRCBE.

I am having the same issue is there a fix for this?

#393 AgentRenamon

  • Members
  • 17 posts

Posted 09 January 2013 - 11:12 AM

B)

Hey, RichardG! Yeah, I'm bugging you again...

faubiguy said straight-out that he's not going to update his Turtle Mod, XP Turtle, any more. Since its a fairly useful AddOn that lets a Turtle collect and store Experience Orbs, and even enchant items using that experience, I felt it might be a good addition to MiscPeripherals. He's left the link to his open source for it on GitHub; The link's here:

https://github.com/f...-Turtle-Upgrade

Just let me know if you decide to pick it up or not; I like keeping up with this and my other favorite Mods....

Later .... Peace ....

B)

#394 Mikeemoo

  • Members
  • 732 posts
  • LocationLondon, UK

Posted 09 January 2013 - 11:18 AM

View PostAgentRenamon, on 09 January 2013 - 11:12 AM, said:

B)

Hey, RichardG! Yeah, I'm bugging you again...

faubiguy said straight-out that he's not going to update his Turtle Mod, XP Turtle, any more. Since its a fairly useful AddOn that lets a Turtle collect and store Experience Orbs, and even enchant items using that experience, I felt it might be a good addition to MiscPeripherals. He's left the link to his open source for it on GitHub; The link's here:

https://github.com/f...-Turtle-Upgrade

Just let me know if you decide to pick it up or not; I like keeping up with this and my other favorite Mods....

Later .... Peace ....

B)

As you can see in the thread, I've already said I'll take over development of that and plan to make a release soon.

(It will also eventually be integrated into a bigger mod, hopefully)

#395 LowTech

  • Members
  • 2 posts
  • LocationGermany

Posted 09 January 2013 - 11:54 AM

Hey Rg,
first i want to say thanks to your awsome periperals. But sadly I got a few bugs to report on the Computer controlled crafting table

1) your error message for the slots is kinda messed up because it says you'll have to use slot [1...18] but the real slots are[0...17]

2) if you use up all the items for crafting one item of the stack remains and you can even take it out :-)

but still awsome idea to have a functional crafter with unlited recipes^^. Keep up the good work!!!

#396 Meni

  • Members
  • 59 posts

Posted 09 January 2013 - 02:21 PM

When i use interactive sorter to sort an item for a RedPower relay my right mouse click crashes. Look at the setup:

#397 Meni

  • Members
  • 59 posts

Posted 09 January 2013 - 02:30 PM

View PostKongo, on 08 January 2013 - 10:54 PM, said:

Tnt Turtle: (Nuke Turtle) can explode itself
Computer Pipe: (Computer Tube) just a pipe (tube) than can detect items flowing throw
Ender Turtle: works like a enderchest
Tnt Turtle -> Same thing turtle.place()
Computer Pipe -> Interactive Sorter
Ender Turtle -> Already exists

#398 Milchreis

  • New Members
  • 1 posts

Posted 09 January 2013 - 09:01 PM

hi RichardG,
i found a bug with the computer controlled crafter.
when i use a water bucket in a recipe the bucket remains filled.

#399 Adventure_Update_Crafting

  • Members
  • 8 posts

Posted 10 January 2013 - 03:59 AM

View Postcomputer_turtles_coding, on 08 January 2013 - 01:34 PM, said:

those anyone know why i cant craft any of the special turtles (like the IC2 laser one) i can see it in the creative menu and play with it but i cant craft it NEI shows how to but when i try to put it in a crafting bench nothing happens im not sure if i need to update forge i dont know which forge im on because a friend gave me the link to it without telling me
this is the same to me

#400 RichardG867

  • Members
  • 196 posts

Posted 10 January 2013 - 04:53 AM

Added a poll, after I've seen Guude using the reverse engineer.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users