AmunRa
This is an addon for the Minecraft Mod GalactiCraft
Install / Use
/learn @ReadOnlyDevelopment/AmunRaREADME
<h1 align="center">
<br>
<h1 align="center">Amun-Ra</h1>
<br>
</h1>
<p align="center">
<a href=""><img alt="GitHub contributors" src="https://img.shields.io/github/contributors/AmunRa-Rising/AmunRa">
<a href="https://github.com/AmunRa-Rising/AmunRa/network"><img alt="GitHub forks" src="https://img.shields.io/github/forks/AmunRa-Rising/AmunRa">
<a href="https://github.com/AmunRa-Rising/AmunRa/blob/master/LICENSE"><img alt="GitHub license" src="https://img.shields.io/github/license/AmunRa-Rising/AmunRa">
</p>
<!-- TABLE OF CONTENTS -->
Table of Contents
About The Project
This is an addon for the Minecraft Mod GalactiCraft.
1.12.2 Port for AmunaRa
Prerequisites
- Java 1.8 JDK or OpenJDK
- Java Compatible IDE
Galacticraft Dev jars are delivered through gradle, it is not necessary to download them externally
Developing
# Clone this repository
git clone https://github.com/AmunRa-Rising/AmunRa.git
# Move to the project root
cd AmunRa
# Open gradle.build file and specify Galacticraft build version
## Make any other changes while your there
Line 66: String GCBuild = "261"
# Open terminal and do command
## Or use IDE plugin that builds gradle tasks
./gradlew setupDecompWorkspace
