Started by
denyoongi
on
Topic category: Help with Minecraft modding (Java Edition)
I wanted to make my first mod and I followed a tutorial to make discs customizable but when I add the mod minecraft won't open it's 1.15.2 btw. Please help :(
Also, I don't really know how to add attachment
You can add photos by using Imgur and you can add crash logs using Pastebin.
Okay I think there could be a problem in my buildscript or mods.toml
so https://pastebin.com/SfrKWDS5
https://pastebin.com/6tA2tDJj
Uhh.. I meant can you add a console log from when you try to start the test client.
Sorry, here https://pastebin.com/yaYyXSc7
So what's wrong?
Please, someone, help
I deleted already almost all of the mod and I'm just left with https://pastebin.com/VQGmqHQ5. These are the only files now edited by me and it still won't launch.
I fixed it by deleting # and changing main to Main but my disc isn't in the game, the code looks like this, but super is struck through could it be the reason why?
package trojan.objects.items;
import net.minecraft.item.MusicDiscItem;
import net.minecraft.util.SoundEvent;
public class FireMusicDisc extends MusicDiscItem {
@SuppressWarnings("deprecation")
public FireMusicDisc(int comparatorValueIn, SoundEvent soundIn, Properties builder) {
super(comparatorValueIn, soundIn, builder);
}
}
Perhaps try deleting the disc and then re-adding it? Maybe it got corrupted. If that doesn't work create a bug report.
Yeah, didn't work, still says the MusicDiscItem is deprecated
Create a bug report.
This is not MCreator's code.
Yeah, I saw the word “Trojan” and I thought,
well that’s not good, but I wasn’t sure so I didn’t say anything.
OP: Did you download MCreator from this site?