Skip to content

Adds a ContentTweaker addon for Railways for creating custom conductors

Notifications You must be signed in to change notification settings

kotakotik22/ConductorTweaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork of Railways

ConductorTweaker

Adds a ContentTweaker addon for Railways for creating custom conductors

Example:

#loader contenttweaker

import mods.railways.conductor.ConductorBuilder;

new ConductorBuilder("rich_harris")
    .texture("textures/entity/rich_harris.png")
    .cap().texture("textures/models/armor/svelte_hat.png").build()
    .structureBlock("minecraft:orange_wool")
    .build();
    
    
new ConductorBuilder("bob_ross")
    .texture("textures/entity/bob_ross.png")
    .cap().texture("railways", "textures/models/armor/-color-_golem_hat.png").build()
    .build();

tB5L5ojPkR 0EryF06YHh java_NXROK8OdlR

Includes the whole Railways codebase for now, when Railways releases this will use a Gradle dependency

About

Adds a ContentTweaker addon for Railways for creating custom conductors

Resources

Stars

Watchers

Forks

Languages