Done warp sea and fixed warp core

This commit is contained in:
Willem Cazander 2022-02-23 20:45:23 +01:00
parent 5dc311c93e
commit 569fc724c5
12 changed files with 168 additions and 57 deletions

View file

@ -5,19 +5,19 @@ import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
public class WaterSeaChain {
private String path;
private String key;
private String tag;
public WaterSeaChain() {
}
public String getPath() {
return path;
public WaterSeaChain(String key) {
setKey(key);
}
public void setPath(String path) {
this.path = path;
public WaterSeaChain(String key, String tag) {
setKey(key);
setTag(tag);
}
public String getKey() {