repo for my hex addons :3
1modid = "hexic"
2book = "hexcasting:thehexbook"
3default_lang = "en_us"
4default_branch = "main"
5
6resource_dirs = [
7 "resources",
8 "../build2001/resources/main",
9 { modid="hexcasting" },
10 { modid="minecraft" },
11 { modid="hexdoc" },
12 { modid="moreiotas" },
13 { modid="hexal" },
14 { modid="hexcellular" },
15]
16export_dir = "src/hexdoc_hexic/_export/generated"
17
18[extra.hexcasting]
19# NOTE: "!Raw" means "don't apply variable interpolation to this value"
20_pattern_regex = { "!Raw"='hexic:(?P<name>.+),(?P<startdir>\w+),(?P<signature>\w+)' }
21
22[[extra.hexcasting.pattern_stubs]]
23path = "../build/datagen/patterns.csv"
24regex = "{^_pattern_regex}"
25
26[textures]
27missing = ["hexic:preferred_mediaweave", "minecraft:chest", "hexic:chisel"]
28
29[template]
30icon = "../src/main/resources/assets/hexic/icon.png"
31include = ["hexic", "hexcasting", "hexdoc"]
32
33[template.args]
34mod_name = "Hexic"
35author = "PoolloverNathan"
36show_landing_text = false
37
38[[template.args.navbar.center]]
39text = "Download"
40href = "https://modrinth.com/mod/hexic"
41[[template.args.navbar.center]]
42text = "Source"
43href = "https://codeberg.org/poollovernathan/hexic"
44
45[textures.override]
46"hexic:preferred_mediaweave" = { texture = "hexic:textures/item/magenta_mediaweave.png" }