
MessMod
A minecraft mod that contains many features ranging from world manipulation and information providing to bug fixes and so on, allowing you to take more control of the game, see more information, and do some work easier.
Обновлён 19 октября 2025 г. · опубликован 23 декабря 2022 г.
MessMod
A minecraft mod that contains many features ranging from world manipulation and information providing to bug fixes and so on, allowing you to take more control of the game, see more information, and do some work easier.
Don't want to use "/data" to obtain the velocity of entities? With this mod, press F3 + E and target the entity, you'll find something you wanted at a corner of the screen. (Or try sidebars)
Got annoyed about flying TNTs rendered at some wrong positions? With this Mod, you will see the correct boundary boxes of these entities.
Bored with typing "/tick freeze" & "/tick step 1" over and over again? With this Mod, these operations could be finished simply via right-click if you are holding a brick or a bone.
Have broken some blocks by mistake? With this mod, it can be easily undone with the shortcut Ctrl + Z.
However, that is not everything, the detailed document is on Github.
And here is a fairly simplified version (and possibly more grammatical version) of the complete document.
Highlights
- More accurate hitboxes than ones on the vanilla client.
- Tool items which makes using
/tickmore convenient. - Real-time display of entity information.
- Controlling the game at the level of the source code.
- Multifunctional accessing paths.
- 8 easy-to-use renderers (see below).
- Exporting given areas as a new save.
- Undo / Redoing changes to blocks with
Ctrl + ZandCtrl + Y. - Chunk grids.
- Lazy loaded chunk simulation.
- And more...
Requirements
- Fabric Loader 0.8.0+.
- The fabric-carpet by gnembon. (Strongly recommended, but not necessary)
- Minecraft 1.16.4/1.16.5/1.17.1/1.18.2
- Everything the Minecraft requires.
A list of commands
/accessingpath
Manage custom nodes in accessing paths. (Some other features may be introduced in the future.)
/countentity
Counts entities, especially stacked ones, in a easier way.
/ensure
A block state checker to check if a block is rendered wrongly. If you got annoyed with "ghost blocks", it may be helpful.
/entityconfig
Currently, the command can only make some entities can/cannot step on blocks directly, more features may be introduced in later versions.
/entityfield
Access some Java fields of entities, using reflection. Deobfuscation is supported if the mapping is loaded.
/entitylog
An entity logger is, in other words, a simple tool that obtains some data from some specified entities and writes them to a file.
/entitysidebar
Manage the information lines in the entity sidebar, where you can see how something you have subscribed changes.
/explode
Something even more interesting but useless, it can do nothing but cause some explosions.
/exportsave
Export some given areas as a new save.
/freezentity
Pause|continue processing selected entities. It can be used to simulate lazy loaded chunks.
/hud
Manager custom lines in HUDs.
/lag
Freeze the game.
/lazyload
Simulate lazy loaded chunks.
/logmovement
Subscribe some entities to see how they are pushed by pistons, shulker boxes and shulkers.
/logchunkbehavior
Record some events related to chunks (e.g. loading, unloading and generation), which may be useful in some special researches.
/logpacket
Listen to packets between the server and the client(s).
/messcfg
Configure some features of the Mod (a detailed list of the supported options could be found in the next section).
/modify
Modify some properties of entities. That is similar to /data and /entityfield, but much easier to use.
/moventity
Move an entity, in whatever way you want.
/namentity
Name or rename some entities without anvil and naming tags.
/partlykill
Kill a part of selected entities instead of all of them.
/poi
A POI (a.k.a. Point of Interest) scanner and editor.
/raycast
Show the detail of raycasts, visually if you want. If you wonder what would happen if an ender pearl skims the surface of blocks, it may be useful.
/repeat
Repeat the execution of a command for some times.
/ride
Make some entities ride a vehicle.
/rng
Do some RNG manipulation.
/setexplosionblock
What would it be like if the explosion replace the broken block with diamond blocks instead of air? That will give you the answer.
/tileentity
Access the data of block entities, including adding, removing, reading, and editing (in this case /data is more appropriate). What if a dropper has a block entity of a campfire?
Options (or rules)
The following options could be set with the command /messcfg <option> <value>. Hope their names are understandable enough.
- accessingPathInitStrategy
- allowSelectingDeadEntities
- allowTargetingSpecialEntities
- antiHostCheating
- attackableTnt
- blameThreshold
- blamingMode
- blockPlacementHistory
- blockShapeToBeRendered
- commandExecutionRequirment
- chunkLoadingInfoRenderer
- chunkLoadingInfoRenderRadius
- craftingTableBUD
- creativeUpwardsSpeed
- debugStickSkipsInvaildState
- dedicatedServerCommands
- disableChunkLoadingCheckInCommands
- disableEnchantCommandRestriction
- disableExplosionExposureCalculation
- disableProjectileRandomness
- enabledTools
- endEyeTeleport
- entityExplosionInfluence
- entityExplosionRaysLifetime
- entityExplosionRaysVisiblity
- entityLogAutoArchiving
- fillHistory
- fletchingTablePulseDetectingMode
- fletchingTablePulseDetector
- generateChunkGrid
- hideSurvivalSave
- hotbarLength
- hudAlignMode
- hudStyles
- hudTextSize
- interactableB36
- language
- maxClientTicksPerFrame
- maxEndEyeTpRadius
- minecartPlacementOnNonRailBlocks
- mobFastKill
- optimizedEntityPushing
- projectileChunkLoading
- projectileChunkLoadingPermanentence
- projectileChunkLoadingRange
- projectileRandomnessScale
- quickMobMounting
- railNoAutoConnection
- rejectChunkTicket
- renderBlockShape
- renderFluidShape
- renderRedstoneGateInfo
- serverSyncedBox
- serverSyncedBoxRenderRange
- skippedGenerationStages
- skipUnloadedChunkInRaycasting
- stableHudLocation
- strictAccessingPathParsing
- superSuperSecretSetting
- tntChunkLoading
- tntChunkLoadingPermanence
- tntChunkLoadingRange
- vanillaDebugRenderers
Key Binds
F3 + E: Toggle the HUD that displays the information of the entity which the player is looking at.
F3 + M : Toggle the HUD that displays the information of the local player.
F3 + S: Toggle the HUD that displays the information of the server-side player.
Ctrl + Z: Undo block placement or breaking. (Requires blockPlacementHistory)
Ctrl+ Y: Redo block placement or breaking. (Requires blockPlacementHistory)
Renderers
Entity information HUD: Information about the entity that the player is looking at is got at the end of server ticks, and the information of the local player is got at the end of client ticks. More information about that is available below.

Explosion rays: It renders the lines between the center of an explosion and some chosen points in the hitboxes of entities affected by the explosion, which determines how much damage the entities will take, and how much the velocity of the entity will change, etc.

Server-side hitboxes: Don't always believe the hitboxes provided by F3 + B because they are adjusted by the client to make movements smoother and moves "slower" than the one on the server-side when the entity is moving. Sometimes vanilla hitboxes could even be missing if the server has experienced a very long tick but the client hasn't.


Data of fluid blocks: Display the bounding box, height, level, and a vector describing the flowing direction of the targeted fluid block.

Bounding boxes of blocks: Display the bounding box of the targeted block.

The output level of redstone gates: Display the redstone signal level of the targeted redstone gate (i.e. repeaters and comparators).

Tool Items (Requires fabric-carpet and option enabledTools)
Brick: Pause or continue ticking using /tick freeze provided by the Carpet
Bone: Continue ticking for some ticks when ticking is paused by /tick freeze. The number of the ticks equals the count of the stack of bones.
Netherite Ingot: Remove all non-player entities.
Accessing Paths
See the wiki.
Options In Entity Selectors
id
Select entities with a given numeric ID (field entityId, networkId).
side
Where the entities are selected from, the client or the server.
typeRegex
Possible values: A quoted regular expression.
Specify a regular expression matching the ID (including the namespace) of selected entities.
nameRegex
Possible values: A quoted regular expression.
Specify a regular expression matching the name of selected entities.
class
Possible values: A quoted regular expression.
Specify a regular expression matching the class (package name is optional) of selected entities.
Other Features
- Structure blocks can be seen when the player is very far from the block.
- Stacktraces will be printed when the Carpet Mod is not loaded. If the Carpet Mod is loaded, enabling the
superSecretSettinghas the same effect. - A warning screen is poped when trying to open a survival with MessMod installed for the first time.
Notice
- The mod is still in development, some feature is not available or buggy, please tell me if you find something wrong.
- Dedicated servers are not supported well currently and there are many unsolved bugs related to the connection between the server and the client, so only use the mod in single-player mode or the host client of a LAN server.
- Some commands like /explode ~ ~ ~ 2147483647 true can freeze the server, be careful.
- The mod is not intended to be used in survival saves, as it may enable the players to cheat accidentally. To ensure this, option
hideSurvivalSavescould be enabled.
About
Initially, I started this mod in Feb 2021 to do some researches on the motion of entities, thus the HUDs, bounding box renderer, tool items and command /entityfield was the earliest features of this mod. Later, more features were introduced gradually if they were needed.
After April 2022, I speeded up the development of the mod, much more features were added while many previously added ones was completely refactored. By 2023/08/23, 28 commands, 70 options (or rules) and 9 renderers had been available.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 0.10.0+v20251019-BETA | Бета | 1.17.1 | fabric | 19 октября 2025 г. | Скачать (932 КБ) |
| 0.10.0+v20251019-BETA | Бета | 1.18.2 | fabric | 19 октября 2025 г. | Скачать (934 КБ) |
| 0.10.0+v20251019-BETA-reuploaded | Бета | 1.16.4, 1.16.5 | fabric | 19 октября 2025 г. | Скачать (927 КБ) |
| 0.10.0+v20251019-BETA | Бета | 1.16.4, 1.16.5 | fabric | 19 октября 2025 г. | Скачать (927 КБ) |
| 0.9.0+v20250827-BETA-reupload | Бета | 1.16.4, 1.16.5 | fabric | 27 августа 2025 г. | Скачать (902 КБ) |
| 0.9.0+v20250827-BETA | Бета | 1.16.4, 1.16.5 | fabric | 27 августа 2025 г. | Скачать (902 КБ) |
| 0.8.0+v20250311-BETA | Бета | 1.16.4, 1.16.5 | fabric | 11 марта 2025 г. | Скачать (792 КБ) |
| 0.7.4+v20250118-BETA | Альфа | 1.21.2, 1.21.3 | fabric | 18 января 2025 г. | Скачать (727 КБ) |
| 0.7.3+v20250118-BETA | Альфа | 1.21.2, 1.21.3 | fabric | 18 января 2025 г. | Скачать (727 КБ) |
| 0.7.3+v20240827-BETA | Альфа | 1.21, 1.21.1 | fabric | 27 августа 2024 г. | Скачать (730 КБ) |
| 0.7.3+v20240827-BETA | Альфа | 1.20.5, 1.20.6 | fabric | 27 августа 2024 г. | Скачать (729 КБ) |
| 0.7.2+v20240129-BETA | Бета | 1.20.4 | fabric | 29 января 2024 г. | Скачать (739 КБ) |
| 0.7.2+v20240129-BETA | Бета | 1.20.2 | fabric | 29 января 2024 г. | Скачать (739 КБ) |
| 0.7.2+v20240129-BETA | Бета | 1.20.1 | fabric | 29 января 2024 г. | Скачать (733 КБ) |
| 0.7.2+v20240129-BETA | Бета | 1.19.1, 1.19.2, 1.19.3, 1.19.4 | fabric | 29 января 2024 г. | Скачать (751 КБ) |
Показаны последние 15 из 43 версий.
Ченджлог
0.10.0+v20251019-BETAБета1.17.1 · 19 октября 2025 г.
1.17.1 Port
0.10.0+v20251019-BETAБета1.18.2 · 19 октября 2025 г.
1.18.2 Port
0.10.0+v20251019-BETA-reuploadedБета1.16.4, 1.16.5 · 19 октября 2025 г.
Minor changes to Mod descriptions.
Check 0.10.0+v20251019-BETA for a complete list of changes since 0.9.0+v20250827.
0.10.0+v20251019-BETAБета1.16.4, 1.16.5 · 19 октября 2025 г.
For 2024.10.19, a autumn night that is not as cold as seemed.
New
Options
clayBlockPlacer- Place any technical blocks (e.g. nether portals) with clay balls.
- Clay balls should be named to specify the block to place. For example, with a clay ball named
grass_block[snowy=true], you can place snowy grass blocks by right clicks.
playerInputsWhenScreenOpened- Allow players to move and turn around while typing commands, etc.
- Only when a hotkey,
F6by default, is pressed.
playerInputsWhenScreenOpenedHotkeyloomWaveGenerator- An option to completely turn loom wave generator off.
Commands
/tileentity add- Legacy
/tileentity set.
- Legacy
/nameitem- Name the item the player is holding, without needing an anvil.
/drawshape- Draw boxes, lines, texts, or pictures in-game, as a marker.
Others
- Oscilloscope can now detect edges actively, allowing signal level changes without block updates to be captured. Can be disabled if you want to.
- Repetition of waveform stages in standard mode.
- e.g.
100[(+0=>+0)L15 (+0=>+0)L0], which repeats(+0=>+0)L15 (+0=>+0)L0100 times - Can be nested:
3[5[(+0=>+0)L15 (+0=>+0)L0]] - Alternative syntax:
3*[(+0=>+0)L15 (+0=>+0)L0]
- e.g.
- Command suggestions for waveforms
- A little bit "silly", though.
Changes
Commands
/messcfgno longer list all options at once.- Instead, a list of labels, like
REDSTONEorINTERACTION_TWEAKS, which you can click to get related options, are listed.
- Instead, a list of labels, like
- Renamed
/tileentity setto/tileentity replace
Oscilloscope
- A more compact GUI of channel list.
- Non-visible channels no longer emit triggers
Waveforms
- Abbreviations of ticking phases can be used in waveform definitions.
- e.g.
ENTITY=>EU、BLOCK_EVENTS=>BE
- e.g.
Other
- Advanced mixins are disabled by default now.
Fixes
- Error messages send when trying to add custom columns to a running entity log are not translated.
- Some commands has not feedback at all.
/logdeath unsub/hud setHudTarget/hud setHudTarget
- Some commands may fail due to uncaught exceptions.
/logdeath sub, when the death predicate has syntax errors./exportsave export, when export fails due to a unexpected error./rng, when no entity is selected.
- The Chinese feedback of
/partlykillis not grammatically correct. /tileentity setmay fail to set block entities.- 4.5-years-old
- Strong signals (level >= 15) are not captured properly by the oscilloscope.
- There are "gaps" between waveform's cycles.
- Check boxes in oscilloscope channels list doesn't match actual channel settings.
- Shapes are not rendered in customs dimensions.
- 4-years-old
- Oscilloscope GUI may crash the client with
ConcurrentModificationException. - New oscilloscope channels are added to the channel list twice.
- Tooltips in oscilloscope GUI are sometimes rendered outside the screen.
- Client crashes when loading replays of ReplayMod.
- Arrays of arrays (instead of multidimensional arrays) cannot be created by array literals.
- Subcommands of
/variableis incorrectly registered. - Vertical scaling of analog wave areas of oscilloscope is inconsistent with horizontal
- Shapes sent when players are in another dimension is not visible.
- Trig level markers cannot be dragged twice.
- Dragging trig level marks doesn't cause trig level text fields to update.
misc.negativeidis not translated in current language.
0.9.0+v20250827-BETA-reuploadБета1.16.4, 1.16.5 · 27 августа 2025 г.
Fix crashes. Not bumping version.
0.9.0+v20250827-BETAБета1.16.4, 1.16.5 · 27 августа 2025 г.
New
Options
hayOscilloscope- Make hay block a oscilloscope / logic analyzer.
- hayOscilloscopeChannelVisibilityBroadcast
smartCursorMode- Allow cursors to stop at word delimiters other than spaces (e.g. commas in entity selectors) when editing commands with Ctrl + Arrow or Ctrl + Backspace.
smartCursorCustomWordDelimiterssurvivalStatusBarInCreativeModesurvivalXpBarInCreativeModedisableClientChunkUnloading
Commands
/logdeath- Record death causes of entities and get statistics.
/wavegen- Wave generator (a.k.a. function generator) in Minecraft.
/touch- Update a large range of blocks. Fix "abnormal" block states.
/setblockraw- Set block with
setBlockState()method directly
- Set block with
Others
- Array literal
Changes
<exploder>argument in/explode.- To emulate powered creeper explosion / TNT looting.
/variable print <var> toStringcan accpet an accessing path to apply to the variable before printing.- Recording & Statistics in
/logpacket.
Fixes
flowerFieldRendererSingleLayerhas no description & crashes the clientflowerFieldRenderercrashes the server withConcurrentModificationExceptionwhen generating new chunks of biome other than flower forest.TranslatableExceptionsthrown when creating variable with literals are not handled properly, resulting in "unexpected error".- Potential resource leakage when saving custom accessing path nodes.
- Compiled SimpleNodes (.x, .y, .identityHash, etc.) has incorrect output type, causing unexpected compilation failure.
- Class literals are not remapped.
- Older custom HUD line added with
/hud subField ... -THIS-are incorrectly replaced by new lines referecing fields directly.- Hard to believe it has been there since May 2022!
classnode not doesn't present in suggentions./variable print <slot>doesn't work
0.8.0+v20250311-BETAБета1.16.4, 1.16.5 · 11 марта 2025 г.
Options
- creativeNoVoidDamage
- resistanceReducesVoidDamage
- disableCreativeForcePickup
- quickStackedEntityKillingOneTypeOnly
- detailedChunkTaskLogging
- directChunkAccessForMessMod
- entityExplosionImpulseScale
- flowerFieldRenderer
Commands
- /loadjavaagent
- /logdeath
- /stackentity
- /variable print
- /variable print dumpFields
- /variable set
Fix
- Incorrect ordinal of nodes.
- Focus command suggestions on the server.
- Ordinal of nodes duplicates in AccessingFailureException.
- Field type of generic-typed classes are not accurate.
- Class names are not mapped in class cast node.
- Collision restriction are not output currectly.
- TickingPhase are not suggested natually.
- Exporting maps doesn't work properly and has side-effect on original save.
- Memory leak in chunk behavior logger.
attackableTnt&quickStackedEntityKillingdoesn't cooperate well./variable set new ...doesn't parse arguments properly.
0.7.4+v20250118-BETAАльфа1.21.2, 1.21.3 · 18 января 2025 г.
Fix: /entityfield causes crashes
Комментарии
Загружаем…





