iChun / Sync

My entry for ModJam #3
GNU Lesser General Public License v3.0
58 stars 41 forks source link

less of an issue more of a question #241

Open Sparky120 opened 1 year ago

Sparky120 commented 1 year ago

How does one add already existing mobs to the treadmill

onegentig commented 1 year ago

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 commented 1 year ago

Codewise it's a matter of mapping the entity class and the power output they're meant to give as seen here https://github.com/iChun/Sync/blob/7419e7e91b6501745086caaa15e8204b413d44ff/src/main/java/me/ichun/mods/sync/common/Sync.java#L94-L95