All Projects → tasgon → observable

tasgon / observable

Licence: MPL-2.0 License
See what's lagging your server. 1.5M+ downloads on CurseForge

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to observable

GTplusplus
GT++ celebrates it's Bithday on September 3rd
Stars: ✭ 40 (+81.82%)
Mutual labels:  mod, minecraft-mod
CustomNPC-Plus
Custom Version of 1.7.10 CustomNPC with backported features and original expansions
Stars: ✭ 15 (-31.82%)
Mutual labels:  mod, minecraft-mod
relics
No description or website provided.
Stars: ✭ 24 (+9.09%)
Mutual labels:  mod, minecraft-mod
NaturesCompass
A Minecraft mod that allows you to search for a biome's location anywhere in the world and view information about it.
Stars: ✭ 42 (+90.91%)
Mutual labels:  mod, minecraft-mod
Fabric-Autoswitch
Automagical switching of tools to the best one for the job, for Minecraft
Stars: ✭ 17 (-22.73%)
Mutual labels:  mod, minecraft-mod
carpet-discarpet
Fabric carpet extension that adds discord functionality to scarpet
Stars: ✭ 26 (+18.18%)
Mutual labels:  mod, minecraft-mod
refinedstorage2
Refined Storage is a mass storage mod for Minecraft that offers the player a network-based storage system, allowing them to store items and fluids on a massively expandable device network.
Stars: ✭ 35 (+59.09%)
Mutual labels:  mod, minecraft-mod
Quadz
An FPV drone simulator for Fabric
Stars: ✭ 16 (-27.27%)
Mutual labels:  mod, minecraft-mod
the-hallow
Fabric Community mod for Hacktoberfest!
Stars: ✭ 14 (-36.36%)
Mutual labels:  mod, minecraft-mod
drmon
Draconic Reactor computercraft monitoring and failsafe interface
Stars: ✭ 48 (+118.18%)
Mutual labels:  mod, minecraft-mod
NetherEx
No description or website provided.
Stars: ✭ 28 (+27.27%)
Mutual labels:  mod, minecraft-mod
SimplePipes
A small test pipes mod based around LibBlockAttributes
Stars: ✭ 22 (+0%)
Mutual labels:  mod, minecraft-mod
ICBM-Classic
Classic 1.6.4 version of ICBM remastered for newer MC versions
Stars: ✭ 34 (+54.55%)
Mutual labels:  mod, minecraft-mod
Randomly-Adding-Anything
No description or website provided.
Stars: ✭ 42 (+90.91%)
Mutual labels:  mod, minecraft-mod
ImageWorldGenerator
A minecraft mod to generate a world from an image/map
Stars: ✭ 20 (-9.09%)
Mutual labels:  mod, minecraft-mod
PlusTiC
Minecraft mod for adding new tools to and integrating various mods with Tinkers Construct
Stars: ✭ 34 (+54.55%)
Mutual labels:  mod, minecraft-mod
metal-chests
Better alternative to IronChests
Stars: ✭ 13 (-40.91%)
Mutual labels:  mod, minecraft-mod
JoJo-s-Bizarre-Survival
A mod that adds Stands from JoJo's Bizarre Adventure to Minecraft.
Stars: ✭ 20 (-9.09%)
Mutual labels:  mod, minecraft-mod
MC-Prefab
A minecraft mod designed to provide ways of creating Pre-Fabricated(designed) buildings.
Stars: ✭ 21 (-4.55%)
Mutual labels:  mod, minecraft-mod
Rug
Extension Mod for gnembon's fabric-carpet with some more features
Stars: ✭ 20 (-9.09%)
Mutual labels:  mod, minecraft-mod

observable -- see what's lagging your server

This is a spiritual successor to LagGoggles for Minecraft 1.16 - 1.18 (and hopefully later versions). Licensed under MPLv2.

See CurseForge for download links.

Development notes

Forge 1.18:

  • Forge's class loader changes more-or-less require all dependencies to be modules, and some of my dependencies (particularly kotlin-imgui) only have non-module builds. While I have patched in my own classloader (which you can enable by setting the environment variable O_PATCH_LOADER=true) to have at least partial functionality in a development environment, some things will still have classloader conflicts. In my opinion, you're better off building it into a jar (which will shade all dependencies into the same module) and running it outside the IDE.

Fabric 1.17:

  • To run the mod in a development environment, you currently need to set the environment variable DEV_ENV=1.

Credits

  • Lucko's spark-mappings for the deobfuscation mappings I use in the sampler
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].