Monica S.

Results 43 issues of Monica S.

A method of tracking metrics should be added for monitoring and analysis. Potential sources of metrics to track: - UDP ingress (Necessary?) - UDP egress - UDP latency? (Would be...

enhancement
backend
frontend

Proper logging support should be added, likely based on ASP.NET Logging. This should be combined with proper event ids and the like to enable metrics systems (see #4) to properly...

enhancement
backend
frontend

Something I forgot when implementing the websocket. - [ ] RESUME support - [ ] Disconnection - [ ] Reconnection when network (aka Discord) fucks up

enhancement
backend

This is a work in progress, in order to gauge interest in managing splashes centrally in NeoForge. It's often the case that modders would like to add custom splashes to...

enhancement
1.20

I'm working on porting a multi-mod workspace to NG7 with the following structure: - (root project) - hephaestus - core (standard Java library, doesn't interface with MC) - mod (FG7,...

enhancement

Rationale: most hard dependencies do actually need to be loaded before their dependents. It's likely the case that mods are copying the MDK's mods.toml and leaving the order as NONE...

Related to https://github.com/neoforged/MDK/issues/118 In most cases, a mod's dependencies DO actually need to be loaded before the mod in question is loaded - the current default of NONE means that...

Blame @XFactHD for making me work on this :laughing: This is a prototype of a potential alternative to Neo's current model loading extension to allow custom implementations of UnbakedModel instead...

A spark profile showing allocations over 30s shows that NaturalSpawner#spawnForChunk allocates a lot of data: ![image](https://github.com/user-attachments/assets/e2545565-7b3f-45bc-b59d-c6d1f675832b) Most of this is spent in NaturalSpawner#mobsAt, which is called twice in the process...

enhancement
performance
1.21.1

Usually, when a modder has an error in their code, we will spam out a bunch of these errors because the mod state is broken. However, if it were a...