This commit is contained in:
Anuken 2020-08-14 22:22:28 -04:00
parent 98844d752c
commit 97aca84b26
2 changed files with 1 additions and 4 deletions

View File

@ -65,9 +65,6 @@ public class LogicBlock extends Block{
static String getLinkName(Block block){
String name = block.name;
if(block.minfo.mod != null){
name = name.substring(block.minfo.mod.name.length() + 1);
}
if(name.contains("-")){
String[] split = name.split("-");
//filter out 'large' at the end of block names

View File

@ -1,3 +1,3 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=b9e4c70335192bab6b758c8d086b4665dde84de1
archash=946e8c8ec0cfe0c76075ca7b7ee26a6cb31be0f1