Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2022-11-03 08:45:13 -04:00
35 changed files with 36 additions and 0 deletions

View File

@@ -5861,6 +5861,8 @@ public class Blocks{
worldMessage = new MessageBlock("world-message"){{
requirements(Category.logic, BuildVisibility.editorOnly, with());
targetable = false;
privileged = true;
}};