-
Notifications
You must be signed in to change notification settings - Fork 25
/
project.yaml
56 lines (53 loc) · 1.26 KB
/
project.yaml
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
47
48
49
50
51
52
53
54
55
56
projects:
lucky-block-forge:
version: 1.20.2-13.0
dependencies:
java:
minInclusive: 17
maxInclusive: 17
minecraft:
minInclusive: 1.20.2
maxInclusive: 1.20.2
forge:
minInclusive: 48.0.30
maxExclusive: 49
devDependencies:
forge-mappings:
minInclusive: 1.20.2
maxInclusive: 1.20.2
lockedDependencies:
minecraft-forge: 1.20.2-48.0.30
lucky-block-fabric:
version: 1.20.2-13.0
dependencies:
java:
minInclusive: 17
maxInclusive: 17
minecraft:
minInclusive: 1.20.2
maxInclusive: 1.20.2
# latest: https://fabricmc.net/develop/
fabric-loader:
minInclusive: 0.14.24
maxExclusive: 1.0
fabric-api:
minInclusive: 0.90.4+1.20.2
maxInclusive: 0.90.4+1.20.2
devDependencies:
fabric-mappings:
minInclusive: 1.20.2+build.4
maxExclusive: 1.20.3
lucky-block-bedrock:
version: 1.18.1-11.0
dependencies:
minecraft:
minInclusive: 1.17
maxInclusive: 1.17
custom-lucky-block-java:
version: 1.19.3-2.0
dependencies:
lucky-block:
minInclusive: 1.0
minecraft:
minInclusive: 1.9.3
maxExclusive: 1.10