Sync

Sync

12M Downloads

less of an issue more of a question

Sparky120 opened this issue ยท 2 comments

commented

How does one add already existing mobs to the treadmill

commented

Codewise it's a matter of mapping the entity class and the power output they're meant to give as seen here

TREADMILL_ENTITY_HASH_MAP.put(EntityWolf.class, 4);
TREADMILL_ENTITY_HASH_MAP.put(EntityPig.class, 2);

commented

By pushing them on the treadmill, using a leash or by luring them with a food item.

Also note that in some modpacks, like in Sky Factory 4, the Shell Constructor instead connects to a regular power grid.