Minecraft Data Packs / Game Mechanic

Movement tricks datapack

  • check_circle Functions
  • 10,139 views, 6 today
  • 1,922 downloads, 1 today
  • 26
  • 30
  • 18
CBC0210's Avatar CBC0210
Level 33 : Artisan System
9
Hi, everyone. This is CBC
Today, I made the movement tricks in the game into minecraft's datapack
It can add more changes and fun to minecraft's play

Slide
After sprinting for a period of time,
press and hold shift to slide in the moving direction
Slide and jump can jump higher and farther,
or even directly jump 1.5 high
The slidie can also be used to quickly drill a 1.5-high hole
When sliding, it can quickly move one height difference and be accelerated / decelerated at the same time

climb
When the player is in the air and close to and facing the wall,
press and hold shift and climb up along the wall
When the player climbs to the edge of the plane, the height will be maintained.
At this time, release the shift to climb quickly. If the wall height is too high, it will be triggered directly
After triggering the climb, you will gain short fall damage immunity
Can be used to offset fall damage

wall bounce
When the player approaches and backs to the wall when falling, press shift to temporarily stop on the wall
At this time, the player's jumping ability and speed will be improved and can jump again
If the player touches another wall at least 3 blocks away, it can be triggered again,
that is to say, the player can use both walls to trigger wall bounce back and forth

Tips
For the wall of honey block, players cannot trigger climb or wall bounce
Step on the wall bounce. Don't jump immediately after pressing the shift.
Let the speed up and jump again

Update
2021/12/31
reupload the correct file.
CompatibilityMinecraft 1.16
toMinecraft 1.18
Tags

Create an account or sign in to comment.

1
01/16/2022 3:34 am
Level 1 : New Miner
PHX_Aria
PHX_Aria's Avatar
Hey it would be better if yo could make shulkers invisible :)
1
02/17/2022 6:37 pm
Level 33 : Artisan System
CBC0210
CBC0210's Avatar
I try my best
1
01/04/2022 5:42 am
Level 1 : New Miner
User3975227D
User3975227D's Avatar
Hi! I wanted to ask if the datapack had the ability to limit the tricks to a specifical team only? Or specific players only? If not thats fine, just a question.
1
01/08/2022 6:48 pm
Level 33 : Artisan System
CBC0210
CBC0210's Avatar
That is a good idea. Maybe I will do that after my final examination.
1
01/04/2022 6:06 pm
Level 31 : Artisan Button Pusher
Thbop
Thbop's Avatar
There's a way to do that. It just requires editing the code.
1
12/31/2021 9:55 pm
Level 27 : Expert Modder
0nelife
0nelife's Avatar
....I think that is a bot replying....

look it will say the same thing in this comment if I am right
1
01/04/2022 6:23 pmhistory
Level 31 : Artisan Button Pusher
Thbop
Thbop's Avatar
Bots are usually discouraged on platforms like this (I actually don't know if bots are allowed PMC). To prevent detection, bot programmers will usually not have a bot say the same thing over and over. It is very easy to create a random list of sentences, and choose one randomly to send.

Ik this not because I've made PMC bots, but because I have built simple (non-malicious) minecraft bots and chat bots.

It is so simple I will write a small script with a black-box function that "sends" things:

main.py

from random import choice

def send(txt):
  print(txt) #Let's just assume that this sends to whatever service the bot is working on, in this example PMC

messages = open('messages.txt').read().splitlines()

#Let's just "send" one theoretical message
send(choice(messages))


messages.txt

Hello, this is a cool message
I like cheese, do you?
You are cool!
Minecraft is cool.
...



Hope you enjoyed that! (Also the programming language there is Python)
1
02/19/2022 10:17 pm
Level 27 : Expert Modder
0nelife
0nelife's Avatar
*Slowly pulls computer plug*
1
01/04/2022 6:25 pm
Level 31 : Artisan Button Pusher
Thbop
Thbop's Avatar
Also, I'm on PMC dark mode, so that may look a little broken...
1
12/31/2021 10:20 pm
Level 33 : Artisan System
CBC0210
CBC0210's Avatar
You are wrong , dude.
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome