Skip to content

Commit

Permalink
MineClone 2 support, translation support, switch to MTv5, other impro…
Browse files Browse the repository at this point in the history
…vements
  • Loading branch information
random-geek committed Sep 27, 2020
1 parent a7f40b1 commit 4608191
Show file tree
Hide file tree
Showing 23 changed files with 818 additions and 225 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# morelights

Minetest mod adding additional lighting nodes.

![Screenshot](https://raw.githubusercontent.com/random-geek/morelights/master/screenshot.png "Screenshot")
![Screenshot](screenshot.png)

The Morelights Modpack adds over 30 high-quality lighting nodes for your Minetest world.
The Morelights modpack adds over 30 lighting and accessory nodes to suit various styles of builds, both interior and exterior.
Includes basic light blocks, modern and historical-style lighting, and customizable street lamps.

## Craft Recipes
Some nodes (ceiling lights, bar lights, poles) can be rotated to serve different purposes.

Recipes for dark-variant nodes are the same as those of the light variants, except with dark grey dye instead of white dye.
The modpack currently supports both Minetest Game and MineClone 2.

![Craft Recipes](https://raw.githubusercontent.com/random-geek/morelights/master/crafts.png "Craft Recipes")
## Craft Recipes

Craft recipes for all items can be found in [crafts.md](crafts.md).

## Licenses
Source code is licensed under the LGPL v3.0 license. All other media and assets are licensed under the CC BY-SA 4.0 license.

Source code is licensed under the LGPL v3.0 license.
All other media and assets are licensed under the CC BY-SA 4.0 license.
352 changes: 352 additions & 0 deletions crafts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,352 @@
# Craft recipes for Morelights items

Copper = copper ingot (Minetest Game) or redstone (MineClone 2)

Dye = white or dark grey dye, depending on the desired color of the item.
For MineClone 2, use bone meal or grey dye.

Dark Wood = jungle wood planks (Minetest Game) or spruce wood (MineClone 2).

Glass = regular, non-stained glass block.

Glass Pane = regular, non-stained glass pane.

Steel = steel ingot (Minetest Game) or iron ingot (MineClone 2).

## Basic items

### Light Bulb

Used for most other recipes.

```
+--------+
| Glass |
+--------+
| Copper |
+--------+
| Steel |
+--------+
```

### Metal Pole

```
+-----+-------+
| Dye | Steel |
+-----+-------+
| | Steel |
+-----+-------+
| | Steel |
+-----+-------+
```

### Metal Chain

```
+-----+-------+
| Dye | Steel |
+-----+-------+
| | |
+-----+-------+
| | Steel |
+-----+-------+
```

## Modern

### Modern Light Block

```
+-------+-------+-------+
| | Steel | |
+-------+-------+-------+
| Glass | Bulb | Glass |
| Pane | | Pane |
+-------+-------+-------+
| | Steel | |
+-------+-------+-------+
```

### Modern Light Block (small)

```
+-------+-------+-------+
| | Steel | |
+-------+-------+-------+
| Glass | Bulb | Glass |
| Pane | | Pane |
+-------+-------+-------+
```

### Modern Post Light

```
+-----+-------+
| Dye | Steel |
+-----+-------+
| | Bulb |
+-----+-------+
| | Steel |
+-----+-------+
```

### Street Lamp Post

```
+-----+-------+-------+
| Dye | Steel | Steel |
+-----+-------+-------+
| | Steel | |
+-----+-------+-------+
| | Steel | |
+-----+-------+-------+
```

### Ceiling Bar Light (connecting)

```
+--------+-------+--------+
| Steel | Steel | Steel |
+--------+-------+--------+
| Copper | Glass | Copper |
+--------+-------+--------+
```

Also can be crafted from one straight bar light.

### Ceiling Bar Light (straight)

Craft from one connecting bar light.

### Modern Ceiling Light

```
+-------+-------+-------+
| Steel | Bulb | Steel |
+-------+-------+-------+
| | Glass | |
| | Pane | |
+-------+-------+-------+
```

### Modern Can Light

```
+-------+-------+-------+
| Dye | Steel | |
+-------+-------+-------+
| Steel | Bulb | Steel |
+-------+-------+-------+
```

### Modern Wall Lamp

```
+-------+-------+-------+
| | Glass | |
| | Pane | |
+-------+-------+-------+
| Glass | Bulb | Steel |
| Pane | | |
+-------+-------+-------+
| | Dark | Steel |
| | Dye | |
+-------+-------+-------+
```

### Modern Table Lamp

```
+------+-------+------+
| | Steel | |
+------+-------+------+
| Wool | Bulb | Wool |
+------+-------+------+
| | Steel | |
+------+-------+------+
```

Use light/dark grey wool.

### Modern Path Light

```
+-----+-------+
| Dye | Bulb |
+-----+-------+
| | Steel |
+-----+-------+
| | Steel |
+-----+-------+
```

## Vintage

### Brass Ingot

Minetest Game: Craft from one steel and one tin ingot.

MineClone 2: Craft from one iron ingot and one redstone.

### Brass Chain

```
+-------+
| Brass |
+-------+
| |
+-------+
| Brass |
+-------+
```

### Vintage Light Block

```
+-------+------+-------+
| | Dark | |
| | Wood | |
+-------+------+-------+
| Glass | Bulb | Glass |
| Pane | | Pane |
+-------+------+-------+
| | Dark | |
| | Wood | |
+-------+------+-------+
```

### Vintage Light Block (small)

```
+-------+------+-------+
| | Dark | |
| | Wood | |
+-------+------+-------+
| Glass | Bulb | Glass |
| Pane | | Pane |
+-------+------+-------+
```

### Vintage Lantern (floor, wall, or ceiling)

```
+-------+-------+-------+
| | Steel | |
+-------+-------+-------+
| Glass | Bulb | Glass |
| Pane | | Pane |
+-------+-------+-------+
| Stick | Steel | Stick |
+-------+-------+-------+
```

### Vintage Hanging Light Bulb

```
+--------+
| Steel |
+--------+
| Copper |
+--------+
| Bulb |
+--------+
```

### Vintage Oil Lamp

```
+--------+
| Glass |
+--------+
| Cotton |
+--------+
| Brass |
+--------+
```

For MineClone 2, use string instead of cotton.

### Vintage Chandelier

```
+-------+-------+-------+
| | Brass | |
+-------+-------+-------+
| Bulb | Brass | Bulb |
+-------+-------+-------+
| Steel | Brass | Steel |
+-------+-------+-------+
```

# Extras

### Futuristic Light Block

```
+---------+-------+---------+
| Crystal | Steel | Crystal |
+---------+-------+---------+
| Glass | Bulb | Glass |
| Pane | | Pane |
+---------+-------+---------+
| Crystal | Steel | Crystal |
+---------+-------+---------+
```

Crystal = mese fragment (Minetest Game) or nether quartz (MineClone 2).

### Grass Light

```
+-------+-------+
| | Glass |
| | Pane |
+-------+-------+
| | Bulb |
+-------+-------+
| Grass | Dirt |
+-------+-------+
```

Note: use regular grass, NOT a grass block.

### Stone Block Light

```
+-------+
| Glass |
| Pane |
+-------+
| Bulb |
+-------+
| Stone |
| Block |
+-------+
```

For MineClone 2, use polished stone.

### Sandstone Block Light

```
+-----------+
| Glass |
| Pane |
+-----------+
| Bulb |
+-----------+
| Sandstone |
| Block |
+-----------+
```

For MineClone 2, use cut sandstone.

### Stair Light

```
+-------+------+-------+
| Steel | Bulb | Steel |
+-------+------+-------+
```
Binary file removed crafts.png
Binary file not shown.
2 changes: 0 additions & 2 deletions mod.conf

This file was deleted.

2 changes: 2 additions & 0 deletions modpack.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name = mp_morelights
description = A lightweight modpack providing flexible interior and exterior lighting options for different styles of builds.
3 changes: 0 additions & 3 deletions morelights/depends.txt

This file was deleted.

Loading

0 comments on commit 4608191

Please sign in to comment.