2 posts
Posted 19 January 2017 - 04:06 AM
I'm running a server with an old modpack with computercraft, micsperipherals, and thaumcraft 3 for 1.4.7. I'm trying to make a door for my base that uses wand turtles and warded stone. The door is working perfectly in my test world but when I try to use it in my server the wand turtles can't break the warded stone. I can't find any documentation anywhere for wand turtles so I have come here for help.
Here is my code if you're interested
http://pastebin.com/7mAQ45FE
7083 posts
Location
Tasmania (AU)
Posted 19 January 2017 - 10:47 AM
This may or may not apply to your version, and even if it does I couldn't say whether it's actually relevant, but to my memory there was once a config file option which toggled a "fake player" for use by ComputerCraft's turtles. That option is the only thing I can think of to look for.
It may simply be that wand turtles were never coded correctly for SMP.
2 posts
Posted 19 January 2017 - 06:09 PM
This may or may not apply to your version, and even if it does I couldn't say whether it's actually relevant, but to my memory there was once a config file option which toggled a "fake player" for use by ComputerCraft's turtles. That option is the only thing I can think of to look for. It may simply be that wand turtles were never coded correctly for SMP.
I have looked through some config files and haven't see a "fake player" option. Do you remember which config file it's in?
7083 posts
Location
Tasmania (AU)
Posted 20 January 2017 - 12:20 AM
Hunting down the configs in my old MindCrack install, I don't see the fake player option - it must predate CC 1.5. You should take a look at the wand turtle options in MiscPeripherals.cfg, though.