diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/optifine/cit/maps | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/optifine/cit/maps')
6 files changed, 33 insertions, 0 deletions
diff --git a/assets/minecraft/optifine/cit/maps/mansion.json b/assets/minecraft/optifine/cit/maps/mansion.json new file mode 100755 index 00000000..f462dab2 --- /dev/null +++ b/assets/minecraft/optifine/cit/maps/mansion.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/filled_map", | ||
| 3 | "textures": { | ||
| 4 | "1": "item/filled_map_mansion", | ||
| 5 | "3": "minecraft:item/map/map_mansion" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/maps/map_mansion.properties b/assets/minecraft/optifine/cit/maps/map_mansion.properties new file mode 100755 index 00000000..f57739db --- /dev/null +++ b/assets/minecraft/optifine/cit/maps/map_mansion.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=filled_map | ||
| 3 | model=mansion | ||
| 4 | nbt.Decorations.0.type=8 \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/maps/map_monument.properties b/assets/minecraft/optifine/cit/maps/map_monument.properties new file mode 100755 index 00000000..e1f9a4e1 --- /dev/null +++ b/assets/minecraft/optifine/cit/maps/map_monument.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=filled_map | ||
| 3 | model=monument | ||
| 4 | nbt.Decorations.0.type=9 \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/maps/map_nautilus.properties b/assets/minecraft/optifine/cit/maps/map_nautilus.properties new file mode 100755 index 00000000..16a3e451 --- /dev/null +++ b/assets/minecraft/optifine/cit/maps/map_nautilus.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=filled_map | ||
| 3 | model=nautilus | ||
| 4 | nbt.Decorations.0.id=+ \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/maps/monument.json b/assets/minecraft/optifine/cit/maps/monument.json new file mode 100755 index 00000000..7e3add82 --- /dev/null +++ b/assets/minecraft/optifine/cit/maps/monument.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/filled_map", | ||
| 3 | "textures": { | ||
| 4 | "1": "item/filled_map_monument", | ||
| 5 | "3": "minecraft:item/map/map_monument" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/maps/nautilus.json b/assets/minecraft/optifine/cit/maps/nautilus.json new file mode 100755 index 00000000..572f01a4 --- /dev/null +++ b/assets/minecraft/optifine/cit/maps/nautilus.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/filled_map", | ||
| 3 | "textures": { | ||
| 4 | "1": "item/filled_map_nautilus", | ||
| 5 | "3": "minecraft:item/map/map_nautilus" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||