Drawers cannot be crafted with some wood types
ExistingExpert opened this issue · 3 comments
Modpack Version
1.3.0
Describe your issue.
Storage drawers cannot be made with some certain types of woods. Here I link some screenshots using palm wood.
Crash Report
No response
Latest Log
No response
Have you modified the modpack?
Yes
User Modifications
Optifine, but that does not seem like something that should affect crafting recipes
Did the issue happen in singleplayer or on a server?
Singleplayer
looks like the culprit can be found here:
https://github.com/EnigmaticaModpacks/Enigmatica6/blob/develop/kubejs/server_scripts/enigmatica/kubejs/constants/wood_variants.js
in combination with:
https://github.com/EnigmaticaModpacks/Enigmatica6/blob/develop/kubejs/server_scripts/enigmatica/kubejs/expert/recipetypes/enigmatica/shaped.js
basically across our kubejs script it is commonplace to only name recipes based on what's left of the : and ignoring the mod they came from, the nib in the butt this time around is 3 wood types of palm, so 2 of them have their recipe id overwritten.
The official repository and issue-tracker for Enigmatica 6 - Enigmatica6/wood_variants.js at develop · EnigmaticaModpacks/Enigmatica6
The official repository and issue-tracker for Enigmatica 6 - Enigmatica6/shaped.js at develop · EnigmaticaModpacks/Enigmatica6