Skip to content

Commit

Permalink
refactor: rename squid to posh_squid
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Renemad type of squid to posh_squid
  • Loading branch information
OrangeUtan committed Jul 3, 2021
1 parent 0059d58 commit 1bcf7c9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion beet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ meta:
author_head: "Oran9eUtan"
icon:
item: "minecraft:stick"
nbt: "{CustomModelData: {{ hats.hat.squid.cmd }}}"
nbt: "{CustomModelData: {{ hats.hat.posh_squid.cmd }}}"
render:
data_pack:
advancements: ["oran9eutan:*"]
2 changes: 1 addition & 1 deletion datapack/data/oran9eutan/advancements/hats/root.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"display": {
"icon": {
"item": "minecraft:stick",
"nbt": "{CustomModelData: {{ hats.hat.squid.cmd }}}"
"nbt": "{CustomModelData: {{ hats.hat.posh_squid.cmd }}}"
},
"title": {
"translate": "advancements.hats.root.title"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"entries": [
{
"type": "minecraft:loot_table",
"name": "oran9eutan:hats/hat_on_head/squid"
"name": "oran9eutan:hats/hat_on_head/posh_squid"
},

{
Expand Down
2 changes: 1 addition & 1 deletion hats/registry/hat_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ halloween:

misc:
- fez
- squid
- posh_squid
- arrow_prop
- frying_pan
2 changes: 1 addition & 1 deletion hats/registry/hats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ villager:
misc:
fez:
cmd: 3100
squid:
posh_squid:
cmd: 3101
arrow_prop:
cmd: 3102
Expand Down
2 changes: 1 addition & 1 deletion resourcepack/assets/minecraft/lang/item.hats.hat.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
String,de_de,en_us
# Misc
fez.name,Fez,Fez
squid.name,Tintenfisch,Squid
posh_squid.name,Nobler Tintenfisch,Posh squid
arrow_prop.name,Pfeil Attrape,Fake Arrow
arrow_prop.lore1,>>-o.o->,>>-o.o->
frying_pan.name,Bratpfanne,Frying Pan
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,4 +333,4 @@
"children": [16, 17, 18, 19, 20, 21, 22, 23]
}
]
}
}

0 comments on commit 1bcf7c9

Please sign in to comment.