Jump to content

Errors during gradlew build


KoHcoJlb

Recommended Posts

Hello all. I'm writing my first mod. When i test it inside IDE all works normal but when i try to build it I've got an error.

D:\Minecraft\Develop\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\ua\
conso1e\remotecontrol\gui\GuiText.java:23: error: cannot find symbol
        fontRenderer = mc.fontRenderer;
                         ^
  symbol:   variable fontRenderer
  location: variable mc of type Minecraft
D:\Minecraft\Develop\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\ua\
conso1e\remotecontrol\gui\MyGuiChat.java:12: error: method does not override or
implement a method from a supertype
    @Override
    ^
D:\Minecraft\Develop\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\ua\
conso1e\remotecontrol\gui\MyGuiChat.java:44: error: cannot find symbol
        super.func_146403_a(msg);
             ^
  symbol: method func_146403_a(String)

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.