KAGUYA-1137 / Ad-Astra-JP

Ad Astraを日本語に翻訳しました

Home Page:https://modrinth.com/mod/ad-astra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMPORTANT

Current versions of Ad Astra are in maintenance mode. This means that only critical bugs will be fixed and no new features will be added. This is because we're working on a complete rewrite of the mod. The reason for this is that the core concepts of Ad Astra were built off another mod and I would like to stray away from that. The current version of Ad Astra is kinda barren and not something I'm particularly proud of. In addition to this, I had written the original code base when I was very new to Java and Minecraft Modding and as such it's very bad lol. The rework aims to provide a complete overhaul of the mod – basically everything will be different and so much better. This is currently in development in the rework branch:

https://github.com/terrarium-earth/Ad-Astra/tree/new-rework

If you're looking to contribute to Ad Astra, such as new features or language translations, I'd suggest you hold off from doing so until the rework is complete.

TL;DR: Ad Astra is being completely rewritten and the current version will not receive content updates.

– Alex


Resourceful Lib

Resourceful Config

Also uses Botarium

Discord

Ad Astra!

Ad Astra! (translation: "To the Stars!") is a space mod for Fabric and Forge with a focus on technology, travel and exploration. We've got everything you need to become an astronaut: rockets, space suits, space stations and machines. Why not take a stroll on the Moon? Build a self-sustaining bunker on Mars? Go mining on Venus? The entire Solar System, better yet, Milky Way, is at your disposal!

Features

  • Five celestial bodies: The Moon, Mars, Venus, Mercury and Glacio, in two different solar systems. Each planet expresses a distinctive flair, with specific mobs and unique materials.
  • Vehicles: Four rocket tiers for interplanetary travel and a rover for traversing the rough, alien terrain ahead.
  • Technology: Standard processing machines and generators, along with oxygen generation and distribution, fuel refining, water pumping, cables, fluid pipes and a rocket workbench.
  • Building: Spruce up your builds with over 250 building blocks, ranging from planet-specific bricks and stones to space station deco and metal plating.
  • An in-game guidebook, explaining everything you need to progress and prosper in Ad Astra!

Developers

To add this library to your project, do the following:

repositories {
  maven {
    // Location of the maven that hosts Terrarium and Team Resourceful's files.
    name = "Resourceful Bees Maven"
    url = "https://maven.resourcefulbees.com/repository/maven-public/"
  }
}

In an Architectury project, you would implement it like so:

Common

dependencies {
    modImplementation "earth.terrarium.adastra:ad_astra-common-$minecraft_version:$ad_astra_version"
}

Fabric

dependencies {
    modImplementation "earth.terrarium.adastra:ad_astra-fabric-$minecraft_version:$ad_astra_version"
}

Forge

dependencies {
    modImplementation "earth.terrarium.adastra:ad_astra-forge-$minecraft_version:$ad_astra_version"
}

About

Ad Astraを日本語に翻訳しました

https://modrinth.com/mod/ad-astra

License:Other


Languages

Language:Java 100.0%