Skip to content

Commit

Permalink
Rebirth
Browse files Browse the repository at this point in the history
  • Loading branch information
JojoFR1 committed Jun 8, 2024
1 parent 824483c commit ddbc3b5
Show file tree
Hide file tree
Showing 27 changed files with 8 additions and 3,168 deletions.
12 changes: 4 additions & 8 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
{
"name": "aeyama",
"repo": "aeyama-mod/aeyama",
"minGameVersion": 145,
"version": "0.5.0-dev",
"minGameVersion": 146,
"version": "0.1.0r-dev",

"java": true,
"main": "aeyama.Aeyama",

"displayName": "Aeyama: The New World",
"author": "FredyJabe & Jojo",
"subtitle": "A brand new world...",
"author": "[[]orange]F[[]white]redy[[]orange]J[[]white]abe & [[]#00AB08]J[[]#00C301]o[[]#26D701]j[[]#4DED30]o",
"subtitle": "The rebirth of a world...",
"description": "This mod will allow you to explore a whole new world and play differently from the base game.

[[]gray]Language: [[]white]- English
[[]white]- Français
[[]white]- Русский
[[]white]- Polski [[]red](WIP)
[[]white]- Українська [[]red](WIP)
[[]white]- 简体中文 [[]red](WIP)
[[]white]- Español [[]red](WIP)

[[]white]. . . check our Discord and GitHub repository for more info!",

Expand Down
34 changes: 4 additions & 30 deletions src/aeyama/Aeyama.java
Original file line number Diff line number Diff line change
@@ -1,45 +1,19 @@
package aeyama;

import mindustry.*;
import arc.util.*;
import mindustry.mod.*;
import mindustry.type.*;

import aeyama.content.*;
import aeyama.ui.dialogs.*;

import static arc.Core.*;

public class Aeyama extends Mod {

@Override
public void init() {
AeyamaVars.load();
SettingsMenuDialog.load();

if (settings.getBool("aeyama-showNews")) NewsDialog.load();
if (settings.getBool("aeyama-checkUpdate")) AeyamaUpdater.check();

// Hide the items of this mod on all the other planets.
for (Planet planet : Vars.content.planets()) {
if (planet.name != "aeyama")
planet.hiddenItems.addAll(AeyamaItems.aeyamaItems);
}

Log.info("Aeyama Reborn!");
}

@Override
public void loadContent() { // The load order is VERY IMPORTANT, don't change it.
AeyamaAttributes.load();
AeyamaStatusEffects.load();
AeyamaLoadouts.load();

AeyamaWeapons.load();
AeyamaUnits.load();
AeyamaItems.load();
AeyamaLiquids.load();
AeyamaBlocks.load();

AeyamaPlanets.load();
AeyamaSectors.load();
AeyamaTechTree.load();

}
}
169 changes: 0 additions & 169 deletions src/aeyama/AeyamaUpdater.java

This file was deleted.

16 changes: 0 additions & 16 deletions src/aeyama/content/AeyamaAttributes.java

This file was deleted.

13 changes: 0 additions & 13 deletions src/aeyama/content/AeyamaBlocks.java

This file was deleted.

Loading

0 comments on commit ddbc3b5

Please sign in to comment.