[BUG] Submachinegun Bullet Casing uncraftable (0.2.1)
Lordician opened this issue ยท 0 comments
Describe the bug
The submachinegun bullet casings cannot be created in any way.
The "Metal Press Mold: Submachinegun Bullet Casing" creates the "Artillery Shell Casing" instead.
From inspection it seems like the recipe looks up the subname: "submachinegun_1bcal", while it is registered as "smg_1bcal".
This causes the function: "Utils.getStackWithMetaName" to return 0 (default behavior) and the item with metadata 0 would indeed be the artillery shell casing.
To Reproduce
Steps to reproduce the behavior:
- Place the Metal Press.
- Put in the "Metal Press Mold: Submachinegun Bullet Casing".
- Run brass ingots through the Metal Press.
- Get "Artillery Shell Casing".
Expected behavior
I want to be able to create Submachinegun Bullet Casings. :(
Screenshots or GIFs
Can add a screenshot, but I think it is fine like this right?
Logs
latest.log
(Not needed though, description points to where it goes wrong in the code.)
Environment
- OS: Windows 10 Home
- Minecraft version: 1.12.2
- Forge version: 1.12.2-forge-14.23.5.2860
- Immersive Intelligence version: 0.2.1
- Immersive Engineering version: ImmersiveEngineering-0.12-98
Way too much other mods to list.