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

    MineTweaker/ModTweaker - A help and suggestions thread.

    It worked! Thank you for the help.
  2. 1

    MineTweaker/ModTweaker - A help and suggestions thread.

    #Ladder Recipe recipes.addShapedMirrored ( <minecraft:ladder>.withTag ( {CanPlaceOn:[<customitems:coarse_dirt>]} ), [ [<customitems:bundled_sticks>, <customitems:crude_rod>], [<customitems:crude_rod>, <customitems:bundled_sticks>] ] ); Um, ERROR: Stick Recipes.zs:16 >...
  3. 1

    MineTweaker/ModTweaker - A help and suggestions thread.

    Here's the entire script: #Bundled Sticks Recipe recipes.addShapedMirrored ( <customitems:bundled_sticks>, [ [ <customitems:crude_rod>, <customitems:rubber_band> ], [ <customitems:rubber_band>, <customitems:crude_rod> ] ] ); #Ladder Recipe...
  4. 1

    MineTweaker/ModTweaker - A help and suggestions thread.

    It's part of the Adventure Backport mod EDIT: Now I'm getting an error on the part that consists of customitems:coarse_dirt ANOTHER EDIT: Tried your code in full, and it still fails Same error as before
  5. 1

    MineTweaker/ModTweaker - A help and suggestions thread.

    Could you paste the correct code, I can't figure it out for the life of me
  6. 1

    MineTweaker/ModTweaker - A help and suggestions thread.

    Any idea where? I'm looking through notepad++ and every bracket is matched
  7. 1

    Unnamed Job/Purchase Modpack Discussion Thread

    Got a couple of screenies of my progress so far: EDIT: STUPID NIGHTVISION POTION!
  8. 1

    Botania - An innovative natural magic themed tech mod (Not in beta any more!)

    What? GUI's too advanced for you?
  9. 1

    MineTweaker/ModTweaker - A help and suggestions thread.

    Okay, <minecraft:ladder>.withTag({CanPlaceOn:[customitems:coarse_dirt]}), is getting me [20:05:26] [Client thread/INFO]: [CHAT] ERROR: Error parsing Stick Recipes.zs:20 -- ] or , expected And that's the code from mt hand
  10. 1

    MineTweaker/ModTweaker - A help and suggestions thread.

    I need a bit of help with NBT data: <minecraft:ladder.withTag({CanPlaceOn:[:customitems:coarse_dirt]})>, #Ladder Recipe recipes.addShapedMirrored ( <minecraft:ladder.withTag({CanPlaceOn:[:customitems:coarse_dirt]})>, [ [ <customitems:bundled_sticks>...
  11. 1

    Unnamed Job/Purchase Modpack Discussion Thread

    After a bunch of time spent on Xenoblade, Hypixel and visiting my grandma,I'm now officially back to working on The Lost Isle
  12. 1

    Unnamed Job/Purchase Modpack Discussion Thread

    Fixed it, something happened to the custom-items jar
  13. 1

    Unnamed Job/Purchase Modpack Discussion Thread

    Strange, I've got it down to it's default files and it still crashes
  14. 1

    Unnamed Job/Purchase Modpack Discussion Thread

    So, after switching from using my school's Mac to my home PC, I started getting a strange crash. I thought it was due to a .json file somewhere in the config folder, but none of the files start with a string...
  15. 1

    Request Suggest mods for creation here

    I meant you didn't get what I meant in my post
  16. 1

    Request Suggest mods for creation here

    ...I don't think you get it.
  17. 1

    Request Suggest mods for creation here

    Maybe he could say knocking?
  18. 1

    Unnamed Job/Purchase Modpack Discussion Thread

    The prefix thing worked, thanks! BTW, is that prefixing thing a Vanilla feature? And if so, to what extent does it work?
  19. 1

    Unnamed Job/Purchase Modpack Discussion Thread

    So what should I do to obtain the items? NBT Editors?
  20. 1

    Unnamed Job/Purchase Modpack Discussion Thread

    After finally getting to using the mod, I found that while it works perfectly with vanilla blocks, modded blocks don't work at all. For example: /give @p stick 1 0 {CanDestroy:[Forestry:apiculture]} gives me a stick that cannot break the Apiary as it's supposed to and instead has can break...