Description
ReFart is a spiritual successor to the prank mod Sneaky Farts, rebuilt for 1.21.1 NeoForge. Whenever a player (including other players) sneaks/crouches, a random "fart" sound effect will be played – only you (the client) will hear it. Perfect for lighthearted trolling with friends.
This mod is client-side only – no server installation needed. Other players won't notice anything, but you'll enjoy the funny sounds when they crouch.
Features
🔊 Three different fart sounds, randomly selected for each trigger.
🎚️ Adjustable probability (0% ~ 100%), default 50%.
⏹️ Global on/off switch (default off) – toggle via in-game command /farts.
⚙️ Config file auto-generated at .minecraft/config/refart-client.toml.
👥 Multiplayer compatible – you'll hear farts from any sneaking player on your client.
🧩 Client-only – no server-side modifications, pure fun without breaking gameplay.
How to Use
Install NeoForge client(21.1.241+) and place the mod JAR in the mods folder. Launch the game once to generate the config file. The mod is disabled by default – enable it by:
- Running /farts in-game (toggles on/off).
- Editing refart-client.toml and set enableFarts = true.
Adjust fartChance (0–100) to change the trigger probability.
Command
/farts – Toggle the global fart function on/off. You'll see a chat message confirming the new state.
Config File
Location: .minecraft/config/refart-client.toml
[general]
# Enable or disable fart sounds
enableFarts = false
# Probability of triggering a fart (0~100)
fartChance = 50
Notes
Only supports Minecraft 1.21.1 NeoForge; other versions are not tested. Sound files are in .ogg format (three built-in farts). You can replace them by resourcepack (located in assets/refart/sounds/).
简介
ReFart 是整蛊模组 Sneaky Farts 的精神续作,专为 1.21.1 NeoForge 重新打造。 当玩家(包括其他玩家)潜行时,会随机播放一段“放屁”音效——而你(本客户端)会听到这些声音,欢乐整蛊,无需服务器支持。
本模组只需要安装在客户端,不需要服务器端,其他玩家正常游玩时,只要他们潜行,装了本模组的你就能听到屁声。
特性
🔊 三种不同的屁声,随机播放,增加笑料。
🎚️ 可调放屁概率(0% ~ 100%),默认为 50%。
⏹️ 全局开关(默认关闭),可通过游戏内指令 /farts 一键切换。
⚙️ 配置文件自动生成于 .minecraft/config/refart-client.toml,可手动修改。
👥 支持多人游戏 – 其他玩家潜行时,安装本模组的客户端也会播放音效(只在你本地听到)。
🧩 纯客户端 – 无需服务器安装,不破坏游戏平衡,仅用于娱乐。
使用方法
安装 NeoForge 客户端并放入模组文件。 启动游戏一次,自动生成配置文件。 默认放屁功能是关闭的,请执行以下任意操作开启:
- 在游戏内输入 /farts 指令(切换开关)。
- 或修改配置文件 refart-client.toml,将 enableFarts = false 改为 true。
调整放屁概率(fartChance,0~100),数值越高越容易触发。
指令
/farts – 切换全局放屁功能的开关状态(开/关),执行后会提示当前状态。
配置文件
位置:.minecraft/config/refart-client.toml
[general]
# 是否启用放屁声音
enableFarts = false
# 放屁触发概率(0~100)
fartChance = 50
注意事项
仅支持 Minecraft 1.21.1 NeoForge,其他版本未测试。 音频文件为 .ogg 格式,内置三种屁声,可使用资源包替换(位于 assets/refart/sounds/)。

