Removed old java folder
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "minecraft:block/deepslate_coal_ore_top",
|
||||
"side": "minecraft:block/deepslate_coal_ore"
|
||||
}
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "minecraft:block/deepslate_copper_ore_top",
|
||||
"side": "minecraft:block/deepslate_copper_ore"
|
||||
}
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "minecraft:block/deepslate_diamond_ore_top",
|
||||
"side": "minecraft:block/deepslate_diamond_ore"
|
||||
}
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "minecraft:block/deepslate_emerald_ore_top",
|
||||
"side": "minecraft:block/deepslate_emerald_ore"
|
||||
}
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "minecraft:block/deepslate_gold_ore_top",
|
||||
"side": "minecraft:block/deepslate_gold_ore"
|
||||
}
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "minecraft:block/deepslate_iron_ore_top",
|
||||
"side": "minecraft:block/deepslate_iron_ore"
|
||||
}
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "minecraft:block/deepslate_lapis_ore_top",
|
||||
"side": "minecraft:block/deepslate_lapis_ore"
|
||||
}
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_column_mirrored",
|
||||
"textures": {
|
||||
"end": "minecraft:block/deepslate_top",
|
||||
"side": "minecraft:block/deepslate"
|
||||
}
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "minecraft:block/deepslate_redstone_ore_top",
|
||||
"side": "minecraft:block/deepslate_redstone_ore"
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 259 B |
Before Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 274 B |
Before Width: | Height: | Size: 263 B |
Before Width: | Height: | Size: 271 B |
Before Width: | Height: | Size: 276 B |
Before Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 272 B |
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"pack":{
|
||||
"pack_format": 34,
|
||||
"description": "§7The old ore textures\n§6§oCopper made by G2"
|
||||
}
|
||||
}
|
BIN
Java/pack.png
Before Width: | Height: | Size: 6.2 KiB |
4
build.sh
|
@ -44,7 +44,7 @@ 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_top.png" "deepslate_" "_top" "coal.png" "_deepslate" "./java/assets/minecraft/textures/block/"
|
||||
|
||||
7z a -tzip "Old.Ores.$version-Java.zip" ../Java/*
|
||||
7z a -tzip "Old.Ores.$version-Bedrock.mcpack" ../Bedrock/*
|
||||
zip -r "Old.Ores.$version-Java.zip" ./java/*
|
||||
#7z a -tzip "Old.Ores.$version-Bedrock.mcpack" ../Bedrock/*
|
||||
|
||||
cd "$currentdir" || exit 1
|
||||
|
|