update texture

+ Block Tags
This commit is contained in:
Glitchlabs
2026-07-11 10:32:42 +02:00
parent 9586fdc417
commit 0d6a19edae
55 changed files with 279 additions and 51 deletions
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/black_glow_stained_glass"
"all": "minecraft:block/black_stained_glass"
}
}
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/blue_glow_stained_glass"
"all": "minecraft:block/blue_stained_glass"
}
}
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/brown_glow_stained_glass"
"all": "minecraft:block/brown_stained_glass"
}
}
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/cyan_glow_stained_glass"
"all": "minecraft:block/cyan_stained_glass"
}
}
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/gray_glow_stained_glass"
"all": "minecraft:block/gray_stained_glass"
}
}
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/green_glow_stained_glass"
"all": "minecraft:block/green_stained_glass"
}
}
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/light_blue_glow_stained_glass"
"all": "minecraft:block/light_blue_stained_glass"
}
}
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/light_gray_glow_stained_glass"
"all": "minecraft:block/light_gray_stained_glass"
}
}
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/lime_glow_stained_glass"
"all": "minecraft:block/lime_stained_glass"
}
}
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/magenta_glow_stained_glass"
"all": "minecraft:block/magenta_stained_glass"
}
}
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/orange_glow_stained_glass"
"all": "minecraft:block/orange_stained_glass"
}
}
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/pink_glow_stained_glass"
"all": "minecraft:block/pink_stained_glass"
}
}
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/purple_glow_stained_glass"
"all": "minecraft:block/purple_stained_glass"
}
}
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/red_glow_stained_glass"
"all": "minecraft:block/red_stained_glass"
}
}
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/white_glow_stained_glass"
"all": "minecraft:block/white_stained_glass"
}
}
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/yellow_glow_stained_glass"
"all": "minecraft:block/yellow_stained_glass"
}
}