Skip to content

Commit

Permalink
Merge pull request #3 from plex1on/fix-caves
Browse files Browse the repository at this point in the history
fix caves
  • Loading branch information
katelyynn authored Mar 28, 2022
2 parents fef0a02 + 45d2403 commit c0c1261
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lava Rising Datapack for Minecraft 1.17
# Lava Rising Datapack for Minecraft 1.17-1.18

Battle it out in the well-known challenge of Minecraft, but the Lava Rises. Get time to prepare in the beginning stages before lava begins to engulf the world from the bottom to the top, who will come out victorious in the final battle?

Expand Down
2 changes: 1 addition & 1 deletion data/lavarising/functions/start.mcfunction
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kill @e[tag=riser]
execute unless entity @e[tag=riser] run summon armor_stand 0 0 0 {NoGravity:1b,Silent:1b,Invulnerable:1b,Invisible:1b,Tags:["riser"]}
execute unless entity @e[tag=riser] run summon armor_stand 0 -64 0 {NoGravity:1b,Silent:1b,Invulnerable:1b,Invisible:1b,Tags:["riser"]}

scoreboard players set time time 0
scoreboard players set time_seconds time 0
Expand Down
2 changes: 1 addition & 1 deletion pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"description": "Lava Rising for 1.18\n\u00A762021.1227 \u00A7r• \u00A7bplexion.dev",
"description": "Lava Rising for 1.18\n\u00A762022.0328 \u00A7r• \u00A7bplexion.dev",
"pack_format": 8
}
}

0 comments on commit c0c1261

Please sign in to comment.