File: control

package info (click to toggle)
minetest-mod-worldedit 0.6-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 260 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 702 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: minetest-mod-worldedit
Section: games
Priority: optional
Maintainer: Dominik George <nik@naturalnet.de>
Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 3.9.4

Package: minetest-mod-worldedit
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, minetest (>= 0.4.7)
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.