This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
MonsterTM's profile picture

Congratz to all

Started by MonsterTM, 22 April 2012 - 05:46 AM
MonsterTM #1
Posted 22 April 2012 - 07:46 AM
Hello there, MonsterTM here from beta team testing. I would like to congratz all of you members for building this great community, and! supporting a very high and mighter mod for minecraft. The time people spend in certain domains shows off. And for this situation, it certainly shows.

I would have one question concerning this mod tho, even tho it is all greatly wonderfull and all. Our team cannot find a way to make a lua/program for IC2 and a couple of other enteties in the industrial domain. Mostly such as, showing tempature, eu/t, specific item pass trough pipes, ect ect. If this answer could be well explained, this mod will have a greater chance of being an official mod for our server tower/minecraft server.

From regards of Beta Team Testing
TY for reading <3
Kolpa #2
Posted 22 April 2012 - 10:06 AM
well for the thing trough pipes u will need a pipe that emit a redstone signal which u can track using this script
count = 0
while true do
if redstone.getInput("back") then
count = count + 1
sleep(1)
print(count)
end

and for the ic2 stuff u will need this extensition mod :)/>/>
http://www.computercraft.info/forums2/index.php?/topic/126-cc13-addonccsensors/
Xfel #3
Posted 23 April 2012 - 04:08 PM
The Buildcraft Module for AIP (http://www.computercraft.info/forums2/index.php?/topic/738-cc-132-mc-124-smp-advanced-resource-processing/) will contain an event-yielding detection pipe. It has SMP support, but it will only come out for MC 1.2.5.