Skip to content

Commit

Permalink
update to 24w34a and remove telegram download
Browse files Browse the repository at this point in the history
  • Loading branch information
nosqd committed Aug 21, 2024
1 parent 6fcb974 commit 8fde2a5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

# No Limit Minecarts

> 24w33a Fabric Mod that removes limits for gamerule `maxMinecartSpeed`
> 24w34a Fabric Mod that removes limits for gamerule `maxMinecartSpeed`
## Downloads
> Download from [github releases](https://github.com/nosqd/no-limit-minecarts/releases)
>
> Download from [telegram channel](https://t.me/nosqdfiles/5)
> Download from [modrinth](https://modrinth.com/mod/no-limit-minecarts)
## Usage
### Server
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true

minecraft_version=24w33a
yarn_mappings=24w33a+build.7
loader_version=0.15.11
minecraft_version=24w34a
yarn_mappings=24w34a+build.1
loader_version=0.16.2

mod_version=1.1.0
mod_version=1.1.1
maven_group=ru.nosqd.nlm
archives_base_name=no-limit-minecarts
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
<h1>No Limit Minecarts</h1>

<div class="section">
<p>24w33a Fabric Mod that removes limits for gamerule <code>maxMinecartSpeed</code></p>
<p>24w34a Fabric Mod that removes limits for gamerule <code>maxMinecartSpeed</code></p>
</div>

<div class="section">
<h2>Downloads</h2>
<p>Download from <a href="https://github.com/nosqd/no-limit-minecarts/releases" target="_blank">github releases</a></p>
<p>Download from <a href="https://t.me/nosqdfiles/5" target="_blank">telegram channel</a></p>
<p>Download from <a href="https://modrinth.com/mod/no-limit-minecarts" target="_blank">modrinth</a></p>
</div>

<div class="section">
Expand Down
1 change: 1 addition & 0 deletions src/main/java/ru/nosqd/nlm/api/NoLimitMinecartsApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import net.minecraft.entity.Entity;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.util.math.Vec3d;
import ru.nosqd.nlm.NoLimitMinecartsMod;

/**
Expand Down

0 comments on commit 8fde2a5

Please sign in to comment.