Seggan

Results 18 issues of Seggan

## Description While trying to automate Osmium and Segganesson, @Boomer-1 and I found that Miner Androids *completely ignore* `allowAndroids` in `BlockBreakHandler` and just not mine regardless of whether the flag...

✨ Fix

The [`SHGetDesktopFolder`](https://learn.microsoft.com/en-us/windows/win32/api/shlobj_core/nf-shlobj_core-shgetdesktopfolder) function is missing from `shlobj`. I need it for one of my projects.

## Description Undepreated the old stuff in `me.mrCookieSlime`. This was done because we have no replacement yet, and the IDE warnings are getting annoying in addons. Deprecate these *after* having...

🔧 API

## :round_pushpin: Description (REQUIRED) When viewing an stb recipe in /sf guide and clicking on an stb component (in that recipe), it dosent do anything. ## :bookmark_tabs: Steps to reproduce...

Bug Report

Fixes a problem I had with using virtual components as named translation arguments (like MiniMessage does), and them not updating because they were being compared equal despite not being equal.

type: bug
area: api

Updated the history up until the abandonment.

For the code ```kotlin import kotlin.properties.Delegates class Foo { companion object { @JvmStatic var bar: String by Delegates.notNull() } } ``` Despite `bar` being `@JvmStatic`, the generated docs do not...

bug
plugin: kotlin-as-java