Started by
FinchyMcFinch
on
Topic category: Help with Minecraft modding (Java Edition)
I'm attempting to create a Slime Rancher mod for 1.14.4, and I'm on the Vacpack currently. The Vacpack should let the user suck items and entities towards them and then deposit those things in their inventory, but I'm not sure how to do that. Can anyone help me out?
Edited by FinchyMcFinch on Tue, 05/19/2020 - 10:05
Is the Vacpack an item or armor. If armor put the following snippet in onAmorTick(),
Keep in mind the following snippet is only for items but you can do similar with entities.