All Projects → T145 → Magistics

T145 / Magistics

Licence: apache-2.0
Logistical magic!

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Magistics

Bewitchment
Mod inspired by Witchery
Stars: ✭ 128 (+700%)
Mutual labels:  minecraft, mod, forge, magic
Gamesense Client
Minecraft 1.12.2 Utility Mod for Anarchy and Crystal PvP
Stars: ✭ 73 (+356.25%)
Mutual labels:  minecraft, mod, forge
Minecolonies
Minecolonies minecraft mod
Stars: ✭ 303 (+1793.75%)
Mutual labels:  minecraft, mod, forge
Minebot
Minebot
Stars: ✭ 119 (+643.75%)
Mutual labels:  minecraft, mod, forge
Equivalent Exchange 3
Stars: ✭ 727 (+4443.75%)
Mutual labels:  minecraft, mod, forge
Wizardry
Delve into spell creation and become a wizard
Stars: ✭ 59 (+268.75%)
Mutual labels:  minecraft, mod, magic
Chisels And Bits
A Minecraft mod about chiseling and designing custom blocks in game.
Stars: ✭ 119 (+643.75%)
Mutual labels:  minecraft, mod, forge
Realistictorches
A Minecraft mod that increases the difficulty of the early game by adding realism mechanics to torches.
Stars: ✭ 15 (-6.25%)
Mutual labels:  minecraft, mod, forge
Crafttweaker
Tweak your minecraft experience
Stars: ✭ 146 (+812.5%)
Mutual labels:  minecraft, mod, forge
Agricraft
The source code for the Minecraft mod: AgriCraft
Stars: ✭ 160 (+900%)
Mutual labels:  minecraft, mod, forge
Justenoughitems
Item and Recipe viewing mod for Minecraft
Stars: ✭ 418 (+2512.5%)
Mutual labels:  minecraft, mod, forge
Opencomputers
Home of the OpenComputers mod for Minecraft.
Stars: ✭ 1,104 (+6800%)
Mutual labels:  minecraft, mod, forge
Equivalent Exchange
Stars: ✭ 37 (+131.25%)
Mutual labels:  minecraft, mod, forge
Tis 3d
TIS-100 inspired low-tech computing in Minecraft.
Stars: ✭ 64 (+300%)
Mutual labels:  minecraft, mod, forge
Emc
The EMC Framework (Easy Minecraft Client) - An easy to use Minecraft modding framework
Stars: ✭ 21 (+31.25%)
Mutual labels:  minecraft, mod, forge
Buildcraft
BuildCraft
Stars: ✭ 1,218 (+7512.5%)
Mutual labels:  minecraft, mod, forge
Macrokey
A mod that allows you to bind keys
Stars: ✭ 8 (-50%)
Mutual labels:  minecraft, mod, forge
Gdlauncher
GDLauncher is a simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
Stars: ✭ 386 (+2312.5%)
Mutual labels:  minecraft, mod, forge
Allomancy
Brandon Sanderson's Allomancy, now in Minecraft
Stars: ✭ 18 (+12.5%)
Mutual labels:  minecraft, forge, mod
Minecraftforge
Modifications to the Minecraft base files to assist in compatibility between mods.
Stars: ✭ 5,127 (+31943.75%)
Mutual labels:  minecraft, mod, forge


Logistical magic!

DownloadCount SupportedVersions Discord


Table of Contents

  1. Dependencies
  2. Workspace Setup
  3. License
  4. Dev Support
  5. Contributing

Dependencies

In order to get started with Minecraft mod development in this workspace, a few prerequisites are required:

  1. Git
  2. Java Development Kit 8 (JDK 8)
  3. (Optional) Gradle

Each of the listed requirements contains a hyperlink that should take you directly to the correspondant download page. Just download and install what is compatible with your OS. Gradle is optional is because this workspace includes a Gradle wrapper, so when executing commands that begin with gradle, execute them with gradlew instead and everything will function normally.

If you're using OSX, I highly recommend using Homebrew, and installing everything by executing the following commands:

brew cask install java
brew install gradle

If you don't have Apple's Command Line Utilities installed before installing Homebrew, Hombrew will install them automatically.


Workspace Setup

Execute a file in the scripts from the project directory to build automatically.

./scripts/build

If you don't have Gradle installed, just run the script that corresponds to your OS and ends with a w. Else just use a regular script. Depending on your internet connection and the processing power of your machine, it may take a while to build. For most people it takes about 10 minutes. Once it completes, just open up the generated eclipse directory in your IDE of choice. If you're using IntelliJ's IDEA, there should be an Eclipse plugin that's automatically installed with it from version 13 and on for compatibility. After the project loads, be sure to rename the project in the IDE to magistics. This will likely force any installed Git plugins to reload, as is the case with Eclipse.


License

Please consult the official license if you wish to use the source code. To use any of the assets, you may contatct myself or the original artist for permission.


Support

If you like my work and are interested in supporting me, go check out Patreon.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].