+ glowblock

TODO:

glow block recepi
This commit is contained in:
Glitchlabs
2026-06-27 00:32:29 +02:00
parent b2235bf504
commit c58c137b8c
95 changed files with 912 additions and 14 deletions
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "ornamentum:block/black_glow_block"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "ornamentum:block/blue_glow_block"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "ornamentum:block/brown_glow_block"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "ornamentum:block/cyan_glow_block"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "ornamentum:block/gray_glow_block"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "ornamentum:block/green_glow_block"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "ornamentum:block/light_blue_glow_block"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "ornamentum:block/light_gray_glow_block"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "ornamentum:block/lime_glow_block"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "ornamentum:block/magenta_glow_block"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "ornamentum:block/orange_glow_block"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "ornamentum:block/pink_glow_block"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "ornamentum:block/purple_glow_block"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "ornamentum:block/red_glow_block"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "ornamentum:block/white_glow_block"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "ornamentum:block/yellow_glow_block"
}
}
}
@@ -1,20 +1,37 @@
{
"creativetab.ornamentum.ornamentum": "Ornamentum",
"block.ornamentum.black_glow_block": "Black Glow Block",
"block.ornamentum.black_glow_stained_glass": "Black Glow Stained Glass",
"block.ornamentum.blue_glow_block": "Blue Glow Block",
"block.ornamentum.blue_glow_stained_glass": "Blue Glow Stained Glass",
"block.ornamentum.brown_glow_block": "Brown Glow Block",
"block.ornamentum.brown_glow_stained_glass": "Brown Glow Stained Glass",
"block.ornamentum.cyan_glow_block": "Cyan Glow Block",
"block.ornamentum.cyan_glow_stained_glass": "Cyan Glow Stained Glass",
"block.ornamentum.gray_glow_block": "Gray Glow Block",
"block.ornamentum.gray_glow_stained_glass": "Gray Glow Stained Glass",
"block.ornamentum.green_glow_block": "Green Glow Block",
"block.ornamentum.green_glow_stained_glass": "Green Glow Stained Glass",
"block.ornamentum.iron_grate": "Iron Grate",
"block.ornamentum.light_blue_glow_block": "Light Blue Glow Block",
"block.ornamentum.light_blue_glow_stained_glass": "Light Blue Glow Stained Glass",
"block.ornamentum.light_gray_glow_block": "Light Gray Glow Block",
"block.ornamentum.light_gray_glow_stained_glass": "Light Gray Glow Stained Glass",
"block.ornamentum.lime_glow_block": "Lime Glow Block",
"block.ornamentum.lime_glow_stained_glass": "Lime Glow Stained Glass",
"block.ornamentum.magenta_glow_block": "Magenta Glow Block",
"block.ornamentum.magenta_glow_stained_glass": "Magenta Glow Stained Glass",
"block.ornamentum.orange_glow_block": "Orange Glow Block",
"block.ornamentum.orange_glow_stained_glass": "Orange Glow Stained Glass",
"block.ornamentum.pink_glow_block": "Pink Glow Block",
"block.ornamentum.pink_glow_stained_glass": "Pink Glow Stained Glass",
"block.ornamentum.purple_glow_block": "Purple Glow Block",
"block.ornamentum.purple_glow_stained_glass": "Purple Glow Stained Glass",
"block.ornamentum.red_glow_block": "Red Glow Block",
"block.ornamentum.red_glow_stained_glass": "Red Glow Stained Glass",
"block.ornamentum.white_glow_block": "White Glow Block",
"block.ornamentum.white_glow_stained_glass": "White Glow Stained Glass",
"block.ornamentum.yellow_glow_block": "Yellow Glow Block",
"block.ornamentum.yellow_glow_stained_glass": "Yellow Glow Stained Glass"
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/black_glow_block"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/blue_glow_block"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/brown_glow_block"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/cyan_glow_block"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/gray_glow_block"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/green_glow_block"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/light_blue_glow_block"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/light_gray_glow_block"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/lime_glow_block"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/magenta_glow_block"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/orange_glow_block"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/pink_glow_block"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/purple_glow_block"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/red_glow_block"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/white_glow_block"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ornamentum:block/yellow_glow_block"
}
}
@@ -0,0 +1,3 @@
{
"parent": "ornamentum:block/black_glow_block"
}
@@ -0,0 +1,3 @@
{
"parent": "ornamentum:block/blue_glow_block"
}
@@ -0,0 +1,3 @@
{
"parent": "ornamentum:block/brown_glow_block"
}
@@ -0,0 +1,3 @@
{
"parent": "ornamentum:block/cyan_glow_block"
}
@@ -0,0 +1,3 @@
{
"parent": "ornamentum:block/gray_glow_block"
}
@@ -0,0 +1,3 @@
{
"parent": "ornamentum:block/green_glow_block"
}
@@ -0,0 +1,3 @@
{
"parent": "ornamentum:block/light_blue_glow_block"
}
@@ -0,0 +1,3 @@
{
"parent": "ornamentum:block/light_gray_glow_block"
}
@@ -0,0 +1,3 @@
{
"parent": "ornamentum:block/lime_glow_block"
}
@@ -0,0 +1,3 @@
{
"parent": "ornamentum:block/magenta_glow_block"
}
@@ -0,0 +1,3 @@
{
"parent": "ornamentum:block/orange_glow_block"
}
@@ -0,0 +1,3 @@
{
"parent": "ornamentum:block/pink_glow_block"
}
@@ -0,0 +1,3 @@
{
"parent": "ornamentum:block/purple_glow_block"
}
@@ -0,0 +1,3 @@
{
"parent": "ornamentum:block/red_glow_block"
}
@@ -0,0 +1,3 @@
{
"parent": "ornamentum:block/white_glow_block"
}
@@ -0,0 +1,3 @@
{
"parent": "ornamentum:block/yellow_glow_block"
}