Skip to content

Commit

Permalink
Add earth day cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
lucian929 authored Apr 18, 2023
1 parent 01db728 commit b896253
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
19 changes: 19 additions & 0 deletions common/src/main/resources/cosmetics/defaultcosmetics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,23 @@ explorer_backpack:
material: LEATHER_HORSE_ARMOR
model-data: 3
name: "<white>Explorer's Backpack"
amount: 1
garbage_truck_balloon:
slot: BALLOON
permission: "hmccosmetics.garbage_truck_balloon"
model: garbage_truck_balloon
item:
material: PAPER
model-data: 14
name: "<green>Garbage Truck Balloon"
amount: 1
earth_day_grabber:
slot: OFFHAND
dyeable: true
permission: "hmccosmetics.earth_day_grabber"
model: earth_day_grabber
item:
material: LEATHER_HORSE_ARMOR
model-data: 4
name: "<green>Earth Day Grabber"
amount: 1
24 changes: 23 additions & 1 deletion common/src/main/resources/menus/defaultmenu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,26 @@ items:
- "<gray>Enabled: <#6D9DC5>%HMCCosmetics_equipped_explorer_backpack%"
- "<gray>Allowed: <#6D9DC5>%HMCCosmetics_unlocked_explorer_backpack%"
type: cosmetic
cosmetic: explorer_backpack
cosmetic: explorer_backpack
garbage_truck_balloon:
slots:
- 16
item:
material: hmccosmetics:garbage_truck_balloon
lore:
- ""
- "<gray>Enabled: <#6D9DC5>%HMCCosmetics_equipped_garbage_truck_balloon%"
- "<gray>Allowed: <#6D9DC5>%HMCCosmetics_unlocked_garbage_truck_balloon%"
type: cosmetic
cosmetic: garbage_truck_balloon
earth_day_grabber:
slots:
- 17
item:
material: hmccosmetics:earth_day_grabber
lore:
- ""
- "<gray>Enabled: <#6D9DC5>%HMCCosmetics_equipped_earth_day_grabber%"
- "<gray>Allowed: <#6D9DC5>%HMCCosmetics_unlocked_earth_day_grabber%"
type: cosmetic
cosmetic: earth_day_grabber

0 comments on commit b896253

Please sign in to comment.