-
Notifications
You must be signed in to change notification settings - Fork 0
/
beet.yml
49 lines (49 loc) · 1.39 KB
/
beet.yml
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
name: Hats
author: Oran9eUtan
description: Collectable stylish hats
version: "3.3.0"
output: build
data_pack:
name: hats_datapack
load: ["src/datapack"]
resource_pack:
name: Hats
load: ["src/resourcepack"]
pipeline:
- beet.contrib.yellow_shulker_box
- beet.contrib.installation_advancement
- babelbox.integration.beet
- mcanitexgen.integration.beet
- hats.plugins.configuration
- hats.plugins.hat_loot_tables
- hats.plugins.item_models
- hats.plugins.hat_recipes
- hats.plugins.jinja
- hats.plugins.api
- beet.contrib.render
templates:
- jinja/macros
- jinja/templates
meta:
namespace: "oran9eutan:hats"
mcanitexgen:
load: ["src/resourcepack/assets/minecraft/textures/**/*.animation.py"]
babelbox:
load: ["src/resourcepack/assets/minecraft/lang"]
dialect: "excel"
prefix_identifiers: true
hats:
cmd_id: 777
default_item_head: minecraft:warped_fungus_on_a_stick
default_item_inventory: minecraft:leather_helmet
installation_advancement:
author_skull_owner: Oran9eUtan
icon:
item: "minecraft:warped_fungus_on_a_stick"
nbt: "{CustomModelData: {{ hats.hat.fez.cmd }}}"
render:
data_pack:
advancements: ["oran9eutan:*"]
functions: ["oran9eutan:*"]
item_tags: ["oran9eutan:*"]
loot_tables: ["oran9eutan:*"]