Started by
RedCorr
on
Topic category: Help with Minecraft modding (Java Edition)
First of all, i need to make elevators that will teleport you to the other block-elevator, where it will be upper than first block.
Or even a blower, that will blow you up in the air, to the second floor.
no, its not going to act like creeper, but it will act like ventilator.
Second, i want to make animations for item reloading or boss appearing.
Third, i want to make ranged items that will go through the enemy.
How can i do all of that?
for first, I think blower is possible by adding y velocity to the player.
for second and third, I don't think it is possible without Java
huh
Well, i can make mod with many items, that do animations, when they changing, but ok.
Also, whats up with first?
Can you do example?
This, for example, will perform a small jumping action to yet the player about 3 blocks tall.
you can achieve the third by doing something hacky
To extend @CrispyChip (will need java knowledge);
You can iterate up/down y positions from the block and check for the keybinds, jump and sneak. Do this all on block collision.
Just don't remove it if it hits an entity. Example below,
hmmm
hmmmmmmmmmm
I will save image.