From 00e4b806065c759e4c80b5c6ab060a83e25ed316 Mon Sep 17 00:00:00 2001 From: ExeVirus <44562154+ExeVirus@users.noreply.github.com> Date: Tue, 20 Jul 2021 15:59:49 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 748008a..b1fd341 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,12 @@ The file *formspec.spec* in your: ```minetest_folder/games/formspec_editor/mods/formspec_edit``` contains a formspec you can edit and see updates of in real time. -Simply add the game to MT, load up a level of *Formspec Editor*, and -you will be greeted with the *formspec.spec* formspec. +Simply add the game to MT, add ```formspec_edit``` to your ```secure.trusted_mods``` settings, +load up a level of *Formspec Editor*, and you will be greeted with the *formspec.spec* formspec. - To make edits, open the file (formspec.spec) in your editor of choice and make changes as you see fit. When you hit save, the formspec will auto-update. Best when used side by side. - To exit just hit or use a button_exit[] button. Both send the fields.quit message. - You can test with images if you want, adding a "textures" folder to the formspec_edit gamemod folder, otherwise images will default to random colors. +