All Projects → Mesokrix → Vanilla Upgraded

Mesokrix / Vanilla Upgraded

Licence: gpl-3.0
A mod that will boost your gaming experience !

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Vanilla Upgraded

Dotweb
Simple and easy go web micro framework
Stars: ✭ 1,354 (+918.05%)
Mutual labels:  mod
Truckersmp Cli
A simple launcher for truckersMP to be used with wine
Stars: ✭ 111 (-16.54%)
Mutual labels:  mod
Bewitchment
Mod inspired by Witchery
Stars: ✭ 128 (-3.76%)
Mutual labels:  mod
Opencage
A modding toolkit for Alien: Isolation that covers a wide range of game content and configurations.
Stars: ✭ 98 (-26.32%)
Mutual labels:  mod
Mod s0beit sa
Multi-purpose cheat tool for GTA San Andreas and SA:MP
Stars: ✭ 110 (-17.29%)
Mutual labels:  mod
Chisels And Bits
A Minecraft mod about chiseling and designing custom blocks in game.
Stars: ✭ 119 (-10.53%)
Mutual labels:  mod
Armourers Workshop
Minecraft armour customization mod.
Stars: ✭ 92 (-30.83%)
Mutual labels:  mod
Kk plugins
Plugins for Koikatsu, EmotionCreators, AI Girl, and Honey Select 2
Stars: ✭ 129 (-3.01%)
Mutual labels:  mod
Antiqueatlas
A Minecraft mod that adds a fancy interactive map item.
Stars: ✭ 110 (-17.29%)
Mutual labels:  mod
Paradoxgameconverters
Various converters between different grand strategy games
Stars: ✭ 126 (-5.26%)
Mutual labels:  mod
Amongus Mumble
Mumble VoIP Plugin and mod for the popular game "Among Us" to enable Proximity Voice Chat.
Stars: ✭ 105 (-21.05%)
Mutual labels:  mod
D2 Plugy Qol
QOL Mod Pack for Diablo II.
Stars: ✭ 105 (-21.05%)
Mutual labels:  mod
Minebot
Minebot
Stars: ✭ 119 (-10.53%)
Mutual labels:  mod
Cata Msx Deadpeopletileset
Tileset for cataclysm dda for use with hair mods.
Stars: ✭ 100 (-24.81%)
Mutual labels:  mod
F4mp
Stars: ✭ 130 (-2.26%)
Mutual labels:  mod
Bombsquad Community Mod Manager
A Mod Manager for BombSquad
Stars: ✭ 98 (-26.32%)
Mutual labels:  mod
Viafabric
Client-side and server-side ViaVersion implementation for Fabric
Stars: ✭ 115 (-13.53%)
Mutual labels:  mod
Chisel
A builder's best friend
Stars: ✭ 131 (-1.5%)
Mutual labels:  mod
Mechanical Warfare
Mechanical Warfare is a Mindustry mod adding brand new units, mechs, and turrets. Not for the faintest of engines. NOTE: This mod is now discontinued. Most or all contents, primarily units, will be merged to Project Unity by AvantTeam.
Stars: ✭ 130 (-2.26%)
Mutual labels:  mod
Ancientwarfare2
Ancient Warfare Mod for Minecraft 1.12.x
Stars: ✭ 125 (-6.02%)
Mutual labels:  mod

Building for Desktop Testing

  1. Install JDK 14. If you don't know how, look it up. If you already have any version of the JDK >= 8, that works as well.
  2. Run gradlew jar [1].
  3. Your mod jar will be in the build/libs directory. Only use this version for testing on desktop. It will not work with Android. To build an Android-compatible version, you need the Android SDK. You can either let Github Actions handle this, or set it up yourself. See steps below.

Building through Github Actions

This repository is set up with Github Actions CI to automatically build the mod for you every commit. This requires a Github repository, for obvious reasons. To get a jar file that works for every platform, do the following:

  1. Make a Github repository with your mod name, and upload the contents of this repo to it. Perform any modifications necessary, then commit and push.
  2. Check the "Actions" tab on your repository page. Select the most recent commit in the list. If it completed successfully, there should be a download link under the "Artifacts" section.
  3. Click the download link (should be the name of your repo). This will download a zipped jar - not the jar file itself [2]! Unzip this file and import the jar contained within in Mindustry. This version should work both on Android and Desktop.

Building Locally

Building locally takes more time to set up, but shouldn't be a problem if you've done Android development before.

  1. Download the Android SDK, unzip it and set the ANDROID_HOME environment variable to its location.
  2. Make sure you have API level 30 installed, as well as any recent version of build tools (e.g. 30.0.1)
  3. Add a build-tools folder to your PATH. For example, if you have 30.0.1 installed, that would be $ANDROID_HOME/build-tools/30.0.1.
  4. Run gradlew deploy. If you did everything correctlly, this will create a jar file in the build/libs directory that can be run on both Android and desktop.

[1] On Linux/Mac it's ./gradlew, but if you're using Linux I assume you know how to run executables properly anyway.
[2]: Yes, I know this is stupid. It's a Github UI limitation - while the jar itself is uploaded unzipped, there is currently no way to download it as a single file.

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].