release 1.19-1.0.2-unstable

This commit is contained in:
Ryan
2022-11-19 16:08:10 +02:00
parent 48a0915730
commit a66c27ddce
87 changed files with 683 additions and 61 deletions

View File

@@ -44,7 +44,7 @@ public class stupidiumArmorMaterial implements ArmorMaterial {
@Override
public String getName() {
// Must be all lowercase
return "orium";
return "stupidium";
}
@Override