-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
59 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
# no-limit-minecarts | ||
|
||
this is fabric mod for snapshot 24w33a that removes limits on gamerule maxMinecartSpeed | ||
|
||
named "fuck my ass" because was made at night lol | ||
<img src="assets/nlm-icon-128-r.png" alt="Icon"> | ||
|
||
# No Limit Minecarts | ||
|
||
> 24w33a Fabric Mod that removes limits for gamerule `maxMinecartSpeed` | ||
## Downloads | ||
> Download from [github releases](https://github.com/nosqd/no-limit-minecarts/releases) | ||
## Why minecarts is slow when speed is max? | ||
> I've noticed that speed of minecart kinda limited when there are no passengers. | ||
## Contributing | ||
> Feel free to contribute, anything, like anything this project started tonight to just have fun with new update. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
> Collect all TODO from files to here | ||
- [src/main/java/ru/nosqd/nlm/mixin/IntRuleMixin.java](src/main/java/ru/nosqd/nlm/mixin/IntRuleMixin.java) TODO: find better solution to this. | ||
- [src/main/java/ru/nosqd/nlm/NoLimitMinecartsMod.java](src/main/java/ru/nosqd/nlm/NoLimitMinecartsMod.java) TODO: maybe add F3 line | ||
- [src/main/java/ru/nosqd/nlm/NoLimitMinecartsMod.java](src/main/java/ru/nosqd/nlm/NoLimitMinecartsMod.java) TODO: maybe add when you set value greater than 1000 show message like "Your gamerules are boosted by no limit minecarts" | ||
- [src/main/java/ru/nosqd/nlm/NoLimitMinecartsMod.java](src/main/java/ru/nosqd/nlm/NoLimitMinecartsMod.java) TODO: add notification when you join world without minecart feature flag like "this world can't be boosted by no limit minecarts" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
# Done to increase the memory available to gradle. | ||
org.gradle.jvmargs=-Xmx1G | ||
org.gradle.parallel=true | ||
|
||
# Fabric Properties | ||
# check these on https://fabricmc.net/develop | ||
|
||
minecraft_version=24w33a | ||
yarn_mappings=24w33a+build.1 | ||
loader_version=0.15.11 | ||
|
||
# Mod Properties | ||
mod_version=1.0.0 | ||
maven_group=ru.nosqd.fma | ||
archives_base_name=fma | ||
maven_group=ru.nosqd.nlm | ||
archives_base_name=no-limit-minecarts |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
package ru.nosqd.nlm; | ||
|
||
import net.fabricmc.api.DedicatedServerModInitializer; | ||
|
||
import net.fabricmc.api.ModInitializer; | ||
import org.slf4j.Logger; | ||
import org.slf4j.LoggerFactory; | ||
|
||
// TODO: maybe add F3 line | ||
// TODO: maybe add when you set value greater than 1000 show message like "Your gamerules are boosted by no limit minecarts" | ||
// TODO: add notification when you join world without minecart feature flag like "this world can't be boosted by no limit minecarts" | ||
|
||
public class NoLimitMinecartsMod implements ModInitializer { | ||
public static final Logger LOGGER = LoggerFactory.getLogger("no-limit-minecarts"); | ||
|
||
@Override | ||
public void onInitialize() { | ||
LOGGER.info("Starting No Limit Minecarts mod"); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,32 @@ | ||
{ | ||
"schemaVersion": 1, | ||
"id": "fmamod", | ||
"id": "no-limit-minecarts", | ||
"version": "${version}", | ||
"name": "FUCK MY ASS MOD", | ||
"description": "This is an example description! Tell everyone what your mod is about!", | ||
"name": "No Limit Minecarts", | ||
"description": "24w33a Fabric Mod that removes limits for gamerule `maxMinecartSpeed`", | ||
"authors": [ | ||
"Me!" | ||
"nosqd", | ||
"bethetka.ru" | ||
], | ||
"contact": { | ||
"homepage": "https://fabricmc.net/", | ||
"sources": "https://github.com/FabricMC/fabric-example-mod" | ||
"homepage": "https://nlm.nosqd.ru/", | ||
"sources": "https://github.com/nosqd/no-limit-minecarts", | ||
"email": "[email protected]" | ||
}, | ||
"license": "CC0-1.0", | ||
"icon": "assets/fmamod/icon.png", | ||
"environment": "server", | ||
"icon": "assets/nlm/nlm-icon-64.png", | ||
"environment": "*", | ||
"entrypoints": { | ||
"server": [ | ||
"ru.nosqd.fma.FuckMyAssMod" | ||
"main": [ | ||
"ru.nosqd.nlm.NoLimitMinecartsMod" | ||
] | ||
}, | ||
"mixins": [ | ||
"fmamod.mixins.json" | ||
"nlm.mixins.json" | ||
], | ||
"depends": { | ||
"fabricloader": ">=0.15.11", | ||
"minecraft": "*", | ||
"minecraft": "~1.21-alpha.24.33.a", | ||
"java": ">=21" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/resources/fmamod.mixins.json → src/main/resources/nlm.mixins.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters