Skip to content

lntricate1/EntityVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0432f41 · Dec 2, 2023

History

40 Commits
Apr 24, 2023
Dec 2, 2023
Nov 6, 2023
Dec 2, 2023

Repository files navigation

Entity Visualizer

This mod is still under development! You can use it but there may be some bugs or breaking changes in the future.

License

This mod uses Fallen's fabric mod template.

You need to have the server mod on the server to have accurate entity ticks. Doesn't work on singleplayer yet.

entityvisualizer

Features

Utilities

  • getEntityData: A hotkey to get entity position and motion, with identical entities grouped and counted. Supports fuse for TNT entities.

Renderers

  • explosions: Shows boxes at explosions.
  • explosionEntityRays: Shows raycasts used in entity exposure calculation. Note: entity may be desynced, i still need to ensure it's synced
  • explosionBlockRays: Shows minimum and maximum "rays" checked for block breaking. Renders red points that always get hit, yellow points that can be hit, and lines representing each ray.
  • explosionAffectedBlocks: Shows minimum and maximum blocks destroyed by an explosion. Renders red boxes for blocks that always get blown up, and yellow boxes for blocks that can be blown up.
  • entityCreation: Shows boxes at entity spawn locations.
  • entityTicks: Shows boxes at entity tick locations.
  • entityVelocity: Shows lines for entity velocity (one line for each tick).
  • entityTrajectory: Shows lines for entity movement. Shows the direction of collision checks for entities that do them. Uses different color for normal movement and piston movement.
  • entityDeaths: Shows boxes at entity death locations.

About

A mod for visualizing entities and the things they do.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages