Skip to content

Commit

Permalink
update graveyard biome and reduce chance fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
IAFEnvoy committed Jan 10, 2025
1 parent acf3bad commit 981f349
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -880,10 +880,8 @@ public LivingEntity getControllingPassenger() {

@Override
public PlayerEntity getRidingPlayer() {
if (this.getControllingPassenger() instanceof PlayerEntity player) {
if (this.getControllingPassenger() instanceof PlayerEntity player)
return player;
}

return null;
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"values": [
"#minecraft:is_overworld"
"#minecraft:stronghold_biased_to"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"placement": {
"type": "minecraft:random_spread",
"salt": 44712661,
"separation": 8,
"separation": 14,
"spacing": 28
},
"structures": [
Expand Down

0 comments on commit 981f349

Please sign in to comment.