#[HELP] Corona Borealis

15 messages · Page 1 of 1 (latest)

sudden lake
#

A planet shrouded in arcane mysteries.
https://github.com/RadianceStorm/Mindustry-Corona-Borealis#

Hey, I'm new to modding. I've read several modding guides and have been referring to official content and looking at the source code structure of other mods for a while. But I am having trouble with a few things.

  • First off, my mod shows up in the mod browser, but it refuses to install. I'm really confused about this because I can install other mods just fine. (It says "Connection error")
  • I'm wondering whether to use Java or Json. I'm not the best programmer, but I can pull it off. I'm not even doing anything that should be hard.

Short term goals

  • Add some tiles for the map editor.
  • Create a planet... even if it doesn't do anything yet.

Any help would be greatly appreciated. My biggest roadblock is the refusal for it to be downloaded by Mindustry, as I have no idea how to install it otherwise.

GitHub

Contribute to RadianceStorm/Mindustry-Corona-Borealis development by creating an account on GitHub.

quaint jetty
#
  1. You need to create an release in your github repo and put ".jar" file into release. which you can get from git actions
  2. Json — easier, can't do something incredibly new
    Java — harder, have no limits
quaint jetty
#

if you want to test mod without making alot of releases. you can just use jar file

sudden lake
#

I don't know how to do that

quaint jetty
#

go to your repo -> actions (near pull requests tab) -> click on latest commit -> install jar file and put it into your mindustry mods folder

sudden lake
#

Don't know if I should use Java or JSON

#

Would porting to java be super painful if I already had a lot of stuff

craggy sparrow
craggy sparrow
sudden lake
#

which may have been why my mod doesn't work for jsons lol

#

i'm smart...

craggy sparrow
#

I did the exact opposite