Skip to content

Commit

Permalink
two more screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
entuland committed Jun 28, 2018
1 parent 67b3f86 commit 1afb815
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ Developed and tested on Minetest 0.4.16 - try in other versions at your own risk

WIP mod forum discussion: https://forum.minetest.net/viewtopic.php?f=9&t=20081

# Recipe
**Table of Contents**
- [Recipe](#recipe)
- [Features](#features)
- [Appearance](#appearance)
- [Pad types](#pad-types)
- [Pad interaction](#pad-interaction)
- [Closest pad waypoint](#closest-pad-waypoint)
- [Pad admin](#pad-admin)
- [Screenshots](#screenshots)

## Recipe
The recipe can be customized altering the file `custom.recipes.lua`, created in the mod's folder on first run and never overwritten.

W = any wood planks
Expand All @@ -15,12 +25,20 @@ The recipe can be customized altering the file `custom.recipes.lua`, created in
BWB
WBW

# Features
![Crafting](/screenshots/crafting.png)

## Features

With these pads players can build their own Local Network and collaborate to build a Global Network shared among all players.

Pads are sorted by name in the lists, the Global Network list groups them by owner name first.

## Apperance

This is how a pad looks like when placed against a wall or on the floor (they can be placed under the ceiling as well):

![Pads](/screenshots/pads.png)

## Pad types

Each pad can be set as one of these three types:
Expand Down Expand Up @@ -48,7 +66,7 @@ A `tpad_admin` privilege is available, players with such privilege can access, a

Limits can be edited by admins directly in the admin interface (reachable from the "Global Network" dialog of any pad); limits get stored on a per-world basis in the file `/mod_storage/tpad.custom.conf`. By default a player can place up to 100 pads, and of these, only 4 can appear in the Global Network.

# Screenshots
## Screenshots

A public pad's interface seen by a visitor:

Expand Down
Binary file added screenshots/crafting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/pads.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1afb815

Please sign in to comment.