Messorix Posted August 1, 2016 Posted August 1, 2016 I get this error at the most ridiculous times and it seems fully random to me as well. Right now I'm getting the error on "test" in the constructor package com.messy.core.items; import net.minecraft.item.Item; public class ModItem extends Item { public ModItem(String unlocalizedName, String test) { this.setUnlocalizedName(unlocalizedName); } } Does anyone have a clue on the cause of this? Quote Dev of MoleculeCraft https://github.com/Messorix/MoleculeCraft
Animefan8888 Posted August 1, 2016 Posted August 1, 2016 May I have the full error log? Quote VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
Messorix Posted August 1, 2016 Author Posted August 1, 2016 I can't even run my mod, so there is no error log for this one... Quote Dev of MoleculeCraft https://github.com/Messorix/MoleculeCraft
Animefan8888 Posted August 1, 2016 Posted August 1, 2016 Where are you getting this error then? Quote VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
Messorix Posted August 1, 2016 Author Posted August 1, 2016 In eclipse itself. This is what it looks like Quote Dev of MoleculeCraft https://github.com/Messorix/MoleculeCraft
Animefan8888 Posted August 1, 2016 Posted August 1, 2016 Show me a screenshot of your build path (aka click configure build path). Quote VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
Messorix Posted August 1, 2016 Author Posted August 1, 2016 Did you mean this? Quote Dev of MoleculeCraft https://github.com/Messorix/MoleculeCraft
Animefan8888 Posted August 1, 2016 Posted August 1, 2016 Something like this has already been corrected please look here and try what it says down at the bottom. http://www.minecraftforge.net/forum/index.php?topic=37396.0 Quote VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
Messorix Posted August 1, 2016 Author Posted August 1, 2016 Why do I do when the package I'm missing is not in the folder he described? Quote Dev of MoleculeCraft https://github.com/Messorix/MoleculeCraft
Animefan8888 Posted August 1, 2016 Posted August 1, 2016 Maybe something like this. C:\Users\User\.gradle\caches\modules-2\files-2.1\com.google.guava\guava\18.0\cce0823396aa693798f8882e64213b1772032b09 And You should see a jar. Quote VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
Messorix Posted August 1, 2016 Author Posted August 1, 2016 I am dumb... I didn't read the posts in front of the last one so I never saw that I needed to be in the guava library... It is fixed now. Thank you so much Quote Dev of MoleculeCraft https://github.com/Messorix/MoleculeCraft
Animefan8888 Posted August 1, 2016 Posted August 1, 2016 You are welcome have fun modding Quote VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.