-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this should address #907
- Loading branch information
Showing
16 changed files
with
605 additions
and
296 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
6 changes: 0 additions & 6 deletions
6
src/main/resources/assets/pokecube_legends/models/block/ash_air.json
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/pokecube_legends/models/block/ash_dust.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 @@ | ||
{ | ||
"parent": "minecraft:block/cross", | ||
"textures": { | ||
"cross": "pokecube_legends:block/ash_dust", | ||
"particle": "#cross" | ||
} | ||
} |
7 changes: 4 additions & 3 deletions
7
src/main/resources/assets/pokecube_legends/models/block/ash_height1.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
Binary file added
BIN
+249 Bytes
src/main/resources/assets/pokecube_legends/textures/block/ash_dust.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
-215 Bytes
src/main/resources/assets/pokecube_legends/textures/block/dust_air.png
Binary file not shown.
777 changes: 497 additions & 280 deletions
777
src/main/resources/data/pokecube_legends/database/pokemobs/spawns/ultraspace.json
Large diffs are not rendered by default.
Oops, something went wrong.
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/data/pokecube_legends/tags/worldgen/biome/can_spawn/is_dead.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 @@ | ||
{ | ||
"_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", | ||
"replace": false, | ||
"values": [ | ||
"#pokecube_world:is_ultraspace/is_dead" | ||
] | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/data/pokecube_legends/tags/worldgen/biome/can_spawn/is_mountain.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 @@ | ||
{ | ||
"_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", | ||
"replace": false, | ||
"values": [ | ||
"#pokecube_world:is_ultraspace/is_mountain" | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
src/main/resources/data/pokecube_legends/tags/worldgen/biome/can_spawn/is_ocean.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,9 @@ | ||
{ | ||
"_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", | ||
"replace": false, | ||
"values": [ | ||
"pokecube_legends:deep_frozen_polluted_ocean", | ||
"pokecube_legends:deep_polluted_ocean", | ||
"pokecube_legends:polluted_ocean" | ||
] | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/data/pokecube_legends/tags/worldgen/biome/can_spawn/is_polluted.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 @@ | ||
{ | ||
"_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", | ||
"replace": false, | ||
"values": [ | ||
"#pokecube_world:is_ultraspace/is_polluted" | ||
] | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/data/pokecube_legends/tags/worldgen/biome/can_spawn/is_river.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 @@ | ||
{ | ||
"_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", | ||
"replace": false, | ||
"values": [ | ||
"pokecube_legends:frozen_polluted_river", | ||
"pokecube_legends:polluted_river" | ||
] | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/data/pokecube_legends/tags/worldgen/biome/can_spawn/is_underground.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 @@ | ||
{ | ||
"_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", | ||
"replace": false, | ||
"values": [ | ||
"#pokecube_world:is_ultraspace/is_underground" | ||
] | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/data/pokecube_world/tags/worldgen/biome/is_ultraspace/is_cold_ocean.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 @@ | ||
{ | ||
"_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", | ||
"replace": false, | ||
"values": [ | ||
"pokecube_legends:deep_frozen_dead_ocean", | ||
"pokecube_legends:deep_frozen_polluted_ocean" | ||
] | ||
} |
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