This commit is contained in:
SuperRonanCraft 2020-08-11 20:10:22 -04:00
parent 88e6c1f85b
commit b8c6933dad
2 changed files with 12 additions and 0 deletions

View File

@ -10,6 +10,12 @@ import xyz.xenondevs.particle.ParticleEffect;
import java.util.Arrays;
import java.util.Random;
//---
//Credit to @ByteZ1337 for ParticleLib - https://github.com/ByteZ1337/ParticleLib
//
//Use of particle creation
//---
public class RTPParticles {
private boolean enabled;

View File

@ -13,6 +13,12 @@ import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.CompletableFuture;
//---
//Credit to @PaperMC for PaperLib - https://github.com/PaperMC/PaperLib
//
//Use of asyncronous chunk loading and teleporting
//---
public class RTPTeleport {
private final RTPParticles eParticles = new RTPParticles();