-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathminecraft-terrain.plugin
More file actions
46 lines (43 loc) · 856 Bytes
/
minecraft-terrain.plugin
File metadata and controls
46 lines (43 loc) · 856 Bytes
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
// About
//
name = "Minecraft Terrain Generator"
description = "Generate a minecraft-like random terrain."
version = "0.1.1"
author = {
name = "Sebastien Grenier"
company = "Autodesk inc."
url = "https://gamedev.autodesk.com/"
}
keywords = ["plugin"]
license = {
type = "Autodesk"
url = "http://www.autodesk.com/company/legal-notices-trademarks/software-license-agreements"
}
repository = {
type = "git"
url = "https://git.autodesk.com/gameware/stingray-engine.git"
}
// Extensions
//
extensions = {
menus = [{
path = "Window/Minecraft Terrain Generator"
view = {
type = "panel"
path = "minecraft-terrain"
title = "Minecraft Terrain Generator"
width = 150
height = 500
}
order = 300
}]
resources = [{
path = "minecraft_resources"
}]
}
// Dependencies
//
platforms = ["win64"]
dependencies = {
"stingray" = ">=1.6"
}