mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Added more structured components
This commit is contained in:
parent
49319fe781
commit
4dea688ca2
7 changed files with 192 additions and 3 deletions
|
|
@ -40,7 +40,9 @@ public class StructuredComponentsRegistry1206 : StructuredComponentRegistry
|
|||
RegisterComponent<MapPostProcessingComponent1206>(28, "minecraft:map_post_processing");
|
||||
RegisterComponent<ChargedProjectilesComponent1206>(29, "minecraft:charged_projectiles");
|
||||
RegisterComponent<BundleContentsComponent1206>(30, "minecraft:bundle_contents");
|
||||
RegisterComponent<PotionContentsComponentComponent1206>(31, "minecraft:potion_contents");
|
||||
|
||||
RegisterComponent<PotionContentsComponent1206>(31, "minecraft:potion_contents");
|
||||
RegisterComponent<SuspiciousStewEffectsComponent1206>(32, "minecraft:suspicious_stew_effects");
|
||||
RegisterComponent<WritableBlookContentComponent1206>(33, "minecraft:writable_book_content");
|
||||
RegisterComponent<WrittenBlookContentComponent1206>(34, "minecraft:written_book_content");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue