-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpack.yml
More file actions
93 lines (75 loc) · 1.59 KB
/
Copy pathpack.yml
File metadata and controls
93 lines (75 loc) · 1.59 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# 基本資訊
id: better_ores
name: Better Ores
version: 1.0.0
description: |
A Minecraft datapack and resource pack
that improves ore generation.
license: MIT
authors:
- MangoJellyPudding
contributors:
- name: Alex
contact:
homepage: https://example.com
github: alex
minecraft:
version: 1.21.1
pack_format:
data: 48
assets: 34
# 要生成哪些 Loader 模組
loaders:
forge:
enabled: true
version: 51.0.0
fabric:
enabled: true
version: 0.16.0
neoforge:
enabled: true
version: 21.1.0
# 打包設定
build:
# 自動判斷 src/data、src/assets
datapack: auto
resourcepack: auto
# 是否生成獨立 zip
standalone:
datapack: true
resourcepack: true
# 是否生成模組
mod: true
# GitHub Release 設定
release:
enabled: true
draft: false
prerelease: false
# Template 使用的變數
# 可覆蓋內建變數
variables:
mod_id: better_ores
mod_name: Better Ores
display_name: Better Ores
display_url: https://github.com/example/better-ores
source_url: https://github.com/example/better-ores
update_json_url: https://raw.githubusercontent.com/example/better-ores/main/update.json
issue_tracker_url: https://github.com/example/better-ores/issues
icon: pack.png
# Forge 專用
forge_loader_range: "[51,)"
# Fabric 專用
fabric_loader_range: ">=0.16"
fabric_minecraft_version: "~1.21.1"
# NeoForge 專用
neoforge_loader_range: "[21.1,)"
# 額外檔案處理
files:
common:
- LICENSE
- README.md
- CHANGELOG.md
- icon.png
datagen:
enabled: true
output: src/generated