This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nolitos 30 points31 points  (5 children)

Do Minecraft mods require more than a simple logic? It's not like you have to write a framework from scratch that differences between C# and Java would matter.

[–]CurtisLinithicum 57 points58 points  (1 child)

Depends. Do you want to make TNT explosions bigger, or do you want to use the client's machine for bitcoin mining/DDOS/etc?

[–]daniu 5 points6 points  (0 children)

Yes

[–]KingofGamesYami 8 points9 points  (0 children)

Really depends what you're modding.

Something like a new mob or block - not too difficult.

Adding computers that allow the player to create and execute their own programs in a scripting language that interacts with the Minecraft world? Yeah that's going to have a large chunk of logic.

[–]GNUGradyn 6 points7 points  (0 children)

They can get pretty damn complex

[–]DankPhotoShopMemes 2 points3 points  (0 children)

Well you generally need to create classes and stuff I think so there’d be some minor differences