Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 656 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 656 Bytes

InspiringWorld

Coverage Status

InspiringWorld Mod for Minecraft.

Notice before contributing

Please, use EditorConfig Plugin in your IDE.

And add the text in license-header.txt before your code.

For devs in tech part, add "-Ptechonly" to your command args when configuring your IDE, such as:

./gradlew eclipse -Ptechonly
./gradlew idea -Ptechonly

Besides, for devs in magic part, add "-Pmagiconly" to your command args.