-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Herobrine-style Ominous Trial Spawner
- Loading branch information
1 parent
e4c09fa
commit 338705c
Showing
10 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
golden-days-base/assets/minecraft/models/block/trial_spawner_active_ominous.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/cube_bottom_top", | ||
"textures": { | ||
"bottom": "minecraft:block/trial_spawner_bottom", | ||
"side": "minecraft:block/trial_spawner_side_active_ominous", | ||
"top": "minecraft:block/trial_spawner_top_active_ominous" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
golden-days-base/assets/minecraft/models/block/trial_spawner_ejecting_reward_ominous.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/cube_bottom_top", | ||
"textures": { | ||
"bottom": "minecraft:block/trial_spawner_bottom", | ||
"side": "minecraft:block/trial_spawner_side_active_ominous", | ||
"top": "minecraft:block/trial_spawner_top_ejecting_reward_ominous" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
golden-days-base/assets/minecraft/models/block/trial_spawner_inactive_ominous.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/cube_bottom_top", | ||
"textures": { | ||
"bottom": "minecraft:block/trial_spawner_bottom", | ||
"side": "minecraft:block/trial_spawner_side_inactive_ominous", | ||
"top": "minecraft:block/trial_spawner_top_inactive_ominous" | ||
} | ||
} |
Binary file modified
BIN
+173 Bytes
(140%)
golden-days-base/assets/minecraft/textures/block/trial_spawner_side_active.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 added
BIN
+665 Bytes
...days-base/assets/minecraft/textures/block/trial_spawner_side_active_ominous.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 modified
BIN
+200 Bytes
(140%)
golden-days-base/assets/minecraft/textures/block/trial_spawner_side_inactive.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 added
BIN
+681 Bytes
...ys-base/assets/minecraft/textures/block/trial_spawner_side_inactive_ominous.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 added
BIN
+630 Bytes
...-days-base/assets/minecraft/textures/block/trial_spawner_top_active_ominous.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 added
BIN
+596 Bytes
...e/assets/minecraft/textures/block/trial_spawner_top_ejecting_reward_ominous.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 added
BIN
+633 Bytes
...ays-base/assets/minecraft/textures/block/trial_spawner_top_inactive_ominous.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.