Started by
Mon Dem
on
Topic category: Help with Minecraft modding (Java Edition)
So im making a flying mob that can pick you up and drop you like the Roc from Rl Craft, i got it to pick me up but i can't get it to drop me.
https://www.mediafire.com/view/pf74pqhy61707fw/Procedure.png/file
https://www.mediafire.com/view/j0kbb8tgqzg1t7v/Trigger.png/file
If you are shifting it can't pick you up, I tried doing it with teleporting the player under the mob, but i couldn't find the blocks needed for it.
Edited by Mon Dem on Thu, 08/18/2022 - 09:09
You should probably make the procedure make the player ride the mob. You can use the mount offset.
This is just a question.
Did you see the images i sent with the message
Mon Dem on your pickup procedure you should use the "Strike Lightning each 10-th time" Procedure and alter that to TP the player 1 Block higher, ie. X,Y+1, Z which should dismount the player, instead of striking lightning. I tested this on a pig since I don't have my creatures made yet and it works.
"Strike Lightning each 10-th time" Procedure Template*
Actually might work better if its a separate procedure. Just use the Advanced Sections "Call Procedure".
It looks like that:
https://www.mediafire.com/view/i156c65it5t65pb/New_Procedure.png/file
I changed the lightning to effect only but the lightning doesn't strike, and i don't understand any block with the template
You are quite new to MCreator so I will make the procedures for this specific mechanic you want. I'll be about 10-20 minutes unless I just make it work rn.
Test 1 partially worked. Just altering some stuff so it works as intended,
Ok, tysm for helping me with this
Didn't realise how painful trying to fix all the bugs is gonna be but I needed to do this at some point anyway for my own mod. I would keep working on your mod in the meantime and don't worry too much about this procedure.
Okk
I had bugs of my own but i fixed them all, and don't worry i don't need this like rn so get all the time you need
I made this work but its not smooth, but works.
https://www.mediafire.com/view/ahwlh56ky52b5tc/New_Procedure2.png/file
You could easily make the procedure that you made smoother by increasing the repeat to 100 and changing -1.7 to -0.34 and the 0.15 to 0.03. See if that works out for you