Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
update details
Browse files Browse the repository at this point in the history
  • Loading branch information
HeathLoganCampbell committed Oct 15, 2019
1 parent 653303f commit 0d17577
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class WorldDecay extends Senerario

public WorldDecay(ButWorld butWorld)
{
super("The Lava is rising", butWorld, Material.BRICK, new String[] {"Every minute (or the amount of time you set) the lava level will riase"});
super("World Decay", butWorld, Material.BRICK, new String[] {"Every block the sun touches slowly breaks down"});
}


Expand Down

0 comments on commit 0d17577

Please sign in to comment.