49 lines
1.2 KiB
YAML
49 lines
1.2 KiB
YAML
document: modulemd
|
|
version: 2
|
|
data:
|
|
summary: Infinite-world block sandbox game engine with support for survival and crafting
|
|
description: >-
|
|
Minetest is a sandbox construction game,
|
|
created by Perttu Ahola in year 2010,
|
|
inspired by Infiniminer,
|
|
Minecraft
|
|
and similar games.
|
|
|
|
The gameplay is very similar to Minecraft's,
|
|
so players can create and destroy various types of blocks
|
|
in a three-dimensional open world.
|
|
This allows forming structures in every possible creation,
|
|
on multiplayer servers or as singleplayer.
|
|
An increasing number of Mods and Texture Packs
|
|
allow players to personalize the game in different ways.
|
|
license:
|
|
module: [ MIT ]
|
|
dependencies:
|
|
- buildrequires:
|
|
platform:
|
|
- f30
|
|
- f31
|
|
requires:
|
|
platform:
|
|
- f30
|
|
- f31
|
|
references:
|
|
community: https://www.minetest.net/
|
|
documentation: https://wiki.minetest.net/
|
|
tracker: https://github.com/minetest/minetest/issues
|
|
profiles:
|
|
client:
|
|
rpms:
|
|
- minetest
|
|
server:
|
|
rpms:
|
|
- minetest-server
|
|
api:
|
|
rpms:
|
|
- minetest
|
|
- minetest-server
|
|
components:
|
|
rpms:
|
|
minetest:
|
|
rationale: Main component.
|
|
ref: 52c05c
|