Skip to content

Commit

Permalink
fix: fix struct of StructureTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed May 1, 2024
1 parent 6130f8a commit 9fbd6de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/mc/world/level/levelgen/structure/StructureTemplate.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ class StructureTemplate {
StructureTemplateData mStructureTemplateData; // this+0x28
uchar mStructureVersion; // this+0xD8
Bedrock::NonOwnerPointer<IUnknownBlockTypeRegistry> mUnknownBlockRegistry; // this+0xE0
uchar mUnknown;
uchar mUnknown0;
uchar mUnknown1;
uchar mUnknown2;

inline bool load(class CompoundTag const& nbt) { return mStructureTemplateData.load(nbt); }

Expand Down

0 comments on commit 9fbd6de

Please sign in to comment.