/ConductorTweaker

Adds a ContentTweaker addon for Railways for creating custom conductors

Primary LanguageJava

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