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. Alexiy

    Request Suggest mods for creation here

    No, I'm not that person. But I will test whether these mods you mentioned will work in my dimensions.
  2. Alexiy

    Request Suggest mods for creation here

    Heh, I'm working on it right now. There is no necessity to switch between saves, a modder just has to implement dimension system. And it's pretty damn difficult! I've been working on my dimension system for several weeks now, and I may consider it in beta state. I also managed to make it...
  3. Alexiy

    Funny stuff

    I encountered this funny message while looking at SimpleNetworkWrapper: { try { defaultChannelPipeline = Class.forName("io.netty.channel.DefaultChannelPipeline"); generateName = defaultChannelPipeline.getDeclaredMethod("generateName"...
  4. Alexiy

    Ask a simple question, get a simple answer

    Right-click the battery and you'll find out.
  5. Alexiy

    Ask a simple question, get a simple answer

    Getting the block reference should be as simple as querying the block registry during initialization or post-initialization. Example for getting one from RFTools: if(Loader.isModLoaded("rftools")) { Block coalGenerator=Block.getBlockFromName("rftools:coalgenerator")...
  6. Alexiy

    Frustration in RF Transmission

    Extra Utils does have wireless energy. The related items are 'Wireless RF Battery', 'Wireless RF transmitter' and generators. Though to start doing anything in this mod, one will have to produce 'Grid power' first. I'm not sure what is the mod creator's purpose of creating 'Grid power' system...
  7. Alexiy

    1.10.2 mod pack problems

    And disable mods you don't need.
  8. Alexiy

    Quary/automining options available in the 1.10 dw20 pack?

    'Fine Stuff' mod: you can build a quarry/bore out of the blocks it provides. For faster manual mining, it has enchantments that you can put on tools: 'Multi-mine' and 'Multi-break'.
  9. Alexiy

    Those little things that irk you about Minecraft

    A tool, specifically designed for moving block tile entities, exists in mod Fine Stuff. It's called 'Tile Scepter'.
  10. Alexiy

    Ask a simple question, get a simple answer

    Note that furnace top slot will accept any item - Mojang's derp.
  11. Alexiy

    Question for those who record videos to Youtube

    Of course. I didn't watch it until it was processed.
  12. Alexiy

    Question for those who record videos to Youtube

    I want to make a video tutorial for my mod and upload it to Youtube. My OS is Linux (Mint) and I record videos with Simple Screen Recorder. It saves the video in MKV format. I uploaded it to youtube, but its quality got lower. Then I tried to recode the video with Handbrake, but still haven't...
  13. Alexiy

    Ask a simple question, get a simple answer

    If the card is screwed, remove it from computer and just try play Minecraft without it.
  14. Alexiy

    Ask a simple question, get a simple answer

    Is there a 1.10.2 mod which has a block or entity which imitates a player's presence? I would like to have my mob spawner farm run unattended.
  15. Alexiy

    Ask a simple question, get a simple answer

    Maybe some plugin for JEI, I'm not sure. Also, there exists a mod "Extended Item Information", which includes this functionality and retrieves info from other types of items as well.
  16. Alexiy

    Forge energy Capability (1.10.2)

    Does anyone know which mods use the Forge energy capability for their power system? I'd like to test my machines against such mods to ensure that I'm using the capability correctly.
  17. Alexiy

    What cool little thing have you discovered today?

    If you have an Explosive generator and some form of tile moving object, you can set up a mob farm: Though you will have to capture drops before they are destroyed by explosions.
  18. Alexiy

    Ask a simple question, get a simple answer

    Have you provided the power?
  19. Alexiy

    Ask a simple question, get a simple answer

    Yes, I meant testing on your PC first. Start the local server with desired mods, then start a client and play on this server for some time. If possible, ask someone to play on the server simultaneously. The RAM required does depend on what mods you want and number of players to serve. Observe...
  20. Alexiy

    Ask a simple question, get a simple answer

    When you start the server, it shows its memory percentage on the left, right? So, try starting it with 2 GB allocated first, play-test and watch the memory consumption. If free memory is less than 25%, then increase it by gigabyte and repeat.