Jais Djurhuus-Kempel

Results 8 issues of Jais Djurhuus-Kempel

Hello, I am getting an error when I run dbanon. Do you know what this error could relate to? The dbanon.log file is empty. ``` root@af1ae37f315b:/app# mysqldump -h mariadb -B...

https://github.com/ModdingForBlockheads/CookingForBlockheads/blob/1.18.x/shared/src/main/java/net/blay09/mods/cookingforblockheads/registry/CookingRegistry.java#L355 I don't know why you've chosen to only support buckets as remaining item from a crafting operation, other ingredients or containers can also have a remainder. With this check...

bug
1.18

#### Issue type: - :heavy_plus_sign: Feature request ____ #### Short description: It would be great for modpack custom recipes if the blood_infuser could support NBT on the output item.

feature
feature-long-term

### Is your suggested enhancement related to a problem? Please describe. When uploading new versions of a mod the site will automatically add all MC minor versions as compatible. This...

enhancement

**Describe the bug** https://mclo.gs/IvoyhYE **To Reproduce** Maybe it happened when killing a sniffer Minecraft Version: 1.20.1 Physics Mod Version: 3.0.8 Fabric

compatibility

`Level.playLocalSound1 is not set to trigger a `PlayLevelSoundEvent1 like `Level.playSeededSound` is and therefore cannot be cancelled. This includes sounds like breaking blocks and explosions from TNT or wind charges.

bug
triage
1.21.1

Hi, I have an addon for TFC that crashes with a NoSuchMethodError on some systems. Are there any situations where the method `isFood` is not available? It's not crashing in...

Version: 1.20.x

RIght now you're adding the startup message directly to the chat component instead of calling the appropriate method for displaying messages to the player https://github.com/tasgon/observable/blob/1.21.1/common/src/main/kotlin/observable/Observable.kt#L162 Please use Minecraft.getInstance().player.displayClientMessage or at...