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

Commit

Permalink
forgot to save
Browse files Browse the repository at this point in the history
  • Loading branch information
HeathLoganCampbell committed Oct 15, 2019
1 parent 0d17577 commit b2edff4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/games/bevs/minecraftbut/MinecraftButPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import games.bevs.minecraftbut.senerario.senerarios.TNTRain;
import games.bevs.minecraftbut.senerario.senerarios.TheLavaRises;
import games.bevs.minecraftbut.senerario.senerarios.TheWaterRises;
import games.bevs.minecraftbut.senerario.senerarios.WorldDecay;
import games.bevs.minecraftbut.senerario.senerarios.deathout.DeathOut;
import games.bevs.minecraftbut.senerario.senerarios.gemeater.GemEater;
import games.bevs.minecraftbut.world.ButWorld;
Expand Down Expand Up @@ -66,6 +67,7 @@ private void populateScenerarios(ButWorld butWorld)
this.scenerarioManager.registerSenerario(new TNTOnSelf(butWorld));
this.scenerarioManager.registerSenerario(new GemEater(butWorld));
this.scenerarioManager.registerSenerario(new DeathOut(butWorld));
this.scenerarioManager.registerSenerario(new WorldDecay(butWorld));
if(minecraft18)
this.scenerarioManager.registerSenerario(new AnvilRain(butWorld));
}
Expand Down

0 comments on commit b2edff4

Please sign in to comment.