Alex O'Neill

Results 29 issues of Alex O'Neill

Tested using the reproduction case provided in the issue. Alternative version of #8940. This is meant to point out that it can be exactly this simple, if it is so...

**Minecraft Version:** 1.18.2 **Forge Version:** 40.0.40 **Steps to Reproduce:** 1. Write a game test using the `@PrefixGameTestTemplate(false)` annotation, like such ```java @PrefixGameTestTemplate(false) @GameTestHolder(MOD_ID) public class Example { @GameTest public void...

Bug
Confirmed
1.18
1.19

**Minecraft Version:** 1.18.2 **Forge Version:** 40.1.51 ### To Reproduce 1. Use the attached datapack. 2. Create a world. 3. Find a `minecraft:plains` biome 4. Notice when in Forge, it has...

Bug
Confirmed
1.18

Need to be re-done: - [x] Barrel GUI, scaled incorrectly, not centered, crops out the image. - [x] Charcoal Forge GUI, scaled without nearest neighbor downscaling, fuzzy. Needs modifications: -...

bug
Version: 1.18.x

Hostile mobs cannot be spawned in light areas from spawn eggs when `enableVanillaMonstersOnSurface = false`. Affects creative mode only.

bug
Version: 1.18.x

Tracking issue for Patchouli's issues and fixes that affect us. ~~(>=1.20.x) "Sticky" tooltips on `Next` and `Previous` buttons~~ fixed - Issue: https://github.com/VazkiiMods/Patchouli/issues/696 - PR: https://github.com/VazkiiMods/Patchouli/pull/697 (1.18.x) Tooltips rendering underneath images:...

mod conflict
Version: 1.20.x

This is a really simple change that I believe fixes MC-197860. More details are in the issue there, but the root of the problem is the `UnboundedMapCodec`'s behavior in the...

### Problem If an error occurs during decoding using an `EitherCodec` or `EitherMapCodec`, the error message will only include the message from the second `Codec`, and will make no mention...

Vanilla water bottle can be filled from any `#minecraft:water`. This creates many problems. It is also not a fluid handler. Given it is obtainable earlier or as early as a...

bug
Version: 1.18.x

Apparently collapses are unintuitive and I've noticed some discrepancies between what I thought I implemented and how it actually works. Also includes some tag cleanup. ### The Big Picture -...

Version: 1.18.x