diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-06-30 04:42:06 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-06-30 04:42:06 +0300 |
commit | 0d1e4a341fdbd5fef38773ef772ae9ad723aa2b3 (patch) | |
tree | 96782d5dcaf0890ebbdfc76948bb35404211e12c /README.md | |
parent | f290733cdc617ec9f89b8d3dbec41488e71ce353 (diff) |
cleanup
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2341351 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# SuperImposed [Window] Frames - siframes + +This mod provides a small assortment of window frames that can be added to any xpane-like +glass surface. The object itself is shifted relatively to the placing position, so the result +is both objects sharing the same space, as if the glass is inside the frame. While this isn't +particularly useful with obsidian glass, regular and stained glass types produce the desired +effect. + +So far only wooden frames have been added. Supported mods: default, ethereal, maple. + +Regular square frame (□): + +``` +stick, stick, stick +stick, %wood_planks%, stick +stick, stick, stick +``` + +Quartered square frame (□ + ➕): + +``` +"", stick, "" +stick, %wood_planks%, stick +"", stick, "" +``` + +Diagonally quartered frame (□ + ✕): + +``` +stick, "", stick +"", %wood_planks%, "" +stick, "", stick +```
\ No newline at end of file |