Skip to content

Commit

Permalink
Ultraspace Spawns (#1011)
Browse files Browse the repository at this point in the history
this should address #907
  • Loading branch information
WenXin20 authored Sep 12, 2022
1 parent dd0aafe commit 53d0959
Show file tree
Hide file tree
Showing 16 changed files with 605 additions and 296 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"falling": "true"
},
"apply": {
"model": "pokecube_legends:block/ash_air"
"model": "pokecube_legends:block/ash_dust"
}
},
{
Expand Down

This file was deleted.

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"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{ "parent": "block/thin_block",
{
"parent": "block/thin_block",
"textures": {
"particle": "pokecube_legends:block/ash",
"texture": "pokecube_legends:block/ash"
"texture": "pokecube_legends:block/ash",
"particle": "#texture"
},
"elements": [
{ "from": [ 0, 0, 0 ],
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
"types": "#pokecube_legends:can_spawn/is_badlands"
}
},
{
"values": {
"preset": "is_corrupted",
"types": "#pokecube_legends:can_spawn/is_corrupted"
}
},
{
"values": {
"preset": "is_beach",
Expand All @@ -24,12 +18,24 @@
"types": "#pokecube_legends:can_spawn/is_burnt"
}
},
{
"values": {
"preset": "is_corrupted",
"types": "#pokecube_legends:can_spawn/is_corrupted"
}
},
{
"values": {
"preset": "is_crystallized",
"types": "#pokecube_legends:can_spawn/is_crystallized"
}
},
{
"values": {
"preset": "is_dead",
"types": "#pokecube_legends:can_spawn/is_dead"
}
},
{
"values": {
"preset": "is_deltas",
Expand Down Expand Up @@ -66,6 +72,30 @@
"types": "#pokecube_legends:can_spawn/is_meteorite"
}
},
{
"values": {
"preset": "is_mountain",
"types": "#pokecube_legends:can_spawn/is_mountain"
}
},
{
"values": {
"preset": "is_ocean",
"types": "#pokecube_legends:can_spawn/is_ocean"
}
},
{
"values": {
"preset": "is_polluted",
"types": "#pokecube_legends:can_spawn/is_polluted"
}
},
{
"values": {
"preset": "is_river",
"types": "#pokecube_legends:can_spawn/is_river"
}
},
{
"values": {
"preset": "is_snowy",
Expand All @@ -77,6 +107,12 @@
"preset": "is_ultraspace",
"types": "#pokecube_legends:can_spawn/is_ultraspace"
}
},
{
"values": {
"preset": "is_underground",
"types": "#pokecube_legends:can_spawn/is_underground"
}
}
]
}
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"
]
}
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"
]
}
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"
]
}
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"
]
}
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"
]
}
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"
]
}
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"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"values": [
"pokecube_legends:dead_river",
"pokecube_legends:frozen_dead_river",
"pokecube_legends:frozen_polluted_river",
"pokecube_legends:polluted_river"
]
}

0 comments on commit 53d0959

Please sign in to comment.