Jump to content

C# Modding Support


ForceGear

Recommended Posts

Hello guys,

 

I just thought about how awesome it would be if I could enhance Minecraft by writing C# mods.

Really, I hate Java and I can't get used to it. This would be really cool to see.

 

So, I found this one: http://www.minecraftforum.net/topic/1058640-125-wip-opensource-modbridge/

Sadly, it's an abandoned project which is really old. The interop of Java and C# is possible, that's no question.

 

It's just a question of how to make Minecraft and moreover Forge compatible with that.

Would this be possible if there were some guys who helped integrating it or did the work to make Forge compatible with C# mods?

 

 

I hope this is possible anyhow. A plain bridge between Minecraft and C# is useless. Everyone uses Forge and indeed it's just great.

So if Forge isn't compatible with those mods, it won't make sense even to start the work.

 

 

What do you think? What does the Forge developers say? If it came to it, I would join the team developing this bridge.

 

 

Greets

ForceGear

Link to comment
Share on other sites

Sure could I use Java. I just don't like the syntax and .Net has a huge amount more features than Java.

And I'm not used to Java's SDK. I know all important namespaces of .Net, but nothing in Java. It's a hell to work with it,

because I always have to look for the right thing. Even if they were nearly the same, the different naming conventions make it hard again.

 

It would be hard to do this on my own (I think). It would take a lot more time after Forge is released to apply the changes.

I'll take a look at Forge, but I don't think that it's a work for one person, or do I err?

Link to comment
Share on other sites

Being blunt here, If you're to lazy to write in Java, you're way to lazy for a project like this.

Minecraft IS Java, There is no getting around this, when you start introducing things outside the JVM you run into a whole buss load of other issues and a even tinier userbase.

So i'd advise you just buckel down and get comfurtable with Java.

Hell it'll help you in the real world where a lot of systems are purely java and if you told your project lead 'I am gunna inject .net before I do anything else' they would laugh at you, and probably fire you.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

  • 2 weeks later...

Being blunt here, If you're to lazy to write in Java, you're way to lazy for a project like this.

Minecraft IS Java, There is no getting around this, when you start introducing things outside the JVM you run into a whole buss load of other issues and a even tinier userbase.

So i'd advise you just buckel down and get comfurtable with Java.

Hell it'll help you in the real world where a lot of systems are purely java and if you told your project lead 'I am gunna inject .net before I do anything else' they would laugh at you, and probably fire you.

But then how are we able to write mods in Scala?

Link to comment
Share on other sites

But then how are we able to write mods in Scala?

 

I'm pretty sure scala compiles right into JVM code.

Link to comment
Share on other sites

Being blunt here, If you're to lazy to write in Java, you're way to lazy for a project like this.

Minecraft IS Java, There is no getting around this, when you start introducing things outside the JVM you run into a whole buss load of other issues and a even tinier userbase.

So i'd advise you just buckel down and get comfurtable with Java.

Hell it'll help you in the real world where a lot of systems are purely java and if you told your project lead 'I am gunna inject .net before I do anything else' they would laugh at you, and probably fire you.

Also, what if we could use JNBridge?

Link to comment
Share on other sites

JNBridge has nothing to do with that you're wanting to do.

This is not going to happen, Minecraft is Java, that's it. Either you use one of the JVM languages or you don't mod through Forge.

Feel free to do whatever the hell you want else ware. But we're not gunna deal with it.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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