Skip to content

Commit 6859ea1

Browse files
authored
Removed Fun.
Removed Easter eggs section from features and options.
1 parent 7fe5baf commit 6859ea1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ Type math expressions directly into any numeric field and have them automaticall
1818
- Math functions (input in degrees for trig):
1919
`sqrt`, `sin`, `cos`, `tan`, `log`, `log10`, `ln`, `abs`, `floor`, `ceil`
2020
- `pi` constant is supported (case-insensitive)
21-
- Easter eggs (config-controlled):
22-
- Fun special-case behaviors
2321
- Rounding (config-controlled):
2422
- `round_results` option — when enabled rounds all calculated numeric results to the nearest integer
2523

@@ -43,8 +41,6 @@ The mod creates/uses a configuration file with the following options:
4341
Allow math evaluation inside fields whose type is `string`.
4442
- `round_results` (bool, default: `false`)
4543
When true, all numeric results are rounded to the nearest integer before being written back to fields.
46-
- `enable_easter_eggs` (bool, default: `false`)
47-
Toggle Easter eggs (fun special-cases).
4844
- `verbose_logging` (bool, default: `false`)
4945
Enables detailed logging — recommended while testing field detection and parsing.
5046

0 commit comments

Comments
 (0)