Skip to content

Commit

Permalink
Adding experimental blocks geos
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Jan 20, 2024
1 parent 2c0e039 commit 9c4a95a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 20 deletions.
4 changes: 4 additions & 0 deletions src/Base/Vanilla/ResourcePack/models.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
"minecraft:geometry.full_block",
"minecraft:geometry.cross"
]
4 changes: 3 additions & 1 deletion src/Lib/Vanilla/ResourcePack/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,7 @@ export const Models: string[] =
"geometry.zombie.v1.8",
"geometry.zombie.villager",
"geometry.zombie.villager_v2",
"geometry.zombie.villager.v1.8"
"geometry.zombie.villager.v1.8",
"minecraft:geometry.cross",
"minecraft:geometry.full_block"
]
Expand Down
40 changes: 21 additions & 19 deletions src/Lib/versions.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
/** Notice: Auto generated file, do not edit */

import { FormatVersionData } from "./General";

export const Versions: FormatVersionData = {
latest: "1.20.50.3",
versions: [
"1.20.50.3",
"1.20.40.1",
"1.20.30.1",
"1.20.10.1",
"1.20.0.1",
"1.19.80.2",
"1.19.70.2",
"1.19.60.3",
"1.19.50.2",
"1.19.40.2",
"1.19.30",
],
};

import { FormatVersionData } from './General';


export const Versions: FormatVersionData =
{
"latest": "1.20.50.3",
"versions": [
"1.20.50.3",
"1.20.40.1",
"1.20.30.1",
"1.20.10.1",
"1.20.0.1",
"1.19.80.2",
"1.19.70.2",
"1.19.60.3",
"1.19.50.2",
"1.19.40.2",
"1.19.30"
]
}
Expand Down

0 comments on commit 9c4a95a

Please sign in to comment.