Unable to make custom bees that produce resources from Mana and Artifice
blewbelle opened this issue ยท 2 comments
The Custom Bee Feature is incompatible with Mana and Artifice due to the FirstPhaseValidator rejecting M&A's namespace "mana-and-artifice" because it contains hyphens, which are not included in the regex \w.
According to the minecraft wiki, hyphens are allowed in the namespace.
To Reproduce
Steps to reproduce the behavior:
- Create a custom bee
- Set any field that accepts items to an item from mana-and-artifice
- Launch the game
- Observe that mod loading has failed
Expected behavior
Not crashing
please complete the following information:
- Forge Version [35.1.37]
- Mod Version [0.5.8b]
I am aware of the issue and need to change the regex to handle the hyphens in their unstandardized unconventional mod name.
edit: hmmm did not know hyphens were actually allowed.....
closing, should be fixed in the next major patch see: #131