slava_110

Results 26 issues of slava_110

**Describe the bug** I'm using custom annotation `@YamlComment` annotated with `@SerialInfo`. If `@YamlComment` annotation contains default parameters compiler will throw an [error](https://gist.github.com/slava110/5fbd17b290e390815ef496571d2c2ddc) **To Reproduce** ```kotlin @Target(AnnotationTarget.PROPERTY) @SerialInfo public annotation class...

bug
compiler-plugin

## What is your use-case and why do you need this feature? `@SerialComment` annotation will be useful for automatically generated configuration files. Some serialization libraries already implemented that feature including:...

feature

### Role I play modded MC c: ### Suggestion Remove `Customize` and `Install mods` buttons from **Edit instance** -> **Version** menu right sidebar. They are redundant. `Customize` action could be...

enhancement

You can find crash in #315 This happens because [Create Gun Recipes Datapack](https://www.curseforge.com/minecraft/customization/create-gun-recipes-datapack) removes all gun workbench recipes ![image](https://user-images.githubusercontent.com/26705162/179535635-ad3bc398-63cc-4640-b975-34b943e87837.png) And because there's no gun recipes `currentItem` field is null on...

If I'm creating custom FileSystem like that and trying to execute script file: ```java FileSystem fs = FileSystems.newFileSystem(zipPath, classLoader); Path scriptPath = fs.getPath("/script.js"); v8Runtime.getExecutor(scriptPath).executeVoid(); ``` Script won't be found Probably...

wontfix

Crash log: https://paste.ee/p/1Iof4 Cause: [mrjake.aunis.block.stargate.StargateAbstractMemberBlock#L111](https://github.com/MrJake222/AUNIS/blob/master/src/main/java/mrjake/aunis/block/stargate/StargateAbstractMemberBlock.java#L111)

bug
crash
fixed-in-dev
Alpha

Add support for Albedo lighting system https://www.curseforge.com/minecraft/mc-mods/albedo

enhancement
visuals
compatibility

Use WarpDrive [IBlockTransformer](https://github.com/LemADEC/WarpDrive/blob/MC1.12/src/main/java/cr0s/warpdrive/api/IBlockTransformer.java) to move and rotate stargate properly (and rings too) Example implementations: [warpdrive/compat](https://github.com/LemADEC/WarpDrive/tree/MC1.12/src/main/java/cr0s/warpdrive/compat) Register block transformer with `WarpDriveConfig.registerBlockTransformer("Aunis", new WDAunisBlockTransformer());` UPD: #160 about 9th chevron and static address

enhancement
compatibility

### Describe the feature ICustomComponent doesn't have methods for `mouseDrag`, `mouseRelease`, `mouseScroll`. Would be cool to have them available. With these methods it will be possible to create interactive guidebook...

enhancement

**Feature Description:** Would be cool to be able to create holes inside `AreaMarker`. This is useful, for example, for claims if there is unclaimed area inside them. * **Additional context:**...

Feature Request