Removed old java folder

This commit is contained in:
G2-Games 2024-10-05 02:14:46 -05:00
parent 51c7310b05
commit 0e9242f46f
36 changed files with 2 additions and 71 deletions

View file

@ -1,7 +0,0 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/deepslate_coal_ore_top",
"side": "minecraft:block/deepslate_coal_ore"
}
}

View file

@ -1,7 +0,0 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/deepslate_copper_ore_top",
"side": "minecraft:block/deepslate_copper_ore"
}
}

View file

@ -1,7 +0,0 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/deepslate_diamond_ore_top",
"side": "minecraft:block/deepslate_diamond_ore"
}
}

View file

@ -1,7 +0,0 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/deepslate_emerald_ore_top",
"side": "minecraft:block/deepslate_emerald_ore"
}
}

View file

@ -1,7 +0,0 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/deepslate_gold_ore_top",
"side": "minecraft:block/deepslate_gold_ore"
}
}

View file

@ -1,7 +0,0 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/deepslate_iron_ore_top",
"side": "minecraft:block/deepslate_iron_ore"
}
}

View file

@ -1,7 +0,0 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/deepslate_lapis_ore_top",
"side": "minecraft:block/deepslate_lapis_ore"
}
}

View file

@ -1,7 +0,0 @@
{
"parent": "minecraft:block/cube_column_mirrored",
"textures": {
"end": "minecraft:block/deepslate_top",
"side": "minecraft:block/deepslate"
}
}

View file

@ -1,7 +0,0 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/deepslate_redstone_ore_top",
"side": "minecraft:block/deepslate_redstone_ore"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 263 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 271 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 B

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

View file

@ -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