[craft_guide] Remove 'register_alias.lua'.

This commit is contained in:
AntumDeluge 2016-09-14 21:46:23 -07:00
parent bfc3b7efbe
commit 966872be74
3 changed files with 0 additions and 81 deletions

View File

@ -1,32 +0,0 @@
Copyright (c) 2013, Brett O'Donnell http://cornernote.github.io
All rights reserved.
_____ _____ _____ _____ _____ _____
| |___| __ | | |___| __ | | |___|_ _|___
| --| . | -| | | | -_| -| | | | . | | | | -_|
|_____|___|__|__|_|___|___|__|__|_|___|___| |_| |___|
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
* Neither the name of the organization nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View File

@ -1,44 +0,0 @@
# Craft Guide for Minetest
[![home](https://img.shields.io/badge/craft_guide-home-blue.svg?style=flat-square)](http://cornernote.github.io/minetest-craft_guide)
[![download](https://img.shields.io/github/tag/cornernote/minetest-craft_guide.svg?style=flat-square&label=release)](https://github.com/cornernote/minetest-craft_guide/archive/master.zip)
[![git](https://img.shields.io/badge/git-project-green.svg?style=flat-square)](https://github.com/cornernote/minetest-craft_guide)
[![forum](https://img.shields.io/badge/minetest-mod-green.svg?style=flat-square)](https://forum.minetest.net/viewtopic.php?t=2334)
[![bower](https://img.shields.io/badge/bower-mod-green.svg?style=flat-square)](https://minetest-bower.herokuapp.com/mods/craft_guide)
## Description
Provides items that will show you how to craft any craftable or cookable item.
## Features
- Provides craftable items that can be placed.
- Placed items open like a chest, but instead of containing items, it contains a list of craftable items .
- Items can be dragged into the `Output` slot, and the craft recipe will be displayed.
## Project Resources
* [Home](http://cornernote.github.io/minetest-craft_guide)
* [Download](https://github.com/cornernote/minetest-craft_guide/archive/master.zip)
* [Project](https://github.com/cornernote/minetest-craft_guide)
* [Forum](https://forum.minetest.net/viewtopic.php?t=2334)
* [Bower](https://minetest-bower.herokuapp.com/mods/craft_guide)
*
## Support
- Does this README need improvement? Go ahead and [suggest a change](https://github.com/cornernote/minetest-craft_guide/edit/master/README.md).
- Found a bug, or need help using this project? Check the [open issues](https://github.com/cornernote/minetest-craft_guide/issues) or [create an issue](https://github.com/cornernote/minetest-craft_guide/issues/new).
## About
This module is open source, so it's distributed freely. If you find it useful then I ask not for your wealth, but simply to spare your time to consider the world we share by watching [Earthlings](http://earthlings.com/), a multi-award winning film available to watch online for free. A must-see for anyone who wishes to make the world a better place.
## License
[BSD-3-Clause](https://raw.github.com/cornernote/minetest-craft_guide/master/LICENSE), Copyright © 2013-2014 [Brett O'Donnell](http://cornernote.github.io/)

View File

@ -1,5 +0,0 @@
minetest.register_alias("craft_guide", "craft_guide:sign_wall")
minetest.register_alias("craftguide", "craft_guide:sign_wall")
minetest.register_alias("craft_guide_pc", "craft_guide:lcd_pc")
minetest.register_alias("craftguide_pc", "craft_guide:lcd_pc")