-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added adamantium, moved around a couple other materials
- Loading branch information
Showing
6 changed files
with
64 additions
and
27 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
common/src/main/java/org/gtreimagined/gt5r/data/Elements.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
package org.gtreimagined.gt5r.data; | ||
|
||
import muramasa.antimatter.material.Element; | ||
|
||
public class Elements { | ||
public static Element Ma = Element.Ma; | ||
public static Element Nt = Element.Nt; | ||
//bullshit elements from stargate | ||
public static Element Nq = Element.Naq; | ||
public static Element Ke = Element.Ke; | ||
|
||
/*public static Element Ma = new Element(0, 0, 100, 1,1,"magic", "Ma",-1,null,null, null, false); | ||
public static Element Nt = new Element(0, 100000, 0, 1,1,"neutronium", "Nt",-1,null,null, null, false); | ||
//bullshit elements from stargate | ||
public static Element Nq = new Element(174, 352, 0, 1, 1, "naquadah", "Nq", -1, null, null, null, false); | ||
public static Element Ke = new Element(126, 192, 0, 1, 1, "trinium", "Ke", -1, null, null, null, false);*/ | ||
public static Element Ad = new Element(222, 580, 0, 1, 1, "adamantium", "Ad", -1, null, null, null, false); | ||
|
||
public static Element Nq522 = new Element(174, 348, 0, 1, 1, "naquadria", "Nq522", -1, null, null, null, true); | ||
public static Element Nq528 = new Element(174, 354, 0, 1, 1, "enriched_naquadah", "Nq528", -1, null, null, null, true); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters