Maik Marschner

Results 58 issues of Maik Marschner

There are different types of items: - [ ] Simple `minecraft:item/generated` items (added by #1704) - [ ] Multi-layer `minecraft:item/generated` items, eg. `diamond_leggings_emerald_trim` - [ ] Conditional item models, eg....

renderer
minecraft

New year, new snapshots! :partying_face: - [x] Glow lichen - [ ] Glow item frame - [x] Glowing sign text Due to the new 1.17 world format (entities are not...

chunky 2.x
minecraft

This PR adds item model generations, just like Minecraft does for `minecraft:item/generated` items. It does not support multiple layers yet (eg. `diamond_leggings_emerald_trim`) or overrides with predicates (eg. `diamond_leggings`) yet. It's...

minecraft

TODO: - [x] Close resource pack `FileSystem` instances (maybe bundle them in a new class and pass them down explicitly?) - [x] Move the `baseName` logic up and apply it...

minecraft

For now, this makes loading painting variant and biome registries less hacky. In the future, this enables loading other files, eg. model json files, PBR maps or animation metadata. Related...

textures

Similar to custom painting variants (#1728) there are also custom banner patterns that can be added by datapacks. Probably requires #449 in practice.

minecraft

Many scenes contain a lot of sky. Currently, Chunky renders these areas to the full SPP, although their color will never change as we don't have any effects that would...

renderer
experimental

Needs benchmarking but feels like it's faster.

renderer
experimental

We very frequently get questions about chunks seemingly not loading due to y clipping not being set correctly. The problem could be the default values that are saved as a...

bug
GUI

Similar to how we prompt for loading a world's resourcepack, we should also add a prompt for datapacks. This would enable loading custom biomes, paintings and banner patterns (and anything...

GUI