Skip to content

Commit

Permalink
Some Modules(RScaffold Need Fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
laoshuikaixue committed Jul 11, 2024
1 parent 7d7b640 commit 9607ab9
Show file tree
Hide file tree
Showing 8 changed files with 663 additions and 108 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# FDPCNClient
[![State-of-the-art Shitcode](https://img.shields.io/static/v1?label=State-of-the-art&message=Shitcode&color=7B5804)](https://github.com/trekhleb/state-of-the-art-shitcode)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/UnlegitMinecraft/FDPClientChina)
![GitHub lines of code](https://tokei.rs/b1/github/UnlegitMinecraft/FDPClientChina)
![GitHub Star](https://img.shields.io/github/stars/UnlegitMinecraft/FDPClientChina?style=flat-square)
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FSteamTools-Team%2FSteamTools%2Fbadge%3Fref%3Ddevelop&style=flat-square)](https://github.com/UnlegitMinecraft/FDPClientChina/actions/workflows/build.yml?query=event%3Apush)
[![Release Download](https://img.shields.io/github/downloads/UnlegitMinecraft/FDPClientChina/total?style=flat-square)](https://github.com/UnlegitMinecraft/FDPClientChina/releases)
Expand All @@ -10,7 +9,7 @@
A free mixin-based injection hacked-client for Minecraft using Minecraft Forge based on LiquidBounce.

Website: https://FDPClient.club
Latest: [github-actions](https://github.com/UnlegitMinecraft/FDPClientChina/actions/workflows/build.yml?query=event%3Apush)
Latest: [Github-actions](https://github.com/UnlegitMinecraft/FDPClientChina/actions/workflows/build.yml?query=event%3Apush)

## Issues
If you notice any bugs or missing features, you can let us know by opening an issue [here](https://github.com/UnlegitMinecraft/FDPClientChina/issues).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ package net.ccbluex.liquidbounce.features.module.modules.world
import net.ccbluex.liquidbounce.features.module.Module
import net.ccbluex.liquidbounce.features.module.ModuleCategory
import net.ccbluex.liquidbounce.features.module.ModuleInfo
import net.ccbluex.liquidbounce.value.BoolValue
import net.ccbluex.liquidbounce.value.IntegerValue

@ModuleInfo(name = "FastPlace", category = ModuleCategory.WORLD)
class FastPlace : Module() {
val speedValue = IntegerValue("Speed", 0, 0, 4)
val blocksonly = BoolValue("BlocksOnly", true)
}
Loading

0 comments on commit 9607ab9

Please sign in to comment.