Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. G

    1001 things to do in modded minecraft

    851. Play a Skyblock. Without using or crafting any item from Extra Utilities.
  2. G

    Now that AE2 has a 1.10 release, do people prefer it or Refined Storage?

    I'd like to continue in my stated preference for RS over AE2, but, RS is loosing badly on the stability front right now.
  3. G

    Request Suggest mods for creation here

    Wanted: A mod that fixes Leads falling off mobs (Horses, Hobgoblins, everything else) when the chunk they are in is unloaded.
  4. G

    TC 4.2 Mana Beans inquiries

    my misunderstanding...
  5. G

    TC 4.2 Mana Beans inquiries

    You can't speed things up because it only considers a single, randomly chosen, x,z per operation. It is smart though - I am quite sure - I have a bean farm where everything reached full growth weeks ago and I havn't bothered to replant and the herba bottle I supplied is half full and going nowhere.
  6. G

    TC 4.2 Mana Beans inquiries

    Any plant grower that accelerates ticks / random ticks should work. According to an analysis I read, each tick the lamp of growth picks a x,z coordinate in the 13x13 area centered on it and scans a 13 high column, starting 6 above the lamp looking for a TE that it considers a crop that is not...
  7. G

    Those little things that irk you about Minecraft

    At this point, if there was interest from Minecraft and licensing could be worked out, Minecraft could be written in C++, but expose the current (Java) Forge API to mods. Because its actually quite easy to embed a JRE inside C++. It would be a very odd environment, and would entail the...
  8. G

    Those little things that irk you about Minecraft

    You do realize that the modding in Minecraft is so strong *because* Minecraft was written in Java (and NOT c++) and there was no official modding API? An official modding API is ALWAYS a walled garden: As there are no mods written yet the designer of the API does not know what needs to be...
  9. G

    Can't load any modpacks past 1.6.4

    It sounds like you have a PC with either a 32 bit Operating system OR 2GB or RAM as your symptoms both describe the behavior of a system that runs out of RAM. Also, the move from 1.6.x to 1.7.x saw the memory usage of most modpacks exceed the capabilities of 32Bit/2GB PCs. Assuming you are...
  10. G

    Those little things that irk you about Minecraft

    I remember on a game once running literally for 20km looking for a biome with podzol. That I never actually ended up using. To compound the ignominy, on the return trip, i encountered a podzol biome a mere 5km from my base.
  11. G

    Witcher Boss stop spawn normal world

    This sounds like the kind of thing a bukkit / kCauldron plugin would do. As these plugins are specific to bukkit / CraftBukkit / kCauldron servers this is not a setting you can tweak for your own single player games.
  12. G

    Those little things that irk you about Minecraft

    Are they really persisting with that stupid idea into 1.10+? My gripe with it is this: No one plays single mods anymore. And in a pack with other machines, it makes no @#$ing sense that a group of machines breaks if not moved correctly and the rest can be moved with a pickaxe. So, either...
  13. G

    Anyone good with AE subnetworks?

    I'm curious then if this would be considered exploitative use of p2p tunnels. Because this - to me - is your 'p2p channel exploit network - but done they way that channels are fully intended to be used. And it does not add any additional considerations wrt logistics, space, cost, etc.
  14. G

    Anyone good with AE subnetworks?

    But its not circumventing the channel mechanic: You need the same number of P2P interfaces - wired the same way - to carry the data that a non exploit version of the network requires. I think we can agree that the channel mechanic was poorly considered, and mostly rewards the wrong kind of...
  15. G

    Ae2 p2p tunnel help

    Don't think its got anything to do with p2p tunnels. you simply havn't connected your devices correctly. Screenshots tho, or we can't help.
  16. G

    Anyone good with AE subnetworks?

    I don't get that this is an exploit. Building a carrier network without this exploit would look exactly the same, but with 1 more controller dedicated to the isolating the carrier. But, if we were actually worried about controllers, the network shown only needs 1 anyway :P
  17. G

    Anyone good with AE subnetworks?

    Here I have 3 AE networks: * The black network is my backbone network. I've given it its own power and controller, and in addition to other networks, I show how it can also use channels to carry to carry items, fluids, RF and redstone (only half set those up - there would have to be matching P2P...
  18. G

    Those little things that irk you about Minecraft

    Forge release breaking changes with their minor revision releases. This means that forge updates can easily break mods whose authors are, perhaps, working on the next major MC release, studying for exams, getting married, on holiday, busy with other things, dealing with the death of a loved one...
  19. G

    Anyone good with AE subnetworks?

    To properly understand subnetworks you have to understand there is no such thing. AE does not know about a main network or sub networks. All it knows about is networks. But, there are a number of ways that you can connect two networks such that they remain separate networks (With their own...
  20. G

    Request Suggest mods for creation here

    Mod: auto screenshot This mod allows a - player to use semi creative flight to position a camera in the world - which then persists there. Every (configurable) number of hours that the chunk containing the camera is loaded, it takes a screenshot from that point automatically.