-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
31dae51
commit 7b623a9
Showing
9 changed files
with
97 additions
and
13 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
72 changes: 72 additions & 0 deletions
72
src/main/resources/assets/doom_and_gloom/blocksates/stone_tablet.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,72 @@ | ||
{ | ||
"variants": { | ||
"attached=true,facing=north,engraved=false": { | ||
"model": "doom_and_gloom:block/stone_tablet_wall" | ||
}, | ||
"attached=true,facing=east,engraved=false": { | ||
"model": "doom_and_gloom:block/stone_tablet_wall", | ||
"y": 90 | ||
}, | ||
"attached=true,facing=south,engraved=false": { | ||
"model": "doom_and_gloom:block/stone_tablet_wall", | ||
"y": 180 | ||
}, | ||
"attached=true,facing=west,engraved=false": { | ||
"model": "doom_and_gloom:block/stone_tablet_wall", | ||
"y": 270 | ||
}, | ||
|
||
|
||
"attached=false,facing=north,engraved=false": { | ||
"model": "doom_and_gloom:block/stone_tablet" | ||
}, | ||
"attached=false,facing=east,engraved=false": { | ||
"model": "doom_and_gloom:block/stone_tablet", | ||
"y": 90 | ||
}, | ||
"attached=false,facing=south,engraved=false": { | ||
"model": "doom_and_gloom:block/stone_tablet", | ||
"y": 180 | ||
}, | ||
"attached=false,facing=west,engraved=false": { | ||
"model": "doom_and_gloom:block/stone_tablet", | ||
"y": 270 | ||
}, | ||
|
||
|
||
|
||
|
||
"attached=true,facing=north,engraved=true": { | ||
"model": "doom_and_gloom:block/stone_tablet_wall_engraved" | ||
}, | ||
"attached=true,facing=east,engraved=true": { | ||
"model": "doom_and_gloom:block/stone_tablet_wall_engraved", | ||
"y": 90 | ||
}, | ||
"attached=true,facing=south,engraved=true": { | ||
"model": "doom_and_gloom:block/stone_tablet_wall_engraved", | ||
"y": 180 | ||
}, | ||
"attached=true,facing=west,engraved=true": { | ||
"model": "doom_and_gloom:block/stone_tablet_wall_engraved", | ||
"y": 270 | ||
}, | ||
|
||
|
||
"attached=false,facing=north,engraved=true": { | ||
"model": "doom_and_gloom:block/stone_tablet_engraved" | ||
}, | ||
"attached=false,facing=east,engraved=true": { | ||
"model": "doom_and_gloom:block/stone_tablet_engraved", | ||
"y": 90 | ||
}, | ||
"attached=false,facing=south,engraved=true": { | ||
"model": "doom_and_gloom:block/stone_tablet_engraved", | ||
"y": 180 | ||
}, | ||
"attached=false,facing=west,engraved=true": { | ||
"model": "doom_and_gloom:block/stone_tablet_engraved", | ||
"y": 270 | ||
} | ||
} | ||
} |
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
8 changes: 8 additions & 0 deletions
8
src/main/resources/assets/doom_and_gloom/models/block/stone_tablet_engraved.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": "doom_and_gloom:block/stone_tablet", | ||
"credit": "Made with Blockbench", | ||
"texture_size": [32, 32], | ||
"textures": { | ||
"particle": "doom_and_gloom:block/stone_tablet" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/assets/doom_and_gloom/models/block/stone_tablet_wall.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": "doom_and_gloom:block/stone_tablet_wall", | ||
"credit": "Made with Blockbench", | ||
"texture_size": [32, 32], | ||
"textures": { | ||
"particle": "doom_and_gloom:block/stone_tablet_engraved" | ||
} | ||
} |
Binary file modified
BIN
+87 Bytes
(130%)
src/main/resources/assets/doom_and_gloom/textures/block/stone_tablet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file renamed
BIN
+408 Bytes
...om/textures/block/engraved_tablet_new.png → .../textures/block/stone_tablet_engraved.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-396 Bytes
src/main/resources/assets/doom_and_gloom/textures/block/stone_tablet_new.png
Binary file not shown.
Binary file added
BIN
+335 Bytes
src/main/resources/assets/doom_and_gloom/textures/block/stone_tablet_old.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.