Enigmatica 6 - E6 - 1.16.5

Enigmatica 6 - E6 - 1.16.5

1M Downloads

Drawers cannot be crafted with some wood types

ExistingExpert opened this issue · 3 comments

commented

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.
image
image
image

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

commented

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.

GitHub
The official repository and issue-tracker for Enigmatica 6 - Enigmatica6/wood_variants.js at develop · EnigmaticaModpacks/Enigmatica6
GitHub
The official repository and issue-tracker for Enigmatica 6 - Enigmatica6/shaped.js at develop · EnigmaticaModpacks/Enigmatica6
commented

Ok, yes I was using byg's palm wood

commented

as was evident by the texture ^-^