Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.06 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.06 KB

Nuclear Energy

You've heard enough scary stories about Nuclear Power,
And it's "Horrifying" nature of "Mutations" and whatnot, But in reality?
Nuclear power is just a Nuclear powered Steam Engine. (Not kidding, look it up.)
So, this SF4 Addon is aiming to make a normal nuclear reactor (Imagine, SL-1, Chernobyl Nuclear Plant, anything like that).

THE RESOURCES

bla bla bla this is a WIP Lorem ipsum something like that, idc

Changing some important things

Navigate to src/main/java and rename the package and the .java File to your liking.
Suggestion: "me.yourname.yourproject" (all lower case) and "ProjectName.java"
Example: "me.thebusybiscuit.cooladdon" and "CoolAddon.java"

Navigate to src/main/resources/plugin.yml and change the "author" and "main" attributes. You may also want to change the description to something meaningful.

Navigate to pom.xml and change the group id to "me.%Your name%" and change the artifact id to the name of your Project.

After that you are good to go, you can now start developing your own Addon for Slimefun4.