Cannot Craft a World Anchor - FTB Unleashed 1.1.3

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • 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

El_McGinger

New Member
Jul 29, 2019
2
0
0
Hey everyone, I'm new to the forums, and really made this account for this question but I'm sure I'll have more and can become a part of the community. I'm sorry if I'm in the wrong section, it just didn't seem like I needed to post in tech support or mod pack support.

I'm having a problem with the world anchor, I can't craft it at all. I also cannot load the recipe with the item interface on recipe mode. At first I thought it was the server config files not matching the clients, so I merged and copy/replaced the files from my client with the ones from my server. This still didn't fix the problem, so I tried to make one in a creative single player world with no avail. I could spawn one from the item menu but I couldn't craft one. I also cannot load the recipe or craft the admin anchor. I can, however, do those things with a personal anchor.

Is there a fix for this? I've also tried force updating, but still no change. I'm running FTB version 1.1.3. I tried searching this problem for a while without finding anything other than the config files matching the server files, but this seems to be client side rather than server.

Thank you all in advanced, glad to join the community.
 

kaiomann

New Member
Jul 29, 2019
357
0
0
I think the world anchor is supposed to be a creative only item, since it can just chunkload chunks without any fuel. The personal anchor needs fuel in form of enderpearls.
Tip: Instead of using these ones from Railcraft, use the chickenchunks chunkloaders. They don't need fuel :p
 

Wekmor

New Member
Jul 29, 2019
939
0
1
I think the world anchor is supposed to be a creative only item, since it can just chunkload chunks without any fuel. The personal anchor needs fuel in form of enderpearls.
Tip: Instead of using these ones from Railcraft, use the chickenchunks chunkloaders. They don't need fuel :p

That's not true :b

World Anchor and Personal Anchor should be craftable. Only the Admin Anchor is not craftable and Creative Mode only.

To your problem, do you use the latest version of railcraft for you minecraft version?
 

Yusunoha

New Member
Jul 29, 2019
6,440
-4
0
in the railcraft config you'll find this

Code:
    # change to craftable=false to disable World Anchor crafting, they will still be available via Creative
    #
    B:craftable=false

change the false to true and you should be able to craft it now
 
  • Like
Reactions: El_McGinger

El_McGinger

New Member
Jul 29, 2019
2
0
0
Thank you all for your responses! I'll go into the config file and change that. As for the version it is up-to-date. I'll edit this post with the results.

EDIT: Changing the config files of both the client and server fixed it! I'm new to playing modded Minecraft in general so I wouldn't have even thought of checking the config files. Thanks for the help everyone!
 

Yusunoha

New Member
Jul 29, 2019
6,440
-4
0
Thank you all for your responses! I'll go into the config file and change that. As for the version it is up-to-date. I'll edit this post with the results.

EDIT: Changing the config files of both the client and server fixed it! I'm new to playing modded Minecraft in general so I wouldn't have even thought of checking the config files. Thanks for the help everyone!

it's a good reminder to always check the configuration files when playing modded minecraft. changing some simple configuration file options can really make the game fit more to your playing style, thus making it alot more fun
 
  • Like
Reactions: El_McGinger

Baron_Falcon

New Member
Jul 29, 2019
433
3
0
in the railcraft config you'll find this

Code:
    # change to craftable=false to disable World Anchor crafting, they will still be available via Creative
    #
    B:craftable=false

change the false to true and you should be able to craft it now

Thank you! I know, necro post, but w/e this was really helpfull info last night.