anonymous123-code

Results 13 issues of anonymous123-code

This is a initial implementation of Quilt support. I implemented it by copying most of fabric's file and searching for usages. This means that there is a lot of duplicated...

### Minecraft Development for IntelliJ plugin version 2023.1-1.6.3 ### IntelliJ version Build #IU-231.8109.175 (2023.1) ### Operating System Windows 11 ### Target platform Fabric ### Description of the bug When I...

type: bug
status: unverified

### Mod Loader Fabric (actually Quilt but template didnt let me select me + see additional information) ### Minecraft Version 1.19.2 ### Botania version 1.19.2-439-FABRIC ### Modloader version Quilt Loader...

waiting-for-info

Is https://api.modrinth.com/v2/search?query=&index=newest&facets=%5B%5B%22project_type%3A%5C%22mod%5C%22%22%5D%5D Should be: https://api.modrinth.com/v2/search?query=&index=newest&facets=%5B%5B%22project_type%3Amod%22%5D%5D

- changes type errors to show the type of the value provided (previosly printed the value for `ValueNode`s) - added `typeName()` to Node - errors where the content of the...

The solution would be to make `Section` wrap a `ValueTreeNode.Section` just like `ReflectiveConfig` does for `Config`

bug

Make Configs observable so that you can add listeners that get called when a new config is added. This is necessary for modmenu integration of an automatic loading screen mod:...

enhancement

Add a `@Hidden` annotation to indicate that a certain config, section or option should be hidden in config screens. This allows devs who don't want advanced config settings or similar...

enhancement

### What would you like the wiki to cover? Add a [Remark Plugin](https://github.com/remarkjs/remark/blob/main/doc/plugins.md) that enables linking code blocks to real code files. Code blocks should include which example mod is...

enhancement

Currently there are quite a few article stubs, which should be replaced with complete articles. Currently missing articles are: - [ ] Items - [ ] Tools - [ ]...

enhancement