Skip to content

Commit d9d41c6

Browse files
committed
1.21.3
1 parent e85a8b7 commit d9d41c6

File tree

7 files changed

+13
-9
lines changed

7 files changed

+13
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
<div align="center">
3-
<img src="https://github.com/Nekiplay/MeteorPlus/assets/35975332/5fa04a11-0de7-4423-8c9d-0b6fe9142df4" alt="meteor-plus" width="200px"/>
3+
<img src="https://github.com/user-attachments/assets/690d4d7c-f05d-4d1b-876a-e894e3ea65e0" alt="pro-trainer-logo" width="200px"/>
44
<h1>Pro Trainer</h1>
55
<br>
66
An addon for <a href="https://github.com/MeteorDevelopment/meteor-client">Meteor client</a> adding parkour to any server
77
<br>
8-
<a href="https://www.minecraft.net/"><img src="https://img.shields.io/badge/minecraft%20version-1.21.1-brightgreen" alt="Minecraft version"/></a>
8+
<a href="https://www.minecraft.net/"><img src="https://img.shields.io/badge/minecraft%20version-1.21.1 -- 1.21.3-brightgreen" alt="Minecraft version"/></a>
99
<a href="https://github.com/Nekiplay/MeteorClientPlus/releases"><img src="https://img.shields.io/github/downloads/MeteorClientPlus/ProTrainer/total" alt="Downloads"/></a>
1010
<a href="https://github.com/Nekiplay/MeteorClientPlus/stargazers"><img src="https://badgen.net/github/stars/MeteorClientPlus/ProTrainer" alt="GitHub stars"/></a>
1111
<br>
@@ -18,8 +18,8 @@
1818
</div>
1919

2020
## Commands
21-
| Command | Description |
22-
|-----------|----------------------------------|
21+
| Command | Description |
22+
|--------------------------|-------------------|
2323
| **trainer pos1** | **Set save pos1** |
2424
| **trainer pos2** | **Set save pos2** |
2525
| **trainer save [name]** | **Save parkour** |

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.4.1")))
4343

4444
// Meteor Client
45-
modImplementation files("libs\\meteor-client-0.5.8-2200.jar")
45+
modImplementation files("libs\\meteor-client-0.5.9-2203.jar")
4646
}
4747

4848
loom {

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
org.gradle.jvmargs=-Xmx2G
22

33
# Fabric (https://fabricmc.net/versions.html)
4-
minecraft_version=1.21
5-
yarn_mappings=1.21+build.3
6-
loader_version=0.15.11
4+
minecraft_version=1.21.3
5+
yarn_mappings=1.21.3+build.2
6+
loader_version=0.16.9
77

88
# Mod Properties
9-
mod_version=1.21.1_1.0.0.2
9+
mod_version=1.21.3_1.0.0.2
1010
maven_group=nekiplay.protrainer
1111
archives_base_name=pro-trainer
1212

src/main/java/nekiplay/protrainer/data/BlockDataAndPosition.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ public BlockDataAndPosition(BlockState state, BlockPos pos) {
2121
this.blockId = Block.getRawIdFromState(state);
2222
this.blockPosition = new BlockPosition(pos);
2323
}
24+
25+
public BlockState toBlockState() {
26+
return Block.getStateFromRawId(blockId);
27+
}
2428
}
23 KB
Loading
-31.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)