HyperCubeMC / Modern-Minecraft-Decompiler

Modern Minecraft Decompiler
https://the-hyperzone.github.io/Modern-Minecraft-Decompiler/
MIT License
59 stars 8 forks source link

Compiler error regarding net.minecraftforge.api.distmarker. #7

Closed MajickTek closed 5 years ago

MajickTek commented 5 years ago

there are hundreds upon hundreds of errors while compiling complaining that net.minecraftforge.api.distmarker doesn't exist. Thus is part of Forge's API package, which I tried compiling but its gradle didn't work.

Unfortunately I can't give the log but for the most part it was:

error: package net.minecraftforge.api.distmarker does not exist
import net.minecraftforge.api.distmarker.Dist;
import net.minecraftforge.api.distmarker.OnlyIn;
import net.minecraftforge.api.distmarker.OnlyIns;
ahmed605 commented 5 years ago

try after this commit https://github.com/hypercubemc-github/Modern-Minecraft-Decompiler/commit/e63a04a0ed6e1518d3c46a60caf87deeb7ef4cc1

Justsnoopy30 commented 5 years ago

No comments on this issue for 7 days, and @ahmed605 responded, so issue closed.

MajickTek commented 5 years ago

Confirmed the issue has been solved! Thanks alot! no more manually patching mcp >:]