From 0d1e4a341fdbd5fef38773ef772ae9ad723aa2b3 Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Sat, 30 Jun 2018 04:42:06 +0300 Subject: cleanup --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3