KikuGie

Results 11 issues of KikuGie

If litematica is installed registers additional command `/isorender selection` which uses current litematica selection coords for area render.

Uses `TinyFileDialogs` library to select custom image instead of requiring "thumb.png" file in the selected schematic folder.

How to reproduce: Build structure like this, put any entity on the edge of the slab and fly in with `creativeNoClip` turned on ![2022-05-17_19 26 53](https://user-images.githubusercontent.com/50152507/168874615-65a80c12-037d-4f48-a7a8-c6a709333319.png) ![2022-05-17_19 27 23](https://user-images.githubusercontent.com/50152507/168874616-18b54426-4007-4c13-a365-9d703b93a687.png) ![2022-05-17_19...

Tarantula Hawk Elytra texture is 64x64 with the wing position being offset by (32, 32), which doesn't match vanilla's 64x32 and offset (22, 0), while having the same model dimensions....

### Describe the bug When pasting links in the markdown editor, it surrounds them with the markdown hyperlink syntax. If the user has intends to have a plain link, the...

bug

- Allows calling `drawLine` with floating point coordinates (fixes #279) - Allows drawing shadowed text with `drawText` - Adds `drawScrollableText` from `ClickableWidget` with extra parameters All additions are backwards compatible...

## Motivation Complex parent components may need to know how much space their children need before arranging them. Currently this can be achieved by inflating each child, seeing how much...

Example: ![image](https://github.com/user-attachments/assets/d0739ffd-aafc-46b5-9d38-9c3b9911cbe1)

```java CollapsibleContainer container = Containers.collapsible(Sizing.fill(), Sizing.fill(), Text.of("Example"), false); LabelComponent label = Components.label(Text.of("A label!")); label.id("label"); container.child(label); container.childById(LabelComponent.class, "label"); // == null because childById doesn't look in `collapsibleChildrenView` ``` Even though the...

### Bug Description In my mod Elytra Trims I have an animated texture, which is then rendered on top of the elytra model (see links for code references). In vanilla...

T-bug
A-mods
F-good-first-issue