moreblocks/README.md

110 lines
4.1 KiB
Markdown
Raw Normal View History

# More Blocks [![Build status](https://github.com/minetest-mods/moreblocks/workflows/build/badge.svg)](https://github.com/minetest-mods/moreblocks/actions)
More Blocks for [Minetest](https://www.minetest.net/), a free and open source infinite
world block sandbox game.
2022-06-19 01:27:39 +02:00
![Screenshot](https://github.com/fluxionary/minetest-moreblocks/raw/bugfixes/screenshot.png)
Stairsplus adds a large variety of new shapes for registered nodes:
2022-06-19 01:27:39 +02:00
![Screenshot](https://github.com/fluxionary/minetest-moreblocks/raw/bugfixes/screenshot2.png)
![Screenshot](https://github.com/fluxionary/minetest-moreblocks/raw/bugfixes/screenshot3.png)
2022-06-19 01:23:11 +02:00
[Forum topic](https://forum.minetest.net/viewtopic.php?f=11&t=509)
2022-06-19 01:23:11 +02:00
[Content DB entry](https://content.minetest.net/packages/Calinou/moreblocks/)
2022-06-19 01:23:11 +02:00
[Source repo](https://github.com/minetest-mods/moreblocks/)
2022-06-20 00:26:05 +02:00
# Mods in the pack
2022-06-20 00:26:05 +02:00
## moreblocks
2022-06-19 01:23:11 +02:00
Defines a bunch of new kinds of nodes. Provides an API for creating variants of some nodes.
2022-06-20 00:26:05 +02:00
## stairsplus
2022-06-19 01:23:11 +02:00
Allows the creation of 49 new shapes for registered nodes.
2022-06-20 00:26:05 +02:00
## stairsplus_legacy
2022-06-20 23:29:13 +02:00
Stairsplus registrations for various mods which were formerly done automatically as part of moreblocks.
2022-06-20 00:26:05 +02:00
## invsaw
2022-06-20 02:08:21 +02:00
Adds a button in unified_inventory that allows you to use the circular saw interface if you are
playing creatively, or have a circular saw item in your inventory and have the right priv
(`interact`, by default).
2022-06-20 00:26:05 +02:00
2022-06-20 02:08:21 +02:00
Invsaw was taken from [cheapie's invsaw mod](https://forum.minetest.net/viewtopic.php?t=14736), which
itself borrowed heavily from an older version of this mod. Flux decided to just add it here because it
needed to be fully rewritten to be compatible w/ their modifications to the stairsplus API.
2022-06-20 00:26:05 +02:00
# Documentation
2022-06-20 23:29:13 +02:00
## For players
Use of a decent inventory manager (e.g.
[unified_inventory](https://content.minetest.net/packages/RealBadAngel/unified_inventory/) or
[i3](https://content.minetest.net/packages/jp/i3/)) will help you figure out how to craft various nodes.
## For admins
### Minetest Version compatibility
More Blocks is currently primarily tested with Minetest 5.5.0+. It may or may not work with newer or
older versions. Issues arising in older versions will generally not be fixed.
### Legacy mode
The 3.0.0 release of moreblocks introduces a "legacy" mode, which is on by default, and is meant to
allow new servers to not commit to creating as many nodes as older versions, while not breaking anything
on existing servers. See `settingtypes.txt` for available settings.
### Settings
See `settingtypes.txt` for available settings.
### Dependencies
Moreblocks and stairsplus do not have hard dependencies on other mods. Invsaw depends on `unified_inventory`
and stairsplus.
### Compatability
Moreblocks currently supports resources from a number of mods and minetest_game. Without these installed,
some things may not be craftable, may have low-quality textures, or may not have "node sounds" registered.
If available, resources will be used from `bucket`, `default`, `rhotator`, `screwdriver`, and `vessels`.
2022-06-20 00:26:05 +02:00
2022-06-20 23:29:13 +02:00
If the `stairsplus_legacy` mod is enabled, stairsplus nodes will automatically be registered for the following
mods, if they are available: `basic_materials`, `default`, `farming`, `gloopblocks`, `prefab`, `technic`,
and `wool`.
2022-06-20 00:26:05 +02:00
2022-06-20 23:29:13 +02:00
## For mod makers
2022-06-20 00:26:05 +02:00
2022-06-20 23:29:13 +02:00
See moreblocks/API.md and stairsplus/API.md.
2022-06-20 00:26:05 +02:00
# License
## moreblocks, stairsplus, stairsplus legacy
Copyright © 2011-2022 Hugo Locurcio and contributors
- More Blocks code is licensed under the zlib license, see
[`LICENSE.md`](LICENSE.md) for details.
- This is an altered version of the code which is not distributed by Hugo Locurcio.
2022-06-20 00:26:05 +02:00
- Unless otherwise specified, More Blocks textures are licensed under
[CC BY-SA 3.0 Unported](https://creativecommons.org/licenses/by-sa/3.0/).
- `moreblocks_copperpatina.png` was created by pithydon, and is licensed under
[CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/).
2022-06-20 00:26:05 +02:00
- `stairsplus_saw_button.png` CC BY-SA 3.0 Unported
## invsaw
Copyright © ?-2022 cheapie and contributors
- invsaw code is licensed under the zlib license, see
[`LICENSE.md`](LICENSE.md) for details.
- This is an altered version of the code which is not distributed by cheapie.