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

    FTB Beyond Tooltip

    Maybe you are talking about 'The One Probe'?
  2. Alexiy

    Ask a simple question, get a simple answer

    I don't know, I just tested it and it works fine. Unless you really made a regular pattern instead of processing pattern.
  3. Alexiy

    Ask a simple question, get a simple answer

    You could play with Inventory Checker from RF Tools, which can trigger signal if there is an item in the inventory...
  4. Alexiy

    What cool little thing have you discovered today?

    Yes, empowerer does not allow the extraction of items until they've been transformed.
  5. Alexiy

    Ask a simple question, get a simple answer

    OP for a high cost.
  6. Alexiy

    Request Suggest mods for creation here

    Well, technically, gradle is a java program, so it's natural to choose java for writing the plugins. The guide says "You can implement a custom plugin in any language you like, provided the implementation ends up compiled as bytecode. For the examples here, we are going to use Groovy as the...
  7. Alexiy

    Request Suggest mods for creation here

    The plugin is open source. They don't have much documentation, though.
  8. Alexiy

    Request Suggest mods for creation here

    In the script there is (for 1.10 versions): buildscript { repositories { jcenter() maven { name = "forge" url = "http://files.minecraftforge.net/maven" } } dependencies { classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'} } apply plugin...
  9. Alexiy

    Performance issues. Time to try Linux?

    OK. Do you have a program which can show percentage of graphics card load?
  10. Alexiy

    Performance issues. Time to try Linux?

    I can only answer second question - I'm playing on Linux and my framerate is locked at 60 FPS (game settings can't affect it), moreover, my PC uses Core i3's integrated graphics chip. I haven't tried playing with shaders, but as a general rule, you will get less from your graphics card on Linux...
  11. Alexiy

    Refined storage - 'crafting' potions

    Nah, it appeared to be the crafter issue - it works only with side it is facing, so I had to put a buffer chest between crafter and brewing stand and connect the chest via EnderIO conduits.
  12. Alexiy

    Ask a simple question, get a simple answer

    Yes, you can't transfer power through pipes anymore. Wireless only.
  13. Alexiy

    Request Suggest mods for creation here

    I don't think there is a simple way. I personally have learned by reading the official gradle documentation until I started to understand how it works. It helps if you are familiar with dependency management, and Groovy (because gradle scripts use Groovy DSL things, as you may know). Forge...
  14. Alexiy

    Request Suggest mods for creation here

    That's rather hopeless idea. One has to have an intermediate experience in Java programming to make decent mods, which is gained by making at least one qualitative application. We have Forge + custom Gradle plugin bundle, so it also necessary to know at least basic Gradle stuff. Making a...
  15. Alexiy

    What can i use instead of thermal expansion in skyfactory 3 ?

    +1 EnderIO and Actually Additions. Fluid Placer and Fluid Collector for handling liquids, Mechanical User from Extra Utilities as a replacement for Activator.
  16. Alexiy

    Refined storage - 'crafting' potions

    So I'm trying to automate potion crafting. I've set up a water bottle crafting, but when I try to request potion crafting, the crafting monitor says that there are no water bottles in grid, although there are. Has anyone achieved potion crafting so far?
  17. Alexiy

    Request Suggest mods for creation here

    I assume you are requesting for version 1.7? There's a mod that can place torches on key press, but it's only for 1.10.2.
  18. Alexiy

    Ask a simple question, get a simple answer

    Hoppers connect to the side you are looking at while placing. Just looking at the furnace top and then placing the hopper must work.
  19. Alexiy

    Ask a simple question, get a simple answer

    This can be done if you have a some kind of block breaker/quarry which can have filters to prevent harvesting specific blocks.
  20. Alexiy

    Request Suggest mods for creation here

    What is it used for? Briefly looking, it is used for setting spawn, and in village and "scattered features" generation.