immibis, on 17 November 2012 - 10:26 PM, said:
[CC1.53][MC1.5.2] MiscPeripherals 3.3
#101
Posted 18 November 2012 - 09:29 AM
#102
Posted 18 November 2012 - 02:54 PM
in the console it says
[INFO] date and time [SEVERE] [ForgeModLoader] The mod MiscPeripherals attempted to force load a chunk with an invalid ticket. This is not permitted
this happens every time the turtle crosses a chunk boundry
i am using the FTB modpack with this mod added in (1.4.2)
#103
Posted 20 November 2012 - 06:40 AM
(it looks better with notepad++ than in editor...)
Attached Files
#104
Posted 20 November 2012 - 06:55 AM
Just tried the "untested" version you put a link to a couple of pages back; and when I tried starting minecraft up, it had a serious meltdown, screaming about some issue it had with Additional Pipes. Here's my error logs; Maybe you find out what happened...
My ForgeModLoader file
http://pastebin.com/VM2Dhr55
My MultiMC Crash Report
http://pastebin.com/dMLq1HZM
Looks amazing on the SMP Videos; Would love to using it myself..... Later .... Peace ....
Edit:
Just tested by removing the Additional Pipes mod; and everything runs fine. Something in that Mod and this one is fighting with each other, and causing Minecraft to crash.
And I SO wanted to mess with that Mod..... nuts!
#105
Posted 20 November 2012 - 12:21 PM
EDIT:
i looked at your crash report and the problem is not with this mod
it is with Additional pipes
#106
Posted 20 November 2012 - 12:32 PM
dus998, on 20 November 2012 - 12:21 PM, said:
EDIT:
i looked at your crash report and the problem is not with this mod
it is with Additional pipes
What version of Additional Pipes? As you saw, I'm using Additional Pipes 2.1.3u17 ......
#107
Posted 21 November 2012 - 01:44 AM
Here is the section of code in question
analyzer = peripheral.wrap("front")
for i = 1, 16, 1
do
turtle.select(i)
if (turtle.getItemCount(i) ~= 0)
then
turtle.drop()
beeStats = analyzer.analyze()
print(# beeStats)
for i=1,# beeStats
do
print(i,beeStats[i])
end
turtle.suck()
end
end
The bees are analyzed though forestry's beealyzer, and they are getting into misc peripheral's beeanalyzer correctly. The problem is is that as far as I can tell beeStats is empty.
This is probably a lua-derp on my part as I have not worked with it much, but I am not seeing what I am doing wrong. Any suggestions?
#108
Posted 21 November 2012 - 05:18 AM
@RichardG867
Here's an idea, which I've had bouncing around in my head for some time: Turtle CARTS, .... as in minecrafts which act like furnace carts but are actually turtles. They would go as fast as furnace carts, but like Turtles, you could program them to make turns, push other carts, and so on. And if you were using RailCraft (love mods, really), they could operate switch tracks, and react to the Signals system.
Not sure how hard it would be to make; but you can't deny it would be amazing....
Later .... Peace ....
#109
#110
Posted 21 November 2012 - 02:41 PM
dus998, on 21 November 2012 - 07:45 AM, said:
*sigh*
I said.... PIPES!.... Not ABO, which is a completely different Mod? This "Additional Pipes" came from a github download, not off the forums....
Thank you anyway....
#111
#112
Posted 23 November 2012 - 09:02 PM
AgentRenamon, on 21 November 2012 - 02:41 PM, said:
Yes you can make it run with pipes (from the github and not off the forums) but then you have to take out the integration with Karphts logistic pipes ( ProxyLogisticpipes.class under core)... because the github version isn't by krapht
#113
Posted 25 November 2012 - 06:55 AM
The AP compatibility is future-proofed to Kyprus' rewrite, although I may make it compatible with the git versions.
Turtle carts require going deep into CC. I'd rather not do that, since Dan already tried to scare me away from my hack for the note particles, promising constant refactors.
Treetaps will be looked into, could do the respective change to IC2.
#114
Posted 25 November 2012 - 11:13 AM
#115
Posted 25 November 2012 - 11:40 AM
#116
Posted 25 November 2012 - 04:44 PM
#117
Posted 26 November 2012 - 12:20 AM
#118
Posted 26 November 2012 - 07:00 AM
#119
Posted 26 November 2012 - 08:29 AM
Mayor, on 26 November 2012 - 07:00 AM, said:
RichardG867, on 28 October 2012 - 12:11 PM, said:
#120
Posted 27 November 2012 - 06:59 PM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


This topic is locked









