-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
burnished stone and chiseled levita brick
- Loading branch information
Showing
46 changed files
with
580 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/paradise_lost/blockstates/burnished_stone.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "paradise_lost:block/burnished_stone" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
src/main/resources/assets/paradise_lost/blockstates/burnished_stone_slab.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"variants": { | ||
"type=bottom": { | ||
"model": "paradise_lost:block/burnished_stone_slab" | ||
}, | ||
"type=double": { | ||
"model": "paradise_lost:block/burnished_stone" | ||
}, | ||
"type=top": { | ||
"model": "paradise_lost:block/burnished_stone_slab_top" | ||
} | ||
} | ||
} |
209 changes: 209 additions & 0 deletions
209
src/main/resources/assets/paradise_lost/blockstates/burnished_stone_stairs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,209 @@ | ||
{ | ||
"variants": { | ||
"facing=east,half=bottom,shape=inner_left": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_inner", | ||
"y": 270, | ||
"uvlock": true | ||
}, | ||
"facing=east,half=bottom,shape=inner_right": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_inner" | ||
}, | ||
"facing=east,half=bottom,shape=outer_left": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_outer", | ||
"y": 270, | ||
"uvlock": true | ||
}, | ||
"facing=east,half=bottom,shape=outer_right": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_outer" | ||
}, | ||
"facing=east,half=bottom,shape=straight": { | ||
"model": "paradise_lost:block/burnished_stone_stairs" | ||
}, | ||
"facing=east,half=top,shape=inner_left": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_inner", | ||
"x": 180, | ||
"uvlock": true | ||
}, | ||
"facing=east,half=top,shape=inner_right": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_inner", | ||
"x": 180, | ||
"y": 90, | ||
"uvlock": true | ||
}, | ||
"facing=east,half=top,shape=outer_left": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_outer", | ||
"x": 180, | ||
"uvlock": true | ||
}, | ||
"facing=east,half=top,shape=outer_right": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_outer", | ||
"x": 180, | ||
"y": 90, | ||
"uvlock": true | ||
}, | ||
"facing=east,half=top,shape=straight": { | ||
"model": "paradise_lost:block/burnished_stone_stairs", | ||
"x": 180, | ||
"uvlock": true | ||
}, | ||
"facing=north,half=bottom,shape=inner_left": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_inner", | ||
"y": 180, | ||
"uvlock": true | ||
}, | ||
"facing=north,half=bottom,shape=inner_right": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_inner", | ||
"y": 270, | ||
"uvlock": true | ||
}, | ||
"facing=north,half=bottom,shape=outer_left": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_outer", | ||
"y": 180, | ||
"uvlock": true | ||
}, | ||
"facing=north,half=bottom,shape=outer_right": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_outer", | ||
"y": 270, | ||
"uvlock": true | ||
}, | ||
"facing=north,half=bottom,shape=straight": { | ||
"model": "paradise_lost:block/burnished_stone_stairs", | ||
"y": 270, | ||
"uvlock": true | ||
}, | ||
"facing=north,half=top,shape=inner_left": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_inner", | ||
"x": 180, | ||
"y": 270, | ||
"uvlock": true | ||
}, | ||
"facing=north,half=top,shape=inner_right": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_inner", | ||
"x": 180, | ||
"uvlock": true | ||
}, | ||
"facing=north,half=top,shape=outer_left": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_outer", | ||
"x": 180, | ||
"y": 270, | ||
"uvlock": true | ||
}, | ||
"facing=north,half=top,shape=outer_right": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_outer", | ||
"x": 180, | ||
"uvlock": true | ||
}, | ||
"facing=north,half=top,shape=straight": { | ||
"model": "paradise_lost:block/burnished_stone_stairs", | ||
"x": 180, | ||
"y": 270, | ||
"uvlock": true | ||
}, | ||
"facing=south,half=bottom,shape=inner_left": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_inner" | ||
}, | ||
"facing=south,half=bottom,shape=inner_right": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_inner", | ||
"y": 90, | ||
"uvlock": true | ||
}, | ||
"facing=south,half=bottom,shape=outer_left": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_outer" | ||
}, | ||
"facing=south,half=bottom,shape=outer_right": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_outer", | ||
"y": 90, | ||
"uvlock": true | ||
}, | ||
"facing=south,half=bottom,shape=straight": { | ||
"model": "paradise_lost:block/burnished_stone_stairs", | ||
"y": 90, | ||
"uvlock": true | ||
}, | ||
"facing=south,half=top,shape=inner_left": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_inner", | ||
"x": 180, | ||
"y": 90, | ||
"uvlock": true | ||
}, | ||
"facing=south,half=top,shape=inner_right": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_inner", | ||
"x": 180, | ||
"y": 180, | ||
"uvlock": true | ||
}, | ||
"facing=south,half=top,shape=outer_left": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_outer", | ||
"x": 180, | ||
"y": 90, | ||
"uvlock": true | ||
}, | ||
"facing=south,half=top,shape=outer_right": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_outer", | ||
"x": 180, | ||
"y": 180, | ||
"uvlock": true | ||
}, | ||
"facing=south,half=top,shape=straight": { | ||
"model": "paradise_lost:block/burnished_stone_stairs", | ||
"x": 180, | ||
"y": 90, | ||
"uvlock": true | ||
}, | ||
"facing=west,half=bottom,shape=inner_left": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_inner", | ||
"y": 90, | ||
"uvlock": true | ||
}, | ||
"facing=west,half=bottom,shape=inner_right": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_inner", | ||
"y": 180, | ||
"uvlock": true | ||
}, | ||
"facing=west,half=bottom,shape=outer_left": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_outer", | ||
"y": 90, | ||
"uvlock": true | ||
}, | ||
"facing=west,half=bottom,shape=outer_right": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_outer", | ||
"y": 180, | ||
"uvlock": true | ||
}, | ||
"facing=west,half=bottom,shape=straight": { | ||
"model": "paradise_lost:block/burnished_stone_stairs", | ||
"y": 180, | ||
"uvlock": true | ||
}, | ||
"facing=west,half=top,shape=inner_left": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_inner", | ||
"x": 180, | ||
"y": 180, | ||
"uvlock": true | ||
}, | ||
"facing=west,half=top,shape=inner_right": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_inner", | ||
"x": 180, | ||
"y": 270, | ||
"uvlock": true | ||
}, | ||
"facing=west,half=top,shape=outer_left": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_outer", | ||
"x": 180, | ||
"y": 180, | ||
"uvlock": true | ||
}, | ||
"facing=west,half=top,shape=outer_right": { | ||
"model": "paradise_lost:block/burnished_stone_stairs_outer", | ||
"x": 180, | ||
"y": 270, | ||
"uvlock": true | ||
}, | ||
"facing=west,half=top,shape=straight": { | ||
"model": "paradise_lost:block/burnished_stone_stairs", | ||
"x": 180, | ||
"y": 180, | ||
"uvlock": true | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/paradise_lost/blockstates/chiseled_levita_brick.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "paradise_lost:block/chiseled_levita_brick" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/paradise_lost/models/block/burnished_stone.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "paradise_lost:block/burnished_stone" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/assets/paradise_lost/models/block/burnished_stone_slab.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/slab", | ||
"textures": { | ||
"bottom": "paradise_lost:block/burnished_stone", | ||
"top": "paradise_lost:block/burnished_stone", | ||
"side": "paradise_lost:block/burnished_stone" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/assets/paradise_lost/models/block/burnished_stone_slab_top.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/slab_top", | ||
"textures": { | ||
"bottom": "paradise_lost:block/burnished_stone", | ||
"top": "paradise_lost:block/burnished_stone", | ||
"side": "paradise_lost:block/burnished_stone" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/assets/paradise_lost/models/block/burnished_stone_stairs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/stairs", | ||
"textures": { | ||
"bottom": "paradise_lost:block/burnished_stone", | ||
"top": "paradise_lost:block/burnished_stone", | ||
"side": "paradise_lost:block/burnished_stone" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/assets/paradise_lost/models/block/burnished_stone_stairs_inner.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/inner_stairs", | ||
"textures": { | ||
"bottom": "paradise_lost:block/burnished_stone", | ||
"top": "paradise_lost:block/burnished_stone", | ||
"side": "paradise_lost:block/burnished_stone" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/assets/paradise_lost/models/block/burnished_stone_stairs_outer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/outer_stairs", | ||
"textures": { | ||
"bottom": "paradise_lost:block/burnished_stone", | ||
"top": "paradise_lost:block/burnished_stone", | ||
"side": "paradise_lost:block/burnished_stone" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/paradise_lost/models/block/chiseled_levita_brick.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "paradise_lost:block/chiseled_levita_brick" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/main/resources/assets/paradise_lost/models/item/burnished_stone.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"parent": "paradise_lost:block/burnished_stone" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/main/resources/assets/paradise_lost/models/item/burnished_stone_slab.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"parent": "paradise_lost:block/burnished_stone_slab" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/main/resources/assets/paradise_lost/models/item/burnished_stone_stairs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"parent": "paradise_lost:block/burnished_stone_stairs" | ||
} |
Oops, something went wrong.