Skip to content

Commit

Permalink
model: replace MC 1.20.4 with 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
syldium committed May 16, 2024
1 parent 129ddac commit a7cee6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/component/ui/VersionSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function VersionSelect(): ReactElement {
>
<option value="1.19">1.19</option>
<option value="1.19.4">1.19.4</option>
<option value="1.20.4">1.20.4</option>
<option value="1.20.4">1.20.6</option>
</select>
);
}
3 changes: 2 additions & 1 deletion src/main/data/1.19/DecorationStep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export const TerrainAdaptation = EnumNode(
'none',
'bury',
'beard_thin',
'beard_box'
'beard_box',
'encapsulate'
],
'none'
);

0 comments on commit a7cee6e

Please sign in to comment.