Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa7d8283dd | ||
|
|
2f2fe785ec | ||
| 2690a8d241 | |||
|
d71aeea2dd |
|||
|
a7c7c6d928 |
1 changed files with 49 additions and 0 deletions
49
minetest.yaml
Normal file
49
minetest.yaml
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue