All Projects → ValkyrienSkies → Valkyrien Skies

ValkyrienSkies / Valkyrien Skies

Licence: apache-2.0
Moving structures powered by a custom multi-threaded physics engine; in Minecraft.

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Valkyrien Skies

Vanillafix
Minecraft mod that fixes Vanilla bugs, improves performance, and makes Minecraft run forever
Stars: ✭ 113 (-8.87%)
Mutual labels:  minecraft
Slime World Manager
A Spigot plugin that implements the Slime Region Format.
Stars: ✭ 118 (-4.84%)
Mutual labels:  minecraft
Tickprofiler
Profile your minecraft server: Find which entities and tile entities are making your server slow
Stars: ✭ 119 (-4.03%)
Mutual labels:  minecraft
Pxt
Microsoft MakeCode (PXT - Programming eXperience Toolkit)
Stars: ✭ 1,649 (+1229.84%)
Mutual labels:  minecraft
Modmenu
A menu for, you guessed it, mods!
Stars: ✭ 115 (-7.26%)
Mutual labels:  minecraft
Terrarium
Replica of the Earth in Minecraft
Stars: ✭ 117 (-5.65%)
Mutual labels:  minecraft
Polymc
Making minecraft mods compatible with a vanilla client
Stars: ✭ 111 (-10.48%)
Mutual labels:  minecraft
Mcscript
A programming language for Minecraft Vanilla
Stars: ✭ 124 (+0%)
Mutual labels:  minecraft
Commandapi
An API for the command UI introduced in Minecraft 1.13
Stars: ✭ 116 (-6.45%)
Mutual labels:  minecraft
Minebot
Minebot
Stars: ✭ 119 (-4.03%)
Mutual labels:  minecraft
Minecraft Roguelike
This is a mod for minecraft that adds randomly generated dungeon complexes.
Stars: ✭ 114 (-8.06%)
Mutual labels:  minecraft
Viafabric
Client-side and server-side ViaVersion implementation for Fabric
Stars: ✭ 115 (-7.26%)
Mutual labels:  minecraft
Changeskin
Allows your players to change their skin by command
Stars: ✭ 118 (-4.84%)
Mutual labels:  minecraft
Hematite server
A Minecraft server clone
Stars: ✭ 113 (-8.87%)
Mutual labels:  minecraft
Amidst
Advanced Minecraft Interface and Data/Structure Tracking
Stars: ✭ 1,830 (+1375.81%)
Mutual labels:  minecraft
Mcpeserver
A Minecraft Server Launcher Written by Golang. Deprecated, please use official BDS
Stars: ✭ 113 (-8.87%)
Mutual labels:  minecraft
Fishingbot
1.8 - 1.16.5 Fishing bot for Minecraft
Stars: ✭ 119 (-4.03%)
Mutual labels:  minecraft
Litecraft
Open source, clean room implementation of Minecraft Client
Stars: ✭ 124 (+0%)
Mutual labels:  minecraft
Betonquest
An advanced and powerful quest scripting plugin for Minecraft. Features built-in RPG style conversations and integration for over 25 other plugins.
Stars: ✭ 121 (-2.42%)
Mutual labels:  minecraft
Chisels And Bits
A Minecraft mod about chiseling and designing custom blocks in game.
Stars: ✭ 119 (-4.03%)
Mutual labels:  minecraft

alkyrien Skies

CircleCI Jenkins Discord

See: LICENSE file, Project Roadmap

The Airships Mod to end all other Airships Mods. Better compatibility, performance, collisions, interactions and physics than anything prior!

Installation

Downloading

Official and stable releases of the Valkyrien Skies mod can be found on the CurseForge page.

Beta releases (warning: may be unstable!) can be found on the following:

  • CircleCI (click on the latest build #, then artifacts, then download the mod .jar file)
  • Jenkins (click on the branch name, then download the mod .jar file)

Installing on your server

To install Valkyrien Skies, move the downloaded .jar file into your Minecraft's mods/ folder, just as you would any other mod.

Wiki

Lots of information, including tutorials, can be found on the Wiki. Everything there is for the latest version, for old 0.9 builds see below.

Development

You may also be interested in the wiki page on development, which contains detailed instructions, FAQs, and more. https://wiki.valkyrienskies.org/wiki/Dev:Main_Page

Eclipse

  1. Clone the repo: git clone --recurse-submodules https://github.com/ValkyrienSkies/Valkyrien-Skies
  2. Copy in the eclipse/ folder from a fresh installation of the Forge MDK
  3. Run ./gradlew setupDecompWorkspace eclipse
  4. Open the project in Eclipse
  5. (Optional) recommend git config submodule.recurse true

IntelliJ

  1. Clone the repo: git clone --recurse-submodules https://github.com/ValkyrienSkies/Valkyrien-Skies
  2. Run ./gradlew setupDecompWorkspace idea genIntellijRuns
  3. Open the project in IntelliJ
  4. Import the gradle project, sync gradle
  5. Open settings (Control + Alt + S), and search for Annotation Processors
  6. Check the Enable annotation processing box, and add lombok.launch.AnnotationProcessorHider$AnnotationProcessor to the list of Processor FQ Names
  7. (Optional) recommend git config submodule.recurse true
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].