Compare commits

..

No commits in common. "d61e1b5f77c8e0d89d4c7f337793fbaf012df90e" and "1a7830a43504970b3fac29039681c345ba36c67a" have entirely different histories.

5 changed files with 8 additions and 27 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
build/

View file

@ -4,15 +4,15 @@
"description": "§7The old ore textures\n§6§oCopper made by G2",
"name": "Old Ores",
"uuid": "66c6e9a8-3093-462a-9c36-dbb052165822",
"version": [2, 1, 2],
"min_engine_version": [ 1, 20, 0 ]
"version": [2, 0, 2],
"min_engine_version": [ 1, 19, 0 ]
},
"modules": [
{
"description": "§7The old ore textures\n§6§oCopper made by G2",
"type": "resources",
"uuid": "743f6949-53be-44b6-b326-398005028819",
"version": [2, 1, 2]
"version": [2, 0, 2]
}
]
}

View file

@ -1,6 +1,6 @@
{
"pack":{
"pack_format": 18,
"pack_format": 12,
"description": "§7The old ore textures\n§6§oCopper made by G2"
}
}

View file

@ -1,11 +1,8 @@
# Old Ores
## Where to download
### Recommended
Download latest file from the **[Releases](https://github.com/G2-Games/Old-Ores-MC/releases)**
### Other
Also available for download from **[Curseforge](https://www.curseforge.com/minecraft/texture-packs/old-ores-copper/)**, **[Modrinth](https://modrinth.com/resourcepack/old-ore-textures-(with-copper))**, and **[Planet Minecraft](https://www.planetminecraft.com/texture-pack/old-ore-textures-pre-1-17-includes-copper/)**.
Download latest file from the **[Releases](https://github.com/G2-Games/Old-Ores-MC/releases)** \
Also available for download from **[Curseforge](https://www.curseforge.com/minecraft/texture-packs/old-ores-copper/)** and **[Modrinth](https://modrinth.com/resourcepack/old-ore-textures-(with-copper))**.
## What is this pack for?
The changes it makes to the game are:
@ -14,9 +11,7 @@ The changes it makes to the game are:
- Changes copper to a custom texture that I think fits with the old ores
## Texture Showcase
<p align="center">
<img src="https://g2games.dev/Assets/hosted_files/mc/showcase.png" />
</p>
![Showcase](https://g2games.dev/Assets/hosted_files/mc/showcase.png)
## Compatibility
This pack is compatible with 1.17.x and up for now. It will be updated as Minecraft is updated.

15
build.sh Executable file → Normal file
View file

@ -1,14 +1 @@
version="2.1.2"
currentdir=$(pwd)
mkdir -p build/
cd build/ || exit 1
rm *
exa -lh
7z a -tzip "Old.Ores.$version-Java.zip" ../Java/*
7z a -tzip "Old.Ores.$version-Bedrock.mcpack" ../Bedrock/*
cd "$currentdir" || exit 1