summaryrefslogtreecommitdiff
path: root/README.md
blob: e2fc80d22c8e4a0d7341d39f0bf0549535c97a19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# SuperImposed [Window] Frames - si_frames

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.

![Aspen and acacia frames](https://github.com/h-v-smacker/si_frames/blob/master/screenshot.jpg)

How to use:
Stand in front of the glass pane and place the frame on it. To remove, use the hitbox
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 (□):

```
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
```