mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2024-12-24 17:50:40 +01:00
Remove deprecated depends.txt, add descriptions to mod.conf
This commit is contained in:
parent
0a16f11d93
commit
b8453a0e0b
2
worldedit/mod.conf
Normal file
2
worldedit/mod.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
name = worldedit
|
||||||
|
description = WorldEdit main functionality & API
|
@ -1,2 +0,0 @@
|
|||||||
worldedit
|
|
||||||
worldedit_commands
|
|
@ -1,2 +1,3 @@
|
|||||||
name = worldedit_brush
|
name = worldedit_brush
|
||||||
|
description = WorldEdit brush
|
||||||
depends = worldedit, worldedit_commands
|
depends = worldedit, worldedit_commands
|
||||||
|
@ -1 +0,0 @@
|
|||||||
worldedit
|
|
@ -1,2 +1,3 @@
|
|||||||
name = worldedit_commands
|
name = worldedit_commands
|
||||||
|
description = WorldEdit chat commands
|
||||||
depends = worldedit
|
depends = worldedit
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
worldedit
|
|
||||||
worldedit_commands
|
|
||||||
unified_inventory?
|
|
||||||
inventory_plus?
|
|
||||||
sfinv?
|
|
||||||
creative?
|
|
||||||
smart_inventory?
|
|
@ -1,3 +1,4 @@
|
|||||||
name = worldedit_gui
|
name = worldedit_gui
|
||||||
|
description = WorldEdit GUI
|
||||||
depends = worldedit, worldedit_commands
|
depends = worldedit, worldedit_commands
|
||||||
optional_depends = unified_inventory, inventory_plus, sfinv, creative, smart_inventory
|
optional_depends = unified_inventory, inventory_plus, sfinv, creative, smart_inventory
|
||||||
|
@ -1 +0,0 @@
|
|||||||
worldedit_commands
|
|
@ -1,2 +1,3 @@
|
|||||||
name = worldedit_shortcommands
|
name = worldedit_shortcommands
|
||||||
|
description = WorldEdit command short aliases
|
||||||
depends = worldedit_commands
|
depends = worldedit_commands
|
||||||
|
Loading…
Reference in New Issue
Block a user