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

    How to Allocate More RAM for the modpacks

    Both the Curse launcher and the FTB legacy launchers have sliders in the GUI for that. On the Curse launcher, go to settings (the gear icon), Minecraft, and the memory slider should be somewhere in the middle.
  2. MacAisling

    aka StrangeThistle

    aka StrangeThistle
  3. MacAisling

    Ex Nihilo Adscensio CompostRegistry

    To make it easier to read, I've reduced the json to 1 working example and the 5 items that seem to break it. As is, nothing will compost. Remove all entries but the waterlily, and waterlilies will compost. As far as I can tell, I haven't screwed up the syntax. http://pastebin.com/UvAjPwJh I...
  4. MacAisling

    Ex Nihilo Adscensio CompostRegistry

    Is it just me, or are there some things that just can't be added to the CompostRegistry json? I am having particular problems with exnihiloadscensio:itemMaterial:3 (Ancient Spores) exnihiloadscensio:itemMaterial:4 (Grass Seeds) minecraft:dye: (any) enderio:itemMaterial:18 (Plant clippings...
  5. MacAisling

    A Big Problem with my modpack

    If you want some advice from a relative noob who has at least had a little success at throwing a few mods together for himself: 1. Use the Curse launcher, if you aren't already. It really does make this much easier. 2. Update to the latest version of Java. 3. Step up to Minecraft 1.10.2. It may...
  6. MacAisling

    Loot Bags for Skyblocks

    Just figuring out how to customize Loot Bags. It turns out that there is an easier way than customizing each bag individually. Also, artifact bags are set as uncraftable, so I can use it for some extra rare and hard to get items, like some of the creative only items. Top row is the loot table...
  7. MacAisling

    Yes, I'm making a simpler sky-block pack.

    If I'm really serious about getting this pack released, I should probably work on having a presence outside of this forum, so I created a Facebook page for the pack to start. I don't remember the rules for posting links offhand, so just search for ThistleCraft and you should find me. We'll...
  8. MacAisling

    YUNoMakeGoodMap

    LexManos said his examples were working just fine and closed the issue. For now I'll just include all the necessary parts and hope someone with more clout convinces him to actually look at the player added side of things at some point. I think he is one of the busier devs with several bigger and...
  9. MacAisling

    Help my I have a problem

    EnderIO: Found the following problem(s) with your installation: * An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6 copie.jar). Ender IO was build against API version rv2 and may or may not work with a newer version. This may have caused the error. Try reproducing the...
  10. MacAisling

    Loot Bags for Skyblocks

    The way the bags are set up by default, the common bags have access to the full loot table, so if you had a 1% chance to get a diamond & a 50% chance to get bread, you might get the diamond but you will probably get the bread. Each step up narrows the range of things the bag can drop (like...
  11. MacAisling

    Loot Bags for Skyblocks

    Clutter vs. value is one approach to balancing this type of mechanic. Rarity, both of drops and for the bags themselves is another. The way I plan to set things up, anything that comes out of a bag can be fed into a recycler to make more common bags, which can then be used to craft your way up...
  12. MacAisling

    Loot Bags for Skyblocks

    While I'm at it, horse armor and saddles--loot only, add the mods that make them craftable, or please god no more?
  13. MacAisling

    Loot Bags for Skyblocks

    I barely know what I'm doing messing with the config files, and I want you to have the chance to experience the full range of what the included mods have to offer, so I am not changing any recipes, disabling any items, or gating anything behind anything else. Finally crafting that one whatever...
  14. MacAisling

    Yes, I'm making a simpler sky-block pack.

    Jar files in the mod folder. I may have been lazy and pulled the # 77 from Forge on the main menu before.
  15. MacAisling

    Loot Bags for Skyblocks

    I'm working on my own skyblock pack that I hope to get up on Curse when it is ready. By default, Loot Bags provide access to the loot tables that populate various village & dungeon chests. looking at the list, I think I need to customize it from the ground up. So, for a Skyblock, what kinds of...
  16. MacAisling

    Yes, I'm making a simpler sky-block pack.

    1st pass at the Ex Nihilo Adscensio sieve finished and functioning. Need to do some testing and tweaking. I put Super Circuit Maker back on the list. And I can't count, this makes 69. Looking at the general loot tables, I think I'm going to have to fully customize Loot Bags. I'll start a topic...
  17. MacAisling

    YUNoMakeGoodMap

    As a final test to see if I was really going mad or not, I copied the entire contents of the structure folder inside the mod jar into the structure folder in the configs. Sure enough, that descriptive json only works if it is inside the jar.
  18. MacAisling

    YUNoMakeGoodMap

    LexManos says it works, so I'm definitely the one who is missing something. I dug through the jar where the examples live and did find a file labelled SkyBlockPlatforms.txt, but that didn't help either. I'd try putting my files in the jar file, but I don't know how to turn the folder back into...
  19. MacAisling

    YUNoMakeGoodMap

    @Flabort Even copy/paste your example isn't working. I had the thought that, since it looks for a structures folder for additional nbt files, maybe it was looking for a single structures.json to describe them all. I couldn't get that to work, either. Is it time to proclaim it broken and bother...
  20. MacAisling

    YUNoMakeGoodMap

    They also seem rediculously finicky about spaces and line breaks, which I thought The Machine didn't care about but are typically present to assist lowly human eyes in debugging code. Is it running some kind of vertical syntax check, looking for all those brackets to line up in their own...