Update readme again

main
kalle 2025-03-08 11:40:44 +01:00
parent 9c577b0b01
commit f005964c36
2 changed files with 75 additions and 33 deletions

View File

@ -4,31 +4,49 @@ It runs on a potato.
## Todo list
### Datapacks
| Registry | Loads | Loads tags | Synced to client | Tags synced to client |
|---------------------|-------|------------|------------------|-----------------------|
|advancement | ❌ | ❌ | ❌ | ❌ |
|banner_pattern | ❌ | ❌ | ❌ | ❌ |
|cat_variant | ❌ | ❌ | ❌ | ❌ |
|chat_type | ❌ | ❌ | ❌ | ❌ |
|cow_variant | ❌ | ❌ | ❌ | ❌ |
|damage_type | ❌ | ❌ | ❌ | ❌ |
|dimension | ❌ | ❌ | ❌ | ❌ |
|dimension_type | ❌ | ❌ | ❌ | ❌ |
|enchantment | ❌ | ❌ | ❌ | ❌ |
|enchantment_provider | ❌ | ❌ | ❌ | ❌ |
|frog_variant | ❌ | ❌ | ❌ | ❌ |
|instrument | ❌ | ❌ | ❌ | ❌ |
|item_modifier | ❌ | ❌ | ❌ | ❌ |
|jukebox_song | ❌ | ❌ | ❌ | ❌ |
|loot_table | ❌ | ❌ | ❌ | ❌ |
|painting_variant | ❌ | ❌ | ❌ | ❌ |
|pig_variant | ❌ | ❌ | ❌ | ❌ |
|predicate | ❌ | ❌ | ❌ | ❌ |
|recipe | ❌ | ❌ | ❌ | ❌ |
|test_environment | ❌ | ❌ | ❌ | ❌ |
|test_instance | ❌ | ❌ | ❌ | ❌ |
|trial_spawner | ❌ | ❌ | ❌ | ❌ |
|trim_material | ❌ | ❌ | ❌ | ❌ |
|trim_pattern | ❌ | ❌ | ❌ | ❌ |
|wolf_variant | ❌ | ❌ | ❌ | ❌ |
✅ = Implemented
❌ = Not implemented
N/A = Not applicable
<!-- Commented out entries are for future versions -->
| Registry | Loads | Loads tags | Synced to client | Tags synced to client |
|--------------------------------------------------|-------|------------|------------------|-----------------------|
| advancement | ❌ | ❌ | ❌ | ❌ |
| banner_pattern | ✅ | ❌ | ❌ | ❌ |
<!-- |cat_variant | ❌ | ❌ | ❌ | ❌ | -->
| chat_type | ✅ | ❌ | ❌ | ❌ |
<!-- |cow_variant | ❌ | ❌ | ❌ | ❌ | -->
| damage_type | ✅ | ❌ | ❌ | ❌ |
| dimension | ❌ | ❌ | ❌ | ❌ |
| dimension_type | ✅ | ❌ | ❌ | ❌ |
| enchantment | ❌ | ❌ | ❌ | ❌ |
| enchantment_provider | ❌ | ❌ | ❌ | ❌ |
<!-- |frog_variant | ❌ | ❌ | ❌ | ❌ | -->
| instrument | ❌ | ❌ | ❌ | ❌ |
| item_modifier | ❌ | ❌ | ❌ | ❌ |
| jukebox_song | ❌ | ❌ | ❌ | ❌ |
| loot_table | ❌ | ❌ | ❌ | ❌ |
| painting_variant | ✅ | ❌ | ❌ | ❌ |
<!-- |pig_variant | ❌ | ❌ | ❌ | ❌ | -->
| predicate | ❌ | ❌ | ❌ | ❌ |
| recipe | ❌ | ❌ | ❌ | ❌ |
<!-- |test_environment | ❌ | ❌ | ❌ | ❌ | -->
<!-- |test_instance | ❌ | ❌ | ❌ | ❌ | -->
| trial_spawner | ❌ | ❌ | ❌ | ❌ |
| trim_material | ✅ | ❌ | ❌ | ❌ |
| trim_pattern | ✅ | ❌ | ❌ | ❌ |
| wolf_variant | ✅ | ❌ | ❌ | ❌ |
| worldgen/biome | ✅ | ❌ | ❌ | ❌ |
| worldgen/configured_carver | ❌ | ❌ | ❌ | ❌ |
| worldgen/configured_feature | ❌ | ❌ | ❌ | ❌ |
| worldgen/density_function | ❌ | ❌ | ❌ | ❌ |
| worldgen/noise | ❌ | ❌ | ❌ | ❌ |
| worldgen/noise_settings | ❌ | ❌ | ❌ | ❌ |
| worldgen/placed_feature | ❌ | ❌ | ❌ | ❌ |
| worldgen/processor_list | ❌ | ❌ | ❌ | ❌ |
| worldgen/structure | ❌ | ❌ | ❌ | ❌ |
| worldgen/structure_set | ❌ | ❌ | ❌ | ❌ |
| worldgen/template_pool | ❌ | ❌ | ❌ | ❌ |
| worldgen/world_preset | ❌ | ❌ | ❌ | ❌ |
| worldgen/flat_level_generator_preset | ❌ | ❌ | ❌ | ❌ |
| worldgen/multi_noise_biome_source_parameter_list | ❌ | ❌ | ❌ | ❌ |

View File

@ -26,15 +26,26 @@ pub type Registry<T> = HashMap<Identifier, T>;
#[derive(Default)]
pub struct Registries {
// advancement
pub banner_patterns: Registry<BannerPattern>,
pub chat_types: Registry<ChatType>,
pub damage_types: Registry<DamageType>,
// dimension
pub dimension_types: Registry<DimensionType>,
// enchantment
// enchantment_provider
// instrument
// item_modifier
// jukebox_song
// loot_table
pub painting_variants: Registry<PaintingVariant>,
// predicate
// recipe
// trail_spawner
pub trim_materials: Registry<TrimMaterial>,
pub trim_patterns: Registry<TrimPattern>,
pub banner_patterns: Registry<BannerPattern>,
pub worldgen: WorldgenRegistries,
pub dimension_types: Registry<DimensionType>,
pub damage_types: Registry<DamageType>,
pub painting_variants: Registry<PaintingVariant>,
pub wolf_variants: Registry<WolfVariant>,
pub chat_types: Registry<ChatType>,
pub worldgen: WorldgenRegistries,
}
impl Registries {
@ -46,4 +57,17 @@ impl Registries {
#[derive(Default)]
pub struct WorldgenRegistries {
pub biomes: Registry<Biome>,
// configured_carver
// configured_feature
// density_function
// noise
// noise_settings
// placed_feature
// processor_list
// structure
// structure_set
// template_pool
// world_preset
// flat_level_generator_preset
// multi_noise_biome_source_parameter_list
}