Jump to content

Recommended Posts

Posted
  On 8/13/2018 at 4:49 AM, trolio said:

what could be the reason behind the build not wanting to work.

Expand  

I dont know, maybe if I just had the thing that tells me what's wrong with the code, what was that called again. Oh. Yeah the crash report.

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.

Posted

Problematic Code #6 #15 actually, I was mistaken

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted
  On 8/13/2018 at 4:57 AM, trolio said:

thought I attached it along with my source code forgot to drag over the crash report file here it is

crash-2018-08-13_00.29.31-server.txtFetching info...

Expand  

Code Style #3

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.

Posted

All of the Code Style's actually.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted (edited)
  On 8/13/2018 at 7:22 AM, trolio said:

Ok so I built the mod using cmd but I am still running into the same error when trying to launch my server.

Expand  

Ok, did you solve all of the problems we told you about?

 

Attempting to call client only code here and here. Why are you not using the events to register models, Items, and Blocks? Read the forge docs on them you should not be doing

ForgeRegistries.REGISTRYNAME.register(obj);

 

Edited by Animefan8888

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.

Posted

you only linked me to Code Style 3 which everything they stated there I was already using, my mod still does not work with servers even after attempting to run the server using "gradlew runServer" and here is the crash file that came along with that. I know on github my mod has a IHasModel file but it is not being used and can be removed.

crash-2018-08-13_03.49.45-server.txt

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.