Povstalec / StargateJourney

A repository for the Stargate Journey Minecraft Mod
44 stars 23 forks source link

how to do like povstalec ? #139

Open electikos opened 4 weeks ago

electikos commented 4 weeks ago

can someone mention me a VS code plugin to code in minecraft scripted language (i am on Linux). what does povstalec utilized to create his mods.

Povstalec commented 3 weeks ago

Up until a few days ago I used Eclipse IDE, but due to... special circumstances I started using IntelliJ IDE.

Don't actually consider using Eclipse. I love it, but it's super unsuitable for Minecraft modding, since a lot of things (especially the new stuff) just don't work with it properly.

electikos commented 3 weeks ago

how to set up IntelliJ like yours ?

Povstalec commented 3 weeks ago

I don't use any special setups, no plugins that help with writing code or any changes in keybinds, it's all default values.

The only thing I changed is the theme to an Eclipse theme I downloaded, because the pastel colors IntelliJ uses by default make things harder to read for me personally.

electikos commented 3 weeks ago

how to open your mod with intelliJ ?

Povstalec commented 2 weeks ago

It would be pointless for me to explain every single little thing, just use one of the many tutorials that are out there online.

This person's tutorial series are very good for example, I'd say: https://www.youtube.com/watch?v=55qUIf3GMss&list=PLKGarocXCE1H9Y21-pxjt5Pt8bW14twa-

electikos commented 1 day ago

how do you decompile and deobfuscate your mod ? i doesn't find any tutorial on how to do so.

lukaskabc commented 1 day ago

Why would you decompile the mod when it's open-sourced here on GitHub?

electikos commented 10 hours ago

thanks