Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ogelgames/obsidianstuff
Minetest mod that adds obsidian tools and armor
https://github.com/ogelgames/obsidianstuff
minetest minetest-mod
Last synced: 18 days ago
JSON representation
Minetest mod that adds obsidian tools and armor
- Host: GitHub
- URL: https://github.com/ogelgames/obsidianstuff
- Owner: OgelGames
- License: other
- Created: 2021-10-10T11:21:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-02T06:34:40.000Z (over 1 year ago)
- Last Synced: 2024-10-10T22:16:49.212Z (about 1 month ago)
- Topics: minetest, minetest-mod
- Language: Lua
- Homepage:
- Size: 85 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Obsidianstuff Redo [obsidianstuff]
[![luacheck](https://github.com/OgelGames/obsidianstuff/workflows/luacheck/badge.svg)](https://github.com/OgelGames/obsidianstuff/actions)
[![License](https://img.shields.io/badge/License-MIT%20and%20CC%20BY--SA%204.0-green.svg)](LICENSE.md)
[![Minetest](https://img.shields.io/badge/Minetest-5.0+-blue.svg)](https://www.minetest.net)
[![ContentDB](https://content.minetest.net/packages/OgelGames/obsidianstuff/shields/downloads/)](https://content.minetest.net/packages/OgelGames/obsidianstuff/)## Table of Contents
- [Overview](#overview)
- [Items](#items)
- [Dependencies](#dependencies)
- [Installation](#installation)
- [License](#license)## Overview
A redo of [ObsidianStuff by SoloSniper](https://content.minetest.net/packages/SoloSniper/obsidianstuff), with better textures, simpler crafting and other improvements.
![Overview Screenshot](images/overview.png?raw=true "Overview Screenshot")
## Items
This mod adds the following tools:
- **Obsidian Axe**
- **Obsidian Pickaxe**
- **Obsidian Shovel**
- **Obsidian Sword**![Obsidian Tools](images/tools.png?raw=true "Obsidian Tools")
And if `3d_armor` is installed, the following armor pieces:
- **Obsidian Helmet**
- **Obsidian Chestplate**
- **Obsidian Leggings**
- **Obsidian Boots**
- **Obsidian Shield**![Obsidian Armor](images/armor.png?raw=true "Obsidian Armor")
## Dependencies
**Required**
- `default` (included in [Minetest Game](https://github.com/minetest/minetest_game))
**Optional**
- [`3d_armor`](https://github.com/minetest-mods/3d_armor)
- [`toolranks`](https://github.com/lisacvuk/minetest-toolranks)## Installation
Download the [master branch](https://github.com/OgelGames/obsidianstuff/archive/master.zip) or the [latest release](https://github.com/OgelGames/obsidianstuff/releases), and follow [the usual installation steps](https://wiki.minetest.net/Installing_Mods).
Alternatively, you can download and install the mod from [ContentDB](https://content.minetest.net/packages/OgelGames/obsidianstuff) or the online content tab in Minetest.
## License
Except for any exceptions stated in [LICENSE.md](LICENSE.md#exceptions), all code is licensed under the [MIT License](LICENSE.md#mit-license), with all textures, models, sounds, and other media licensed under the [CC BY-SA 4.0 License](LICENSE.md#cc-by-sa-40-license).