File: control

package info (click to toggle)
minetest-mod-worldedit 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 476 kB
  • sloc: makefile: 5
file content (26 lines) | stat: -rw-r--r-- 1,037 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: minetest-mod-worldedit
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Dominik George <nik@naturalnet.de>
Section: games
Priority: optional
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/games-team/minetest-mod-worldedit
Vcs-Git: https://salsa.debian.org/games-team/minetest-mod-worldedit.git
Homepage: https://github.com/Uberi/MineTest-WorldEdit
Rules-Requires-Root: no

Package: minetest-mod-worldedit
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         minetest
Conflicts: minetest-mod-technic
Description: Minetest mod - ingame world editor
 WorldEdit is the ultimate ingame world editor for Minetest.
 It includes functionality for building, fixing and more. It is primarily
 controlled through chat commands.
 .
 WorldEdit exposes all significant functionality in a simple Lua interface.
 The API is useful for tasks such as high-performance node manipulation,
 alternative interfaces, and map creation.