embeddedt

Results 33 issues of embeddedt

This is the exact same change as https://github.com/refinedmods/refinedstorage/commit/5db2177719020f238ff42d598f747d6e687f8c1d. I haven't tested it aside from compiling, but the code is very straightforward and appears identical to 1.16, so I assume this...

Is it possible to implement some type of merging logic in `BridgeCommandSource` which joins multiline messages and sends them as one message in Discord? Currently, using the command relay feature...

enhancement

I would like to turn off the link parsing feature from 2.12. However, I did not see an option to do so in the config, nor did I see any...

enhancement

The patch has been structured to involve minimal changes to Nothirium's codebase; the code that interacts with CensoredASM directly is in a separate class. Note that this requires CensoredASM 5.18...

This is a continuation of https://github.com/MinecraftForge/MinecraftForge/issues/9122. After performing an analysis of the code Forge uses to interact with the Night Config library, I identified a design flaw which seems to...

bug

This PR introduces a new method `isCompatibleWithFluid` on blocks (not super happy with name) that may be overridden to customize the logic for determining when the fluid is visually "compatible"...

enhancement
1.20.6

This PR adds some general quality-of-life improvements to `ModelData`, not targeting a specific use case. I also added some basic javadoc, might be redundant but no real harm in having...

enhancement
1.20.5

Forge fires `ModConfigEvent.Loading` when a config is first loaded, and `ModConfigEvent.Reloading` when a config reloads as a result of the file watcher detecting a change. However, there is no locking...

bug

I'm reading the examples to gain an understanding of how this works and I notice that the boilerplate for calling `lv_task_handler` and `lv_tick_inc` is duplicated across many of the examples....

enhancement
question

Currently, your mod injects into the Sodium `DefaultChunkRenderer` mixin class to run custom fading functionality, and captures necessary information using Mixin's `LocalCapture` mechanism. Unfortunately, that is very fragile, because it...