WIP logic particle effect instruction
This commit is contained in:
@@ -185,13 +185,6 @@ public class CustomRulesDialog extends BaseDialog{
|
||||
check("@rules.hidebannedblocks", b -> rules.hideBannedBlocks = b, () -> rules.hideBannedBlocks);
|
||||
check("@bannedblocks.whitelist", b -> rules.blockWhitelist = b, () -> rules.blockWhitelist);
|
||||
|
||||
//TODO objectives would be nice
|
||||
if(experimental && false){
|
||||
main.button("@objectives", () -> {
|
||||
|
||||
}).left().width(300f).row();
|
||||
}
|
||||
|
||||
title("@rules.title.unit");
|
||||
check("@rules.unitcapvariable", b -> rules.unitCapVariable = b, () -> rules.unitCapVariable);
|
||||
numberi("@rules.unitcap", f -> rules.unitCap = f, () -> rules.unitCap, -999, 999);
|
||||
|
||||
Reference in New Issue
Block a user