Initial Commit with Torches. Missing LangKeys and Recipes
@@ -0,0 +1,164 @@
|
||||
{
|
||||
"variants": {
|
||||
"face=floor,lit=true,color=white": {"model": "hyperlighting:block/torch/white_torch"},
|
||||
"face=floor,lit=false,color=white": {"model": "hyperlighting:block/torch_base"},
|
||||
"face=wall,facing=north,lit=true,color=white": {"model": "hyperlighting:block/torch/white_wall_torch", "y": 270},
|
||||
"face=wall,facing=south,lit=true,color=white": {"model": "hyperlighting:block/torch/white_wall_torch", "y": 90},
|
||||
"face=wall,facing=west,lit=true,color=white": {"model": "hyperlighting:block/torch/white_wall_torch", "y": 180},
|
||||
"face=wall,facing=east,lit=true,color=white": {"model": "hyperlighting:block/torch/white_wall_torch"},
|
||||
"face=wall,facing=north,lit=false,color=white": {"model": "hyperlighting:block/torch_wall_base", "y": 270},
|
||||
"face=wall,facing=south,lit=false,color=white": {"model": "hyperlighting:block/torch_wall_base", "y": 90},
|
||||
"face=wall,facing=west,lit=false,color=white": {"model": "hyperlighting:block/torch_wall_base", "y": 180},
|
||||
"face=wall,facing=east,lit=false,color=white": {"model": "hyperlighting:block/torch_wall_base"},
|
||||
"face=floor,lit=true,color=orange": {"model": "hyperlighting:block/torch/orange_torch"},
|
||||
"face=floor,lit=false,color=orange": {"model": "hyperlighting:block/torch_base"},
|
||||
"face=wall,facing=north,lit=true,color=orange": {"model": "hyperlighting:block/torch/orange_wall_torch", "y": 270},
|
||||
"face=wall,facing=south,lit=true,color=orange": {"model": "hyperlighting:block/torch/orange_wall_torch", "y": 90},
|
||||
"face=wall,facing=west,lit=true,color=orange": {"model": "hyperlighting:block/torch/orange_wall_torch", "y": 180},
|
||||
"face=wall,facing=east,lit=true,color=orange": {"model": "hyperlighting:block/torch/orange_wall_torch"},
|
||||
"face=wall,facing=north,lit=false,color=orange": {"model": "hyperlighting:block/torch_wall_base", "y": 270},
|
||||
"face=wall,facing=south,lit=false,color=orange": {"model": "hyperlighting:block/torch_wall_base", "y": 90},
|
||||
"face=wall,facing=west,lit=false,color=orange": {"model": "hyperlighting:block/torch_wall_base", "y": 180},
|
||||
"face=wall,facing=east,lit=false,color=orange": {"model": "hyperlighting:block/torch_wall_base"},
|
||||
"face=floor,lit=true,color=magenta": {"model": "hyperlighting:block/torch/magenta_torch"},
|
||||
"face=floor,lit=false,color=magenta": {"model": "hyperlighting:block/torch_base"},
|
||||
"face=wall,facing=north,lit=true,color=magenta": {"model": "hyperlighting:block/torch/magenta_wall_torch", "y": 270},
|
||||
"face=wall,facing=south,lit=true,color=magenta": {"model": "hyperlighting:block/torch/magenta_wall_torch", "y": 90},
|
||||
"face=wall,facing=west,lit=true,color=magenta": {"model": "hyperlighting:block/torch/magenta_wall_torch", "y": 180},
|
||||
"face=wall,facing=east,lit=true,color=magenta": {"model": "hyperlighting:block/torch/magenta_wall_torch"},
|
||||
"face=wall,facing=north,lit=false,color=magenta": {"model": "hyperlighting:block/torch_wall_base", "y": 270},
|
||||
"face=wall,facing=south,lit=false,color=magenta": {"model": "hyperlighting:block/torch_wall_base", "y": 90},
|
||||
"face=wall,facing=west,lit=false,color=magenta": {"model": "hyperlighting:block/torch_wall_base", "y": 180},
|
||||
"face=wall,facing=east,lit=false,color=magenta": {"model": "hyperlighting:block/torch_wall_base"},
|
||||
"face=floor,lit=true,color=light_blue": {"model": "hyperlighting:block/torch/light_blue_torch"},
|
||||
"face=floor,lit=false,color=light_blue": {"model": "hyperlighting:block/torch_base"},
|
||||
"face=wall,facing=north,lit=true,color=light_blue": {"model": "hyperlighting:block/torch/light_blue_wall_torch", "y": 270},
|
||||
"face=wall,facing=south,lit=true,color=light_blue": {"model": "hyperlighting:block/torch/light_blue_wall_torch", "y": 90},
|
||||
"face=wall,facing=west,lit=true,color=light_blue": {"model": "hyperlighting:block/torch/light_blue_wall_torch", "y": 180},
|
||||
"face=wall,facing=east,lit=true,color=light_blue": {"model": "hyperlighting:block/torch/light_blue_wall_torch"},
|
||||
"face=wall,facing=north,lit=false,color=light_blue": {"model": "hyperlighting:block/torch_wall_base", "y": 270},
|
||||
"face=wall,facing=south,lit=false,color=light_blue": {"model": "hyperlighting:block/torch_wall_base", "y": 90},
|
||||
"face=wall,facing=west,lit=false,color=light_blue": {"model": "hyperlighting:block/torch_wall_base", "y": 180},
|
||||
"face=wall,facing=east,lit=false,color=light_blue": {"model": "hyperlighting:block/torch_wall_base"},
|
||||
"face=floor,lit=true,color=yellow": {"model": "hyperlighting:block/torch/yellow_torch"},
|
||||
"face=floor,lit=false,color=yellow": {"model": "hyperlighting:block/torch_base"},
|
||||
"face=wall,facing=north,lit=true,color=yellow": {"model": "hyperlighting:block/torch/yellow_wall_torch", "y": 270},
|
||||
"face=wall,facing=south,lit=true,color=yellow": {"model": "hyperlighting:block/torch/yellow_wall_torch", "y": 90},
|
||||
"face=wall,facing=west,lit=true,color=yellow": {"model": "hyperlighting:block/torch/yellow_wall_torch", "y": 180},
|
||||
"face=wall,facing=east,lit=true,color=yellow": {"model": "hyperlighting:block/torch/yellow_wall_torch"},
|
||||
"face=wall,facing=north,lit=false,color=yellow": {"model": "hyperlighting:block/torch_wall_base", "y": 270},
|
||||
"face=wall,facing=south,lit=false,color=yellow": {"model": "hyperlighting:block/torch_wall_base", "y": 90},
|
||||
"face=wall,facing=west,lit=false,color=yellow": {"model": "hyperlighting:block/torch_wall_base", "y": 180},
|
||||
"face=wall,facing=east,lit=false,color=yellow": {"model": "hyperlighting:block/torch_wall_base"},
|
||||
"face=floor,lit=true,color=lime": {"model": "hyperlighting:block/torch/lime_torch"},
|
||||
"face=floor,lit=false,color=lime": {"model": "hyperlighting:block/torch_base"},
|
||||
"face=wall,facing=north,lit=true,color=lime": {"model": "hyperlighting:block/torch/lime_wall_torch", "y": 270},
|
||||
"face=wall,facing=south,lit=true,color=lime": {"model": "hyperlighting:block/torch/lime_wall_torch", "y": 90},
|
||||
"face=wall,facing=west,lit=true,color=lime": {"model": "hyperlighting:block/torch/lime_wall_torch", "y": 180},
|
||||
"face=wall,facing=east,lit=true,color=lime": {"model": "hyperlighting:block/torch/lime_wall_torch"},
|
||||
"face=wall,facing=north,lit=false,color=lime": {"model": "hyperlighting:block/torch_wall_base", "y": 270},
|
||||
"face=wall,facing=south,lit=false,color=lime": {"model": "hyperlighting:block/torch_wall_base", "y": 90},
|
||||
"face=wall,facing=west,lit=false,color=lime": {"model": "hyperlighting:block/torch_wall_base", "y": 180},
|
||||
"face=wall,facing=east,lit=false,color=lime": {"model": "hyperlighting:block/torch_wall_base"},
|
||||
"face=floor,lit=true,color=pink": {"model": "hyperlighting:block/torch/pink_torch"},
|
||||
"face=floor,lit=false,color=pink": {"model": "hyperlighting:block/torch_base"},
|
||||
"face=wall,facing=north,lit=true,color=pink": {"model": "hyperlighting:block/torch/pink_wall_torch", "y": 270},
|
||||
"face=wall,facing=south,lit=true,color=pink": {"model": "hyperlighting:block/torch/pink_wall_torch", "y": 90},
|
||||
"face=wall,facing=west,lit=true,color=pink": {"model": "hyperlighting:block/torch/pink_wall_torch", "y": 180},
|
||||
"face=wall,facing=east,lit=true,color=pink": {"model": "hyperlighting:block/torch/pink_wall_torch"},
|
||||
"face=wall,facing=north,lit=false,color=pink": {"model": "hyperlighting:block/torch_wall_base", "y": 270},
|
||||
"face=wall,facing=south,lit=false,color=pink": {"model": "hyperlighting:block/torch_wall_base", "y": 90},
|
||||
"face=wall,facing=west,lit=false,color=pink": {"model": "hyperlighting:block/torch_wall_base", "y": 180},
|
||||
"face=wall,facing=east,lit=false,color=pink": {"model": "hyperlighting:block/torch_wall_base"},
|
||||
"face=floor,lit=true,color=gray": {"model": "hyperlighting:block/torch/gray_torch"},
|
||||
"face=floor,lit=false,color=gray": {"model": "hyperlighting:block/torch_base"},
|
||||
"face=wall,facing=north,lit=true,color=gray": {"model": "hyperlighting:block/torch/gray_wall_torch", "y": 270},
|
||||
"face=wall,facing=south,lit=true,color=gray": {"model": "hyperlighting:block/torch/gray_wall_torch", "y": 90},
|
||||
"face=wall,facing=west,lit=true,color=gray": {"model": "hyperlighting:block/torch/gray_wall_torch", "y": 180},
|
||||
"face=wall,facing=east,lit=true,color=gray": {"model": "hyperlighting:block/torch/gray_wall_torch"},
|
||||
"face=wall,facing=north,lit=false,color=gray": {"model": "hyperlighting:block/torch_wall_base", "y": 270},
|
||||
"face=wall,facing=south,lit=false,color=gray": {"model": "hyperlighting:block/torch_wall_base", "y": 90},
|
||||
"face=wall,facing=west,lit=false,color=gray": {"model": "hyperlighting:block/torch_wall_base", "y": 180},
|
||||
"face=wall,facing=east,lit=false,color=gray": {"model": "hyperlighting:block/torch_wall_base"},
|
||||
"face=floor,lit=true,color=light_gray": {"model": "hyperlighting:block/torch/light_gray_torch"},
|
||||
"face=floor,lit=false,color=light_gray": {"model": "hyperlighting:block/torch_base"},
|
||||
"face=wall,facing=north,lit=true,color=light_gray": {"model": "hyperlighting:block/torch/light_gray_wall_torch", "y": 270},
|
||||
"face=wall,facing=south,lit=true,color=light_gray": {"model": "hyperlighting:block/torch/light_gray_wall_torch", "y": 90},
|
||||
"face=wall,facing=west,lit=true,color=light_gray": {"model": "hyperlighting:block/torch/light_gray_wall_torch", "y": 180},
|
||||
"face=wall,facing=east,lit=true,color=light_gray": {"model": "hyperlighting:block/torch/light_gray_wall_torch"},
|
||||
"face=wall,facing=north,lit=false,color=light_gray": {"model": "hyperlighting:block/torch_wall_base", "y": 270},
|
||||
"face=wall,facing=south,lit=false,color=light_gray": {"model": "hyperlighting:block/torch_wall_base", "y": 90},
|
||||
"face=wall,facing=west,lit=false,color=light_gray": {"model": "hyperlighting:block/torch_wall_base", "y": 180},
|
||||
"face=wall,facing=east,lit=false,color=light_gray": {"model": "hyperlighting:block/torch_wall_base"},
|
||||
"face=floor,lit=true,color=cyan": {"model": "hyperlighting:block/torch/cyan_torch"},
|
||||
"face=floor,lit=false,color=cyan": {"model": "hyperlighting:block/torch_base"},
|
||||
"face=wall,facing=north,lit=true,color=cyan": {"model": "hyperlighting:block/torch/cyan_wall_torch", "y": 270},
|
||||
"face=wall,facing=south,lit=true,color=cyan": {"model": "hyperlighting:block/torch/cyan_wall_torch", "y": 90},
|
||||
"face=wall,facing=west,lit=true,color=cyan": {"model": "hyperlighting:block/torch/cyan_wall_torch", "y": 180},
|
||||
"face=wall,facing=east,lit=true,color=cyan": {"model": "hyperlighting:block/torch/cyan_wall_torch"},
|
||||
"face=wall,facing=north,lit=false,color=cyan": {"model": "hyperlighting:block/torch_wall_base", "y": 270},
|
||||
"face=wall,facing=south,lit=false,color=cyan": {"model": "hyperlighting:block/torch_wall_base", "y": 90},
|
||||
"face=wall,facing=west,lit=false,color=cyan": {"model": "hyperlighting:block/torch_wall_base", "y": 180},
|
||||
"face=wall,facing=east,lit=false,color=cyan": {"model": "hyperlighting:block/torch_wall_base"},
|
||||
"face=floor,lit=true,color=purple": {"model": "hyperlighting:block/torch/purple_torch"},
|
||||
"face=floor,lit=false,color=purple": {"model": "hyperlighting:block/torch_base"},
|
||||
"face=wall,facing=north,lit=true,color=purple": {"model": "hyperlighting:block/torch/purple_wall_torch", "y": 270},
|
||||
"face=wall,facing=south,lit=true,color=purple": {"model": "hyperlighting:block/torch/purple_wall_torch", "y": 90},
|
||||
"face=wall,facing=west,lit=true,color=purple": {"model": "hyperlighting:block/torch/purple_wall_torch", "y": 180},
|
||||
"face=wall,facing=east,lit=true,color=purple": {"model": "hyperlighting:block/torch/purple_wall_torch"},
|
||||
"face=wall,facing=north,lit=false,color=purple": {"model": "hyperlighting:block/torch_wall_base", "y": 270},
|
||||
"face=wall,facing=south,lit=false,color=purple": {"model": "hyperlighting:block/torch_wall_base", "y": 90},
|
||||
"face=wall,facing=west,lit=false,color=purple": {"model": "hyperlighting:block/torch_wall_base", "y": 180},
|
||||
"face=wall,facing=east,lit=false,color=purple": {"model": "hyperlighting:block/torch_wall_base"},
|
||||
"face=floor,lit=true,color=blue": {"model": "hyperlighting:block/torch/blue_torch"},
|
||||
"face=floor,lit=false,color=blue": {"model": "hyperlighting:block/torch_base"},
|
||||
"face=wall,facing=north,lit=true,color=blue": {"model": "hyperlighting:block/torch/blue_wall_torch", "y": 270},
|
||||
"face=wall,facing=south,lit=true,color=blue": {"model": "hyperlighting:block/torch/blue_wall_torch", "y": 90},
|
||||
"face=wall,facing=west,lit=true,color=blue": {"model": "hyperlighting:block/torch/blue_wall_torch", "y": 180},
|
||||
"face=wall,facing=east,lit=true,color=blue": {"model": "hyperlighting:block/torch/blue_wall_torch"},
|
||||
"face=wall,facing=north,lit=false,color=blue": {"model": "hyperlighting:block/torch_wall_base", "y": 270},
|
||||
"face=wall,facing=south,lit=false,color=blue": {"model": "hyperlighting:block/torch_wall_base", "y": 90},
|
||||
"face=wall,facing=west,lit=false,color=blue": {"model": "hyperlighting:block/torch_wall_base", "y": 180},
|
||||
"face=wall,facing=east,lit=false,color=blue": {"model": "hyperlighting:block/torch_wall_base"},
|
||||
"face=floor,lit=true,color=brown": {"model": "hyperlighting:block/torch/brown_torch"},
|
||||
"face=floor,lit=false,color=brown": {"model": "hyperlighting:block/torch_base"},
|
||||
"face=wall,facing=north,lit=true,color=brown": {"model": "hyperlighting:block/torch/brown_wall_torch", "y": 270},
|
||||
"face=wall,facing=south,lit=true,color=brown": {"model": "hyperlighting:block/torch/brown_wall_torch", "y": 90},
|
||||
"face=wall,facing=west,lit=true,color=brown": {"model": "hyperlighting:block/torch/brown_wall_torch", "y": 180},
|
||||
"face=wall,facing=east,lit=true,color=brown": {"model": "hyperlighting:block/torch/brown_wall_torch"},
|
||||
"face=wall,facing=north,lit=false,color=brown": {"model": "hyperlighting:block/torch_wall_base", "y": 270},
|
||||
"face=wall,facing=south,lit=false,color=brown": {"model": "hyperlighting:block/torch_wall_base", "y": 90},
|
||||
"face=wall,facing=west,lit=false,color=brown": {"model": "hyperlighting:block/torch_wall_base", "y": 180},
|
||||
"face=wall,facing=east,lit=false,color=brown": {"model": "hyperlighting:block/torch_wall_base"},
|
||||
"face=floor,lit=true,color=green": {"model": "hyperlighting:block/torch/green_torch"},
|
||||
"face=floor,lit=false,color=green": {"model": "hyperlighting:block/torch_base"},
|
||||
"face=wall,facing=north,lit=true,color=green": {"model": "hyperlighting:block/torch/green_wall_torch", "y": 270},
|
||||
"face=wall,facing=south,lit=true,color=green": {"model": "hyperlighting:block/torch/green_wall_torch", "y": 90},
|
||||
"face=wall,facing=west,lit=true,color=green": {"model": "hyperlighting:block/torch/green_wall_torch", "y": 180},
|
||||
"face=wall,facing=east,lit=true,color=green": {"model": "hyperlighting:block/torch/green_wall_torch"},
|
||||
"face=wall,facing=north,lit=false,color=green": {"model": "hyperlighting:block/torch_wall_base", "y": 270},
|
||||
"face=wall,facing=south,lit=false,color=green": {"model": "hyperlighting:block/torch_wall_base", "y": 90},
|
||||
"face=wall,facing=west,lit=false,color=green": {"model": "hyperlighting:block/torch_wall_base", "y": 180},
|
||||
"face=wall,facing=east,lit=false,color=green": {"model": "hyperlighting:block/torch_wall_base"},
|
||||
"face=floor,lit=true,color=red": {"model": "hyperlighting:block/torch/red_torch"},
|
||||
"face=floor,lit=false,color=red": {"model": "hyperlighting:block/torch_base"},
|
||||
"face=wall,facing=north,lit=true,color=red": {"model": "hyperlighting:block/torch/red_wall_torch", "y": 270},
|
||||
"face=wall,facing=south,lit=true,color=red": {"model": "hyperlighting:block/torch/red_wall_torch", "y": 90},
|
||||
"face=wall,facing=west,lit=true,color=red": {"model": "hyperlighting:block/torch/red_wall_torch", "y": 180},
|
||||
"face=wall,facing=east,lit=true,color=red": {"model": "hyperlighting:block/torch/red_wall_torch"},
|
||||
"face=wall,facing=north,lit=false,color=red": {"model": "hyperlighting:block/torch_wall_base", "y": 270},
|
||||
"face=wall,facing=south,lit=false,color=red": {"model": "hyperlighting:block/torch_wall_base", "y": 90},
|
||||
"face=wall,facing=west,lit=false,color=red": {"model": "hyperlighting:block/torch_wall_base", "y": 180},
|
||||
"face=wall,facing=east,lit=false,color=red": {"model": "hyperlighting:block/torch_wall_base"},
|
||||
"face=floor,lit=true,color=black": {"model": "hyperlighting:block/torch/black_torch"},
|
||||
"face=floor,lit=false,color=black": {"model": "hyperlighting:block/torch_base"},
|
||||
"face=wall,facing=north,lit=true,color=black": {"model": "hyperlighting:block/torch/black_wall_torch", "y": 270},
|
||||
"face=wall,facing=south,lit=true,color=black": {"model": "hyperlighting:block/torch/black_wall_torch", "y": 90},
|
||||
"face=wall,facing=west,lit=true,color=black": {"model": "hyperlighting:block/torch/black_wall_torch", "y": 180},
|
||||
"face=wall,facing=east,lit=true,color=black": {"model": "hyperlighting:block/torch/black_wall_torch"},
|
||||
"face=wall,facing=north,lit=false,color=black": {"model": "hyperlighting:block/torch_wall_base", "y": 270},
|
||||
"face=wall,facing=south,lit=false,color=black": {"model": "hyperlighting:block/torch_wall_base", "y": 90},
|
||||
"face=wall,facing=west,lit=false,color=black": {"model": "hyperlighting:block/torch_wall_base", "y": 180},
|
||||
"face=wall,facing=east,lit=false,color=black": {"model": "hyperlighting:block/torch_wall_base"}
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"block.hyperlighting.advanced_torch": "Advanced Torch (%s)",
|
||||
|
||||
"subtitles.torch_ignite": "Torch Ignite Sound"
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_base",
|
||||
"textures": {
|
||||
"1": "hyperlighting:block/torch/color/black"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_wall_base",
|
||||
"textures": {
|
||||
"2": "hyperlighting:block/torch/color/black"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_base",
|
||||
"textures": {
|
||||
"1": "hyperlighting:block/torch/color/blue"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_wall_base",
|
||||
"textures": {
|
||||
"2": "hyperlighting:block/torch/color/blue"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_base",
|
||||
"textures": {
|
||||
"1": "hyperlighting:block/torch/color/brown"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_wall_base",
|
||||
"textures": {
|
||||
"2": "hyperlighting:block/torch/color/brown"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_base",
|
||||
"textures": {
|
||||
"1": "hyperlighting:block/torch/color/cyan"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_wall_base",
|
||||
"textures": {
|
||||
"2": "hyperlighting:block/torch/color/cyan"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_base",
|
||||
"textures": {
|
||||
"1": "hyperlighting:block/torch/color/gray"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_wall_base",
|
||||
"textures": {
|
||||
"2": "hyperlighting:block/torch/color/gray"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_base",
|
||||
"textures": {
|
||||
"1": "hyperlighting:block/torch/color/green"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_wall_base",
|
||||
"textures": {
|
||||
"2": "hyperlighting:block/torch/color/green"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_base",
|
||||
"textures": {
|
||||
"1": "hyperlighting:block/torch/color/light_blue"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_wall_base",
|
||||
"textures": {
|
||||
"2": "hyperlighting:block/torch/color/light_blue"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_base",
|
||||
"textures": {
|
||||
"1": "hyperlighting:block/torch/color/light_gray"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_wall_base",
|
||||
"textures": {
|
||||
"2": "hyperlighting:block/torch/color/light_gray"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_base",
|
||||
"textures": {
|
||||
"1": "hyperlighting:block/torch/color/lime"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_wall_base",
|
||||
"textures": {
|
||||
"2": "hyperlighting:block/torch/color/lime"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_base",
|
||||
"textures": {
|
||||
"1": "hyperlighting:block/torch/color/magenta"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_wall_base",
|
||||
"textures": {
|
||||
"2": "hyperlighting:block/torch/color/magenta"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_base",
|
||||
"textures": {
|
||||
"1": "hyperlighting:block/torch/color/orange"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_wall_base",
|
||||
"textures": {
|
||||
"2": "hyperlighting:block/torch/color/orange"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_base",
|
||||
"textures": {
|
||||
"1": "hyperlighting:block/torch/color/pink"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_wall_base",
|
||||
"textures": {
|
||||
"2": "hyperlighting:block/torch/color/pink"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_base",
|
||||
"textures": {
|
||||
"1": "hyperlighting:block/torch/color/purple"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_wall_base",
|
||||
"textures": {
|
||||
"2": "hyperlighting:block/torch/color/purple"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_base",
|
||||
"textures": {
|
||||
"1": "hyperlighting:block/torch/color/red"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_wall_base",
|
||||
"textures": {
|
||||
"2": "hyperlighting:block/torch/color/red"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_base",
|
||||
"textures": {
|
||||
"1": "hyperlighting:block/torch/color/white"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_wall_base",
|
||||
"textures": {
|
||||
"2": "hyperlighting:block/torch/color/white"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_base",
|
||||
"textures": {
|
||||
"1": "hyperlighting:block/torch/color/yellow"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_wall_base",
|
||||
"textures": {
|
||||
"2": "hyperlighting:block/torch/color/yellow"
|
||||
}
|
||||
}
|
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"0": "hyperlighting:block/torch_base_on",
|
||||
"1": "hyperlighting:block/torch/color/black",
|
||||
"particle": "hyperlighting:block/torch_base_on"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "torch",
|
||||
"from": [7, 0, 7],
|
||||
"to": [9, 8, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [4, 8, 6, 16], "texture": "#0"},
|
||||
"east": {"uv": [6, 8, 8, 16], "texture": "#0"},
|
||||
"south": {"uv": [8, 8, 10, 16], "texture": "#0"},
|
||||
"west": {"uv": [10, 8, 12, 16], "texture": "#0"},
|
||||
"up": {"uv": [4, 8, 6, 10], "texture": "#0"},
|
||||
"down": {"uv": [4, 14, 6, 16], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 8, 7],
|
||||
"to": [9, 10, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [7, 14, 9, 16], "texture": "#1"},
|
||||
"east": {"uv": [7, 14, 9, 16], "texture": "#1"},
|
||||
"south": {"uv": [7, 14, 9, 16], "texture": "#1"},
|
||||
"west": {"uv": [7, 14, 9, 16], "texture": "#1"},
|
||||
"up": {"uv": [7, 14, 9, 16], "texture": "#1"},
|
||||
"down": {"uv": [7, 14, 9, 16], "texture": "#1"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"0": "hyperlighting:block/torch_base_on",
|
||||
"1": "block/stone",
|
||||
"2": "hyperlighting:block/torch/color/black",
|
||||
"particle": "hyperlighting:block/torch_base_on"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "torch",
|
||||
"from": [1, 2, 7],
|
||||
"to": [3, 10, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [4, 8, 6, 16], "texture": "#0"},
|
||||
"east": {"uv": [6, 8, 8, 16], "texture": "#0"},
|
||||
"south": {"uv": [8, 8, 10, 16], "texture": "#0"},
|
||||
"west": {"uv": [10, 8, 12, 16], "texture": "#0"},
|
||||
"up": {"uv": [4, 8, 6, 10], "texture": "#0"},
|
||||
"down": {"uv": [4, 14, 6, 16], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 10, 7],
|
||||
"to": [3, 12, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [7, 14, 9, 16], "texture": "#2"},
|
||||
"east": {"uv": [7, 14, 9, 16], "texture": "#2"},
|
||||
"south": {"uv": [7, 14, 9, 16], "texture": "#2"},
|
||||
"west": {"uv": [7, 14, 9, 16], "texture": "#2"},
|
||||
"up": {"uv": [7, 14, 9, 16], "texture": "#2"},
|
||||
"down": {"uv": [7, 14, 9, 16], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 6, 6],
|
||||
"to": [1, 8, 10],
|
||||
"faces": {
|
||||
"north": {"uv": [9, 13, 10, 15], "texture": "#1"},
|
||||
"east": {"uv": [5, 13, 9, 15], "texture": "#1"},
|
||||
"south": {"uv": [0, 13, 1, 15], "texture": "#1"},
|
||||
"west": {"uv": [1, 13, 5, 15], "texture": "#1"},
|
||||
"up": {"uv": [11, 11, 12, 15], "texture": "#1"},
|
||||
"down": {"uv": [10, 11, 11, 15], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 6, 9],
|
||||
"to": [3, 8, 10],
|
||||
"faces": {
|
||||
"north": {"uv": [3, 13, 5, 15], "texture": "#1"},
|
||||
"east": {"uv": [5, 13, 6, 15], "texture": "#1"},
|
||||
"south": {"uv": [1, 13, 3, 15], "texture": "#1"},
|
||||
"west": {"uv": [6, 13, 7, 15], "texture": "#1"},
|
||||
"up": {"uv": [1, 12, 3, 13], "texture": "#1"},
|
||||
"down": {"uv": [1, 15, 3, 16], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 6, 6],
|
||||
"to": [3, 8, 7],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 6.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 13, 3, 15], "texture": "#1"},
|
||||
"east": {"uv": [6, 13, 7, 15], "texture": "#1"},
|
||||
"south": {"uv": [3, 13, 5, 15], "texture": "#1"},
|
||||
"west": {"uv": [5, 13, 6, 15], "texture": "#1"},
|
||||
"up": {"uv": [1, 12, 3, 13], "rotation": 180, "texture": "#1"},
|
||||
"down": {"uv": [1, 15, 3, 16], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"groups": [
|
||||
0,
|
||||
1,
|
||||
{
|
||||
"name": "group",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [2, 3, 4]
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"parent": "hyperlighting:block/torch_base",
|
||||
"overrides": [
|
||||
{ "predicate": { "color": 0 }, "model": "hyperlighting:block/torch/white_torch" },
|
||||
{ "predicate": { "color": 1 }, "model": "hyperlighting:block/torch/orange_torch" },
|
||||
{ "predicate": { "color": 2 }, "model": "hyperlighting:block/torch/magenta_torch" },
|
||||
{ "predicate": { "color": 3 }, "model": "hyperlighting:block/torch/light_blue_torch" },
|
||||
{ "predicate": { "color": 4 }, "model": "hyperlighting:block/torch/yellow_torch" },
|
||||
{ "predicate": { "color": 5 }, "model": "hyperlighting:block/torch/lime_torch" },
|
||||
{ "predicate": { "color": 6 }, "model": "hyperlighting:block/torch/pink_torch" },
|
||||
{ "predicate": { "color": 7 }, "model": "hyperlighting:block/torch/gray_torch" },
|
||||
{ "predicate": { "color": 8 }, "model": "hyperlighting:block/torch/light_gray_torch" },
|
||||
{ "predicate": { "color": 9 }, "model": "hyperlighting:block/torch/cyan_torch" },
|
||||
{ "predicate": { "color": 10 }, "model": "hyperlighting:block/torch/purple_torch" },
|
||||
{ "predicate": { "color": 11 }, "model": "hyperlighting:block/torch/blue_torch" },
|
||||
{ "predicate": { "color": 12 }, "model": "hyperlighting:block/torch/brown_torch" },
|
||||
{ "predicate": { "color": 13 }, "model": "hyperlighting:block/torch/green_torch" },
|
||||
{ "predicate": { "color": 14 }, "model": "hyperlighting:block/torch/red_torch" },
|
||||
{ "predicate": { "color": 15 }, "model": "hyperlighting:block/torch/black_torch" }
|
||||
]
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "hyperlighting:item/torch_tool"
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"textures": [
|
||||
"hyperlighting:colored_flame"
|
||||
]
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"block.torch_ignite": {
|
||||
"category": "block",
|
||||
"subtitle": "subtitles.torch_ignite",
|
||||
"sounds": [
|
||||
"hyperlighting:torch_ignite"
|
||||
]
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 495 B |
After Width: | Height: | Size: 494 B |
After Width: | Height: | Size: 495 B |
After Width: | Height: | Size: 494 B |
After Width: | Height: | Size: 495 B |
After Width: | Height: | Size: 495 B |
After Width: | Height: | Size: 494 B |
After Width: | Height: | Size: 495 B |
After Width: | Height: | Size: 495 B |
After Width: | Height: | Size: 495 B |
After Width: | Height: | Size: 495 B |
After Width: | Height: | Size: 495 B |
After Width: | Height: | Size: 494 B |
After Width: | Height: | Size: 495 B |
After Width: | Height: | Size: 495 B |
After Width: | Height: | Size: 109 B |
After Width: | Height: | Size: 495 B |
After Width: | Height: | Size: 254 B |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 267 B |
After Width: | Height: | Size: 261 B |
After Width: | Height: | Size: 261 B |
After Width: | Height: | Size: 261 B |
After Width: | Height: | Size: 261 B |
After Width: | Height: | Size: 261 B |
After Width: | Height: | Size: 261 B |
After Width: | Height: | Size: 261 B |
After Width: | Height: | Size: 261 B |
After Width: | Height: | Size: 261 B |
After Width: | Height: | Size: 261 B |
After Width: | Height: | Size: 261 B |
After Width: | Height: | Size: 261 B |
After Width: | Height: | Size: 261 B |
After Width: | Height: | Size: 267 B |
After Width: | Height: | Size: 261 B |
After Width: | Height: | Size: 154 B |
After Width: | Height: | Size: 142 B |
After Width: | Height: | Size: 169 B |
After Width: | Height: | Size: 3.2 KiB |
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"texture": {
|
||||
"blur": true
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 109 B |
After Width: | Height: | Size: 101 B |
After Width: | Height: | Size: 95 B |
After Width: | Height: | Size: 104 B |