CelesTek-Team / HexCraft

Technology and decoration mod inspired by XyCraft.
Other
13 stars 7 forks source link

Hexorium-Glass Package is uncraftable #13

Closed Z4ckTheGreat closed 8 years ago

Z4ckTheGreat commented 8 years ago

Recipe does not show up in NEI and isn't craftable. I already double checked the wiki to ensure I had the correct configuration of items to craft it. I tested this on a fresh setup as well with no mods but NEI and ChickenCore.

My Forge version is 10.13.4.1558, and I checked that the mod is up-to-date.

If you need any more info let me know!

CelesTek-Team commented 8 years ago

That is weird, can you please send us a screenshot of the crafting grid?

Z4ckTheGreat commented 8 years ago

2016-03-28_20 54 17

CelesTek-Team commented 8 years ago

That is very weird, considering we are unable to recreate the bug. It looks almost as if something is screwing up the ore dictionary... It could potentially be some weird bug with Java 7/Java 8. Which of these are you running?

Z4ckTheGreat commented 8 years ago

I am running it in Java 8 (1.8.0_60).

CelesTek-Team commented 8 years ago

Would you by any chance be able to try with Java 7? A variety of mods are still having some issues with 8, so it's worth checking if it's related.

Z4ckTheGreat commented 8 years ago

I loaded the mod with Java 7 (1.7.0_80) instead of Java 8 and still the problem persists. (tested on a fresh install with no other mods)

stillnotworking

If it is any constellation, I am using the MultiMC launcher because it is easier for me to use than using the regular launcher. I doubt this would cause an issue, but I'd figure I mention it anyways.

CelesTek-Team commented 8 years ago

It really shouldn't, we use MultiMC as well. Would you be willing to export the instance and send it to us? You can do it to our email which you can find in all of our source files as a comment near the top.

Z4ckTheGreat commented 8 years ago

I will! I'm uploading it now and sending it to your email as soon as the upload is finished (my internet is slow).

CelesTek-Team commented 8 years ago

Thank you!

It ends up it is a really stupid reason behind the issue, and it is our fault. We will be updating the mod ASAP to fix it.

Essentially, the mod EnderIO adds oredict entry for Minecraft's Glass block. We thought Forge did this automatically, similar to ingots and ores, however, it seems that EnderIO is responsible for that entry. A quick fix would be to add EnderIO to your modpack, but I assume this is not something you want to be forced to do, so we will be updating the mod.

Thank you for letting us know!

Z4ckTheGreat commented 8 years ago

No problem! Ah, that is kind of silly. I used to have EnderIO in my modpacks but I stopped using it, I can't remember why.

Anyways glad to see it being fixed, I'll download the new version when it becomes available and make sure it works. Since it is just an oredict issue, I'll close this issue. Thanks so much for all your help.

CelesTek-Team commented 8 years ago

We will keep this open until we fix it, because it is still our fault for testing with additional mods loaded and not relying on vanilla MC only.

kopilo commented 8 years ago

Hi, I came across this exact issue using MultiMC: Not sure if it helps but the work around I'm currently using is a custom recipe mod and re-adding the recipe(s) in, (http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1286235-custom-recipes-make-customize-and-remove-crafting).

kopilo commented 8 years ago

Given that the issue seems to be with the recipe I decided to go ahead and try to fix the issue myself. I have found that adding the following at around line 2814 in HexRecipes.java solved the issue. I haven't tested with enderio yet, but as this is adding recipes and not removing them I don't anticipate it being a problem.

CelesTek-Team commented 8 years ago

Yes, that is what should fix it. We haven't released any updates yet because of a project at college taking up all of the main coder's time, so we planned to release it next week. Sorry for having to wait that long. xD

CelesTek-Team commented 8 years ago

This has now been fixed in version 0.8.5! :)