Replacing ores breaks recipes with the ingots from the raw material that those ores drop. #7
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
TysonTheEmber/RemapIDs#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mod Loader
NeoForge 1.21.1
Mod Version
1.3.1
Crash Log / Error Output
https://mclo.gs/w6UW8aX
Bug Description
While using remapids for the first time, I created this file to unify ores:
{
"remaps": [
{
"source": "mekanism:_ore",
"target": "alltheores:_ore",
"types": ["item", "block", "recipe", "loot_table", "tag"]
}
]
}
When running it, all recipes that use ingots from mekanism ores stop working, this might be connected to the fact that I used almostunified and mekanism ingots get redirected to another mod's
Steps to Reproduce
Other Mods Installed
Almost Unified, Mekanism, Modern Elements, Mekanism: Elements, KubeJS
you failed to use regex correctly. Please correct it and reply if the issue persists
"source": "mekanism:_ore",
"target": "alltheores:_ore",
would become
"source": "mekanism:_ore",
"target": "alltheores:_ore",