Minecraft Roadworks SDK Forge mod 2026 download
logo
minecraft mod Roadworks SDK Forge

Roadworks SDK Forge

Game Version: 1.12.2
Total Downloads: 546
Updated: Dec 8, 2018
Created: Dec 8, 2018
Download Roadworks SDK ForgeDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
roadworks-sdk-forge-0.0.1.13.jar +1 More beta 1.79 MB Dec 8, 2018 1.12.2 530 download Roadworks SDK Forge roadworks-sdk-forge-0.0.1.13.jar

+1 More betaDownload

Description

Share this:

 

Simple library mod for mods to use for advanced utilities.

 

Currently Supported

  • Controller Support (Unfinished)
  • Partial GUI Support

Currently, these features are buggy and unfinished, you may find certain things not working as expected, we ask that you report issues and suggest fixes for things you find with any of the features but especially any new control schemes.

 

This may affect your gameplay, use at own risk.

 

Usage

repositories {
	maven {
		url "https://hrznstudio.com/maven/release"
	}
	maven {
		url "https://hrznstudio.com/maven/snapshot" // Use this maven for beta builds
	}
}

dependencies {
    provided 'com.hrznstudio.roadworks:roadworks-sdk-forge:[VERSION]:api' // Can be shaded into a mod, does nothing by itself
    runtime 'com.hrznstudio.roadworks:roadworks-sdk-forge:[VERSION]:deobf'
}

 

Comments

Add a comment