Jump to content

Recommended Posts

Posted

Ok, so I am having some trouble with my mod on a server. I worked a while ago when I had only like 1 item, but now I am done with my mod and nothing works. It just crashes now. Here is my error

  Reveal hidden contents

 

 

I can provide the Eclipse error as well, but I think this one may be the only one needed.    This is 1.8*

I Love To Help People. Unless They Are The Kind Of People Who Just Doesn't Know Anything. Those People Need Some Serious Help. This Could Help But......

https://www.youtube.com/watch?v=6t0GlXWx_PY

 

ThingsMod Git: https://github.com/EscapeMC/Things-Mod-1.10.2

 

TeamMadness Mod Git: https://github.com/EscapeMC/TeamMadness-Mod-1.10.2

 

If I somehow help you, please click the "Thank You" button. If I am a total waste of time, please click the "Applaud" button.

Posted

Ok, so right now I have a Common Proxy, and a Client Proxy.

The Client Proxy "extends Common Proxy"

 

What must I do here?  Rename "Common Proxy" to "Server Proxy"  ?

I Love To Help People. Unless They Are The Kind Of People Who Just Doesn't Know Anything. Those People Need Some Serious Help. This Could Help But......

https://www.youtube.com/watch?v=6t0GlXWx_PY

 

ThingsMod Git: https://github.com/EscapeMC/Things-Mod-1.10.2

 

TeamMadness Mod Git: https://github.com/EscapeMC/TeamMadness-Mod-1.10.2

 

If I somehow help you, please click the "Thank You" button. If I am a total waste of time, please click the "Applaud" button.

Posted

If I were you I'd read how proxies work.

 

Usually people use Common and Client, where Common is also Server. Why? Because server usually doesn't need (can't have) spacial proxy since it also appears on client (server logic).

 

You could have Server and Client proxy both extending Common. Just make sure you put right path to it in @SidedProxy and you don't reference ANY of @SideOnly methods/fields/classes that are on "other side" of the proxy.

 

Readup on proxies and logical sides:

http://www.minecraftforge.net/forum/index.php/topic,22764.0.html

+ Google.

  Quote

1.7.10 is no longer supported by forge, you are on your own.

Posted

Ernio, I fixed my problem.

 

I accidentally renamed the thing that reads the Common Proxy to Server Proxy, and I forgot to change it back at some point. Silly me......  ;D

I Love To Help People. Unless They Are The Kind Of People Who Just Doesn't Know Anything. Those People Need Some Serious Help. This Could Help But......

https://www.youtube.com/watch?v=6t0GlXWx_PY

 

ThingsMod Git: https://github.com/EscapeMC/Things-Mod-1.10.2

 

TeamMadness Mod Git: https://github.com/EscapeMC/TeamMadness-Mod-1.10.2

 

If I somehow help you, please click the "Thank You" button. If I am a total waste of time, please click the "Applaud" button.

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.