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

    Request Suggest mods for creation here

    1. That shouldn't happen, I'll look into it. 2. You're missing arguments. I can't remember the arguments off the top of my head, but I always put a /<command name> ? or /<command name> help with my commands for this kind of stuff.
  2. Lomeli12

    Request Suggest mods for creation here

    Remove the 's' in https, and you should be able to access it just fine. I just haven't renewed my SSL certificate =/ http://lomeli12.net/MinecraftMods/WatchOutModandSource.zip
  3. Lomeli12

    1.0.2: HIgh Tick Rate on Condensers

    Exactly now many cobblegens/condensers are you using, as I seem to have 20 tps with 10 cobblegens piping into 1 condenser, each with 1 64 stack of world interaction upgrades and 5 64 stacks of speed upgrades. Tried with 20, still can't replicate the drop. http://i.imgur.com/7nVJXGt.png
  4. Lomeli12

    [1.7.10] Simple Condensers - Basic Condensers for EE3

    Version 1.2.0 is out now! Added config to extract items from the sides of condensers. PR by gigabit101 Added Portable Transmutation Tablet. Created by Shift+Right-Clicking a Transmutation Tablet with an empty Suuri Star. Will keep the EMC stored on the Tablet Changed how some of the...
  5. Lomeli12

    FTB Horizons: Daybreaker Discussion

    To fix this, you can either A) if you have EE3Helper installed, use the command /ee3h regen or B) go into the save folder for your world and delete data/ee3/energyvalues to force a regen on next load.
  6. Lomeli12

    [1.7.10] Simple Condensers - Basic Condensers for EE3

    Straw Poll time, which should be used to create the portable transmutation tablet? The Suuri Star or the Geladen Star? http://strawpoll.me/4759327
  7. Lomeli12

    FTB Horizons: Daybreaker Discussion

    Figured I'd ask here. Making a Portable Transmutation Tablet for Simple Condensers (see it in buggy action here), and I can't quite decide which star to use in its creation, the Suuri or Geladen star. http://strawpoll.me/4759327
  8. Lomeli12

    [1.7.10] Simple Condensers - Basic Condensers for EE3

    I'm scared right now. The once buggier Portable tablet is now the least buggy! I didn't change how the GUI worked, I just added a packet handler because it wasn't saving the inventory properly when using onContainerClosed so I had to use a packet. O_o
  9. Lomeli12

    [1.7.10] Simple Condensers - Basic Condensers for EE3

    Currently a WIP: Meet the Portable Transmutation Tablet, even buggier than the non-portable one!
  10. Lomeli12

    FTB Horizons: Daybreaker Discussion

    Just wanted to point out that the LomLib link is outdated (i.e I changed domains like a year ago). You should either change it to the "new" page (https://lomeli12.net/minecraft-mods/lomlib/) or the CurseForge page (http://minecraft.curseforge.com/mc-mods/64315-lomlib)
  11. Lomeli12

    [1.7.10] Simple Condensers - Basic Condensers for EE3

    Simple Condensers is, as the title suggests, adds simple to use condensers. I was originally just making this for me and my friends, but ended up posting it on twitter and got people interested. Items/Blocks Videos Downloads: http://minecraft.curseforge.com/mc-mods/231153-simple-condensers...
  12. Lomeli12

    Texture Artists

    Kinda got what I needed from it. The edges look a bit odd with my attempt to make them connected textures, but looks great. =P
  13. Lomeli12

    A few questions from someone who is learning to mod

    It's not too bad. The fiddliness really comes from not being able to control item/non-tileentity block rendering and blockstates, but if you're clever you can get around some things. *shameless plug* Like me rending models without dealing with JSON using 1.8's layer system.
  14. Lomeli12

    Texture Artists

    Ha, that was pretty good. Being serious though, I really like that last one.
  15. Lomeli12

    Texture Artists

    Could I get textures for obsidian surrounded by iron, gold, redstone, lapis, diamond, emerald?
  16. Lomeli12

    A few questions from someone who is learning to mod

    Very basic GuiContainer example: https://github.com/Lomeli12/Augmented-Accessories/blob/master/src/main/java/net/lomeli/augment/client/gui/GuiPocketVoid.java
  17. Lomeli12

    A few questions from someone who is learning to mod

    Alright, there's a lot to cover here, some of which I don't even know, so I'll just cover the ones I do know. You'll need a block that either extends BlockContainer instead of Block or implements ITileEntityProvider and a TileEntity class (which is just a class that extends TileEntity). When a...
  18. Lomeli12

    [1.7.10] AchieveSON

    AchieveSON is in short a mod for mapmakers, mod pack creators, or people who want to amuse themselves and allows them to create custom achievements. The achievements are created using simple (or not so simple depending on how you want the achievement unlocked) JSONs files placed in a special...
  19. Lomeli12

    Mod Devs on Patreon

    Patreon: https://www.patreon.com/Lomeli12 Mods Currently Maintaining: AchieveSON: http://minecraft.curseforge.com/mc-mods/227850-achieveson TrophySlots: http://minecraft.curseforge.com/mc-mods/226077-trophy-slots Elemental Creepers...