Button for viewing content fields on wiki + More tests and fixes

This commit is contained in:
Anuken
2025-10-28 19:33:04 -04:00
parent c06c76d296
commit 3d4b432540
7 changed files with 96 additions and 2 deletions

View File

@@ -86,6 +86,7 @@ public class Block extends UnlockableContent implements Senseable{
/** if true, {@link #buildEditorConfig(Table)} will be called for configuring this block in the editor. */
public boolean editorConfigurable;
/** the last configuration value applied to this block. */
@NoPatch
public @Nullable Object lastConfig;
/** whether to save the last config and apply it to newly placed blocks */
public boolean saveConfig = false;