Clothesline Fabric

A seamless laundry experience that is definitely not an item transport mod.
Alternatives To Clothesline Fabric
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Transport_drones25
4 months agolgpl-3.0Lua
Mod for Factorio
Transport Pipes20
4 years ago14mitJava
Buildcraft without mods!
Refinedpipes19
a year ago16mitJava
A mod which aims to have the best item, fluid and energy transport pipes in modded Minecraft
Outpostplanner9
3 years ago8mitLua
Factorio mod for building mining outposts
Clothesline Fabric8
3 years ago2mitJava
A seamless laundry experience that is definitely not an item transport mod.
Transportlinecolormod6
8 years ago1mitC#
Cities: Skylines Mod - Automatically assign random color for each created transport line
Helicopter5
4 months agoC#
Transport Cargo Pod Unofficial Update to 1.1
Clothesline5
4 years ago6mitJava
The item transport mod nobody asked for
Payday 2 Forklift Capacity3
6 years ago1mitLua
Payday 2 BLT mod that allows to increase forklift capacity up to 8 to be able to transport all required bags in one go for Long Fellow trophy
Alternatives To Clothesline Fabric
Select To Compare


Alternative Project Comparisons
Readme

Clothesline Fabric

CurseForge Downloads Maven Repository

A seamless laundry experience that is definitely not an item transport mod for Fabric.

Developing Clothesline Fabric

To get started, refer to the Fabric documentation.

Usage

To use this mod in your workspace, add the following to your build.gradle:

repositories {
    maven {url "https://maven.jamieswhiteshirt.com/libs-release/"}
}

dependencies {
    modCompile "com.jamieswhiteshirt:clothesline-fabric:<CLOTHESLINE_FABRIC_VERSION>"
}

Clothesline has an API, but it is currently unstable and with limited functionality. The API is located in the com.jamieswhiteshirt.clotheslinefabric.api package.

To get started, get the network manager of a World by casting to the NetworkManagerProvider interface and call getNetworkManager. Example:

import com.jamieswhiteshirt.clotheslinefabric.api.NetworkManagerProvider;
import com.jamieswhiteshirt.clotheslinefabric.api.NetworkManager;

class Example {
    void example(World world) {
        NetworkManager manager = ((NetworkManagerProvider) world).getNetworkManager();
        /* ... */
    }
}
Popular Mod Projects
Popular Transport Projects
Popular Games Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Mod
Minecraft
Transport
Fabric
Minecraft Mod