Compare commits

..

No commits in common. "main" and "v2.1.3" have entirely different histories.
main ... v2.1.3

22 changed files with 13 additions and 12 deletions

View file

@ -5,7 +5,7 @@
Download latest file from the **[Releases](https://github.com/G2-Games/Old-Ores-MC/releases)** Download latest file from the **[Releases](https://github.com/G2-Games/Old-Ores-MC/releases)**
### Other ### Other
Also available for download from **[Curseforge](https://www.curseforge.com/minecraft/texture-packs/old-ores-copper/)**, **[Modrinth](https://modrinth.com/resourcepack/old-ores-copper)**, and **[Planet Minecraft](https://www.planetminecraft.com/texture-pack/old-ore-textures-pre-1-17-includes-copper/)**. 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/)**.
## What is this pack for? ## What is this pack for?
The changes it makes to the game are: The changes it makes to the game are:

View file

@ -17,7 +17,7 @@ overlay_on() {
fi fi
file_basename=${file_basename//"$5"/} file_basename=${file_basename//"$5"/}
magick "$1" "$file" -strip -gravity center -composite PNG8:"$6/$2${file_basename%.*}_ore$3.png" magick "$1" "$file" -gravity center -composite PNG8:"$6/$2${file_basename%.*}_ore$3.png"
done done
} }
@ -36,7 +36,7 @@ echo "Copying Java metafiles"
cp "../src/pack.mcmeta" "./java/pack.mcmeta" cp "../src/pack.mcmeta" "./java/pack.mcmeta"
cp "../src/pack.png" "./java/pack.png" cp "../src/pack.png" "./java/pack.png"
echo "Copying block models" echo "Copying Java models"
cp ../src/models/* ./java/assets/minecraft/models/block/ cp ../src/models/* ./java/assets/minecraft/models/block/
echo "Overlaying textures" echo "Overlaying textures"
@ -44,8 +44,8 @@ overlay_on "../textures/stones/ore_stone.png" "" "" "coal_deepslate.png" "" "./j
overlay_on "../textures/stones/deepslate.png" "deepslate_" "" "coal.png" "_deepslate" "./java/assets/minecraft/textures/block/" overlay_on "../textures/stones/deepslate.png" "deepslate_" "" "coal.png" "_deepslate" "./java/assets/minecraft/textures/block/"
overlay_on "../textures/stones/deepslate_top.png" "deepslate_" "_top" "coal.png" "_deepslate" "./java/assets/minecraft/textures/block/" overlay_on "../textures/stones/deepslate_top.png" "deepslate_" "_top" "coal.png" "_deepslate" "./java/assets/minecraft/textures/block/"
echo "Packaging to \"Old.Ores.$version-Java.zip\"" echo "Packaging"
rm "Old.Ores.$version-Java.zip" 2> /dev/null
7z a -tzip "Old.Ores.$version-Java.zip" -w ./java/* > /dev/null 7z a -tzip "Old.Ores.$version-Java.zip" -w ./java/* > /dev/null
echo -e "\n---\nBuilding Bedrock" echo -e "\n---\nBuilding Bedrock"
@ -60,9 +60,10 @@ cp "../src/pack_icon.png" "./bedrock/pack_icon.png"
echo "Overlaying textures" echo "Overlaying textures"
overlay_on "../textures/stones/ore_stone.png" "" "" "coal_deepslate.png" "" "./bedrock/textures/blocks/" overlay_on "../textures/stones/ore_stone.png" "" "" "coal_deepslate.png" "" "./bedrock/textures/blocks/"
overlay_on "../textures/stones/deepslate.png" "deepslate_" "" "coal.png" "_deepslate" "./bedrock/textures/blocks/deepslate/" overlay_on "../textures/stones/deepslate.png" "deepslate_" "" "coal.png" "_deepslate" "./bedrock/textures/blocks/deepslate/"
#overlay_on "../textures/stones/deepslate_top.png" "deepslate_" "_top" "coal.png" "_deepslate" "./java/assets/minecraft/textures/block/"
echo "Packaging to \"Old.Ores.$version-Bedrock.mcpack\"" echo "Packaging"
rm "Old.Ores.$version-Bedrock.mcpack" 2> /dev/null
7z a -tzip "Old.Ores.$version-Bedrock.mcpack" -w ./bedrock/* > /dev/null 7z a -tzip "Old.Ores.$version-Bedrock.zip" -w ./bedrock/* > /dev/null
cd "$currentdir" || exit 1 cd "$currentdir" || exit 1

View file

@ -4,15 +4,15 @@
"description": "§7The old ore textures\n§6§oCopper made by G2", "description": "§7The old ore textures\n§6§oCopper made by G2",
"name": "Old Ores", "name": "Old Ores",
"uuid": "509d7359-84d8-43bd-9260-43c38b1f0013", "uuid": "509d7359-84d8-43bd-9260-43c38b1f0013",
"version": [2, 1, 4], "version": [2, 1, 3],
"min_engine_version": [ 1, 21, 44 ] "min_engine_version": [ 1, 21, 30 ]
}, },
"modules": [ "modules": [
{ {
"description": "§7The old ore textures\n§6§oCopper made by G2", "description": "§7The old ore textures\n§6§oCopper made by G2",
"type": "resources", "type": "resources",
"uuid": "471c09f2-d4cc-4c5b-9d44-cc323b491fef", "uuid": "471c09f2-d4cc-4c5b-9d44-cc323b491fef",
"version": [2, 1, 4] "version": [2, 1, 3]
} }
] ]
} }

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 B

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 540 B

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB