Added more structured components

This commit is contained in:
Anon 2024-09-11 20:58:24 +02:00
parent 49319fe781
commit 4dea688ca2
7 changed files with 192 additions and 3 deletions

View file

@ -0,0 +1,3 @@
namespace MinecraftClient.Inventory;
public record BookPage(string RawContent, bool HasFilteredContent, string? FilteredContent);

View file

@ -0,0 +1,3 @@
namespace MinecraftClient.Inventory;
public record SuspiciousStewEffect(int TypeId, int Duration);