zml

Results 134 issues of zml

I'm looking at using this library for UUID conversions in one of my mavenized projects, and it'd be way easier if this library were available in an existing maven repository...

While there is a colour option type available, it just renders the current value of a hex colour code. That's not super friendly for users just trying to pick something...

enhancement

I've already got basic block physics for a few blocks in the repo, but there's a lot left to do. - What to do for blocks that grow/decay over time...

Feature

Quick proposal, any thoughts? I'd like libraries not to be shaded directly in the jars. Instead, dependencies could be specified in the glowstone.yml like so: ``` yaml libraries: - 'org.xerial:sqlite-jdbc:3.7.2'...

Feature

**Describe the bug** Whin this plugin is applied, project dependencies declared in the `testCompileOnly` configuration are not provided to the eclipse classpath. Removing the `jmh` plugin, or declaring the dependency...

1.19; ```java public record LiteralContents(String text) implements ComponentContents { ``` should not have a type parameter

type: bug

While the runtime behaviour is to ignore unknown classes, methods, and fields in AWs, we would like to be able to provide some extra validation at compile time. The most...

Mojang was kind enough to put a format version in the manifest of bundler jars. We should include this format version in all our parsing error messages, and track the...

type: enhancement

While SpongeVanilla has the luxury of not requiring output remapping, most other platforms do not compile directly to official names. VG core would support remapping to obfuscated names, with the...

type: enhancement

Currently all the VanillaGradle infrastructure to resolve minecraft is hardcoded around the 3 known dependencies and the AW modifier. This is not the only way to represent the game --...