Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mekanism Anchor Upgrade Recipe Missing #433

Closed
waybaker opened this issue Nov 28, 2020 · 4 comments
Closed

Mekanism Anchor Upgrade Recipe Missing #433

waybaker opened this issue Nov 28, 2020 · 4 comments
Labels
Bug Something isn't working

Comments

@waybaker
Copy link

The Problem
JEI does not show the recipe for the Anchor Upgrade for Mekanism. Attempting to craft using the last known good recipe (1 Diamond Dust, 2 Infused Alloy, and 2 Glass) does not produce the item either. I have verified that allowChunkloading = true is set in the general config file for Mekanism.

To Reproduce
Steps to reproduce the behavior:

  1. Install Server using Simple Server Files
  2. Install ATM 6 from CurseForge or Twitch Client
  3. Log in to server using client
  4. Attempt to craft, or attempt to show recipe in JEI -> Error should be present.

Expected behavior
Should be able to craft the item. Item is available in JEI, but no recipe exists.

Screenshots
N/A

Additional context
This was present on 1.3.0. Just upgraded to 1.3.3, issue persists.

@waybaker waybaker added the Bug Something isn't working label Nov 28, 2020
@justtomisfine
Copy link

This is not a bug, this is intended. ATM6 uses FTB Chunks for chunkloading.

If you would like to enable the anchor for your world/server you can remove it from kubejs/server_scripts/removals.js.

'mekanism:upgrade_anchor',

Note: You will have to do this every update.

@waybaker
Copy link
Author

waybaker commented Dec 3, 2020

Thanks. I was not aware of what FTB Chunks was. I looked it up and will be using that instead.

@waybaker waybaker closed this as completed Dec 3, 2020
@lsalazarm99
Copy link

Just curious, is there any technical reason why FTB Chunks is preferred?

@jeremiahwinsley
Copy link
Contributor

Just curious, is there any technical reason why FTB Chunks is preferred?

It lets you manage chunk loads in one place, instead of having multiple different ways to chunkload. Additionally, server owners can more easily limit the number of loaded chunks if they only need to configure one mod.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants