just a copy of petroleum right now
This commit is contained in:
commit
183c81258a
88 changed files with 7405 additions and 0 deletions
19
remappedSrc/pm/j4/petroleum/modules/xray/Xray.java
Normal file
19
remappedSrc/pm/j4/petroleum/modules/xray/Xray.java
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
package pm.j4.petroleum.modules.xray;
|
||||
|
||||
import pm.j4.petroleum.util.module.ModuleBase;
|
||||
|
||||
/**
|
||||
* The type Xray.
|
||||
*/
|
||||
public class Xray extends ModuleBase {
|
||||
/**
|
||||
* Instantiates a new Xray.
|
||||
*/
|
||||
public Xray() {
|
||||
super("petroleum.xray",
|
||||
"petroleum.render",
|
||||
true,
|
||||
false,
|
||||
true);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue