10 posts
Posted 02 December 2013 - 08:02 AM
Hello
I've tried searching about in the peripheral forum but all I could find was the OpenPeripheral, and as far is I could tell only supported MC1.5+.
Is there some other peripheral set that allows me to detect various kinds of chests?
1610 posts
Posted 02 December 2013 - 12:40 PM
Try using the function turtle.compare(slot).
For example:
You have a chest in front of the turtle, and a chest in slot one of the turtle. Calling turtle.compare(1) should return true, as the block matches the item in the slot. This should work for Ender chests as well, although I am unsure as to how the color codes would influence it.
7508 posts
Location
Australia
Posted 02 December 2013 - 06:52 PM
Otherwise you could just get with the times and ditch Tekkit and update to a new version of Minecraft.
10 posts
Posted 03 December 2013 - 12:40 AM
Try using the function turtle.compare(slot).
For example:
You have a chest in front of the turtle, and a chest in slot one of the turtle. Calling turtle.compare(1) should return true, as the block matches the item in the slot. This should work for Ender chests as well, although I am unsure as to how the color codes would influence it.
I thought of that, but it would be nice not having to use a extra slot for a compare item.
Otherwise you could just get with the times and ditch Tekkit and update to a new version of Minecraft.
I suppose so, but I don't want to leave my server behind.
1190 posts
Location
RHIT
Posted 03 December 2013 - 12:58 PM
Try using the function turtle.compare(slot).
For example:
You have a chest in front of the turtle, and a chest in slot one of the turtle. Calling turtle.compare(1) should return true, as the block matches the item in the slot. This should work for Ender chests as well, although I am unsure as to how the color codes would influence it.
I thought of that, but it would be nice not having to use a extra slot for a compare item.
That's the price you have to pay for using an outdated client ;)/>
Otherwise you could just get with the times and ditch Tekkit and update to a new version of Minecraft.
I suppose so, but I don't want to leave my server behind.
MC 1.6.4 offers so many advantages over the outdated Tekkit junk. I would advise putting together your own modpack - it takes some time, but it is definitely worth it. If you want to utilize my own list of mods, they are listed below:
Spoiler
Commonly Used Minecraft Mods
ChickenBones
Advanced Solar Panels Applied Energistics Archimedes' Ships ATG - Beautiful Scenery BiblioCraft Biomes O' Plenty BuildCraft CompactSolars ComputerCraft DartCraft Extra Utilities Extrabiomes XL Factorization Forestry Highlands IndustrialCraft 2 Inventory Tweaks IronChests Magic Bees Minefactory Reloaded Modular Powersuits Morph Mystcraft OpenPeripheral (Jenkins Build) OpenBlocks Railcraft Redstone in Motion Soul Shards Steve's Carts 3 Thermal Expansion Thaumcraft The Twilight Forest Tinker's Construct TreeCapitator Xenos' Reqliquary Zan's Minimap Natura
NEI Addons NEI Plugins ChickenBone's Mods ForgeMultipart DownloadsIt's slightly more limited than many of the modpacks out there - however, I have not found it to be lacking in much. A few of the mods in the list are not yet updated, but for the most part they are.
Edited on 03 December 2013 - 04:50 PM
10 posts
Posted 04 December 2013 - 05:46 AM
Thanks for the input Bubba, I'll take a look at this. Maybe I'll be able to herd my friends over to a new world.