All Projects → delvr → Streams

delvr / Streams

Licence: other
Flowing rivers in Minecraft.

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to Streams

ForgeModdingSkeleton
Skeletons for building Forge mods
Stars: ✭ 21 (-47.5%)
Mutual labels:  minecraft-mod, minecraft-forge, minecraft-forge-mod
Future-MC
Adds blocks from future versions.
Stars: ✭ 51 (+27.5%)
Mutual labels:  minecraft-mod, minecraft-forge, minecraft-forge-mod
Loot-Slash-Conquer-Pre1.14
An immersive, action-RPG mod based on Hack/Mine.
Stars: ✭ 17 (-57.5%)
Mutual labels:  minecraft-mod, minecraft-forge, minecraft-forge-mod
Iodine
A Minecraft mod - server plugin pair that adds custom GUIs and overlays. No more inventory and chat menus!
Stars: ✭ 23 (-42.5%)
Mutual labels:  minecraft-mod, minecraft-forge, minecraft-forge-mod
metal-chests
Better alternative to IronChests
Stars: ✭ 13 (-67.5%)
Mutual labels:  minecraft-mod, minecraft-forge, minecraft-forge-mod
ForgeWurst
Wurst Client for Minecraft Forge.
Stars: ✭ 37 (-7.5%)
Mutual labels:  minecraft-mod, minecraft-forge, minecraft-forge-mod
RubyMod
RubyMod is an open-source mod, which prioritizes sharing its code to help other modders learn.
Stars: ✭ 15 (-62.5%)
Mutual labels:  minecraft-mod, minecraft-forge, minecraft-forge-mod
Mc2Discord
A simple minecraft mod, server side only, to link the chat with your Discord server
Stars: ✭ 18 (-55%)
Mutual labels:  minecraft-mod, minecraft-forge, minecraft-forge-mod
blockbuster
The Machinima Studio mod
Stars: ✭ 108 (+170%)
Mutual labels:  minecraft-mod, minecraft-forge, minecraft-forge-mod
Techarium
A futuristic 1.16 Minecraft Tech Mod.
Stars: ✭ 62 (+55%)
Mutual labels:  minecraft-mod, minecraft-forge, minecraft-forge-mod
JoJo-s-Bizarre-Survival
A mod that adds Stands from JoJo's Bizarre Adventure to Minecraft.
Stars: ✭ 20 (-50%)
Mutual labels:  minecraft-mod, minecraft-forge, minecraft-forge-mod
GregTech6-Unofficial
Unofficial, approved, and modified continuation of Minecraft Mod GregTech-6. A fork of https://github.com/GregTech6/gregtech6
Stars: ✭ 30 (-25%)
Mutual labels:  minecraft-mod, minecraft-forge, minecraft-forge-mod
AUNIS
Stargate-inspired Minecraft Mod
Stars: ✭ 45 (+12.5%)
Mutual labels:  minecraft-mod, minecraft-forge
MC-Prefab
A minecraft mod designed to provide ways of creating Pre-Fabricated(designed) buildings.
Stars: ✭ 21 (-47.5%)
Mutual labels:  minecraft-mod, minecraft-forge-mod
CustomNPC-Plus
Custom Version of 1.7.10 CustomNPC with backported features and original expansions
Stars: ✭ 15 (-62.5%)
Mutual labels:  minecraft-mod, minecraft-forge
ICBM-Classic
Classic 1.6.4 version of ICBM remastered for newer MC versions
Stars: ✭ 34 (-15%)
Mutual labels:  minecraft-mod, minecraft-forge
YUNGs-Better-Caves
Minecraft mod that completely overhauls cave generation
Stars: ✭ 90 (+125%)
Mutual labels:  minecraft-mod, minecraft-forge-mod
ForgeTutorial
Has all of the code for the modding tutorial
Stars: ✭ 26 (-35%)
Mutual labels:  minecraft-mod, minecraft-forge
serilum-mc-mods
A hub for source code, issues and content suggestions for Serilum's Minecraft mods on CurseForge.
Stars: ✭ 66 (+65%)
Mutual labels:  minecraft-mod, minecraft-forge
Thistle
6502 based architecture for OpenComputers
Stars: ✭ 26 (-35%)
Mutual labels:  minecraft-mod, minecraft-forge-mod

Streams

The Streams mod introduces real flowing rivers, with a true current, to Minecraft. These rivers are generated in the world using custom non-decaying flowing blocks and are much larger than anything the player could create using buckets. They originate in multiple sources and flow down the terrain through slopes and waterfalls, joining together into wider rivers until they reach a body of water at sea level.

Please note that the source code is in Scala (not Java), and that most of it will be replaced as part of an upcoming major rewrite. Keeping that in mind, if you have any questions about the code please send me (delvr) a message here on GitHub. For help with the build process please read Getting started with ForgeGradle first.

Questions about the mod itself are best posted to the discussion thread.

Note: IDE-specific instructions are for IntelliJ IDEA; see the ForgeGradle documentation for Eclipse equivalents.

Dependencies Setup

Streams requires Farseek. Compatible versions are specified using Maven version range syntax in the modDependencies properties of gradle.properties. The build process of Farseek will output -deobf and -sources jars; place both jars in Streams's libs subdirectory before running setupDecompWorkspace.

IDE Setup

The IDEA Update run configuration will run setupDecompWorkspace and genIntellijRuns. After running Update, synchronize Gradle in IntelliJ IDEA to set up module configs. If using IntelliJ 2016 or later, make sure the Gradle plugin setting "Create separate module per source set" is NOT checked.

Testing

Run the generated Minecraft Client or Minecraft Server configuration.

Building

Run the build configuration. Jars will be generated in build/libs.

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