Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

less of an issue more of a question #241

Open
Sparky120 opened this issue Sep 22, 2022 · 2 comments
Open

less of an issue more of a question #241

Sparky120 opened this issue Sep 22, 2022 · 2 comments

Comments

@Sparky120
Copy link

How does one add already existing mobs to the treadmill

@onegentig
Copy link

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.

@iChun
Copy link
Owner

iChun commented Oct 30, 2022

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants