-
Posts
1331 -
Joined
-
Last visited
-
Days Won
10
Everything posted by Loader
-
HELP! "routing thread eating up cpu. FIX"
Loader replied to coolisiac1234's topic in Attack of the B-Team
It doesn't help people find your issue if you're not posting it in the right place, and I'm becoming reluctant to help in the wrong place (it seems to encourage people). It saves me time if it's in the right place at any rate, and if you want some help from volunteers, asking them to spend extra time because you don't feel like following the rules and guidelines for posting issues might not be the best way to get their attention (in a good way at least). -
Tutorial - I think it's the best Tree Harvester
Loader replied to realhell's topic in Attack of the B-Team
More expensive to set up, but cheaper to run for sure. For people setting up that kind of MFR system remember that 4 smaller (5x5) planters and harvesters are 4 times faster than 1 large (10x10) one as the speed at which the planter and harvester checks blocks doesn't increase, it only checks a larger area. Note that it's not 4 times faster (though it can be close if they're large enough), but it does cost 4 times more. Generally I find by the time I set up a system like this the initial cost is becoming irrelevant, and I guess if you wanted to set something up early and had a bunch of charcoal and bonemeal then something like this could work for that. You can set it up if you can't find clay for some reason too (stuck in a massive desert biome or something). -
essence berry bush Do villagers trade for essence berry bushes?
Loader replied to shooter044's topic in Attack of the B-Team
Looking at the code, it looks like it doesn't add that bush = iron, gold, copper and tin are added, aluminium is added as a special case (that's odd) but not essence bushes. -
Do you like standing near sludge boilers? Bear in mind also there's two hunger bars - one you see (the 'food' bar) and one you don't (the 'saturation' bar). The second bar is increased a lot by things like cooked meat, but not by much for things like apples or cookies. The saturation bar runs down invisibly before you get to see the food bar go down, that's why some foods seem to keep you 'full' for longer than others. AotBT contains a few berries that you can eat even when full - this is filling your saturation bar when you eat and your food bar is full (when the eating animation stops, your saturation bar is full).
-
Error with Server [java.lang.NullPointerException]
Loader replied to QuantumPhoenix's topic in Attack of the B-Team
In a way I suppose, it could be an item or block in the world but it's definitely flans - try removing the modern weapons mod pack (this will lose all your guns, ammo boxes and things like that) temporarily just in case one of those items has got associated with a team (the only part of flans that actually uses the teams API is part of that same modern weapons pack) and see if that helps. If it works, you can put it back again, but make sure you turn teams off. From what's available with flans source I can't see anything that could cause this, it's pretty well written. There's a lot of places that transferring team info around clients could perhaps go wrong, so that's my best guess for where it's happening. -
In the config folder you'll find a file called 633.cfg (I guess so it loads in the right order), that's the config file which has the settings for whether T-Rexes and Brachiosaurs will break blocks or not.
- 4 replies
-
- Fossil
- Archaeology
-
(and 2 more)
Tagged with:
-
mr_mmm, that doesn't seem like it'd be a common problem so you should probably have posted on the tracker.. in your case though it's unrelated to what you've said, go to; %appdata%/.technic/modpacks/attack-of-the-bteam/saves/mapwriter_mp_worlds/198_144_183_120_25665/ and delete mapwriter.cfg
-
B-Team currently needs java 7, some versions of MacOS can't get it and the ones that can run it will need to be specifically configured to use it rather than Java 6 (the automatic update from apple does not do this). The easiest way is to grab the JDK from here; http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
-
Error with Server [java.lang.NullPointerException]
Loader replied to QuantumPhoenix's topic in Attack of the B-Team
Turn teams off on the server with the command; /teams off then let us know how that goes. Edit: FYI that seems to be caused by a bug in Flans Mod teams. -
Extraction Pipe won't work on my server. :(
Loader replied to beatsandcoffee's topic in Attack of the B-Team
Can you post some screenshots of your setup from a few angles on a site like imgur and link them here so we can see if there's anything obvious?- 3 replies
-
- server
- extraction
-
(and 1 more)
Tagged with:
-
I don't know why people don't just use the creative power block if they're willing to do this, it's not like they wouldn't use admin/mod tools to try to fix their world once these things screw it up, so why not just use them beforehand? I don't think it's any more legit this way (I guess you can do it with less access, maybe server owners should ban galacticraft cable until this gets fixed).
-
He can't install Java 7 on that OS without trickery.
-
That may fix it for now, but you should try to find the cause or it'll happen again.
-
What are you picking on me for? Make sure your java is up to date and your old versions are removed here, irobinsx; http://www.java.com/en/download/installed.jsp You then need to get the latest JDK version here; http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html (this is because you're on a mac, you'll need this version) If that doesn't work, please post a launcher log on the tracker (links to help with that are in my sig).
-
Server was working yesterday but today it isn't.
Loader replied to mindlessdream's topic in Attack of the B-Team
I saw your comment - if you need uTorrent though then your ports are not forwarded correctly, uTorrent is having to do it for you using upnp. If it works without uTorrent then it's fine - that's just a tool for checking. I don't know what you mean about changing the setting... online-mode=true is the default and that's causing the problem - if she has a bad login, she can't login if that's on. She may have an entirely legitimate minecraft premium account, but if she can't connect to the server (bad login) then that never gets authenticated, you see? Let me try to make this clearer - one of these things needs to be true: 1: She has to try again with the auth until she doesn't get "Bad Login" - that way she's authorized on minecraft.net so when your server checks it sees it's ok and lets her on. 2: You have to set your server to not check the minecraft.net auth server at all (online-mode=false) so it doesn't matter if she gets "Bad Login".- 6 replies
-
- bad login
- end of stream
-
(and 1 more)
Tagged with:
-
This doesn't sound like a mod bug, this sounds like some kind of hardware issue (this has happened to some people if they were using galacticraft wires near certain machines, but only where there's a bug between those two systems so it's usually in someones base, not so widespread as this). I suppose it could be caused by computercraft depending on how that was installed (if it's sharing a biomesoplenty or project red leaf id with a computercraft bus or something I could see something like this happening). I'd run your computer through a memory and disk check first. The chunks are actually removed, what you need to do is force them to regenerate - there are tools for this but I can't think of any off the top of my head, hopefully someone else will know of one and will post here, MCEdit may be able to do it.
-
It's a bug in spigot, follow the instructions here; '?do=embed' frameborder='0' data-embedContent>> Edit: Forgive my manners, welcome to the Technic forums!
-
Sometimes there can be an issue that causes a lot of entries to get put in there (incorrect or incompatible graphics driver setup is the most common). If your installation isn't very old, it may be indicating something is a problem - those files should generally never exceed a few megabytes so if you get any individual logs in the hundreds then this is what's happening.
-
Multiplayer Series! Need YouTubers!
Loader replied to ViperSniper500's topic in Attack of the B-Team
Read the thread before posting, guys, this is not how you impress a potential partner in any endeavour. Almost half of the last few posts have been telling people that the original poster doesn't seem to be looking here any more so you should contact them through youtube, like they have asked. -
Server was working yesterday but today it isn't.
Loader replied to mindlessdream's topic in Attack of the B-Team
You can check if the port is forwarded correctly with a port probe here; https://www.grc.com/x/ne.dll?bh0bkyd2 If she's getting "Bad Login" though and your server properties are set to online mode then she won't be able to join - Bad login means she's not authenticated properly on the minecraft.net server and without that your server will decline connections. You can either tell her to close all the way out of the launcher and re-run (that should fix it, sometimes takes a couple of goes if minecraft is under heavy load) or you can turn off online mode (not always a good idea, it means anyone can connect with any name and therefore take over other players, not to mention the impossibility of banning someone who can just change names and reconnect).- 6 replies
-
- bad login
- end of stream
-
(and 1 more)
Tagged with:
-
Ah, lol Ok, what's happened is uTorrent supports something called upnp - it's contacting the router and organizing the port forwarding from the router to your computer on port 25565. If you set up port forwarding, you won't need to do this. That's genius in a way - I don't think I'd have ever thought of that. If you can do it without uTorrent on it's better because you don't have multiple programs listening on the port (uTorrent will receive those minecraft packets too, and will try to interpret them before dropping them, there's a little bit of CPU and network cost related to that).
-
Oh really? I haven't tried it in a long while (that's part of why I want to have it, to be honest) - do any of the technic packs have a recent version that you know of?
-
I dunno man, sounds a bit munckin to me.
-
I'd like Thaumcraft Someone mentioned a previous time that it's big though, and people would spend a lot of time researching on it. I certainly would - the time spent/reward of it doesn't quite tally up with the rest of the B-team stuff I guess (with the exception of witchery). To be honest, little golems with glasses and bowties running around a lab would make it all worth it to me.