diff options
| author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-01 04:13:20 +0300 | 
|---|---|---|
| committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-01 04:13:20 +0300 | 
| commit | b1388a58bde92f02419182ea415ab74e9647d77b (patch) | |
| tree | 26f72b343640eab97aa8d241572d8678d8603d72 | |
| parent | a066c8c38feb282bf25e2299037589820bdc2e9e (diff) | |
readme fix
| -rw-r--r-- | README.md | 26 | 
1 files changed, 13 insertions, 13 deletions
@@ -15,34 +15,34 @@ Stand in front of the glass pane and place the frame on it. To remove, use the h  that will appear in front of the glass. It is slightly smaller than a regular node box to  make it easier to tell apart. -Regular square frame (□): +Regular square frame (▢):  ``` -stick, stick, stick -stick, %wood_planks%, stick -stick, stick, stick +stick,	stick, 		stick +stick,	%wood_planks%,	stick +stick,	stick, 		stick  ```  Quartered square frame (▢ + ✛):  ``` -"", stick, "" -stick, %wood_planks%, stick -"", stick, "" +"",		stick, 		"" +stick,	%wood_planks%,	stick +"",		stick, 		""  ```  Diagonally quartered frame (▢ + ✕):  ``` -stick, "", stick -"", %wood_planks%, "" -stick, "", stick +stick,	"",			stick +"",		%wood_planks%,	"" +stick,	"",			stick  ```  Rhombus frame (▢ + ◇):  ``` -"", stick, stick -"", %wood_planks%, "" -stick, stick, "" +"",		stick,		stick +"",		%wood_planks%,	"" +stick,	stick,		""  ```
\ No newline at end of file  | 
